﻿/* CSS Document */

* {
margin: 0px;
padding: 0px;
}
body {
	background-color: #1481C4;
	font-family: Arial,Tahoma, Helvetica, sans-serif;
	/*background-image:url(../images/pagebg.gif);*/
	background-repeat:repeat-x;
	font-size:12px; 
}
.clearfix {
	padding: 7px;
}
#wrapper {
	margin-top:15px;
	background-color: white;
	min-width: 776px;
	max-width: 776px;
	margin-right: auto;
	margin-left: auto;	
}

/*Top -------------------------------------------------------*/
.topcont
	{
	position: relative;
	display:block;
	width:776px;
	height:120px;
	background-image:url(../images/topbg.gif);
	background-repeat:repeat-x;
	background-color: white;
	border:0px solid black;
	}
	
.bannercont
	{
	position: relative;
	display:block;
	height:110px;
	margin-top:-8px;
	border:0px solid black;
	float:left;
	}
	
/*Slide Menu -------------------------------------------------------*/
#toolbarcont1
	{
	position: relative;
	display:block;
	font-size:12px;
	margin-top:31px;
	margin-left:0px;
	color:white;
	text-align:center;
	float:left;
	border:0px solid black;
	}



#toolbar
	{
	position: relative;
	display:block;
	font-size:12px;
	margin-top:31px;
	margin-left:0px;
	color:white;
	text-align:center;
	float:left;
	border:0px solid black;
	}
	

#toolbar a:link, #toolbar a:visited, #toolbar a:active 
	{
	margin-left:9px;
	margin-right:9px;
	text-decoration: none;
	color:white;
	font-weight:bold;
	border:0px solid black;
	}
	
#toolbar a:hover 
	{
	position:relative;
	text-decoration:none;
	margin-left:9px;
	margin-right:9px;
	color:#4a52b9;
	font-weight:bold;
	text-decoration:underline;
	}
	
#toolbar .rcititle
	{
	position: relative;
	display:block;
	margin-top:5px;
	margin-left:85px;
	font-size:19px;
	font-weight:bold;
	/*font-family:"Times New Roman", Times, serif;*/
	border:0px solid black;
	}

#headercont {
	/*height: 150px;*/
	position: relative;
	display:block;
	background-color: white;
	width: 410px;
	margin-top:-50px;
	margin-left:13px;
	margin-right:0px;
	border:0px solid black;
	float:left;
}

/*Left Side -------------------------------------------------------*/
#left
	{
	position: relative;
	display:block;
	width:160px;
	vertical-align:top;
	margin-left:10px;
	margin-top:-20px;
	padding-top:0px;
	color:#002f65;
	float:left;
	border:0px solid black;
	/*background-color: white;
	height: 40px;
	clear: both;*/
	}
	
#left .mainnav {
background-image:url(../images/boxbg.gif);
background-repeat:repeat-y;
width:160px;
margin-bottom:0px;
}
#left .mainnav div {
background-repeat:no-repeat;
background-position:top left;
}
#left .mainnav div div {
background-image:url(../images/boxbottombg.gif);
background-repeat:no-repeat;
background-position:bottom left;
padding-bottom:3px;
}
#left .mainnav div div div {
background-image:url(../images/spacer.gif);

}
#left .mainnav h3 {
background-image:url(../images/boxtop.gif);
	padding-left:6px;
	padding-top:2px;
	height:21px;
	margin-top:0px;
	font:bold 13px Arial, Helvetica, sans-serif;
	border:0px solid black;
	color:white;
}
	
	#left .user2 {

width:160px;
margin-bottom:0px;
}
#left .user2 div {
background-image:url(../images/boxbg.gif);
background-repeat:repeat-y;
background-position:top left;
}
#left .user2 div div {
background-image:url(../images/boxbottombg.gif);
background-repeat:no-repeat;
background-position:bottom left;
padding-bottom:3px;
}
#left .user2 div div div {
background-image:url(../images/spacer.gif);

}
#left .user2 h3 {
background-image:url(../images/boxtop.gif);
	padding-left:6px;
	padding-top:2px;
	height:21px;
	margin-top:0px;
	font:bold 13px Arial, Helvetica, sans-serif;
	border:0px solid black;
	color:white;
}

