@charset "utf-8";
/* CSS Document */

@import url(basics.css);

BODY{
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
	background-color : white;
	text-align : center;
}




#container{
	width : 750px;
	padding : 0 0 0 0;
	margin : 0 auto 0 auto;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.70em;
	text-align : left;
	background-color : white;
	background-image : url(/assets/gfx/background.gif);
	background-repeat : no-repeat;
	z-index : 2;
}


#header{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.70em;
	background-color : white;
	background-image : url(/assets/gfx/header.gif);
	background-repeat : no-repeat;
	padding : 0 0 0 0;
	margin : 0 auto 0 auto;
	width : 750px;
	text-align : left;
	height : 140px;
}

#header A{
	color : black;
	text-decoration : none;
}

#header A:hover{
	color : #900;
	text-decoration : underline;
}
#logo{
	float : left;
}

#misc{
	width : 300px;
	margin : 27px 25px 0 0;
	text-align : right;	
	float : right;
}

#strapline{
	width : 415px;
	margin : 35px 25px 0 0;
	float : right;
}

#columnOne{
	float : left;
	width : 190px;
	text-align : left;
	margin : 0 0 0 0;
	padding : 30px 0 0 60px;
	font-family : Arial, Helvetica, sans-serif;
}

#columnOne UL{
	margin : 10px 0 1em 5px;
	padding : 0 0 0 5px;
	list-style : none;
}
#columnOne UL LI{
	margin : 0 0 0 0;
	padding : 3px 5px 0 20px;
	list-style : none;
	background-image : url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 0px 5px;
	font-weight: bold;
	line-height : 16px;
}

#address{
	background-image : url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 70px 0px;
	float : left;
	width : 180px;
	text-align : left;
	margin : 10px 0 0 0;
	padding : 0 0 0 90px;
	font-family : Arial, Helvetica, sans-serif;
	color : #4b2614;	
}

#columnOne UL LI A{
	color : #4b2614;
	text-decoration : none;
}
#columnOne UL LI A:hover{
	color : #900;
	text-decoration : none;
}

#columnTwo{
	float : right;
	width : 460px;
	text-align : left;
	margin : 10px 0 -150px 0;
	padding : 0 20px 0 0;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
}



#company A			{	color : white; text-decoration : none;	}
#company A:hover	{	color : white; text-decoration : underline;	}


.clear{
	clear : both;
	font-size : 5%;
	height : 1px;
}

#pageClose{
	clear : both;
	background-image : url(/assets/gfx/pageClose.gif);
	background-repeat : no-repeat;
	height : 42px;
	margin : 0 auto 0 auto;
	width : 750px;
}

#footer{
	background-color : white;
	background-image : url(/assets/gfx/footer.gif);
	background-repeat : no-repeat;
	font-family : Arial, Helvetica, sans-serif;
	color : #999;
	padding : 13px 0 3px 32px;
	width : 718px;
	margin : 15px auto 0 auto;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.70em;
	
}

#footer A{
	color : #900;
	text-decoration : none;
}

#footer A:hover{
	color : #900;
	text-decoration : underline;
}
#updated{
	float : left;
	width : 190px;
	text-align : left;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

#company{
	float : right;
	width : 500px;
	text-align : right;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

.dataTable{
	border : 1px solid black;
	background-color : white;
	border-collapse : collapse;
	font-size : 100%;
	margin : 0 0 10px 0;
	width : 100%;
}
.dataTable TD{
	border : 1px solid black;
	background-color : white;
	border-collapse : collapse;
	padding : 2px 4px 2px 4px;
	font-weight : normal;
	vertical-align : top;
}
.dataTable TH{
	border : 1px solid black;
	background-color : #f7921e;
	border-collapse : collapse;
	text-align : left;
	padding : 2px 4px 2px 4px;
	font-weight : normal;
	vertical-align : top;
}


.formInput{
	border : 1px solid black;
	background-color : white;
	margin : 0 3px 1px 3px;
	padding : 1px 3px 1px 3px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 280px;
}



.clear{
	clear : both;
	height : 1px;
}

.question{
	margin : 0 0 0.5em 0;
}

.formBox{
	border : 1px solid #4b2614;
	background-color : #ddd1ac;
	border-collapse : separate;
	width : 100%;
}

div.formBox{
	margin : 0 0 1em 0;
}

#captchaTable{
	padding : 10px;
}

table.captcha{
	margin : 10px;
}

table.captcha TH{
	text-align : left;
} 

table.captcha Img.captchaImage{
	border : 1px solid black;
}

table.formBox table.dataTable{
	margin : 0 0 0 0;
}
table.formBox table.dataTable TH{
	background-color : #bedbee;
	color : black;
}
.captchaInput{
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	border : 1px solid black;
	background-color : white;
	padding : 2px 5px 2px 5px;
	margin : 2px 0 2px 0;
	width : 430px;	
}

.formInput{
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	border : 1px solid black;
	background-color : white;
	padding : 2px 5px 2px 5px;
	margin : 2px 0 2px 0;
}

.full{
	width : 430px;
}

.half{
	width : 205px;
}

.third{
	width : 198px;
}
.seventyfive{
	width : 470px;
}

.twentyfive{
	width : 150px;
}

select.formInput{
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	border : 1px solid black;
	background-color : white;
	padding : 1px;
	margin : 2px 0 2px 0;
}
option{
	padding : 2px 5px 2px 5px;	
}

select.full{
	width : 650px;
}
select.half{
	width : 319px;
}
select.third{
	width : 208px;
}

Img.required{
	margin : 0 0 0 5px;
}

.googleMap{
	border : 1px solid black;
	float : right;
}

#skipnav{
	display : none;
}

.socialNetworks{
	margin : 25px 5px 3px 5px;
	font-size : 100%;
	color : #4b2614;
	border-radius : 10px;
	background-color : #fbefc9;
	background-color : white;
	padding : 8px 10px 5px 10px;
	overflow : hidden;
	font-weight : 500;
	line-height : 1.1;
}

.socialNetworks IMG{
	float : left;
	margin : 0 10px 0 0;
}
.socialNetworks A{
	color : #4b2614;
}
.socialNetworks A:hover{
	color : #900;
	text-decoration : none;
}
