/* Colors 

Bright Blue  	107bbf
Blue			0e2353

Bright Green	9abc40
Green			3f752c

Orange			f8981d

dark Grey		656768
grey			a7abac

*/

body {
	margin:0 0 10px 0;
	padding:0;
	width:100%;
	background:#107bbf url(../img/bg-main.jpg) repeat-x top;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-size:1em;
	font-weight: normal;
	color:#656768;
	line-height:1.5em;
	text-align:center;
}

img {
	border: none; 
	}
p {padding:0 0 1em 0; margin:0;}
.clear {clear:both;}

#all {
	margin:0 auto;
	width:982px;
	padding:0;
}

#header {
	width:982px;
	height:202px;
	text-align:left;
	background:#fff url(../img/bg-header.jpg) no-repeat;
}

#logo {
	position:relative;
	left:20px;
	top:40px;
}

#search_box {
    position:relative;
	left:760px;
	top:-107px;
	width: 189px;
    height: 37px;
    background: url(../img/bg-search.jpg);
}

#search_box #s {
    float: left;
    padding: 6px 0 0 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 139px;
	color:#a7abac;
	font-weight:900;
    background: none;
}

#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

#main {
	width:962px;  /* 982 - 20 padding */
	background:#a7abac url(../img/bg-mid.jpg) repeat-x;
	padding:0 10px;
}


a { color:#3673A8; text-decoration:none; border:none; outline:none; }
a:hover { text-decoration:underline; color:#033669; }

h2, h3, h4 { color:#333333; font-family:Georgia, Times New Roman, serif; font-weight:bold; margin:17px 0 0 0; }
h2 { font-size:20px; font-weight:normal;  }
h3 { font-size:16px; color:#f8981d; }
h4 { font-size:14px; }

.small {font-size:.8em; line-height:1em;}





#banner {
	position:relative;
	z-index:0;
	width:962px;
	float:left;
	background: url(../img/bg-content.jpg) repeat-y;
	margin:0;
	padding:5px 5px 0 5px;
	text-align:left;
}

#rotator {
	width:686px;
	float:left;	
}

#fields {
	text-align:center;
	font-weight:900;
	font-size:11px;


}

#fields input {
	width:90%;
	margin:5px;
	color:#a7abac;
	font-style:italic;
}



#content {
	text-align:left;
	background :url(../img/bg-content.jpg) repeat-y;
	background-position:inherit;
	width:962px;
	padding:0px;
	margin:0px;
}

#content img {
	padding:0px;
	margin:0px;
}

.clear {
clear:both;
}

.underline {
text-decoration:underline;
}

#programSide {
	margin-top: 3px;
	float:left;
	width:263px;  
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background-image:url(../img/program-bg.gif); 
	border:3px solid #9abc40; 
	border-top:none;
	padding-bottom: 20px;
}

#programSide a {
display: block;
width: 263px;
height: 45px;
padding-top: 15px;
color:#9abc40;
}

#programSide a:hover {
background-color:#cddf9d;
color:white;
text-decoration: none;
}

.sideHead {
color: white;
font-size:16px;
height:29px;
display:block;
}

#leftSide {
float:left;
width:632px;
padding:14px 20px 0 34px;
}

#rightSide {
float:left;
width:268px;  
padding:14px 4px 4px 4px;
text-align:center;
font-weight:900;
font-size:.8em;
line-height:1.2em;
}

#rightSide P {
	text-align:center;
	
}


.date { color:#3f752c; }

#footer {
	clear:both;
	width:982px; 
	height:99px;
	background: url(../img/bg-footer.jpg) no-repeat;
}

#footer P {
	float:left;
	color:#4a5a1f;
	line-height:14px;
	font-size:13px;
	text-align:left;
	padding:25px 0 0 30px;
	font-weight:900;
}

.board, .prices, .partners { 
	background-color:#e9eff0; 
	padding:10px; 
	margin:0 0 10px 0; 
	border:dotted #cdd2d3 1px; }

.board h2, .prices h2{
	padding:0; 
	margin:0; }

.txtBox { width:500px; }
.txtArea {width:500px; }

a.story { text-decoration:none; }
