body	{ 
	background: url(../images/bkgrnd.jpg) repeat-x 0px 0px;
	background-color: #000; color: #000000; font-family: Arial, Helvetica, sans-serif;
	margin: 0; padding: 0; margin-top: 13px
}

p,ul,ol	{font-size: 10pt; color: #000000; line-height: 140%;}

.top {margin-top: 0;}
.bottom {margin-bottom: 0;}

img {border: 0px;}
td img {display: block;}

sup {font-size: 60%;}

.center {text-align: center;}

#fullwidth {
	width: 983px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	*padding-left: 4px;
	border: 3px solid #000;
}

.sitewidth {
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#topnav {
	background: url(../images/topnavbar.jpg) no-repeat 0px 0px;
	width: 970px;
	height: 32px;
	text-align: right;
	margin: 0; padding: 0;
}

#content {
	width: 790px;
	background: url(../images/content.jpg) no-repeat top left;
	background-color: #e6e4e0;
	padding-left: 25px;
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 25px;
}

#content2 {
	width: 790px;
	background-color: #e6e4e0;
	padding-left: 25px;
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 25px;
}

h1 {
	font-size: 26pt;
	color: #302b49;
	font-weight: normal;
	margin: 0; padding: 0;
}

h2 {
	font-size: 18pt;
	color: #00a1c7;
	font-weight: normal;
	margin-bottom: 0; padding: 0;
}

h3 {
	font-size: 14pt;
	color: #000;
	font-weight: normal;
	margin: 0; padding: 0;
}

h4 {
	font-size: 11pt;
	color: #000;
	margin: 0; padding: 0;
	padding-top: 8px;
	padding-bottom: 5px;
}

#logos {
	/*background: url(../images/leftside.jpg) no-repeat top left;*/
	width: 180px;
	height: 460px;
	background-color: #aab5bc;
	margin: 0; padding: 0;
}

#logos2 {
	width: 180px;
	height: 460px;
	background-color: #aab5bc;
	margin: 0; padding: 0;
}

#footer	{
	background: url(../images/footer.jpg) no-repeat 0 0;
	width: 970px;
	height: 108px;
	margin-left: auto;
	margin-right: auto;
}

#footer	.contact {
	width: 489px;
	font-size: 10pt;
	text-align: right;
	padding-top: 12px;
	padding-right: 5px;
	font-weight: bold;
	color: #a9a5a9;
	border-bottom: 1px solid #00b2dd;
}

#footer	.contact a {
	color: #a9a5a9;
	text-decoration: none;
}

#footer	.contact a:hover {
	color: #00b2dd;
	text-decoration: none;
}

#footer	.copyright {
	font-size: 8pt;
	color: #4c494d;
	height: 75px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#footer	.copyright a {
	font-size: 8pt;
	color: #4c494d;
	text-decoration: none;
}

#footer	.copyright a:hover {
	font-size: 8pt;
	color: #00b2dd;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~ Button Styles~~~~~~~~~~~~~~~~~*/

a:link 		{color: #342155;}
a:active 	{color: #342155;}
a:visited 	{color: #000000;}
a:hover 	{color: #00b2dd;}




/*Top rollover navigation*/

.rollover a:hover {
	background: url(../images/arrow.gif) no-repeat bottom left;
}

#nav, #nav ul { 
	padding: 0; list-style: none; margin:0; width:970px;}

#nav a { text-decoration: none; }

#nav li   {float: right; display: block;}

#nav li a { display: block; color: #a2a0ae; height: 24px; *height: 30px; font-size: 10pt; padding-top: 4px; *padding-top: 3px; padding-right: 5px; padding-left: 5px;}

/*#nav li a { display: block; color: #a2a0ae; width:40px; height: 23px; *height: 30px; font-size: 10pt; padding-top: 7px; padding-right: 10px; padding-left: 10px;}*/

#nav li a:hover  {color: #ffffff; display: block;}

#nav li ul {
	position: absolute;
	text-align: left;
	background: #000;
	margin: 0px;
	*margin: 0px 0 0 -120px;
	width: 155px;
	height: auto;
	left: -999em;
}

#nav li ul li { float: left; display: block;}

#nav li ul a { 
	background: #000;
	color: #8a8895;
	display: block; 
	font-size: 9pt;
	width: 145px;	
}

#nav li ul a:hover { color: #00b2dd; display: block;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left: auto;}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {left: auto; }




/*~~~~~~~~~~~~~~~~~ JQuery Styles~~~~~~~~~~~~~~~~~*/

/**
modal_content => sm_content
modal_overlay => sm_olay
modal_close => sm_close
modal_title => sm_title
**/

/*modal*/
#sm_content {
	background-color: #aab5bc;
	display: none;
  position: fixed;
  left: 50%;
  padding: 10px;
	top:10%;
  -webkit-box-shadow: 0px 0px 8px #111;
  -moz-box-shadow: 0px 0px 8px #111;
  background:#FFF;
  border: 4px solid #000;
	width:550px;
	margin-left:-335px;
	text-align:center;
}
/*#sm_content small{font-size:77%; color: #fa0404;border: 1px solid;}*/
#sm_content .sm_close{
	float:right;
	font-size:14pt;
	font-weight: bold;
	margin: 0; padding: 0;
	cursor:pointer;
	color: #00a1c7;
}
#sm_content h3{font-size:120%; color: #302b49; text-align: left; font-weight: bold; padding-bottom: 5px;}
#sm_olay { background-color: #000;margin:0;padding:0;}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.overlay {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #sm_content {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.module {
	border-top: 1px solid #00a1c7;
	margin: 30px;
}

