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

body {
	margin: -2px auto;
	padding: 0px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/bkg_page1.gif);
	background-color: #2A3A92;

}#container {
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 730px;
	padding: 0px;
}
#masthead {
	height: 112px;
	width: 730px;
	background-image: url(../images/logo_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu{
	overflow:hidden;
	float:right;
	margin:0px 26px 0 0;
	display:inline;
	width:366px;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	font-size: 9px;
	padding-top: 0px;
}
#menu img {
	padding-bottom: 25px;
}
#menu li{
	float:right;
	background:no-repeat 100% 4px;
	margin:0 -2px 0 0;
	list-style-image: none;
	font-size: 9px;
}
#menu li a{
	font-size:9px;
	color:#283891;
	text-decoration:none;
	margin:0 8px;
	list-style-image: none;
}
#menu li a:hover {
	font-size:9px;
	color:#283891;
	text-decoration:underline;
	margin:0 8px;
	list-style-image: none;
}
#menu li a.active {
	font-size:9px;
	color:#283891;
	text-decoration:underline;
	margin:0 8px;
	list-style-image: none;
}
#navigation_shell {
	background-position: left top;
	height: 30px;
	width: 705px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../images/bkg_navigation.gif);
}
#navigation {
	background-image: url(../images/bkg_navigation.jpg);
	background-position: left top;
	height: 30px;
	width: 710px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
}

#navigation ul{
	margin: 0;
	padding: 2px 0 1px;
	float: left;
	width: 100%;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

#navigation ul li{
display: inline;
}

#navigation ul li a{
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 5px 11px 6px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF; /*dark purple divider between menu items*/
}

#navigation ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
}
#title {
	height: 35px;
	width: 730px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Calibri;
	font-size: 22px;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../images/bkg_title.gif);
	padding: 0px;
}
#content_main a {
	font-weight: bold;
	color: #AE3B2C;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_main a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side_bar {
	float: left;
	width: 200px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#side_bar img {
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
}

/* Arrow List Accordian Menu Styles */

.arrowlistmenu{
	width: 200px;
	background-color: #99CCCC;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Georgia, Times, serif;
	color: white;
	background: #283891;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 21px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #283891;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding: 0px;
}

.arrowlistmenu ul li a{
	color: #283891;
	background: url(../images/arrowbullet.png) no-repeat 2px center; /*custom bullet list image*/
	display: block;
	padding: 2px 0 2px 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	font-size: 10px;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	height: 12px;
}

.arrowlistmenu ul li a:visited{
	color: #283891;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #283891;
	background-color: #CCCCCC;
}
#content {
	background-color: #FFFFFF;
	width: 730px;
	height: 400px;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}
#banner_home {
	height: 220px;
	width: 730px;
}
#content_main {
	width: 450px;
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 15px;
	float: left;
	background-color: #FFFFFF;
	clear: none;
}
#content_main   p  {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	margin: 12px 0px 0px;
	line-height: 18px;
}
#content_main img {
	margin: 0px;
	padding: 4px 8px 12px 0px;
	float: left;
}
#content_main_banner {
}
#content_main_banner img {
	margin: 0px;
	padding: 0px;
	float: none;
}
#content_main h1 {
	font-family: Georgia, Times, serif;
	font-size: 22px;
	line-height: normal;
	color: #283891;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 0px;
}
#content_main h2 {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #283891;
	line-height: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #283891;
	padding-bottom: 4px;
}
#content_main h3 {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	color: #283891;
	font-weight: normal;
	margin: 12px 0px 0px;
}
#content_main h4 {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #283891;
	font-weight: bold;
	margin: 12px 0px 0px;
}
#content_main li {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	color: #283891;
	font-weight: normal;
}
#content_main td {
	padding-left: 6px;
}
#featured_title {
	height: 30px;
	width: 730px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: none;
}
#content_main table {
	border: thin solid #CCCCCC;
}
#callout {
	float: left;
	background-color: #FFFFFF;
	width: 730px;
}
#callout table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#callout a {
	color: #AE3B2C;
	font-weight: bold;
	text-decoration: none;
}
#callout a:hover {
	color: #AE3B2C;
	text-decoration: underline;
	font-weight: bold;
}
.callout_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 4px;
	line-height: 14px;
	color: #2D3C93;
}
.callout_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 6px;
	line-height: 14px;
	float: inherit;
}
.callout_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 0px;
	float: inherit;
	font-weight: bold;
	color: #B03F30;
	padding-bottom: 4px;
	margin: 0px;
}
#clear {
	clear: both;
	height: 24px;
	background-color: #FFFFFF;
}#footer {
	width: 730px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer a {
	color: #283891;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0px 0px 4px;
}
.bold {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	background-image: url(../images/bkg_form.gif);
}#form1 {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #283891;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.input {
	display: block;
	margin: 2px 2px 6px 0px;
	padding: 0px;
}
.image_link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a.header:link {font-family: Georgia, Times, serif; font-size: 9px; color: #283891; font-weight: bold; text-decoration: none;}   
a.header:visited {font-family: Georgia, Times, serif; font-size: 9px; color: #283891; font-weight: bold; text-decoration: none;}  
a.header:hover {font-family: Georgia, Times, serif; font-size: 9px; color: #283891; font-weight: bold; text-decoration: underline;}   
a.header:active {font-family: Georgia, Times, serif; font-size: 9px; color: #283891; font-weight: bold; text-decoration: none;} 

a.headeremail:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #283891; text-decoration: none;}   
a.headeremail:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #283891; text-decoration: none;}  
a.headeremail:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #283891; text-decoration: underline;}   
a.headeremail:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #283891; text-decoration: none;} 
