/* CSS Document */
body {
	margin: 0px;
	background-color: #EAEAEA;
	background-image: url(images/topbar.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin:5px;
	padding:0px;
	font-size: 24px;
}
h2 { color: #3a00f1; text-align:center; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

#header {
	width: 906px;
	height: 272px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/freedom-header.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 906px;
	height: 100px;
	margin: auto;
	margin-left: -20px;
	text-size: 10px;
	text-align: center;
	background-color: #eaeaea;	
}

.header {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.subheading {
	width: 100%;
	background-color: #DEDEFE;
}

#contentwrap {
	height: 1870px;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/whiteback.jpg);
	background-repeat: repeat-y;
}
#contentdiv {
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	display: block;
	background-color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.box1 {
	margin-left: 5px;
	padding: 10px;
	width: 260px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	text-align: justify;
}
.box2 {
	margin-left: 305px;
	padding: 10px;
	width: 260px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	text-align: justify;
}
.box3 {
	margin-left: 605px;
	padding: 10px;
	width: 260px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	text-align: justify;
}
.box4 {
	margin-left: 5px;
	margin-top: 600px;
	padding: 10px;
	width: 780px;
	font-size: 12px;
}
.contentbox {
	margin-left: 3px;
	width: 870px;
	padding: 10px;
	position: absolute;
	z-index: 1;
}
.topmenutable {
	margin-left: 8px;
	height: 30px;
	width: 884px;
}
#menuitems {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #ADC3D8;
	border: 1px #0066FF;
	width: 174px;
}

a.txtButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E51A3;
	padding: 7px;
	text-align: center;
	text-decoration: none;
	font-size: 150%;
}

#menuitems:hover { background-color: #2D4EAE; color: #FFFFFF; }

#contentwhite {
	background-image: url(images/whiteback.jpg);
}

/* jQuery reveal hide css */
h2.trigger {
	padding: 0 0 0 5px;
	margin: 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 30px;
	line-height: 20px;
	width: 500px;
	font-size: 14px;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #666666;
	text-decoration: underline;
	display: block;
}
h2.trigger a:hover { color: #000000; text-decoration: none; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 15px;
	padding: 0;
	border: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	width: 535px;
	clear: both;
}
.toggle_container .block {
	padding: 5px 15px 5px 15px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}
/* END jQuery reveal hide css */
