@import url('reset.css');
/*------------------------------------------------------------
E2Digital Designs

version:	1.0
author:		E2Digital Designs
email:		info@dsv23.net
website:	www.E2Digital.net
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear:both
}
	
.left {
	float: left;
	clear: right;
}

.right {
	float: right;
	clear: left;
}

body { 
	margin: 0px 0px 0px 0px;
	background: #fff url() repeat top left;
	/*text-align: center;*/
	font: 10px/1.2 arial, Helvetica, sans-serif;
	border-top: 0px #003a6c solid;
}



/* =Typography
-------------------------------------------------------------*/
p, li, td {
	text-align: left;
	font-size: 120%;
	line-height:1.2em;

}

p, li, h1, h2, h3 {
	margin: .5em 0;
}

#infoBox p, #infoBox h2 {
	margin: 4px 0;
}



/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	width: auto;
}

h2 {
	font-size: 18px;
}


/* =Links
-------------------------------------------------------------*/
a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00356b;
}

a:hover {
	color: #0258a3;
}

a.more {
	display: block;
	text-align: right;
}
	

/* =Layout
-------------------------------------------------------------*/

#page {
	z-index: 1;
    width: 795px !important;
	height:auto;
	position: absolute !important;
	top: 0px !important ;
	margin-left: -398px !important;
	left: 50% !important;
}

#flash {
	z-index:997;
	position:absolute;
	left: 0px;
	top: 162px;
	width: 795px;
	height:117px;
	border-top:1px solid #10253a;
}



#main {
	margin-top: 0px;
	width:795px;
	margin-bottom:5px;

}








#content {
	width: 600px;
	margin: 10px 0px 10px 0px;
	
}

#content h3, p{
	font-size:12px;
	
}

#content h3 {
	color:#72879c;
	
}


	


.row_01 {
	width: 185px;
	float: left;
	margin-right:15px;
	font:10px arial; 
	list-style-type:circle; 
	list-style-position:inside; 
	list-style-image:url(images/bullet.gif);
}


	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
#masthead {
	top: 0px;
	width: 795px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #8f9078 url(../images/header.jpg) repeat top left;

}
/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/


/* =Main Navigation Styles
-------------------------------------------------------------*/
#menu_01 {
	top: 140px;
    margin-top: 0px;
	width: 795px;
	height: 20px;
	background-color: #8f9078;
	border-bottom: 2px solid #ffffff;
	padding: 0px 0px 0px 0px;
}

#nav_01 {
	padding: 0px;
	margin: 0px;
}
#nav_01 LI {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
#nav_01 UL {
	border: #213921 1px solid; 
	padding-right: 0px; 
	padding-top: 0px; 
	padding-left: 0px; z-index: 10000; left: -9000px; 
	padding-bottom: 0px; 
	margin: 0px; 
	position: absolute; 
	/*background-color: #ffffff;*/
}
#nav_01 a {
	padding: 4px 10px 4px 10px;
	display: block; 
	color: #ffffff; 
	line-height: 1; 
	text-decoration: none;
	letter-spacing: 0px;
}
#nav_01 a:hover {
	color: #ffffff;  background: #8f9078 url(../images/menu-back.jpg) repeat top left;
}
#nav_01 a:active {
	color: #ffffff;  background: #8f9078 url(../images/menu-back.jpg) repeat top left;
}
#nav_01 a:unknown {
	color: #ffffff;  background: #8f9078 url(../images/menu-back.jpg) repeat top left;
}

#nav_01 LI {
	float: left; width: auto;
}
#nav_01 UL LI {
	float: none;
}
#nav_01 UL {
	width: 172px;
}
#nav_01 UL LI {
	width: 172px;
}






/* =Secondary Navigation Styles
-------------------------------------------------------------*/

/* =Lefty
-------------------------------------------------------------*/
#left_menu {
	left: 10px;
	top:170px;
	width:170px;
	background-color:#000000;
	
}

/* =Refer Table
-------------------------------------------------------------*/
.tableHeader {
	padding: 3px;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	background-color: #10253a;
}

.tableBorder {
	border: thin solid #88929d;
	padding: 3px;
}

.tableText {
	font: 12px/20px arial;
}


.Header_FORMS {
	font-size: 18px;
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:600;
}

.Header_PAGES {
	font-size: 14px;
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:800;
}