#left .user3 {

width:160px;
margin-bottom:20px;
border:0px solid black;
}
#left .user3 div {
background-image:url(../images/boxbg.gif);
background-repeat:repeat-y;
background-position:top left;
}
#left .user3 div div {
background-image:url(../images/boxbottombg.gif);
background-repeat:no-repeat;
background-position:bottom left;
padding-bottom:3px;
}
#left .user3 div div div {
background-image:url(../images/spacer.gif);

}
#left .user3 h3 {
background-image:url(../images/boxtop.gif);
	padding-left:6px;
	padding-top:2px;
	height:21px;
	margin-top:0px;
	font:bold 13px Arial, Helvetica, sans-serif;
	border:0px solid black;
	color:white;
}
	
/*Left Main Menu -------------------------------------------------------*/
.moduletable_menu ul
	{
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
	border:0px solid black;
	}
	
.menu
	{
	padding-left:5px;
	padding-top:0px;
	border:0px solid black;
	}
	
.menu ul
	{
	padding-left:10px;
	padding-top:0px;
	border:0px solid black;
	}
	
#left ul li,#right ul li{
vertical-align:top;
	display:block;
	/*background-image:url(../images/boxbg.gif);*/
	margin-top:0px;
	padding:0 0 0 0px;
	border: 0px solid black;
}
#left ul li a,#right ul li a{
	font:bold 11px/24px Arial, Helvetica, sans-serif;
	color:#002f65;
	background:url(../images/arrow_red.gif) 0 5px no-repeat /*#FFFCDB*/;
	text-decoration:none;
	padding:0px 0 0 16px;
}
#left ul li a:hover,#right ul li a:hover{
	color:#a42929;
	text-decoration:underline;
	background:url(../images/arrow_red_hover.gif) 0 5px no-repeat /*#FFFCDB*/;
}

#left .markermenu ul li a{
	font:bold 11px/24px Arial, Helvetica, sans-serif;
	color:#002f65;
	background:url(../images/arrow_red.gif) 0 11px no-repeat /*#FFFCDB*/;
	text-decoration:none;
	padding:0px 0 0 16px;
}

#left .markermenu ul li a:hover{
	color:#a42929;
	text-decoration:underline;
	background:url(../images/arrow_red_hover.gif) 0 11px no-repeat /*#FFFCDB*/;
}

/*Page Formating -------------------------------------------------------*/
.componentheading
	{
	margin-top:10px;
	margin-left:-6px;
	margin-bottom:20px;
	width:396px;
	padding:6px;
	color:white;
	font-weight:bold;
	font-size:14px;
	background-color:#4156ba;
	border:0px solid #4156ba;
	}
	
.contentheading
	{
	position: relative;
	display:block;
	margin-top:5px;
	font-size:16px;
	color:#002f65;
	padding-bottom:2px;
	font-weight:bold;
	background-color:white;
	border:0px solid black;
	}
	
.article_separator
	{
	position: relative;
	display:block;
	margin-top:20px;
	border:0px solid black;
	}
	
/*Artical Home-------------------------------------------------------*/
.article
	{
	position: relative;
	display:block;
	width:294px;
	margin-top:0px;
	padding-bottom:0px;
	float:left;
	border:0px solid black;
	}
	
.articlemage
	{
	position: relative;
	display:block;
	margin-left:10px;
	padding-bottom:0px;
	float:left;
	border:0px solid black;
	}
	

.articlemage a:link, .articlemage a:visited, .articlemage a:active 
	{
	cursor:default;
	text-decoration:none;
	border:0px solid black;
	}
	
