/***********************************************/
form{
	padding: 0px;
	margin: 0px;
}

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

body{
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	behavior: url('csshover.htc');
}

/******* hyperlink and anchor tag styles *******/

a:link    {color: #0000FF; text-decoration: underline; font-weight: bold;}
a:visited {color: #0000FF; text-decoration: underline; font-weight: bold;}
a:active  {color: #0000FF; text-decoration: underline; font-weight: bold;}
a:hover   {color: #0000FF; text-decoration: none; font-weight: bold;}

#footer a:link    {color: #FFFFFF; text-decoration: none;}
#footer a:visited {color: #FFFFFF; text-decoration: none;}
#footer a:active  {color: #FFFFFF; text-decoration: none;}
#footer a:hover   {color: #CCCCCC; text-decoration: underline;}

/************** header tag styles **************/

h1{
	color: #1d2a54;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 22px;
	border-bottom: 2px solid #1d2a54;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 25px 0px 20px 0px;
	padding: 0px;
}

h3{
	font: bold 125% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/********* form and related tag styles *********/
	
input{
font-family: Arial,sans-serif;
}

.red{
color: #cc0000;
}

.ContactForm
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #1d2a54;
}

/******* LAYOUT DIVISONS *******/

#header{
	position: relative;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 100%;
	z-index: 99;
}

#main{
	position: relative;
	top: 0px;
	left: 0px;
	width: 920px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

#footer{
	position: relative;
	width: 100%;
	border-top: 1px solid #1d2a54;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#footerdiv{
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #ffffff;
	background-color: #1d2a54;
	line-height: 15px;
	min-width: 930px;
}

#footerdiv div{
	width: 930px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 15px;
	min-width: 930px;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/

/******* HEADER DIVISIONS *********/

#banner{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 130px; 
	background-color: #1d2a54;
	background-image: url('images/banner.png');
	background-position: top left;
	background-repeat:no-repeat;
}

#admin_banner{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 130px; 
	background-color: #1d2a54;
	background-image: url('images/admin_banner.png');
	background-position: top left;
	background-repeat:no-repeat;
}

#nav_box_outer{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-top: 1px solid #1d2a54;
	border-bottom: 1px solid #1d2a54;
}

#nav_box_inner{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #1d2a54;
	max-height: 24px;  
}

/******* NAV STYLES **********/

#nav{
	position: relative;
	margin: 0px;
	padding: 0px;
	cursor: default;
	width: 930px;
}

#nav td{
	position: relative;
	padding: 0px;
	margin: 0px;
}

#nav td img{
	padding: 0px;
	margin: 0px;
}

#nav td:hover img{
	opacity: .8;
	filter: alpha(opacity=80);
}

/*******ADMIN ROLLOVER NAV************/

#adminnav{
	position: relative;
	width: 930px;
	height: 24px;
	padding: 0px;
	z-index: 100;
}

#adminnav img{
	display: block;
}

#adminnav td:hover img{
	opacity: .8;
	filter: alpha(opacity=80);
}

#adminnav_table td div{
	position: absolute;
	visibility: hidden;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 28px;
	z-index: 100;
	background-color: #ebebeb;
	width: 109px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}

#adminnav_table td div a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: solid 1px #bfbfbf;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#adminnav_table td div a:link{
	color : #4f4f4f; 
	font-weight:bold;
}

#adminnav_table td div a:visited{
	color : #4f4f4f; 
	font-weight:bold;
}

#adminnav_table td div a:hover{
	color : #ffffff; 
	font-weight: bold;
	background-color: #1d2a54;
}

#adminnav_table td:hover div{
	visibility: visible;
}

/******* MAIN DIVISIONS *********/
#left_content{
	position: relative;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 710px;
	min-height: 300px;
}

#admin_left_content{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 930px;
	min-height: 300px;
	z-index: 98;
}


#right_content{
	position: relative;
	float: right;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 200px;
}

/******* LEFT CONTENT DIVISIONS *********/

#page_title{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 710px;
	height: 53px;
}

#admin_page_title{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 930px;
	height: 53px;
}

#content_box{
	position: relative;
	padding: 0px;
	width: 100%;
}

#content_box_inner{
	position: relative;
	padding: 20px;
}
/******* RIGHT CONTENT DIVISIONS *********/

.info_box{
	position: relative;
	padding: 0px;
	margin: 0px 0px 10px;
}

.info_box_header{
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 25px;
}

.info_box_content{
	position: relative;
	padding: 10px;
	margin: 0px;
	border: 1px solid #1d2a54;
	min-height: 200px;
	background-color: #efefef;
}

/********FORMS********/

.styleform, .inputform, .selectform, .submitform, .charsform, .messageform{
	color: #000000;
	background: #ffffff;
	border: 1px solid #333333;
	font-family:Arial, Verdana;
	font-size: 11px;
	padding: 2px;
}

.messageform{
	width: 300px;
	height: 125px;
}

.inputform{
	width: 170px;
	margin-bottom: 5px;
}

.selectform{
	width:156px;
}

.submitform{
	width: 176px;
	margin-top: 12px;
	padding: 1px;
	font-weight: bold;
}

/**********OTHER************/

#success_box{
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	height: 30px;
	background-color: #e5effd;
	border: 1px solid #abc6dd;
	margin-bottom: 15px;
}

#image_right{
	margin-left: 15px;
	margin-bottom: 15px;
}