/*== Developed By: Ryan H ===========*/
@import url("menu.css");

/*   Globals
=====================================*/
/* browser resets */
* {font-size:1em; line-height:1; outline:none; padding:0; margin:0;}
table {border-collapse:collapse; border-spacing:0;}
th, td {vertical-align:top; text-align:left;}

h2, h3, h4, h5, h6 {margin-bottom:8px;}
p, ul, ol, hr {margin-bottom:15px;}
p, li, br, h2, h3, h4, h5, h6 {line-height:1.5em;}

/*  IE uses font-size, Mozilla uses line-height  */
.sIFR-active h1 {font-size:36px; line-height:36px; height:42px; visibility:hidden; width:100%; margin-bottom:5px;}

/* generic headers */
h2 {font-size:150%; font-weight:bold; color:#666644;}
h3 {font-size:125%; font-weight:bold; color:#003366;}
h4 {font-size:110%; font-weight:bold; color:#003366;}
h5 {font-size:100%; font-weight:bold; color:#003366;}
h6 {font-size: 85%; font-weight:bold; color:#003366;}

/* generic anchors */
a:link, a:visited {color:#666; text-decoration:none; font-weight:bold;}
a:hover, a:active {color:#333; text-decoration:none; font-weight:bold;}
#footer a {color:#D4E0EC;} #footer a:hover {color:#fff;}

/* generic lists */
ul {margin-left:.5em; padding-left:2em; width:90%;}
ol {margin-left:.5em; padding-left:3em; width:90%;}
ol li, ul li {margin-bottom:0.5em; padding-left:0em;}



/*   Backgrounds and Colors
=====================================*/
body {background:#4378A2;}
#bodyWrapper{background:url(images/layout/bg.jpg) 0 0 repeat-x;}
#shell 		{background:#fff url(images/layout/bodyBG.jpg) 0 0 repeat-y;}
#container 	{background:url(images/layout/headBG2.jpg) 0 0 no-repeat;}

.featureRight, .featureLeft, .featureCenter,
.photoright, .photoleft, .photo, .rightCol {border-style:solid; border-color:#000;}



/*   Typography
=====================================*/
/*  reset dnn_ContentPane and ControlPanel text  */
.Head, .SubHead, .Normal, .NormalDisabled {
	font:82% Verdana, Arial, Helvetica, sans-serif; color:#023761;
}
.Head, .SubHead {font-weight:bold;}

#footer 	{font:10px/1.3em Arial, Helvetica, sans-serif; color:#D4E0EC;}



/*   Body Wrappers
=====================================*/
#shell {
	margin:0px auto;
	width:750px;
}
#container {
	position:relative;
	overflow:hidden;
	width:100%;
}



/*   Content Styles
=====================================*/
#content {
	padding:210px 0px 10px 0px;
	margin:0px 0px 0px 35px;
	width:485px;
}
#dnn_ContentPane {
	padding:0px;
	min-height:210px;
	_height:210px; /* for IE6 */
}

#dnn_pagePhoto {position:absolute; top:325px; right:15px; width:196px;}
#dnn_pagePhoto p img {width:196px; border:1px solid #000; background:#000;}
#dnn_pagePhoto h1 {display:none;}

.rightCol {
	width:45%;
	float:right;
	border-left-width:1px;
	border-right:none;
	border-top:none;
	border-bottom:none;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 15px;
}

/* homepage styles */
.welcome_title { 
	background:url(welcome_home.jpg);
	height:71px; 
	width:286px;
	position:absolute;
	z-index:1000;
	top:440px;
	left:230px; 

}

.home #content {
	position:relative; top:-25px;
	margin-bottom:-25px;
	padding-top:0px;
	margin:0px auto;
	width:455px;
}
.home .Normal {
	text-align:center;
}
.home #dnn_pagePhoto {display:none;}
#homeL {position:absolute; top:460px; left:10px;}
#homeR {position:absolute; top:460px; right:10px;}

.shadowThis {padding:1px; background:#000;}

a#map {
	display:block; width:70px; height:65px;
	position:absolute; top:239px; right:11px; text-indent:-9999px;
	background:url(images/blank.gif);
}
a#map:hover {
	background:#194E78;
	opacity:.25;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
}


/*   Footer Styles
=====================================*/
#footer 	{margin:10px auto; width:750px; clear:both;}
#foot_info 	{text-align:center; padding-top:0px;}



/*   Individual Pages
=====================================*/
#faq, #faq li {list-style:none; margin-left:0px;}
.question, .openAll {margin:0px 0px 5px 0px; cursor:pointer;}
.faqAnswer {
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	margin:5px 0px 10px 5px;
	padding:8px;
	width:90%;
}

#faq ol{list-style:none; margin:0px;}
.faqItem {padding:9px; margin:0px 0px 15px 0px;}
.faqHover {background:#fff; border:1px solid #F7CBE2; padding:8px;}
#faq a.top {display:block; color:#F7CBE2;}



/*   Forms Styles
=====================================*/
form {padding:0; margin:0;}
.error {border:1px solid #f00; background-color:#ffe0e0;}
.req {color:#999; font-size:10px; margin-left:-10px;}
.req2 {color:#f00; font-weight:bold; margin-left:-10px;}



/*   Standard Image/Feature Styles
=====================================*/
.featureRight, .featureLeft, .featureCenter {padding:0px; border-width:3px;}
.photoright, .photoleft, .photo {padding:0px; border-width:3px; background:#000;}

#feature {margin:30px auto 20px auto;}
.caption {font-style:italic; font-size:85%;}

.right 	{float:right; margin:0px 0px 5px 10px;}
.left 	{float:left;margin:0px 10px 5px 0px;}

.photoright {float:right; margin:1px 0px 5px 10px;}
.photoleft 	{float:left; margin:1px 10px 5px 0px;}
.photo 		{float:none; margin-bottom:10px;}

.featureRight 	{float:right; margin:0px 0px 10px 10px;}
.featureLeft 	{float:left; margin:0px 10px 0px 10px;}
.featureCenter 	{float:none; margin:10px auto;}



/*   sIFR3 Styles
=====================================*/
.sIFR-flash {visibility:visible !important;margin:0;padding:0;}
.sIFR-unloading .sIFR-flash {visibility:hidden !important;}
.sIFR-replaced, .sIFR-ignore {visibility:visible !important;margin:0; padding:0;}
.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;}



/*   DNN Style Overrides
=====================================*/
/*  reset dnn ControlPanel  */
.ControlPanel, .PagingTable {background:#000; border:5px solid #fff;}
.ControlPanel td, .ControlPanel label {padding:0px 5px;}
.ControlPanel .SubHead {color:#fff; font-size:11px;}

/*  reset dnn Links  */
a.CommandButton, a.CommandButton:link, a.CommandButton:visited {color:#999; text-decoration:none;}
a.CommandButton:hover, a.CommandButton:focus {color:#ff9933; text-decoration:none;}

/*  reset dnn Module Menu  */
.ModuleTitle_MenuBar {position:relative; margin: 0px 10px 0px 0px;}
.ModuleTitle_SubMenu {left:0px !important; top:15px !important; width:150px; border: 2px solid #000;}
.ModuleTitle_MenuItem td span {padding:0px 10px;}
.ModuleTitle_MenuItem .ModuleTitle_MenuIcon span {padding:0px;}
.ModuleTitle_MenuItemSel {background:#c1d2ee;}
.ModuleTitle_MenuBreak {display:none;}

/*  reset dnn Login Button  */
#dnn_dnnLOGIN_cmdLogin, #dnn_dnnLOGIN_cmdLogin a {
font-size:11px!important; color:#D4E0EC!important; font-weight:bold!important; text-decoration:none!important;
} #dnn_dnnLOGIN_cmdLogin:hover, #dnn_dnnLOGIN_cmdLogin a:hover { color:#fff!important; }

/* Move Login Box  */
#dnn_ctr_Login_pnlLogin { margin-left:150px; padding:35px 0 0 0; text-align:left; }

.Normalradio {color:#fff !important;}
.DataGrid_Header {color:#000;}
.DataGrid_Item {color:#000;}
tr.DataGrid_Item {color:#fff !important;}
.eipbackimg {display:none;}
.eipbuttonbackimg {}
#optionsarea {background:#000!important;}