@charset "utf-8";
/* CSS Document */

/* css reset */
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------ end css reset --------------------------*/
body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #000000;
	background-color: #5b99c7;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	background-position: center  top;
}
p{
	line-height: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
h1 {
	font-size: 3em;
	line-height: 1.3em;
	margin-top: 0.333em;
	margin-bottom: 0.333em;
	letter-spacing: -0.05em;
	color: #005588;
}

h2 {
	font-size: 2.25em;
	line-height: 1.3em;
	margin-top: 0.444em;
	margin-bottom: 0.444em;
	letter-spacing: -0.05em;
	color: #005588;
}

h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 0.666em;
	margin-bottom: 0.666em;
	letter-spacing: -0.05em;
}

blockquote {
	text-indent:-0.5em;
	line-height: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color: #DBE6EE;
	text-shadow: #EEF3F7 0 1px 0;
	padding: 1.3em;
}
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #039;
	text-decoration:none;
}
a:hover {
	color: #06F;
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
	color: #666;
}
strong { 
	font-weight: bold; 
}

em { 
	font-style: italic; 
}
ol, ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0em 0em 5px 5px;
	position:relative;
	left:-0em;
	/* list-style:decimal; */
	width: 215px;
}

 .title{
	font-weight:bold;
	text-align:center;
	color: #FFF;
	padding-top: 5px;
	font-size: 18px;
	padding-bottom: 5px;
	background-color: #56A041;
-webkit-border-top-left-radius: 010px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 010px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 010px;
border-top-right-radius: 10px;
	behavior:url(border-radius.htc);
}
.icon{
	padding:0px 4px 0px 1px;
	vertical-align:middle;
}

#wrapper {
	background: url(images/header.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#content {
	width: 33em;
	margin: 220px auto 0;
	padding: 1.3em 2.6em 1.3em 2.6em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}

.block{
	Background-color:#F4F4F4;
	margin-bottom: 24px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
	-moz-box-shadow: 1px 1px 10px #002946;
	-webkit-box-shadow: 1px 1px 10px #002946;
	box-shadow: 1px 1px 10px #002946;
}
.footer{	
text-shadow: #6374AB 0 1px 0;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.nav{
	color: #FFF;
}
a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {
	color:#000;
	text-decoration: underline;
}
a.nav:active {
	color: #363;
} 

