*{
	margin:0; 
	padding:0; 
}

body{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	background-repeat:repeat-x;
	margin-top:0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
}
h1 {
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	color: #10ade1;
	font-size: 30px;
	padding-bottom: 25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f26522;
	text-decoration: none;
	padding-bottom: 10px;
}



/*** Website wrapper Div ***/

#wrapper{
	width:900px;
	min-height:400px;
	background-color:#ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*** Horizontal Menu Style with Rollover ***/

#menu{
	float:left;
	width:847px;
	height:31px;
	background-image:url(images/menu-bg.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
}

#menu ul{
	float:left;
	display: inline;
	list-style-type: none;
}

#menu ul li{
	float:left;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:31px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 2.8em;
}

#menu ul li a{
	float:left;
	color:#FFFFFF;
	display: block;
	text-decoration:none;
	border-right:1px solid #94b0cb;
	border:0;
	padding-right: 12px;
	padding-left: 12px;
}

#menu ul li a span{
	vertical-align:middle;
} 

#menu ul li a:hover{
	float:left;
}

/*** Website Heading ***/

#header{
	width:900px;
	height:174px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFFFFF;
}
#container{
	width:848px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	padding-left:26px;
	padding-right:26px;
	clear:both;
	background-repeat: no-repeat;
}

#textarea {
	width:848px;
	height:auto;
	float:left;
	padding-top:30px;
	clear:both;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #10ade1;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #10ade1;
	font-weight: bold;
	text-decoration: underline;
}

#contact-form{
	float:left;
	padding-left: 30px;
}

#contact-form h2{
	padding-top:0;
	margin-top:10px;
}

#contact-form p{
	font-size:11px;
}


#points {
	height: 375px;
	width: 900px;
	float: left;
	background-image: url(images/points-bg-address.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

#pointsleft {
	height:auto;
	width:400px;
	float:left;
	padding-left: 35px;
	padding-top: 15px;
	text-align: right;
}

#pointsright {
	height: auto;
	width: 400px;
	float:right;
	padding-right: 35px;
	padding-top: 15px;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}
.pointtitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


#img {
	float: left;
	height: 172px;
	width: 847px;
}


#textarealeft {
	float: left;
	height: auto;
	width: 400px;
}

#textarearight {
	float: right;
	height: auto;
	width: 410px;
	margin-bottom: auto;
}
#textarearight2 {
	float: left;
	height: auto;
	width: 400px;
	text-align: left;
	margin-left: 20px;
}





/*** Paragraph Styles ***/

p, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	line-height: 1.5em;
}
td {
	padding: 3px;
}


/************** Website Footer **************/

#man {
	clear:both;
	width:613px;
	height:309px;
	background-image:url(images/notepad-bg.jpg);
}	

#footer {
	width:900px;
	height:20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	padding-top:10px;
	text-align: center;
	padding-bottom: 50px;
}	

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #10ade1;
	text-decoration: none;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	font-weight: normal;
	color: #000;
}
.orange {
	color: #F26422;
}
.left {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}
.right {
	float: right;
	margin-right: 60px;
}


/** Validation Errors */

label.error {
    font-size: 10px;
    color: #cc3333;
    padding-top: 2px;
    padding-left: 5px;
    display: inline;
    position: absolute;
    width: 100px;
}

