/* GLOBAL STYLES */

<!--
.DesktopDefaultPage {
	margin-left: auto;
	margin-right: auto;
	max-width: 1007px;
padding-left: expression(document.body.clientWidth > 1007 ? (document.body.clientWidth-1007)/2 + "px":0);
padding-right: expression(document.body.clientWidth > 1007 ? (document.body.clientWidth-1007)/2 + "px":0);
}
-->
form {
	margin-top: 0px;
	background-color : #D5E3F9;
}
.DesktopDefaultPage {
	background-color:#677E9A;
	margin-right: auto;
	max-width: 1007px;
padding-left: expression(document.body.clientWidth > 1007 ? (document.body.clientWidth-1007)/2 + "px":0);
padding-right: expression(document.body.clientWidth > 1007 ? (document.body.clientWidth-1007)/2 + "px":0);
}
.DesktopPortalFooterPanel {
	background-color : #D5E3F9;
}

/* End */
/*------------- Global ------------------ */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
/*------------- Hacks/Fixes ------------- */
.clearfix:after {
	visibility: 			hidden;
	display:				block;
	font-size:				0;
	content: 				" ";
	clear:				 	both;
	height: 				0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 14px;
	color: #000;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;
	color: #000;
}

p {
	font-size: 12px;
	font-family: Arial;
	margin-bottom: 14px;
	line-height: 18px;
}

.signature {
	font-size: 30px;
	font-family: Script, Lucida Handwriting, Sans Serif;
	color: #06F;
}


/*----------- End -------------- */

body {
	background: #677e9a;
}

#header {
	 width: 1003px; 
	 height: 367px;
	 margin: 0px auto;
	 
	 background: url(images/bg-header.jpg) repeat-x;
	 border-left: 2px solid #d5e3f9;
	 border-right: 2px solid #d5e3f9;
	
	 position: relative;
	 z-index: 10;
}
#header .brian-oreilly {
	width: 363px;
	height: 74px;
	
	position: absolute;
	top: 12px;
	left: 338px;
	z-index: 20;
}
#header #flashContent {
	position:absolute; 
	left: 45px; 
	top: 120px; 
	
	width: 915px; 
	height:233px;
	z-index: 20;
}
#nav {
	width: 727px;
	
	position:absolute; 
	left: 129px; 
	top: 70px; 
	z-index: 50;
}
#nav li {
	margin: 0px 15px;
	
	list-style: none;
	float: left;
	position: relative;
	z-index: 80;
}
#nav li a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#011736;
	text-decoration:none;
	z-index: 100;
}
#nav li a:hover {
	color:#fff;
	text-decoration: none;
}
/*-------------- Nav Dropdowns ---------- */
#nav li ul {
	height:	auto;
	background:	#FFF;
	margin:	0px;
	padding: 0px;
	display: none;
	border:	1px solid #75a0ca;
	
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 150;
}

#nav li ul li {
	border-bottom: 1px solid #75a0ca;
	margin: 0px;
	
	position: relative;
	left: 0px;
	
	text-align: center;	
}
#nav li ul li a {
	height:	10px;
	width: 130px;
	margin: 0px;
	background: none;
	padding: 5px 10px;
	display: block;
	
	color: #001a63;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align:	left;	
}
#nav li ul li a:hover {
	height:	10px;
	background:	#D5E3F9;
	color: #001a63;
}
#nav li ul .border-bottom {
	border: none;
}
#nav li:hover ul, #nav li.over ul {
	display: block !important;
}
#nav li:hover ul, li.over ul {
	display: block !important;
}

/*-------------- Footer ---------- */

#footer {
	width: 100%;
	height: auto;
	position:relative;
	
	text-align: center;
}
#footer .brianoreilly-icon {
	position:absolute; 
	left: 60px; 
	top: 4px;
}
#footer .company-name {
	font-size:14px; 
	color:#003366; 
	font-weight:bold;
}
#footer .footer-address {
	font-size:12px; 
	color:#003366;
}
#footer .point2-link {
	 font-size:9px; 
	 color:#999999;
}