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


a img {
	border: none;
}

body {
	font-family: Bookman Old Style, Helvetica, Arial, sans-serif;
	background: #6699cc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:62.5%;
}
.formfield {
	margin-bottom: 10px;
	margin-top: 10px;     

        clear: both;
}
/*Custom validator */
label.error {
color: #66cc00;
font-size:12px;
margin-bottom:5px;
float:none;
display:block;

}
.wrapper {
 	width: 902px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#container {
	width: 902px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	float:left;
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	background-image: url(images/headerbacking.jpg);
	height: 170px;
	width: 900px;
}
#extraContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#leftbox {
	float:left;
	background: #FFFFFF;
	background-image: url(images/man.jpg);
	background-position: left;
	background-repeat:no-repeat;
	width: 125px;
	height: 450px;
}

#middlebox {
	float:left;	
	width: 700px;
	min-height: 600px;
}
#rightbox {
	float:left;
	width: 200px;
	height: 580px;
	background-image: url(images/rightsideimage.gif);
	background-position: right;
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#pgRightBox {
	float:left;
	height: 200px;
	width: 337px;
}
#pgLeftBox {
	float:left;
	width: 463px;
	height: 200px;
}
#footer {
float: left;
	height: 60px;
	width: 900px;
	text-align:left;
	padding-top:15px;
       
	background-repeat: repeat-x;
	background-image: url(images/footerbacking.jpg);
	color: #333333;
}

#footer p {
font-size: 1.2em;
color: #333333;
font-weight:300;
 margin-left:20px;
}

/* formatting */



ul li {
	list-style-position: outside;
	margin-left: 2.0em;
	line-height: 1.5em;
	font-size: 1.3em;
	color:#000000;
}
.latestnews
{
    font-family: Bookman Old Style, Helvetica, arial, times new roman;
    width:255px;
    
}
.latestnews p
{
    font-size: 14px;
}
.latestnews h3
{
    font-size: 13px;
    color:#FFFFFF;
}
p {
	margin: 5px 10px 5px 10px;
	font-size: 1.3em;
	word-spacing: 3px;
	line-height: 1.5em;
	margin-top: 10px;
}
h1, h2 {
	margin: 5px 10px 10px 10px;
	color: #000033;
	font-size: 2.2em;
}
h3 {
margin: 5px 10px 5px 10px;
	color: #000033;	
	word-spacing: 0.02em;
        font-size: 16px;

}

label{
float: left;
width: 150px;
font-weight: bold;

margin: 5px 10px 5px 10px;
	font-size: 1.3em;
	word-spacing: 0.02em;
}

textarea{
width: 180px;
margin-bottom: 5px;
}
.contactus{
width: 180px;
margin-bottom: 5px;
}
textarea{
width: 400px;
height: 150px;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}
.button1 {
	float: left;
	position: relative;
	top: 105px;
	width: 175px;
	height: 65px;
	margin-left: 3px;

}
.button1 a {
	text-decoration:none;
}
.button2 {
	float: left;
	position: relative;
	top: 105px;
	width: 180px;
	height: 65px;
	margin-left: 3px;
}
.button2 a {
	text-decoration:none;
}
.button3 {
	float: left;
	position: relative;
	top: 105px;
	width: 180px;
	height: 65px;
	margin-left: 3px;
}
.button3 a {
	text-decoration:none;
}
.button4 {
	float: left;
	position: relative;
	top: 105px;
	width: 180px;
	height: 65px;
	margin-left: 3px;
}
.button4 a {
	text-decoration:none;
}
.button5 {
	float: left;
	position: relative;
	top: 105px;
	width: 165px;
	height: 65px;
	margin-left: 3px;
}
.button5 a {
	text-decoration:none;
}
.buttontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.5em;
	color:#666666;
	padding-left:3px;
}
.buttonsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
	padding-left:3px;

}
