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

html {
	min-height: 100%;
	margin-bottom: 1px;
}

* { padding: 0; margin: 0; }

body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

a {
	color: #007FFE;
}

a:hover {
	color: #330000;
}

/* ---( headings and paragraph text )------------------------------- */

h1, h2, h3, h4 {font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold;
}

h1 {
	font-size: 1.7em;
	margin-bottom: 0.3em;
	color: #111964;
	padding: 0px;
	margin-top: 1em;
}


h2 {
	margin: 1em 0px .5em;
	padding: 0px;
	font-size: 1.4em;
	font-weight : bold;
	letter-spacing : 0.05em;
	color: #111964;
}

h3 {
	margin-top: 14px;
	margin-bottom: 3px;
	font-size: 1.2em;
	color: #111864;
}
h4 {
	margin-top: 14px;
	margin-bottom: 7px;
	margin-left: 18px;
	color: #12637A;
	font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-size: .95em;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
}

.imgFloatLeft {
	float:left;
	margin-right:15px;
}


/* ---( tables )------------------------------- */

table {
	border-collapse: collapse;
	width: 80%;
    	}

table, th, td
{
	border: 1px solid #111864;
	margin: 0px;
	padding: 0px;
    vertical-align: top;
	text-align: left;
	
	}

th {
	background-color:#06F;
	color:#fff;
	text-align:left;
	padding: 5px;

}
td {
	text-align:left;
	padding: 5px;
	
}

tr.alt td {
	background-color: #EAF6FF;
	
	
}


.noline table {
	border: 1px solid #fff;
}

.noline tr {
border: 1px solid #fff;}
.noline td {
border: 1px solid #fff;}

/* Lists
----------------------------------------------- */
ul {
	color: #333333;
  }

ul li{
	margin:0 0px 0 20px;
	padding:0px 0px 8px;
	list-style-type: square;
	font-size: .95em;
  }
ol li  {
	font-size: .95em;
	margin-left: 20px;
	margin-bottom: 8px;
  
  } 
 

#wrapper {
	margin: 0 auto;
	width: 977px;
	background-image: url(images/bgWrapper.jpg);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-left: 8px;
}
#header {
	width: 961px;
	float: left;
	height: 125px;
	background-image: url(images/bgBanner.jpg);
	background-repeat: no-repeat;
	background-color: #111864;
}

#header h1 img {
	margin-left: 120px;
	border:none;
	
}


/* ---( navigation )------------------------------- */


#navigation {
	float: left;
	width: 961px;
	margin: 0px;
	background: #007fff url(images/bgNav.jpg) no-repeat;
	height: 28px;
}

	
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:6 - Frosty Blue
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	margin-left:30px;
	font-size: 12px;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin:0;
	padding:0;
	z-index: 10000;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/nav-slash.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#p7PMnav ul li {
	background-image: none;
	background-color: #007fff;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-right: 38px;
	padding-left: 12px;
	line-height: 28px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #111864;
	letter-spacing: .01px;
	background-image: url(images/nav-slash-over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	color: #111864;
	letter-spacing: .01px;
	background-image: none;
	background-color: #eaf6ff;
	}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #fff;
	letter-spacing: .01px;
	background-image: url(images/nav-slash-over.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight:normal;
}

#p7PMnav .p7PMmark ul li li {
	color: #fff;
	letter-spacing: .01px;
	background-image: none;
	font-weight:normal;
}

/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 275px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}	
	
/* ---( content )------------------------------- */
	
#content-side {
	background-image: url(images/bgContent.gif);
	background-repeat: repeat-y;
	width: 961px;
	float: left;
	
}

#contentLeftnav {
	background-image: url(images/bgLeftNav.gif);
	background-repeat: repeat-y;
	width: 961px;
	float: left;
	
}

#content {
	width: 961px;
	float: left;	
}

#column {
	color: #333;
	padding: 0px 30px 30px;
	margin-left: 230px;
	}
	
#nocolumn {
	color: #333;
	padding: 0px 30px 30px;
	}	

#leftcolumn {
	color: #333;
	padding: 10px 10px 10px 25px;
	width: 620px;
	float: left;
}
#rightcolumn {
	float: right;
	margin: 0 30px 0 0;
	padding: 10px;
	width: 230px;
}


.breadcrumbs {
	font-size: .9em;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* ---( left nav )------------------------------- */

#leftnav {
	float: left;
	margin: 0;
	padding: 25px 10px 10px 15px;
	width: 205px;
}

#leftnav ul li {
	list-style:none;
	font-size: .95em;
	margin: 0px 0px .8em;
	padding: 0px;
}

#leftnav ul li a {
	text-decoration:none;
}

#leftnav ul li a.active {
	color:#006;
	font-weight:bold;
}



#footer {
	width: 961px;
	clear: both;
	background: #007fff;
	margin: 0;
	height: 28px;
}

#footer p {
	padding: 7px;
	font-size: .95em;
	
}

#footer a {
	color:#ffffff;
	text-decoration:none;
	
}

