@charset "UTF-8";
/* CSS Document */

/* RESET */
*{
	outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:12px; 
	font-weight:bold; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
p {
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/

html{
	font-size:10px;
	min-height:100%;
}

body{
	font-size:12px;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	color:#01335d;
	background-color: #023865;
	background-image: url('_img/background.png');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

.pagehead{
	width: 97%;
	height: auto;
	padding-left: 10px;
	background-image: url('_img/h1bg.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagehead span{
	font-weight: bold;
	font-size: 200%;
	background-color: #edf5f8;
	padding-left: 2px;
	padding-right: 2px;
}
	

#wrapper{
	width:952px;
	margin-top:0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#topbar{
	width: 952px;
	height: 125px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #29357f;
}

#leftmenu{
	clear: both;
	width: 160px;
        font-weight: bold;
	margin-top: 15px;
	margin-right: 15px;
	float: left;
	display: inline-block;
}

#content{
	width: 582px;
	min-height: 100%;
	margin-top: 15px;
	float: left;
	display: inline-block;
	background-color: #edf5f8;
	padding: 10px;
}

#rightmenu{
	width: 160px;
        font-weight: bold;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	display: inline-block;
}

#bigbottommenu{
	clear: both;
	width: 952px;
	float: left;
	background-color: #edf5f8;
	display: inline-block;
	margin-top: 15px;
}

#copyright{
	clear: both;
	width: 952px;
	float: left;
	font-size: 8px;
	text-align: right;
	color: #edf5f8;
	display: inline-block;
	margin-top: 10px;
}

.menu {
	width: 160px;
	background-color: #edf5f8;
	margin-bottom: 15px;
}

.menuheader {
	width: 160px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-image: url('_img/menuheader.jpg');
	color: #000000;
	font-size: 13px;
}

.menucontent {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.menucontent li, #content li {
	padding-bottom: 10px;
	list-style: square inside url('_img/menubullet.jpg');
}

.menucontent li.smallitem, #content li.smallitem {
	padding-bottom: 0px;
	font-size: 8px;
	list-style: square inside;
}

a, a:active, a:visited {
	color: #01335d;
	font-size: 12px;
	text-decortation: underline;
}

a:hover {
	color: #01335d;
	text-decoration: none;
}

#copyright a, #copyright a:active, #copyright a:visited {
	color: #cbd3d6;
	font-size: 8px;
	text-decortation: underline;
}

#copyright a:hover {
	color: #cbd3d6;
	font-size: 8px;
	text-decoration: none;
}

li a, li a:active, li a:visited {
	color: #01335d;
	font-size: 12px;
	text-decortation: underline;
}

li a:hover {
	color: #01335d;
	font-size: 12px;
	text-decoration: none;
}

.menuheader a, .menuheader a:active, .menuheader a:visited {
	color: #000000;
	font-size: 13px;
	text-decortation: underline;
}

.menuheader a:hover {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

.bigmenuheader {
	width: 952px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-image: url('_img/bigmenuheader.jpg');
	color: #000000;
	font-size: 13px;
}

.bigmenucontent {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* Tricks */


/* Tricks */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  
/* for IE/Mac */

/***** DD accordion Menu Style *********/

.arrowsidemenu{
	width: 160px; /*width of menu*/
}
	
.arrowsidemenu div a{ /*header bar links*/
	display: block;
	background-color: #edf5f8;
  height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
color: #01335D;
font-size: 15px;
font-weight: normal;
}

.arrowsidemenu div a:hover{
	font-weight: bold;
	background-color: #dce4e8;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	font-weight: bold;
	background-color: #dce4e8;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	background-color: #edf5f8;
	list-style: none;
	padding-left: 10px;
	padding-bottom: 0px;
	border: 1px solid #dce4e8;
	border-top: none;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 10px;
}

.arrowsidemenu ul li a:hover{
	background: #dce4e8;
}
