/*Begin CSS*/
body {
	margin: 20px;
	background-color: #153470;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Start active menu highlighting*/

body#p1 a#n1, body#p2 a#n2, body#p3 a#n3, body#p4 a#n4, body#p5 a#n5, body#p6 a#n6 {
	color: #fff;
	background-color: #ba2d15;
}

/*End active menu highlighting*/

#wrap {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #fff;
}

#header {
	height: 200px;
	border-bottom: 1px solid #ccc;
}

#content {
}

#footer, #credits {
	width: 950px;
	height: 106px;
	color: #333;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

#credits {
	height: 20px;
	padding-top: 0px;
	background-color: #ccc;
}

#footer a, #credits a {
	color: #333;
	text-decoration: none;
}

#footer a:hover, #credits a:hover {
	color: #e03314;
	text-decoration: underline;
}



h1 {
	font-size: 1.8em;
	color: #000;
	padding-bottom: 8px;
}

h2 {
	font-size: 1.4em;
	color: #ba2d15;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	padding-bottom: 4px;
}

h6 {
	font-size: .8em;
	color: #ba2d15;
	padding-bottom: 10px;
	text-align: right;
}

/***************/
#navcontainer {
	width: 950px;
	background-color: #e03314;
	border-bottom: 1px solid #ccc;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 8px 50px;
	color: #fff;
	background-color: #e03314;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 11px;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #ba2d15;
}

/***************/
#sidenavcontainer {
	width: 190px;
	height: 370px;
	/*background-color: #F4F7FD;*/
}

#sidenavlist{
	margin-left: 0;
	margin-top: 8px;
	width: 190px;
}

#sidenavlist li {
	list-style: none;
	margin: 0;
	padding: 5px 0px;
	font-size: 11px;
	text-indent: 30px;
	background: url(../images/bullet.gif) 16px 10px no-repeat;
}

#sidenavlist li a {
	text-decoration: none;
	color: #153470;
}

#sidenavlist li a:hover {
	text-decoration: none;
	color: #ba2d15;
}

/*Form Stuff*/

legend {
	margin-bottom: 10px;
	color: #ba2d15;
}

label {
	color: #153470;
}

input {
	border: 1px solid #ccc;
}

.leftimage {
	padding-left: 1px;
}

.text {
	padding-top: 36px;
}

a {
	color: #153470;
}

a:focus, a:hover {color: #e03314;}

.box {
border: 1px solid #ccc;
background-color: #FFF6F6;
}

.img {float:left;
margin-right:20px;
border: 1px solid #ccc;
padding: 5px;
}

.img2 {float:right;
margin-left:20px;
border: 1px solid #ccc;
padding: 5px;
}

#services {
	margin-top:36px;
	background: url(../images/sideboxbg.gif) repeat-y;
}

.inner {
	padding-left: 18px;
	padding-right: 18px;
	background: url(../images/questionmark.gif) 102px bottom no-repeat;
}

