body {
	background-color: #E7E7E7;
	margin: 5px;
	padding: 0px;
	color: #EEE;
	font-size: 10px;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}


h4 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

h5 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
}	
.contentheading h1, .contentheading, .componentheading h1, .componentheading {
	font-size: 12pt;
	font-weight: bold;
 	color: #036;
	text-align:left;
	margin: 1.5em 0 0em 0;
}	
/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #23314B; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #830302;	text-decoration: none;
	}
/*Module Styles :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

table.moduletable {

	margin: 0px;
	width: 100%;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	}

table.moduletable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #283778;
	text-align: left;
	height: 12px;
	line-height: 12px;
	white-space: nowrap;
	width: 100%;
	margin: 0px;
	
	}
	
table.moduletable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	}
.mosform_group_title {
	color: #036;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;

}	
.mosform_error {
 color: red;
}
/*Forms ::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
	}


.newsfeedheading {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

.newsfeeddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
}

.createdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	}



table.contact {
	background-color: #FFFFFF;
	}

table.contact td.icons {
	background-color: #C6CBCE;
	}

table.contact td.details {
	background-color: #EEEEEE;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* simple nested menus */

.simp_menu {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color:#FFFFFF;
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
	text-indent: 0px; 
	width: 170px;
}

.simp_menu ul { 
	list-style: none; 
	margin-left: 0px;
	padding-left: 5px;
	
}

.simp_menu ul li { 
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.simp_menu a:link { color: #112A5B}
.simp_menu a:active { color: #112A5B }
.simp_menu a:visited {color: #112A5B }
.simp_menu a:hover { color: #000 }


/* multiple menus, first level */

.mult_menu_0 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color:#FFFFFF;
	padding: 10px;
	font-size: 11px;
	color: #ffffff;
	padding-left: 5px;
	text-indent: 0px; 
	line-height: 5px;
}

.mult_menu_0 ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
	display: block;
}

.mult_menu_0 ul li { 
	padding-bottom: 10px;
}

.mult_menu_0 a:link { color: #112A5B }
.mult_menu_0 a:active { color: #112A5B }
.mult_menu_0 a:visited {color: #112A5B }
.mult_menu_0 a:hover { color: #000 }


/* multiple menus, second level */

.mult_menu_1 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: black;
	padding: 3px 10px 10px 10px;
	font-size: 11px;
	color: #ffffff;
	padding-left : 20px;
	text-indent: 0px; 
}

.mult_menu_1 ul { 
	list-style:none; 
	margin-left: 0;
	padding-left: 0;
}

.mult_menu_1 ul li { 
	padding-bottom: 10px;
}

.mult_menu_1 a:link { color: #000; }
.mult_menu_1 a:active { color: #000; }
.mult_menu_1 a:visited {color: #000; }
.mult_menu_1 a:hover { color: #000 }


/* nested flyout menu */

/* nested flyout menu */

#container {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 19px;
	
}

#flyout, #flyout ul {
	/*Change this to make horizontal*/
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0px;
	border: solid #555555;
	border-width: 0px;
	z-index: 5;
	margin: 0;
	margin-left: 0px;
	
	
	}

#flyout a {
	width: auto;
	w\idth: auto;
	color: #fff;
	text-decoration: none;
	padding: 0px 0px 0px 0px ;
	font-weight: normal;
	
}

#flyout a:hover {
	width: auto;
	w\idth: auto;
	color: #333;
	text-decoration: none;
	padding: 0px 0px 0px 0px ;
	font-weight: normal;
	
}



#step-father {
	background: url(../images/rightarrow.gif) center right no-repeat;
	border: 1px;
	
	
}

/*Controls Main Level Nav*/

#flyout li {
	
  float: left;
  position: relative;
  width: auto;
  margin-right: 0px;
  Padding-left: 8px;
  Padding-right: 8px;
  font-weight: bold;
  height: 100%;
  line-height: 19px;
  
}
#flyout ul li: hover {
	
  float: left;
  position: relative;
  width: 100%;
  margin-right: 0px;
  font-weight: bold;
  background-color: #ddd;
  Padding-left: 10px;
  Padding-right: 10px;
  height: 100%;
  
  border: 1px solid #aaa;
  line-height: 19px;
  height: 19px;
  
}



#flyout li ul {
  display: none;
  position: absolute; 
  top: 18px;
  left: 0;
  background-color: #eee; 
  border: 1px solid #ddd;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  width: 170px;
  margin-left:0px;
  
  
	
}

#flyout li li {
	padding-left: 2px;
	padding-right: 0;
	width: 100%;
	left: inherit;
	color: #fff;
	line-height: 19px;
	border-bottom: 1px solid #ccc;
	margin-right: 0px;
}

#flyout li ul a {
	color: #000;
	padding:0px;
	font-weight: normal;
	}
	
