/* CSS Document */

body,td,th {
	font-family: Helvetica Neue, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

#wrapper {
	width: 100%;
	background-image: url(newbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#twrapper {
	width: 100%;
	background-image: url(sunbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;

}

#container {
	width:950px;
	text-align: center;
}

#header {
	position: top center;
	width: 950px;
	height: 520px;
	text-align: left;
}

h2 {
	color: #000099;
	font-size: 25px;
}

a img {
	border: 0px;

}

.quote {
	font-family: Helvetica Neue, Tahoma, Helvetica, sans-serif;
	font-size: 18px !important;
	font-style: italic;
	color: #666666;
}
.leftquote {
	padding-right: 10px;
	float: left;
}
.source {
	font-size: 12px;
	display: block;
	text-indent: 40px;
	padding-top: 5px;
	padding-bottom: 12px;
}

#search {
	padding-top: 20px;
	float: right;
}

#searchwrapper {
width:228px; /*follow your image's size*/
height:25px;/*follow your image's size*/
background-image:url(search.png);
background-repeat:no-repeat; /*important*/
padding: 0px;
margin:0px;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
font-size: 14px;
text-shadow: none;
color:#FFFFFF;
border: none;
top:3px;
left:9px;
width:195px;
height:18px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:205px;
width:17px;
height:17px;
}
.floatleft {
	clear: both;
	float: left;
}

#navigation {
	float: right;
	width: 650px;
	color: #3366FF;
	text-shadow: 0px 1px 1px #fff;
	font-family: Helvetica Neue, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 0px;
}

#navmenu {
	float: left;
	list-style-type: none;
	height: 30px;
	width: 380px;
}

#navmenu li {
	float: left;
	padding-right: 10px;
}

#navmenu li a {
	text-align: center;
	text-decoration: none;
	color: #3366FF;
	text-shadow: 0px 1px 1px #fff;
}

#navmenu li a:hover {
	text-align: center;
	text-decoration: none;
	color: #0033CC;
	text-shadow: 0px 1px 1px #fff;
}

#navmenu li a:active {
	text-shadow: none;
}

#description {
	padding-top: 30px;
	clear: both;
	width: 420px;
}

#greenbutton {
	position: absolute;
	z-index: 3;
	width: 150px;
	left:50%;
	margin-left: -450px;
	top: 428px;
}

#content {
	background-position: top center;
	background-image: url(content.png);
	background-repeat: no-repeat;
	width: 950px;
	padding-top: 80px;
	text-align: center;
}

#leftbox {
	width: 280px !important;
	height: 250px;
	float: left;
	text-indent: 0px;
	padding-right: 30px;
	padding-top: 0px;
	overflow: auto;
	vertical-align: text-top;
	font-family: Helvetica Neue, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0 10px 0 0;
}

#middlebox {
	width: 280px !important;
	height: 250px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	overflow: auto;
	vertical-align: text-top;
	font-family: Helvetica Neue, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0 0x 0px 0;
}

#rightbox {
	width: 280px !important;
	height: 250px;
	float: left;
	padding-left: 30px;
	padding-top: 0px;
	overflow: auto;
	vertical-align: top;
	font-family: Helvetica Neue, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	margin: 0 0px 0px 10px;
}

#footer {
	color:#999999;
	font-family: Helvetica Neue, Tahoma, Helvetica, sans-serif;
	clear: both;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 950px;
	height: 60px;
	padding-top: 25px;
	text-align: center;
}

#footer a {
	color:#999999;
	text-decoration: none;
}

#footer a:hover {
        color: #333333;
}