@charset "utf-8";
/* CSS For SEC */
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

html {
	height: 100%;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	height: 100%;
	background: top repeat-x url(../images/gradient_bg_2.gif);
	background-color: #00B3CD;
	font-weight: normal;
	line-height: 24px;
}

a, a:visited {
	text-decoration: underline;
	color: white;
}

a:active, a:hover {
	text-decoration: none;
	color: #333;
}

p {
	padding-bottom: 10px;
	font-weight: normal;
}


blockquote {
	padding: 10px;
	font-style: italic;
}

/*--- HEADLINES ---*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333;;
}

h1 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #333;
}
.tagline {
	letter-spacing: 1.4pt;
	font-weight: normal;
	font-size: 11pt;
}
h4 {
	font-weight: normal;
	font-size: 12px;
}
h5 {
	font-weight: normal;
	font-size: 12px;
}
h6 {

}

.smalltext {
	font-size: 11px;
}

.graycolor {
	color: #333;
}

ul {
	list-style: outside;
	font-weight: normal;
}

ul li {
	line-height: 30px;
}

div#content {
	width: 740px;
	margin: 20px auto 20px auto;
}

div#header {
	text-align: center;
	padding: 30px 0px 100px 0px;
}

div#left_column {
	width: 200px;
	float: left;
}
	/*=== Navigation ===*/
	ul#navigation{
		list-style: none;
		font-weight: bold;
	}
	ul#navigation li {
		line-height: 40px;
	}
	ul#navigation a {
		text-decoration: none;
		color: #333;
	}
	ul#navigation li a:link, ul#navigation li a:visited {
		text-decoration: none;
	}
	ul#navigation li a:hover,	ul#navigation li a:active, ul#navigation li a.selected {
		text-decoration: none;
		color: white;
	}

div#right_column {
	width: 540px;
	clear: right;
	margin-left: 200px;
}

div#right_column ul {
	font-size: 14px;
	margin-left: 40px;
}

div.subsection {
	margin-bottom: 20px;
}
div#right_column img {
	float: left;
	margin: 7px 9px 10px 0px;
	/* border: 1px solid white; */
}
p.indent {
margin-left: 110px;
}
p.smalltext {
	font-size: 13px;
	line-height: 16px;
	/* margin-bottom: 10px; */
}
div#footer {
	text-align: center;
	padding: 70px 0px 30px 0px;
}

div#footer h2 {
	color: white;
}
div#footer h4 {
	color: white;
	padding: 0px 0px 0px 0px;
	margin-top: 40px;
}
div#footer h5 {
	color: #333;
	padding: 0px 0px 10px 0px;
}
div#footer h5 a, div#footer h5 a:link, div#footer h5 a:visited {
	color: #333;	
}
div#footer h5 a:hover, div#footer h5 a:active {
	color: #white;	
}
