/* Applying YUI reset, base and fonts */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:none outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
body {font:13px/1.231;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	font-family: Century Gothic, arial, helvetica, clean, sans-serif;
	font-size: .8em;
	margin:10px auto;
	padding:0;
	text-align:center;
	width:800px;
	border:1px solid #888;
}

#wrapper {
	text-align:left;
	display: table;     
}

#wrapper a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #839f79;
}   

#wrapper a:hover {
	color: #555;
}


#header {
	padding:0px;
	margin:0px;
}

#top_nav {
	width: 100%;
	float: right;
	padding: 0px;     
	margin: 0px;
	background-color: #e88c27;
	line-height:1.6em;
	text-transform: uppercase;
}

#top_nav ul {
	padding: 0px;     
	margin: 0px;     
	list-style:none;
}

#top_nav a {     
	display: block;     
	text-decoration: none;
	color: #fff;
} 

#top_nav li {     
	float: left;     
	min-width: 9em; 
	background-color: #e88c27;
	text-align: center;
}

#top_nav li:first-child {
	width:14em;
}

#content-wrapper {
	font-size: .95em;
	float:right;
	width:70%;
}

#content-mid {
	width:65%;
	padding: 20px 10px 10px 5px;
	float:left;
}

#left_nav {
	width:26%;
	margin: 15px 0px 0px 15px;
	font-size:.9em;
	float:left;
	border-right:2px solid #888;
}

#left_nav h2 {
	color:#5e9844;
	text-transform: uppercase;
	font-size: 1em;
}

#left_nav ul {
	padding: 8px 0px 8px 0px;
}

#left_nav li {
	list-style-image: url(assets/images/arrow_right.gif);
	padding: 0px 0px 8px 0px;
}

#left_nav a {
	font-weight: bold;
	color:black;
}

#content-right {
	width:30%;
	display: table;     
	padding: 0px 5px 20px 5px;
	float:right;
	background-color:#83b88e;
	text-align:center;
}

#content-right ul {
	margin:0;
	padding: 0px 20px 5px 20px;
}

#content-right li {
	padding: 0px 0px 10px 0px;
	font-size:0.95em;
}

#content-right h2 {
	font-size:1em;
	color:#fff;
	margin: 10px 0px 2px 0px;
}

#content-right a {
	font-size:0.9em;
	color:#fff;
	font-weight: bold;
}

#footer {
	clear:both;
}

.titlehead {
	font-size:1.2em;
	font-weight: bold;
	color:#83b88c;
}

.phone_header {
	font-size:.8em;
	line-height:1.6em;
	text-transform: none;
}

.smaller {
	font-size:.7em;
}