.articlemage a:hover 
	{
	cursor:default;
	text-decoration:none;
	}
	
/*Right Side -------------------------------------------------------*/
#right
	{
	position: relative;
	display:block;
	width:160px;
	vertical-align:top;
	margin-left:13px;
	margin-top:-50px;
	padding-top:0px;
	
	float:left;
	border:0px solid black;
	/*background-color: white;
	height: 40px;
	clear: both;*/
	}
	
/*Search -------------------------------------------------------*/
#right .search {
background-image:url(../images/boxbg.gif);
background-repeat:repeat-y;
width:160px;
padding-bottom:0px;
margin-bottom:0px;
border:0px solid black;
}

#right .search div {
background-repeat:no-repeat;
background-position:top left;
border:0px solid black;
}

#right .search div div {
background-image:url(../images/boxbottombg.gif);
background-repeat:no-repeat;

background-position:bottom left;
padding-bottom:3px;
border:0px solid black;
}
#right .search div div div {
background-image:url(../images/spacer.gif);
margin-bottom:0px;
}
#right .search h3 {
background-image:url(../images/boxtop.gif);
	padding-left:6px;
	padding-top:2px;
	height:21px;
	margin:0px;
	font:bold 13px Arial, Helvetica, sans-serif;
	border:0px solid black;
	color:white;
}

#right .search form
	{
	margin:0; 
	padding:0;
	border:0px solid black;
	}

.inputboxsearch
	{
	width:100px;
	height:12px;
	background-color:#d9d9d9;
	border:1px solid #b32017;
	font-size:11px;
	color:#002f65;
	/*line-height:12px;
	font-family:Tahoma;*/
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:2px;
	padding-bottom:2px;
	float:left;
	}
	
.buttonsearchimg
	{
	background: url('../images/searchbut.gif') no-repeat;
	border:0px solid #b32017;
	background-color:#d9d9d9;
	width:21px;
	height:16px;
	padding-left:0px;
	padding-bottom:0px;
	font-family:Tahoma;
	color:#002f65;
	font-size:11px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	}
	
/*Search Form-------------------------------------------------------*/
#searchForm .inputboxtext
	{
	background-color:#d9d9d9;
	border:1px solid #b32017;
	font-size:11px;
	color:#002f65;
	/*line-height:12px;
	font-family:Tahoma;*/
	margin-left:0px;
	margin-top:6px;
	margin-bottom:6px;
	padding-left:2px;
	padding-bottom:2px;
	}
	
#searchForm .button
	{
	background: url('../images/searchformbut.gif') no-repeat;
	border:0px solid #b32017;
	background-color:#d9d9d9;
	width:53px;
	height:16px;
	padding-left:0px;
	padding-bottom:2px;
	font-family:Tahoma;
	color:#002f65;
	font-size:11px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	}
	
	
#right .user11 {

width:160px;
margin-top:20px;
border:0px solid black;
margin-bottom:20px;
}
#right .user1 div {
background-image:url(../images/boxbg.gif);
background-repeat:repeat-y;
background-position:top left;
}
#right .user1 div div {
background-image:url(../images/boxbottombg.gif);
background-repeat:no-repeat;
background-position:bottom left;
padding-bottom:3px;
}
#right .user1 div div div {
background-image:url(../images/spacer.gif);

}
#right .user1 h3 {
background-image:url(../images/boxtop.gif);
	padding-left:6px;
	padding-top:2px;
	height:21px;
	margin-top:0px;
	font:bold 13px Arial, Helvetica, sans-serif;
	border:0px solid black;
	color:white;
}

.module
	{
	border:0px solid black;
	margin-top:10px;
	}

.module ul
	{
	border:0px solid black;
	padding-left:5px;
	}
	
