/*== Developed By: Ryan H ===========*/

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
p, ul, ol, hr {margin-bottom:15px;}
h1, h2, h3, h4 {line-height:1em; margin-bottom:10px;}
ul, ol {margin-left:1em; padding-left:1em; /*list-style:disc url(bullet.gif) inside;*/}
/*ul, ol {margin-left:1em; padding-left:1em; list-style:none; text-indent:-1em;}*/

a:link, a:visited {color:#1B75C1; text-decoration:none; font-weight:bold;}
a:hover, a:active {color:#ADD9FE; text-decoration:none;}
a img {border:none;}

h1 {font:normal 32px/1em "Times New Roman", Times, serif; color:#D4408E;}

/* generic headers */
h2 {font-size:150%; font-weight:bold; color:#fff;}
h3 {font-size:125%; font-weight:bold; color:#fff;}
h4 {font-size:110%; font-weight:bold; color:#fff;}
h5 {font-size:100%; font-weight:bold; color:#fff;}
h6 {font-size:85%; font-weight:bold; color:#fff;}



/*   Body and Wrappers
=====================================*/
html {background:url(images/layout/htmlBG.jpg) top center repeat-y;}
body {
	background:transparent url(images/layout/bg.jpg) top center no-repeat;
	font:72%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
#shell {
	background:url(images/layout/bodyBG.jpg) 0 0 repeat-y;
	margin:0px auto;
	width:900px;
}
#container {
	background:url(images/layout/headBG.jpg) 0 0 no-repeat;
	position:relative;
	overflow:hidden;
	width:100%;
}



/*   Content Styles
=====================================*/
#content {
	background:url(images/layout/contentBG.gif) bottom left no-repeat;
	padding:300px 0 100px 0;
	margin-left:200px;
	width:450px;
	min-height:250px;
	_height:250px; /* for IE6 */
}
#pagePhoto {
	position:absolute;
	top:320px; left:4px;
}



/*   Footer Styles
=====================================*/
#footer {
	background:transparent url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto; clear:both;
	width:100%; height:69px;
}
#footSpace{height:15px;}
#foot_info {color:#AFDAF2; margin:0px auto; text-align:center; }
#foot_info a {color:#AFDAF2; font-weight:normal;}
#foot_info a:hover {color:#3d95eb;}



/*   Navigation Styles
=====================================*/
#nav {
	position:absolute; top:223px; left:45px; z-index:90;
	padding-left:0px; min-width:616px;
	border:1px solid #000;
}
#nav li {
	position:relative;
	list-style:none;
	cursor:pointer;
	margin:0px;
	float:left;
}
#nav li a {
	background:#0E84E8;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-right:1px solid #000;
	text-decoration:none;
	line-height:30px;
	display:block;
	padding:0px 15px;
	color:#fff;
}
#nav li a:hover {
	background:#000;
	color:#fff;
}
.menuSubs {
	position:absolute; top:31px; left:50%; margin-left:-80px; z-index:100;
	background:#000 url(images/layout/subNavBG.jpg) 0 0 repeat-y;
	border-left:1px solid #000; border-right:1px solid #000;
	padding-left:0px; width:160px; display:none;
}
#nav li ul li {
	background-image:none;
	width:100%;
	float:left;
	clear:both;
}
#nav li ul li a {
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000; border-right:none;
	line-height:20px; text-align:center;
	padding:0px; width:100%;
	text-transform:none;
	color:#fff;
}
#nav li ul li a:hover {
	background:#000;
	color:#fff;
}

#officeSwitch {position:absolute; top:0px; left:35px;}
#officeSwitch2 {position:absolute; top:35px; left:35px;}

#officeSwitch a, #officeSwitch2 a {font:normal 12px/30px Verdana, Arial, Helvetica, sans-serif; text-align:center; display:block; width:165px; color:#fff;}
#officeSwitch a:hover, #officeSwitch2 a:hover  {color:#ADD9FE;}



/*   Individual Pages
=====================================*/
#faq, #faq li {list-style:none; margin-left:0px;}
.question, .openAll {margin:0px 0px 5px 0px; cursor:pointer;}
.faqAnswer {
	border:2px dashed #75A6D1;
	background:#1B75C1;
	margin:5px 0px 10px 5px;
	padding:8px;
	width:90%;
}




/*   Forms Styles
=====================================*/
form {padding:0; margin:0;}
.text  {border:1px solid #666;}
.error {border:1px solid #f00; background-color:#ffe0e0;}
.req {color:#75A6D1; font-size:10px; margin-left:-10px;}
.req2 {color:#f00; font-size:10px; margin-left:-10px;}



/*   Standard Image/Feature Styles
=====================================*/
#feature {margin:30px auto 20px auto;}
.caption {font-style:italic; color:#666;}
.right {margin:0px 0px 8px 9px; float:right;}
.left {margin:0px 9px 8px 0px; float:left;}
.photoright {padding:1px; border:1px solid #1B75C1; float:right; margin:1px 0px 8px 9px;}
.photoleft {padding:1px; border:1px solid #1B75C1; float:left; margin:1px 9px 8px 0px;}
.photo {padding:1px; border:1px solid #1B75C1;}
.featureRight {border:3px solid #1B75C1; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:3px solid #1B75C1; padding:2px; margin:7px auto; }

