/* @override http://one.redrocketmg.com/styles/subpage.css */

@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}

a {
	text-decoration:none;
	}

img {
	border:none;
	}

body {
	background:url(/images/background-subpage.jpg) repeat;
	text-align:center;
	}

#container {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	}

#top {
	float:left;
	clear:left;
	height:200px;
	min-height:200px;
	height:auto!important;
	}

#empty {
	float:left;
	width:40px;
	}

#main {
	float:right;
	width:860px;
	margin:10px 0 0 0;
	height:200px;
	min-height:200px;
	height:auto!important;
	background:url(/images/background-subpage-content.jpg) repeat-y;
	}

#header {
	width:860px;
	height:230px;
	float:left;
	background:url(/images/subpage-header1.jpg) no-repeat;
	}

#date {
	width:860px;
	height: 27px;
	float:right;
	text-align:right;
	}

#date p {
	padding:15px 10px 0 0;
	font-family:Myriad, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	color:#000000;
	}

#menu {
	float:right;
	margin:72px 0 0 0;
	width:540px;
	}

/* ----------------- Begin CSS Drop Down Menu ----------------- */


.nav, .nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav a {
	display: block;
	color:#FFFFFF;
	font-size:11px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 20px;
}

.nav a.left {
	padding:15px 40px 0 80px;
	}

.nav a:hover, .nav a.sfHover {
	color:#C25F01;
	}

.nav ul li {
	width:125px;
/*	height:25px;*/
	}

.nav li { /* all list items */
	float: left;
}

.nav li ul { /* second-level lists */
	position: absolute;
	width: 125px;
	margin-top:0px;
/*	height:25px; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:-15px;
}

.nav li ul a {
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	background-color:#D39202;
	border:1px solid #FFFFFF;
	text-align:center;
	}

.nav li ul a:hover, .nav li ul a.sfHover {
	color:#000000;
	}

.nav li ul ul { /* third-and-above-level lists */
	margin:-25px 0 0 120px;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfHover ul ul, .nav li.sfHover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfHover ul, .nav li li.sfHover ul, .nav li li li.sfHover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #000;
}


/* ----------------- End CSS Drop Down Menu ----------------- */


#sidebar {
	float:left;
	width:195px;
	background:url(/images/sidebar.jpg) no-repeat top left #D39202;
	height:360px;
	min-height:360px;
	}
	
#testimonial {
	float:left;
	width:185px;
	}

#testimonialINSIDE {
	padding:20px;
	}

#testimonialINSIDE p {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#231F20;
	padding-bottom:12px;
	}

#testimonialINSIDE p.quote {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	}

#testimonialINSIDE p.quotee {
	font-weight:normal;
	font-size: 11px;
	line-height: 13px;
	}
strong {
	font-weight: bold;
}
	
#page-content {
	float:right;
	width:660px;
	background:#FFFFFF;
	}

#page-content-INSIDE {
	padding:30px;
	}

#page-content-INSIDE h1 {
	color:#231F20;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	padding: 0;
	margin: 0;
	}

#page-content-INSIDE h2 {
	color:#D39202;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	padding: 0;
	margin: 0;
	}

#page-content-INSIDE p {
	color:#754C2B;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	font-style: normal;
	padding: 6px 0 6px 0;
	margin: 0;
	}

#page-content-INSIDE a {
	color:#D39202;
	}

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
	}
	
img.floatright {
	float:right;
	padding:0 0 10px 10px;
	}

img.floatleft {
	float:left;
	padding:0 10px 10px 0;
	}

#bottom {
	float:left;
	width:900px;
	margin-bottom:30px;
	}

#bottom-left {
	float:left;
	width:270px;
	}

#bottom-right {
	float:right;
	width:630px;
	height:253px;
	background:url(/images/background-subpage-bottom.jpg) top left repeat-x;
	}

#bottom-right-INSIDE {
	padding:160px 100px 0 0;
	text-align:center;
	}

#bottom-right-INSIDE p {
	color:#EDD8C7;
	font-family:Myriad, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-bottom:11px;
	}

#bottom-right-INSIDE a {
	color:#EDD8C7;
	}
