/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	background: url(/images/global/bg-tile.jpg) repeat-y center top !important;
	background: url(/images/global/bg-tile-ie.jpg) repeat-y center top;
	margin: 25px 0 0 0;
}
*:first-child+html #wrap {
	background: url(/images/global/bg-tile-ie.jpg) repeat-y center top !important;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	background: url(/images/global/left-col-btm-img.jpg) no-repeat bottom left;
	border-bottom: 1px solid #000;
}

#header {
	margin: 0;
	width: 989px;
	height: 129px;
	border-bottom: 2px solid #deb406;
	position: relative;
	background: #edead7;
}

#header-left-img {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 129px;
	overflow: hidden;
	border: 0;
	float: left;
}

#header-logo {
	height: 129px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #DEB406;
	float: left;
}
#header-logo a {
	border: 0;
}

#content {
	
}

#left-col {
	width: 150px;
	float:left;
	padding-bottom: 20px;
}

#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #000;
}

#nav ul {
	background: #333;
}

#nav li {
	text-align: right;
	height: 30px;
	width: 151px;
	position: relative;
	float: left;
}

#nav li a {
	border-bottom: 1px solid #000;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height:20px;
	margin: 0 !important;
	padding: 10px 20px 0 0;
	font-size: 12px;
	width: 131px;
}


#nav li a:hover {
	background: url(../images/global/nav-hover-bg.jpg) no-repeat bottom left;
	border-bottom: 1px solid #deb406;
	text-decoration: none;
	color: #DDB305;
}

#nav li a.nav-active {
	background: url(../images/global/nav-hover-bg.jpg) no-repeat bottom left;
	border-bottom: 1px solid #deb406;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	border-left: 3px solid #fff;
}

#nav li ul li {
	width: 220px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 151px;
	top: 0;
}
/* second lvl nav styling */
#nav li ul li a {
	border-bottom: 1px solid #fff;
	color: #DDB305;
	text-decoration: none;
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	width: 210px;
}

#nav li ul li a:hover{
	background: #DDB305;
	color: #000;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
#nav li ul li a.sub-nav-active {
	background: #DDB305;
	color: #000;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
/* end nav */


.content-left {
	float: left;
	width: 515px;
	margin: 0 0 40px 20px;
}

.contact-content-left{
	float: left;
	width: 790px;
	margin: 0 0 40px 20px;
}


.content-right {
	float:right;
	width:285px;
	margin: 0 0 50px 0;
}

p.feature-quotes {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin: 80px 20px 30px 0;
}

.feature-img {
	background: url(../images/global/img-shadow-bg.jpg) no-repeat right bottom;
	padding: 0 9px 8px 0;
}

#footer {
	float: left;
	width: 515px;
	margin: 0 0 15px 170px!important;
	margin: 0 0 15px 85px;
	clear:both;
}

*:first-child+html #footer  {
	margin: 0 0 15px 170px!important;
}

#footer p {
	/*font-style: italic;*/
	line-height: 18px;
	font-size: 10px;
}

.black{
	color:#000;
}

#content p {
	font-size: 12px;
	text-align: justify;
}
#content .content-right p {
	font-size: 12px;
	text-align: center;
}

.content-left p {
	margin: 0 0 10px 0;
	line-height: 16px;
}

.contact-content-left blockquote,
.content-left blockquote {
	font-size: 12px;
	margin: 20px 0 20px 30px;
	line-height: 16px;
	font-style: italic;
}

.contact-content-left h1,
.content-left h1 {
	color: #deb406;
	font-weight: normal;
	font-size: 20px;
	padding: 20px 0 35px 0;
}

a {
	color: #DEB406;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

.contact-content-left ul,
.content-left ul {
	margin: 0 0 10px 15px;
	font-size: 12px;
}
.contact-content-left ul li,
.content-left ul li {
	line-height: 20px;
}