/*Contact Form -------------------------------------------------------*/
.contact_email .inputbox
	{
	background-color:#d9d9d9;
	border:1px solid #b32017;
	font-size:11px;
	color:#002f65;
	/*line-height:12px;
	font-family:Tahoma;*/
	margin-left:0px;
	margin-top:6px;
	margin-bottom:6px;
	padding-left:2px;
	padding-bottom:2px;
	}
	

.buttonvalidate
	{
	background: url('../images/sendbut.gif') no-repeat;
	border:0px solid #b32017;
	background-color:#d9d9d9;
	height:16px;
	width:33px;
	padding-left:0px;
	padding-bottom:2px;
	font-family:Tahoma;
	color:#002f65;
	font-size:11px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	cursor:pointer;
	}
	
.warning
	{
	color:#b32017;
	font-weight:bold;
	font-style:italic;
	}
	
/*Footer -------------------------------------------------------*/
#bottom1 {
	position: relative;
	display:block;
	color:white;
	padding:0px;
	text-align:center;
	float:left;
}

.footercont
	{
	border:0px solid black;
	position: relative;
	display:block;
	text-align:center;
	}
	
#footer {
	position: relative;
	display:block;
	/*background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;*/
	height:58px;
	clear: both;
	color:white;
	padding:0px;
	text-align:center;
	font-size:11px;
	background-color: #4b4eb7;
	border:0px solid black;
}

#footer a:link, #footer a:visited, #footer a:active 
	{
	text-decoration: none;
	color:white;
	font-weight:bold;
	border:0px solid black;
	}
	
#footer a:hover 
	{
	position:relative;
	text-decoration:none;
	color:#def4ff;
	font-weight:bold;
	text-decoration:underline;
	}
	
#footer #user9 .module
	{
	color:white;
	text-align:center;
	margin-top:0px;
	padding-top:7px;
	border:0px solid black;
	}
	
#footer #user9 .module .mainlevel
	{
	color:white;
	padding-left:1px;
	padding-right:1px;
	}
	
.eblink
	{
	position: relative;
	display:block;
	margin-top:10px;
	font-size:10px;
	border:0px solid black;
	}
	
.ebcopy
	{
	font-size:9px;
	}

/*custom module formating*/
.custommoduletxt
	{
	position: relative;
	display:block;
	color:#002f65;
	padding: 5px;
	border:0px solid black;
	}
	
#left a:link, #left a:visited, #left a:active 
	{
	color:#002f65;
	font-weight:bold;
	text-decoration:none;
	border:0px solid black;
	}
	
#left a:hover 
	{
	position:relative;
	text-decoration:underline;
	color:#a42929;
	font-weight:bold;
	text-decoration:none;
	}
	
ul{
	list-style-type:disc;
	margin:0px;
	padding:0px;
}

#headercont ul{
	list-style-type:disc;
	margin-left:20px;
	padding-top:20px;
	padding-left:20px;
	color:#002f65;
}

#headercont a:link, #headercont a:visited, #headercont a:active 
	{
	color:#002f65;
	font-weight:bold;
	text-decoration:underline;
	border:0px solid black;
	}
	
#headercont a:hover 
	{
	position:relative;
	text-decoration:none;
	color:#a42929;
	font-weight:bold;
	text-decoration:none;
	}
	

#left ul, #right ul{
	list-style-type:none;
}

#breadcrumbs {
	background-color: #CCCCCC;
	clear: both;
}
#top {
	clear: both;
	background-color: #999999;
}
#maincontentwrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
	border:0px solid black;
}
#left_col1 {
	float: left;
	width: 20%;
	overflow: hidden;
	background-color: #CCCCCC;
}
#main_content {
	float: left;
	width: 100%;
	background-color: white;
}
#right_col {
	float: left;
	width: 20%;
	overflow: hidden;
	background-color: #CCCCCC;
}

/*
#toolbar {
	height: 30px;
	float: right;
	clear: both;
	background-color: #999999;
}
*/
#inset {
	width: auto;
	height: auto;
	background-color: #8F8890;
}

