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

body {
	background-color: #ff9933;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/images2/bgGradient_s1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;	
}
#header {
	background-attachment: scroll;
	background-image: url(../images/images2/sunFlowerHeader_s1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 176px;
}
#contentOuter{
	background-color: #ffc778;
	background: rgba(255,255,204,0.45);
	border: 2px solid #996600;
	padding: 9px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
		
	
}
#contentInner{
	background-color: #FFC;
	border: 2px solid #996600;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 45px;
	font-size: 1em;
	line-height: 1.8em;	
}

#contentInner img {
	border: 1px solid #669;
	
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	width: auto;
}

#contentInner table {
	background-color: #ff9933;
	text-align: center;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #636;
	border: 1px solid #636;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#navbarMain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 2em;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
#navbarMain ul {
	white-space: nowrap;
	
}
#navbarMain li {
	background-color: #FFC;
	border: 2px solid #996600;
	width: 120px;
	list-style-type: none;
	display: block;
	line-height: 30px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background: rgba(255,255,204,0.45);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#navbarMain li a{
	text-decoration: none;
	color: #603;
	display: block;	
}
#navbarMain li a:link{
	
	color: #603;	
}
#navbarMain li a:visited{
	
	color: #603;	
}
#navbarMain li a:hover{
	color: #669;
	background: rgba(255,255,204,0.85);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
}
#footer{
	background-color: #ffc778;
	background: rgba(255,255,204,0.45);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #996600;
	margin-top: 10px;
	padding:5px;
	font-size: 0.7em;
	text-align: right;
	clear: both;
}

.tableTitle {
	background-color: #60A8DA;
	background: rgba(96,168,218,0.85);
	color: #FFF;
	
}
.tableHeadings {
	background-color: #FFC;
	background: rgba(255,255,204,0.75);
	font-style: normal;
	
}
.tableContent {
	background-color: #FFF;
	background: rgba(255,255,255,0.95);
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	
}

.imageRight{
	background-color: #9999CC;
	float:right;
	margin-left:45px;
	margin-top: 10px;
	margin-bottom: 5px;
	
}
.imageLeft{
	background-color: #9999CC;
	float:left;
	margin-right:45px;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
.textBoxRight {
	width: 50%;
	float: right;
}
.textBoxLeft {
	width: 50%;
	float: left;
}
.supportBox {
	float: right;
	width: 250px;
	background-color: #FFF;
	background: rgba(255,255,255,0.35);
	border: 1px solid #666;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: -3px 3px 3px #aaa;
	-webkit-box-shadow: -3px 3px 3px #aaa;
}
.contactBox {
	width: auto;
	background-color: #FFF;
	background: rgba(255,255,255,0.35);
	border: 1px solid #666;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: -3px 3px 5px #aaa;
	-webkit-box-shadow: -3px 3px 5px #aaa;
	clear: both;
}
.leftBox{
	float: left;
	width: 250px;
}
.thanks {
	color: #390;
	width: 350px;
	float: right;
}
.error {
	color: #C00;
	width: 350px;
	float: right;
}
.clearFloat {
	clear: both;
}

