/**---------- Global HTML Tags ----------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #4b3c30;
	color: #4b3c30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img {
	border: 0;
}

hr {
	border: 0;
	border-top: 2px solid #a19873;
	margin: 1em 0;
	clear: right;
}

h1, h2, h3, h4 {
	color: #524a26;
	margin: 0.75em 0 0.5em 0;
}

#content h1, #content h2 {
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	margin: 0;
	line-height: 22px;
	margin-top: 1em;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

a:link, a:visited {
	color: #8cc63f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form label {
	display: block;
	font-weight: bold;
}

form input {
	margin-bottom: 12px;
}

/**---------- Main Structure ----------*/

#container {
	background: #eedfb0 url(/images/secondary-background2.gif) repeat-y left;
	width: 960px;
	margin: 0 auto;
}

#header {
	background: #000;
	height: 168px;
}

#secondary {
	float: left;
	clear: both;
	width: 200px;
	color: #333;
	background: none;
	padding-top: 10px;
}

#secondary h2 {
	color: #4b3c30;
	font-size: 12px;
	padding-top: 5px;
	margin: 0.5em 12px;
	text-transform: uppercase;
}

#secondary h3 {
	font-size: 12px;
	margin: 1em 10px 0.5em 10px;
	color: #665241;
}

#secondary p {
	font-size: 11px;
	margin: 0.5em 10px;
}

#secondary small {
	display: block;
	color: #6c6546;
	margin: 0.5em 10px;
}

#secondary a:link, #secondary a:visited {
	color: #648d2d;
	text-decoration: underline;
}
#secondary a:hover {
	color: #4b3c30;
}

#main {
	float: right;
	width: 740px;
	min-height: 400px;
}

#main #content {
	margin: 20px 15px 15px 0;
	clear: left;
}

#main #content p {
	margin: 0.25em 0 1em 0;
	color: #4b3c30;
}

#main #content h1 {
	color: #4b3c30;
}

#main #content small {
	color: #6c6546;
	font-size: 12px;
	line-height: 14px;
}

#main #content div.post small {
	margin: 0.85em 0;
}

#main #content ul {
	margin: 1em 25px;
	color: #524a26;
}

#main #content ul li {
	list-style: square;
	padding-left: 5px;
}

#main #content a:link, #main #content a:visited {
	color: #648d2d;
	text-decoration: underline;
}

#main #content a:hover {
	color: #524a26;
}

#footer {
	clear: both;
	padding-bottom: 30px;
	border-top: 1px solid #fff;
	color: #4b3c30;
	background: #948666;
}

#footer p {
	width: 960px;
	padding: 15px 0 10px 0;
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #cec0a1;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/**---------- Miscellaneous Elements ----------**/

#container #main #content #flashcontent {
	width: 350px;
	height: 258px;
}
	
#container #main #content #flashcontent #warning {
	margin: 30px;
	border: 2px solid #948666;
	padding: 10px;
}
#container #main #content #flashcontent #warning h2, #container #main #content #flashcontent #warning p {
	margin: 0;
}

#quote {
	margin: 20px 0 20px 10px;
	background: url(/images/quote2.gif) no-repeat;
}

#quote p {
	font-size: 13px;
	padding: 10px 5px 0 5px;
	background: url(/images/quote2-end.gif) no-repeat right bottom;
}

#quote span {
	padding-top: 2px;
	display: block;
	font-style: italic;
	color: #948666;
}

table.press {
	padding: 0.5em 0;
	margin: 0.5em 60px;
}

table.outdent {
	margin-left: 0;
}

table.press tr th {
	color: #524a26;
	text-align: left;
	border-bottom: 1px solid #524a26;
}

table.press tr td h2 {
	margin-top: 0;
}

table.press tr td.thumb {
	text-align: center;
	margin: 5px 0;
}

table.press tr td.thumb:hover {
	background: none;
}

table.press tr td.thumb img {
	text-align: center;
	padding: 8px;
	background: #8cc63f;
}

table.press tr td.thumb img:hover {
	background: #78aa36;
}

table.press tr td {
	padding: 0 8px;
	vertical-align: top;
}

table.press tr td.thumb {
	padding: 0;
}

.right {
	float: right;
	padding: 0 0 4px 8px;
}

.left {
	float: left;
	margin: 0 8px 4px 0;
}

/**---------- Top Navigation Bar ----------**/

#nav {
	float: left;
	width: 960px;
	height: 35px;
	background: #948666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	float: left;
	display: block;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
	padding: 0 10px;
	border-left: 1px solid #948666;
	border-right: 1px solid #948666;
}