#flyout li li a:hover {
	width: 100%;
	w\idth: 100%;
	color: #333;
	text-decoration: none;
	padding: 0px 0px 0px 0px ;
	font-weight: normal;
	
}

/*Controls The Position of the 3rd level*/

#flyout li ul ul {
	margin-bottom:0;
	margin-top:-19px;
	margin-left: 178px;
	margin-right:0;
	width: 180px;
	border: 1px solid #ddd;
	line-height: 19px;
}

#flyout li:hover ul ul, #flyout li:hover ul ul ul, #flyout li.sfhover ul ul, #flyout li.sfhover ul ul ul {
	left: -999em;
	width: 180px;
	
}

#flyout li:hover ul,  #flyout li.sfhover ul {
	position: absolute;
	display: block;
	width: 180px;
	
}
#flyout li li:hover ul, #flyout li li li:hover ul, #flyout li li.sfhover ul, #flyout li li li.sfhover ul {
	position: absolute;
	left: 0px;
	background-color: #eee;
	
}

#flyout li:hover, #flyout li.sfhover {
	background-color: #ddd;
	color: #000;
	
}	
	
}
/* GENERIC SELECTED MENU ITEM CLASS */


a.menu_selected {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-bottom: none;
	
}

a.menu_selected:link {
	color: #DEADA6;
   	text-decoration: none;
   	border-bottom: none;
	font-weight: bold;
}

a.menu_selected:visited {
	color: #722318;
   	text-decoration: none;
   	border-bottom: none;
	font-weight: bold;
}

a.menu_selected:hover {
	color: #333;
   	border-bottom: none;
   	text-decoration: none;
	font-weight: bold;
}



/* Footer elements */

.footer {
	clear: both;
	text-align: center;
	background: #505050;
	color: #fff;
	font-size: 9px;
	font-weight: normal;

}
.footer a:link {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

.module h3 {
	font-size: 9pt;
	padding-left: 0px;
	border-bottom: 0px dashed #FFF;
	color:#283778;
}

.mosform_group_title {
	color: #036;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;

}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::TEMPLATE SPECIFIC STYLES::::::::::::::::::::::*/
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.nav {
	background-color: #27537A;
	height: auto;
	margin: 0px;
	padding: 1px;
	
}

.leftcol {
	background-color: #fff;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: -12px;
	vertical-align: top;
	text-align: left;
	
}
.rightcol {
	background-color: #fff;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	
}
.logo {
	background-image: url(../images/logo.jpg);
}
.headwhite {
	background-image: url(../images/white.jpg);
}
.blue {
	background-color: #283778;
}
.border {
	border: 1px solid #000033;
}




/*CALL OUTS :::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.callouts {
	width: 90%;
	padding: 5px;
	text-align: center;
	margin-right: 20px;
    border-top: 1px solid #ddd;
	margin-top: 20px;
	
	
}
.member {
	width:175px;
	height: 70px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	float: right;
	margin: 3px;
	margin-right:40px;
	margin-left:5px;
	background-color: #fff;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	background-image: url(../images/reqback.jpg);
	background-position: left;
	background-repeat:no-repeat;
	color: #283778;
	
	
}
.member a:link, .member a:active, .member a:visited, .member a:hover  {
	color: #283778;
}
.contact {
	width:175px;
	height: 70px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	float: right;
	margin: 3px;
	margin-right:5px;
	margin-left:5px;
	background-color: #fff;
	font-size: 11px;
	padding: 3px;
	background-image: url(../images/phone.jpg);
	background-position: right bottom;
	
	background-repeat: no-repeat;
	text-align: left;
	color: #283778;
	border-right: 1px solid #ddd;
}
.contact a:link, .contact a:active, .contact a:visited, .contact a:hover  {
	color: #283778;
}
.report {
	width:175px;
	height: 70px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	float: right;
	margin: 3px;
	margin-right:5px;
	margin-left:5px;
	background-color: #fff;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	background-image: url(../images/whatback.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #283778;
	border-right: 1px solid #ddd;	
	vertical-align: top;
}
.report a:link, .report a:active, .report a:visited, .report a:hover  {
	color: #283778;
}
.calltitle {
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #283778;
	text-align: right;
}
.contactsect {
	width: 50%;
	float:left;
	color: #fff;
}