/*== Developed By: Ryan H ===========*/

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
h2, h3, h4 {margin-bottom:5px; color:#ec118f;}
h5 {margin-bottom:5px; color:#333192; font-family:Arial, Helvetica, sans-serif; font-size:20px;}
ul, ol {margin-bottom:10px;}
p, h1, hr {margin-bottom:20px;}

ul, ol, li {line-height:1.5em; margin-left:10px;}

a:link {color:#F70D92; text-decoration:none; font-weight:normal;}
a:hover, a:active {color:#FFB9E3; text-decoration:none;}
a img {border:none;}

/*  IE uses font-size, Mozilla uses line-height  */
.sIFR-active h1 {height:36px; font-size:36px; line-height:36px; visibility:hidden; margin-bottom:20px; width:650px;}
h1 {position:absolute; top:365px; left:200px;}



/*   Body and Wrappers
=====================================*/
body {
	background-image: url(images/layout/blue_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #DBCBA9;
	background-position: center top;
	font:82%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#333192;
}
#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;
	min-height:725px;
	_height:725px; /* for IE6 */
	width:100%;
}



/*   Content Styles
=====================================*/
#content {
	padding:635px 0 0px 0;
	margin-left:425px;
	width:425px;
	
}

#home #content {
	padding:635px 0 25px 0;
	margin-left:210px;
	width:400px;
}
#contentSpace {
	float:right;
	width:50px;
	height:375px;
}
#mainPhoto {
	position:absolute;
	top:605px;
	right:15px;
}
#mainPhoto2 {
	position:absolute;
	top:945px;
	right:12px;
}
#mainPhoto3 {
	position:absolute;
	top:775px;
	right:15px;
}

#pagePhoto {
	border:2px solid #333192;
	margin:5px 0 10px 10px;
	float:right;
}
#featurePage #pagePhoto {
display:none;
}



/*   Footer Styles
=====================================*/
#footer {
	background:#fff url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto; position:relative;
	width:100%;
	height:205px;
	clear:both;
}
#footSpace{height:100px;}
#foot_info {
	color:#fff;
	float:right;
	width:740px;
	text-align:center;
	line-height:1.5em;
	letter-spacing:-1px;
}
#foot_info a {color:#fff; font-weight:normal;}
#foot_info a:hover {color:#F7D5E6;}
#footButtons {
	position:absolute;
	top:0px;
	left:0px;
}
#footButtons a {
	background:url(images/blank.gif);
	display:block;
	height:50px; width:175px;
}



/*   Navigation Styles
=====================================*/
/* Top Navigation */
#topNav {
	position:absolute; top:253px; right:12px; z-index:90;
}
#bracestop {
	position:absolute; top:272px; right:10px; z-index:90;
}
#topNav li {
	list-style:none;
	cursor:pointer;
	margin:0px;
	float:right;
}
#topNav li a {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-right:2px solid #333192;
	text-decoration:none;
	line-height:20px;
	display:block;
	padding:0px 7px;
	color:#333192;
}
#topNav li a:hover {
	background:#333192;
	color:#fff;
}

/* Side Navigation */
#sideNav {
	position:absolute; top:250px; left:30px; z-index:90;
	width:135px;
}
#sideNav li {
	background:url(images/layout/navDivider.png) bottom right no-repeat;
	line-height:21px;
	text-align:right;
	list-style:none; width:100%;
	cursor:pointer;
	margin:0px;
	float:left;
	clear:left;
}
#sideNav li a {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:14px;
	display:block;
	padding:4px 8px 5px 0px;
	color:#333192;
}
#sideNav li a:hover {
	background:none;
	color:#ec118f;
}


/* Side Navigation */
#home #subNav {display:none;}
#subNav {
	background:url(images/layout/subBG2.jpg) top right no-repeat;
	margin-top:635px; padding-left:190px; float:left;
	width:190px; min-height:375px; _height:375px;
}
#subNav li {
	line-height:21px;
	text-align:left;
	list-style:none; width:100%;
	cursor:pointer;
	margin:0px;
	float:left;
	clear:left;
}
#subNav li a {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:16px;
	display:block;
	padding:4px 12px;
	color:#333192;
}
#subNav li a:hover {
	background:none;
	color:#ec118f;
}



/*   Individual Pages
=====================================*/
.staffBlock {
	padding-top:10px; margin-bottom:10px;
	min-height:225px; _height:225px;
	border-top:1px solid #ddd;
}
.staffBlock img {
	margin:0px 9px 8px 0px;
	float:left;
}

#faq ol{list-style:none; margin:0px;}
.faqItem {padding:9px; margin:0px 0px 15px 0px;}
.faqHover {background:#fff; border:1px solid #F7CBE2; padding:8px;}
a.top {display:block; color:#F7CBE2;}
li.note {font:bold 14px/12px Arial, Helvetica, sans-serif; padding:8px;}

.flv {padding-bottom:25px;}



/*   Forms Styles
=====================================*/
form {padding:0;margin:0;}
.text  {border:1px solid #666; width:200px;}
.error {border:1px solid #f00;background-color:#ffe0e0;}
.req {color:#999;font-size:10px;margin-left:5px;}
.req2 {color:#f00;font-weight:bold;margin-left:5px;}
.formText {text-align:right; padding-right:15px; width:33%; line-height:14px; padding-bottom:10px;}



/*   sIFR3 Styles
=====================================*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
	margin-top:215px;
}
.sIFR-unloading .sIFR-flash {
	visibility: hidden !important;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
	margin:0; /* may not be needed */
	padding:0; /* may not be needed */
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}
.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}


/*   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:3px; background:#fff; border:1px solid #777; float:right; margin:1px 0px 8px 9px;}
.photoleft {padding:3px; background:#fff; border:1px solid #777; float:left; margin:1px 9px 8px 0px;}
.photo {padding:3px; background:#fff; border:1px solid #777;}
.featureRight {border:2px solid #333192; padding:1px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:2px solid #333192; padding:1px; margin:7px auto; }


img, #sideNav { behavior: url(iepngfix.htc) }