#nav li a:hover {
	background: #8cc63f;
	border-left: 1px solid #8cc63f;
	border-right: 1px solid #8cc63f;
	text-decoration: none;
}

#nav li a.active {
	background: #6c6546;
}

#nav li a.active:hover {
	border-left: 1px solid #8cc63f;
	border-right: 1px solid #8cc63f;
	background: #8cc63f;
}

#nav li.last {
	float: right;
	text-align: right;
	border: 0;
}

#nav li.last a {
	/* font-style: italic;*/
	text-transform: none;
	float: right;
	text-align: right;
	border: 0;
	font-size: 12px;
	margin-right: 5px;
	color: #e0d9c7;
}

#nav li.last a:hover {
	background: none;
	color: #fff;
	border: inherit;
	border: 0;
}

/**---------- Side Navigation ----------**/

#secondary #service-nav { /* Service navigation with accordion menus */
	width: 180px; /*width of menu*/
	margin-left: 10px;
	border-bottom: 1px solid #97927d;
}

#secondary #service-nav .headerbar {
	display: block;
	font: 12px Verdana;
	color: #4b3c30;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 5px;
	border-top: 1px solid #aa9f7e;
}

#secondary #service-nav .headerbar a:link, #secondary #service-nav .headerbar a:visited {
	text-decoration: none;
	color: #4b3c30;
	display: block;
}

#secondary #service-nav .headerbar a:hover, #secondary #service-nav a.selected, #secondary #service-nav a.expanded {
	display: block;
	background: #8cc63f;
	color: #fff;
	border-bottom: 1px solid #aa9f7e;
}

#secondary #service-nav ul {
	list-style-type: none;
	margin: 0;
	background: #ccbf97;
	padding: 5px 0px;
	border-left: 5px solid #aa9f7e;
}

#secondary #service-nav ul li {
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

#secondary #service-nav ul li a {
	display: block;
	padding: 3px 0;
	line-height: 17px;
	padding-left: 10px; /* link text is indented 10px */
	color: #97927d;
}

#secondary #service-nav ul li a:hover {/*hover state CSS*/
/*	color: #8cc63f;*/
}
#secondary #service-nav a:link, #secondary #service-nav a:visited {
	color: #4b3c30;
}

#secondary #service-nav li a.active, #secondary #service-nav li a.active:hover {
	color: #7f6651;
	text-decoration: underline;
}

#secondary ul#second-nav {/* e.g. About Us navigation */
	margin: 0 10px;
	margin-right: 20px;
	list-style: none;
	border-bottom: 1px solid #97927d;
}

#secondary ul#second-nav li {
	border-top: 1px solid #97927d;
	margin: 0;
}

#secondary ul#second-nav li a {
	display: block;
	padding: 3px 0;
}

#secondary ul#second-nav li a:link, #secondary ul#second-nav li a:visited {
	color: #4b3c30;
	padding-left: 5px;
}

#secondary ul#second-nav li a.active {
	background: #8cc63f;
	display: block;
	cursor: default;
}

#secondary #second-nav a:link, #secondary #second-nav a:visited, #secondary #service-nav a:link, #secondary #service-nav a:visited {
	text-decoration: none;
}

#secondary #second-nav a:hover, #secondary #service-nav a:hover {
	text-decoration: underline;
}

table tr td p span {
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	padding-left: 1px;
}

#portfolio-tmp {
	width: 650px;
	height: 405px;
	border: 2px solid #a19873;
}
#portfolio-tmp h2 {
	margin-top: 120px;
	color: #a19873;
	font-size: 30px;
	text-align: center;
}
#portfolio-tmp h3 {
	color: #a19873;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

#main #content table#portfolio tr th {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
}

#main #content table#portfolio tr th a:link, #main #content table#portfolio tr th a:visited {
	
}

#main #content table#portfolio tr td {
	padding-right: 15px;
}

#request label {
	font-weight: normal;
}

#request ul li label {
	line-height: 8px;
}

#request ul li input {
	width: 13px;
	height: 18px;
	font-size: 12px;
	line-height: 12px;
	margin-right: 5px;
	vertical-align: text-top;
}

#main #content #request table td {
	padding: 4px;
}

#main #content #request ul li {
	list-style-type: none;
	list-style: none;
}

#main #content #request ul li input {
	padding-top: 2px;
}

#main #content #request ul li label {
	margin-left: 5px;
}