@import url("menu.css");
@import url("form.css");
/*Color Settings*/
#col_left h1 {
	color: #40618C;/*Header 1 Text Color*/
}
#footerWrap {
	background-color: #40618C; /* Footer Background Color*/
}
.accordionTitle a:hover {
	color: #40618C; /* Accordian Hover Color*/
}
/*End Color Settings*/
body {
	text-align:center;
	background-color:#E9E9E9;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x
}
#mainWrap {
	text-align:left;
	width:920px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFF;
	background-image:url(../images/col_rightBack.gif);
	background-repeat:repeat-y;
	background-position:right top
}
#mainWrapSubLeftLine {
    background-image:url(../images/col_rightBack.gif);
    background-repeat:repeat-y;
}
.headerImage {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat
}
#mainWrapSub {
	background-image:url(../images/subHeader.jpg);
	background-repeat:no-repeat;
	background-position:left 140px
}
#col_left h1, #col_left h2 {
	padding-right:20px;
	padding-left:20px;
	font-size:.8em;
	font-weight:700;
	padding-bottom:15px
}
#col_left h1 {
	font-size:.9em;line-height:1.3em;
}
#col_left {
	width:444px;
	float:left;
	overflow:hidden
}
#col_left p {
	padding-right:20px;
	padding-left:20px;
	padding-bottom:15px;
	font-size:0.7em;
	line-height:1.5em
}
#col_right {
	width:465px;
	float:left;
	overflow:hidden
}
#formContentWrap {
	background-position:left 394px;
	background-image:url(../images/formBackground.gif);
	background-repeat:no-repeat;
	margin-bottom:45px;
}
#main-content {
	margin-top:240px;
	padding-bottom:30px;
}
#footerWrap {
	color:#FFF;
	font-size:0.7em;
	text-align:center;
	padding:5px 5px 8px;
}
#footerWrap a:hover {
	text-decoration:underline;
}
#footerWrap a {
	color:#FFFFFF;
	text-decoration:none;
}
.hidden {
	display: none;
}
#mainWrap strong {
	font-weight:bold;
}
.msg_list {
	margin-left:20px;
	padding-bottom:20px;
}
#col_left h3 {
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:15px;
	margin-left:20px;
	margin-top:5px;
}
.accordionTitle a, .accordionTitleOpen a {
	border-bottom:1px solid #999999;
	color:#333333;
	display:block;
	font-size:0.7em;
	font-weight:bold;
	line-height:1.4em;
	margin-right:20px;
	padding-bottom:7px;
	padding-top:5px;
	text-decoration:none;
}
.accordionTitle a {
	background-image:url(../images/acordianExpand.gif);
	background-position:right 8px;
	background-repeat:no-repeat;
}
.accordionTitleOpen a {
	background-image:url(../images/acordianContract.gif);
	background-position:right 8px;
	background-repeat:no-repeat;
}
.accordionTitle a:hover {
	background-position:right -64px;
}
.siteMap {
	margin-right: 30px;
	margin-left: 20px;
	padding-bottom: 15px;
	font-size: .8em;
	font-weight: bold;
}
.siteMap li ul {
	margin-left: 20px;
}
.siteMap a {
	color: #004FA4;
}
.longDescrpUL {
	margin-right: 30px;
	margin-left: 20px;
	font-size: .7em;
	padding-bottom: 15px;
}
.longDescrpUL li {
    background-image:url(../images/bullet01.gif);
    background-position:left 1px;
    background-repeat:no-repeat;
    margin-bottom:5px;
    padding-left:10px;
}
.DescrpUL {
	margin-right: 30px;
	margin-left: 20px;
	font-size: .7em;
	padding-bottom: 15px;
	padding-left: 25px;
}
.DescrpUL li {
	margin-bottom: 5px;
	padding-bottom:10px;
	list-style-type:disc;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 5px;
}
#col_left .msg_body p {
    color:#333333;
    padding-left:0px;
    padding-right:0px;
    padding-top:10px;
}
.msg_body {
    width:400px;
}
.formThankyou {
    font-size:0.8em;
    line-height:1.4em;
    padding:160px 35px 20px;
}
.buttonVideo {
    width:135px;
	position: relative;
	left:298px;
	top:200px;
}
#menu .buttonVideo a {
    display: block;
    height: 29px;
    background-image:url(../images/button_video.gif);
	background-repeat:no-repeat;
}
#menu .buttonVideo a:hover {
    background-image:url(../images/button_video.gif);
	background-position: -135px 0px;
}
