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

html {background:url(diagonal-noise.png);
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.02em;
}
a {
	color:#fff;
	text-decoration:none;
	
}
#frame {width:1024px;
margin-left:auto;
margin-right:auto;

}

input.goButton {
	width:29px;
	height:23px;
	float:right;
	margin:0px 0px 0px 4px;
}

#container {
	width:100%;
	
}
.section {
	width:100%;
	float:left;
	padding:0;
	display:block;
	
}
#header {
background: #358db3;
background: -moz-linear-gradient(top,  #358db3 0%, #4eb3d1 100%, #4eb3d1 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358db3), color-stop(100%,#4eb3d1), color-stop(100%,#4eb3d1));

background: -webkit-linear-gradient(top,  #358db3 0%,#4eb3d1 100%,#4eb3d1 100%);

background: -o-linear-gradient(top,  #358db3 0%,#4eb3d1 100%,#4eb3d1 100%);

background: -ms-linear-gradient(top,  #358db3 0%,#4eb3d1 100%,#4eb3d1 100%);

background: linear-gradient(top,  #358db3 0%,#4eb3d1 100%,#4eb3d1 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358db3', endColorstr='#4eb3d1',GradientType=0 );
	float:left;
	width:75%;
	height:150px;
	padding:1%;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

#header h1 {
	font-size:4em;
	font-weight:800;
	line-height:.9em;
	text-transform:uppercase;
	color:#ffffff;
	text-shadow: 0px 0px 2px #ccc;
	margin:.5em 0 0 .25em;
	font-family: "arial narrow", arial, sans-serif;
}
#sidebar {
	background:#155ea3;
	float:left;
	padding:1%;
	width:20%;
	color:#ffffff;
	font-family: "arial narrow", arial, sans-serif;
	margin-right:1%;
	height:386px;
		-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
	
}
#sidebar .box
{width:100%;
padding:0;
float:left;
border-bottom: thin groove #ffffff;
}

#sidebar .box:last-child {
	border-bottom: none;
	
}
#sidebar .box:last-child form {
	margin-top:24px;
	vertical-align:bottom;
}


#sidebar .box:last-child form input:first-child {width:78%;}


#sidebar h2 {
	font-weight:lighter;
	color:#ffffff;
	margin:10px 0 14px 10px;
}
#sidebar h3 {
}

#sidebar ul {
	font-size:.8em;
	margin-left:-10px;
	line-height:1.4em;
	margin:-10px 0px 20px -20px;
}
#sidebar ul li {
	margin-bottom:4px;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
	
#sidebar ul li:last-child {
	list-style:none;
	text-decoration:none;
	margin:10px 0 0px -10px;
	font-weight:bold;
	font-size:.9em;
}
#sidebar ul li:last-child a {
		color:#e18030;
}
#sidebar ul li:last-child a:hover {
		color:#CFF;
		text-decoration:none;
}
.bold {
	font-weight:bold;
}
form {margin:0 0 20px 10px;}
form input {
	width:30%;
}
#sidebarHead {
	background: #358db3;
background: -moz-linear-gradient(bottom,  #358db3 0%, #4eb3d1 100%, #4eb3d1 100%);
background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#4eb3d1), color-stop(100%,#4eb3d1), color-stop(100%,#358db3));
background: -webkit-linear-gradient(bottom,  #358db3 0%,#4eb3d1 100%,#4eb3d1 100%);

background: -o-linear-gradient(bottom,  #358db3 0%,#4eb3d1 100%,#4eb3d1 100%);

background: -ms-linear-gradient(bottom,  #358db3 0%,#4eb3d1 100%,#4eb3d1 100%);

background: linear-gradient(bottom,  #358db3 0%,#4eb3d1 100%,#4eb3d1 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb3d1', endColorstr='#358db3', GradientType=0 );
	height:150px;
	padding:1%;
	width:20%;
	float:left;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
#topNav {
margin-top:0px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
#topNav li {
	float:right;
	list-style-type:none;
	padding:0;
	display:inline;
	margin: 0 0px 0px 1em;
	font-weight:bold;
	text-transform:uppercase;
	font-size:.8em;
	text-shadow: 0px 0px 2px #ccc;
	font-family: "arial narrow", arial, sans-serif;

}
#topNav li a:hover {
	color:#CFF;
}
#bottomNav {
	float: right;
	margin:40px 10px 10px 0px;
	width:100%;
}
#bottomNav li {
	list-style-type:none;
	text-align:right;
	text-transform:uppercase;
	color:#ececec;
	font-size:1.2em;
	font-weight:100;
	text-shadow:0px 0px 2px #ccc;
	font-family: "arial narrow", arial, sans-serif;
}
#bottomNav li:last-child {
	font-size:2.2em;
}
#bottomNav li a:hover {
	color:#CFF;
}
.bigThin {
	font-size:1.5em;
	font-stretch:narrower;
	letter-spacing:-5px;
}
	
