/* CSS Document */


/*Set styles to 0*/	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	
}

/*Main positional*/	


body {
	background-repeat: repeat;
	background-position: center top;
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #565656;
	background-image: url(images/stripe.jpg);
}


body p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#pagecontainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#pagearea {
	clear: both;

}
#footer {
	DD_belatedPNG.fix('.png_bg');
	height: 101px;
	width: 980px;
	background-image: url(images/footer_back.jpg);
	clear: both;
}
#footer #strap {
	float: left;
	width: 350px;
	padding-left: 20px;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	color: #0094d8;
}
#header {
	height: 123px;
	background-image: url(images/header_back.jpg);
	background-repeat: no-repeat;
	position: relative;
}
a #facebook {
	background-image: url(images/facebook_0.jpg);
	background-repeat: no-repeat;
	width: 86px;
	height: 25px;
	float: right;
}
a:hover #facebook {
	background-image: url(images/facebook_1.jpg);
}
#logo #link {
	height: 23px;
	padding-top: 60px;
	padding-right: 30px;
}
#logo {
	height: 85px;
	position: relative;
}


/*Naviagtion Styles*/	

#nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	clear:both;
	position:relative;
	top: -5px;
}


#nav li {
	display: inline;
	font-size: 16px;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	font-weight: bold;
	height: 34px;
	width: 128px;
	float: left;
	background-image: url(images/tabon.jpg);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 40px;
	color: #0E2C6F;
	
	
}

#nav ul li.listNavigationActiveLI a{
        background-image: url(images/tabon.jpg) !important;
}

#nav ul a {
	width: 126px;
	float: left;
	background-image: url(images/taboff.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#nav ul li a:hover {
	height: 22px;
	width: 126px;
	float: left;
	background-image: url(images/tabon.jpg);
	background-repeat: no-repeat;
	color: #0B1F60;
}


#nav a {
	color: #0094d8;
	text-decoration: none;
}





/*specific homepage positional*/	


#topbar {
	background-image: url(images/header_shad.jpg);
	height: 36px;
	background-position: top;
	background-repeat: no-repeat;
	width: 980px;
}







/*generic settings*/	

a {
	text-decoration: underline;
	color: #0D256C;
}
a:hover {
	color: #2094D3;
	text-decoration: underline;
}





/*Sub Naviagtion Styles*/	


#subnav {
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 20px;
	padding-top: 30px;
}


#subnav li {
	list-style-type: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#subnav ul {
	padding: 0px;
	margin: 0px;
}
#subnav li a {
	text-decoration: none;
	color: #0D2565;
	font-weight: bold;
}
#subnav li a:hover {
	text-decoration: none;
	color: #229DDE;

}


/*Sub Sub Naviagtion Styles*/	





#subnav li li{
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	border-bottom-style: none;
	margin-top: 5px;
}
#subnav li ul {
	padding: 5px 0px;
	margin: 0px;
}
#maincontent {
	float: left;
	padding-left: 30px;
	width: 470px;
}
#maincontentwide {
	float: left;
	padding-left: 30px;
         padding-top: 30px;
	width: 720px;
}
h5 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #218FDA;
	line-height: 25px;
}
#subnav li li a {
	text-decoration: none;
	color: #2197D2;
	font-weight: bold;
}
#subnav li li a:hover {
	text-decoration: none;
	color: #666;

}



/*Type Styles*/	


h1 {
	font-size: 20px;
	color: #4D026C;
	margin: 0px 0px 5px;
	padding: 12px 0px 5px;
	font-weight: bold;
	line-height: 35px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
h2 {
	font-size: 14px;
	line-height: 26px;
	color: #0094d8;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #6e6e6e;
}
.intro {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #2192DB;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-size: 19px;
	margin: 0px;
	padding: 3px 0px 5px;
}



/*Homepage Styles*/	


#leftcol {
	float: left;
	width: 220px;
	padding-left: 20px;
	padding-right: 30px;
}
#centrecol {
	float: left;
	width: 440px;
}
#flash {
	height: 220px;
	background-color: #CCC;
}
#rightcol {
	float: right;
	width: 220px;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 30px;
}
.box {
	background-image: url(images/box_back.jpg);
	width: 215px;
	float: left;
	line-height: 16px;
}
.boxtop {
	background-image: url(images/box_top.jpg);
	height: 28px;
	font-size: 15px;
	font-weight: bold;
	color: #2194D8;
	padding-left: 15px;
	padding-top: 12px;
	line-height: 20px;
}
.boxbase {
	background-image: url(images/box_base.jpg);
	height: 15px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
