* {
	margin: 0;
	padding: 0;
}

html {
}


html, body {
    height: 100%;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	color: #202020;
	font-size: 14px;
	line-height: 150%;
	background: #B8E1FD;
}

#page h1, #page h2, #page h3, #page h4 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#page h1 {
	font-size: 200%;
	font-weight: normal;
}

#content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#content a
{
color: #1D395E;

}
#wrapper {
	background: transparent url(images/page_background.jpg) bottom center no-repeat;
	width: 100%;	
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -261px;
}

#container {
    width: 968px;
    position: relative;
    margin: 0 auto;
}
#header {
	width: 100%;	
	height: 142px;
	background:transparent url(images/banner.gif) no-repeat scroll left top;
}

#header span, #header p {
	display: none;
}

#sidebar {
background:transparent url(images/bg_sidebar.jpg) repeat-y scroll 0 0;
float:left;
font-size:1em;
margin:15px 0 0 0;
padding:15px;
position:relative;
width:157px;
}
#sidebar_bottom {
background:transparent url(images/bg_sidebar_bottom.png) no-repeat scroll 0 0;
bottom:-10px;
height:10px;
left:0;
position:absolute;
width:186px;
}
#sidebar h3 {
height:44px;
margin:6px 0 20px;
text-indent:-9000px;
}
#sidebar h3 a {
display:block;
height:44px;
}
h3#menu-header {
background:transparent url(images/menu-header.gif) no-repeat scroll 50% 0;
}
#sidebar a {
font-weight:normal;
text-decoration:none;
color: #1D395E;
}
#sidebar ul {
padding: 0;
margin:0 0 25px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font-family: "Lucida Grande",Tahoma,Arial,Sans-Serif;
}
#sidebar ul li {
}
#sidebar ul li a {
display:block;
padding:4px 10px 4px 15px;
}
#sidebar ul li.active a {
background:transparent url(images/bg_cur_list.gif) no-repeat scroll 0 0;
}
#sidebar ul li a:hover {
background:transparent url(images/bg_cur_list_hover.gif) no-repeat scroll 0 0;
}
#sidebar h5 {
color:#6A6A6A;
font-size:1em;
letter-spacing:0;
padding:5px 0 0 15px;
text-transform:uppercase;
}
#sidebar ul li ul li a, #sidebar ul li.active ul li a {
background:transparent url(images/bg_sub_list.gif) no-repeat scroll 14px 8px;
padding-left:42px;
}
#sidebar ul li ul li.active a {
background:transparent url(images/bg_cur_sub_list.gif) no-repeat scroll 0 0;
}
#sidebar ul li ul li a:hover {
background:transparent url(images/bg_sub_list_hover.gif) no-repeat scroll 0 0;
}
#sidebar ul li ul {
	display: none;
}

#sidebar ul li.active ul {
	display: block;
}

#push {
	height: 281px;
}
#clear {
	clear: both;
}

#page {
	padding: 0px 37px 25px;
	background: url(images/content_background.gif) bottom;
}
#page p {
	font-size: 100%;
}
#content {
margin:15px 0 0 0;
padding:15px;
	float: right;
	width: 660px;
}
#banner {
	height: 250px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
#banner h1 {
	font-size: 150%;
	margin-bottom: 10px;
}

#banner h1, #banner p {
	width: 50%;
	float: left;
	clear: left;
}

.video {
	float: right;
	background: #ccc;
	width: 50%;
}

#footer-container {
	position: relative;
	z-index: 1000;
	height: 261px;
	width:100%;
}

#footer {
	width: 940px;
	height: 261px;
	margin: 0 auto;
	
}

#footer p {
	float: right;
	margin-top: 220px;
	text-align: right;
	vertical-align: middle;
	font-size: 80%;
	color: #000;
}

#footer p span {
	display: none;
}
#footer img {
	vertical-align: bottom;
	margin-right: 2px;
}

/*

Form Styles

*/

form {
	margin: 1em 0;
	
}
fieldset {
	border: medium none;
	padding: 0.5em 0;
	margin: 0.5em 0;
}

fieldset legend {
	font-size: 150%;
	color: #2786C2;
}

form p {
	margin: 0.5em 0;
}

form label {
	display: inline-block;
	width: 30%;
	color: #444;
	font-weight: bold;
	text-align: right;
}

form input[type=submit] {
	background:#0087BB;
	border-color:#ccc;
	border-style: solid;
	border-width:1px;
	color:#fff;
	cursor:pointer;
	font-size:1.1em;
	padding:5px;
	font-weight: bold;
}

form input[type=submit]:hover {
	background:#fff;
	border-color:#ccc;
	border-style: solid;
	border-width:1px;
	color:#202020;
	cursor:pointer;
	font-size:1.1em;
	padding:5px;
	font-weight: bold;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(images/tipsy-west.gif);
	background-position:left center;
}

#related {
	display: none;
}
.Heading1 {
margin-bottom: 0.5em;
margin-top: 0.5em;
font-size: 200%;
font-weight: normal;

}

.Heading2 {
margin-bottom: 0.5em;
margin-top: 0.5em;
font-size: 160%;
font-weight: normal;

}

.Heading3 {
margin-bottom: 0.5em;
margin-top: 0.5em;
font-size: 120%;
font-weight: normal;

}