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

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {font-size:1em; font-weight:normal; font-style:normal;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

body {
	background-image: url(images/bgX.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 958px;
}

#header {
	width: 958px;
	height: 102px;
}

#header h1 {
	float: left;
	color: #fff;
	font-size:36px;
	margin: 45px 0 10px 13px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	color: #4fa1b0;
	font-weight: bold;
	margin-bottom: 10px;
}

#nav {
	float: left;
}

#nav ul {
	list-style-type:none;
	margin:58px 0 0 40px;
	text-align:right;
	width:385px;
}

#nav ul li {
	display: inline;
	margin:0 16px 0 0;
	text-transform: capitalize;
	font-variant:small-caps;	
	font-size:14px;
	line-height: 29px;
}

#nav ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}


#contenttop {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 958px;
	height: 102px;
}

#contenttop h1 {
	color:#FFFFFF;
	font-size:26px;
	line-height:89px;
	text-align:center;
}

#contentrepeat {
	background-image: url(images/contentrepeat.gif);
	width: 958px;
}

img.photo {
	border: 1px solid #888888;
	padding: 10px;
	background-color: #eeeeee;
	margin:15px;
}

#maintext {
	padding: 0 15px;
}

#footer {
	clear: both;
	background-image: url(images/footer_10.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 958px;
	height: 47px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	line-height: 47px;
}
/************************ error classes ********************/
#requestform fieldset input[type="text"], #requestform fieldset textarea{
    border:2px solid #5A2816;
    background-color: #FFF4F5;
    width: 200px;
    font-size: 18px;
    margin: 0 0 0 25px;
}
#requestform fieldset input[type="text"].error { 
    border: 2px dotted #C4491E;   
}
.required{
    color: #C4491E;
}