.leftColumn {
	width:77%;
	float:left;
	display:inline;
	background:#ffffff;
	
}
#nav {
	width:100%;
	background:rgba(231,131,39,.8);
	height:.7em;
	float:left;
	padding:2%;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
#nav ul {
	margin:0 0 0 .5em;
	padding:0 0 0 .2em;
	float:left;
	font-weight:600;
	text-transform:uppercase;
	font-size:1em;
	text-shadow: 0px 0px 2px #ccc;
	font-family: "arial narrow", arial, sans-serif;


}
#nav ul li {
	float:left;
	list-style-type:none;
	display:inline;
	padding-right:2.7em;
}


#featuredBox {
	width:99%;
	background:url(questionKomen.png) center no-repeat;
	float:left;
	display:inline;
	padding:1%;
	height:350px;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
	
	
}
#featuredBoxText {
		font-family: "arial narrow", arial, sans-serif;
	width:60%;
	float:left;
background-image: linear-gradient(top, rgba(7,125,221,.7) 21%, rgba(100,172,201,.8) 100%, rgba(53,141,179,.8) 100%);
background-image: -o-linear-gradient(top, rgba(7,125,221,.7) 21%, rgba(100,172,201,.8) 100%, rgba(53,141,179,.8) 100%);
background-image: -moz-linear-gradient(top, rgba(7,125,221,.7) 21%, rgba(100,172,201,.8) 100%, rgba(53,141,179,.8) 100%);
background-image: -webkit-linear-gradient(top, rgba(7,125,221,.7) 21%, rgba(100,172,201,.8) 100%, rgba(53,141,179,.8) 100%);
background-image: -ms-linear-gradient(top, rgba(7,125,221,.7) 21%, rgba(100,172,201,.8) 100%, rgba(53,141,179,.8) 100%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.21, rgb(7,125,221)),
	color-stop(1, rgb(100,172,201)),
	color-stop(1, rgb(36,115,171))
);	
margin-left:-1%;
margin-top:15%;
}

#featuredBoxText h2 {
	font-weight:bold;
	margin:20px 0 0 20px;
	color:#fff;
	font-size:2em;
	text-shadow: 0px 0px 2px #ccc;
}


#featuredBoxText p {
	margin:.1em 0 1em 1em;
	font-weight:300;
	color:#fff;
	font-size:1.4em;
	text-shadow: 0px 0px 2px #ccc;
}

#learnButton {
	background:#e18030;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	float:right;
	font-size:1em;
	margin:0 1em 1em 0;
	padding:1.5%;
}
#footerBanner {
	width:99%;
	height:380px;
	clear:both;
	float:left;
	background: #ffffff;
}
#footerPromos {
	width:78%;
	float:left;
	-moz-box-shadow: inset -6px 0 9px -9px #333;
-webkit-box-shadow: inset -6px 0 9px -9px #333;
box-shadow: inset -6px 0 9px -9px #333;
}
.footerPromo {
	width:44%;
	float:left;
	height:130px;
	margin:0px 0px 20px 10px;
}


.footerPromo .footerPhoto img {
	margin:14px 10px 0px 10px;
	float:left;
	border-left: 4px solid #F63;
}
.footerInfo {
	float:left;
	width:50%;
	height:100%;
	display:inline;
}
.footerPromo h3.headline {
	float:left;
}

.footerPromo h3.headline a {
	text-transform:uppercase;
	color:#000;
	font-family: "arial narrow", arial, sans-serif;
	float:left;
	font-weight:300;
}
.footerPromo h3.headline a:hover {
	text-decoration:underline;
}

.footerPromo .footerInfo a.more {
	text-transform:uppercase;
	color:#F63;
	font-size:.8em;
	font-family:"arial black", arial, sans-serif;
	font-weight:800;
	display:inline;
	float:left;
}

.footerPromo .footInfo a:hover.more {
	color:#666;
}
#sideList {
	float:left;
	width:22%;
	text-transform:uppercase;
	font-family:"arial narrow", Arial, Helvetica, sans-serif;
	
	
}
#sideList ul {
	list-style:none;
	-moz-box-shadow: inset 4px 0 9px -9px #888;
-webkit-box-shadow: inset 4px 0 9px -9px #888;
box-shadow: inset 4px 0 9px -9px #888;

}
#sideList ul li {
	color:#F63;
	font-size:.9em;
	height:30px;
	margin:20px 10px 20px -20px;
	border-bottom: thin groove #888;
}
#footer {
	background-color:#bbb;
	width:99%;
	height:100px;
	float:left;
	margin-bottom:30px;
}




	

