@charset "utf-8";
/* CSS Document */

BODY{
	background-image : url(/assets/gfx/bgi.gif);
	margin : 1em 0 0 0;	
}

A{
	color : #006100;
	text-decoration : none;
}
A:hover{
	color : #a21212;
	text-decoration : underline;
}

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

UL{
	margin : 0 2em 1em 2em;
	padding : 0 0 0 0;
}

UL LI{
	list-style-image : url(/assets/gfx/bullet.gif);
	margin : 0 0 0.2em 0;
}
UL.columns LI{
	float : left;
	width : 210px;
}

h1{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight : 500;
	color : #a21212;
	font-size : 160%;
	margin : 0 0 0.6em 0;
	padding : 0 0 0 0;
	line-height : 1;
}

h2{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight : 500;
	color : #006100;
	font-size : 140%;
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
	line-height : 1;
}
H2 EM{
	color : #a21212;
	font-style : normal;
}

h3{
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight : 500;
	color : #a21212;
	font-size : 140%;
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
	line-height : 1;
}

#container{
	border : 1px solid black;
	background-color : white;
	background-repeat : no-repeat;
	background-position : 100% 0%;
	background-image : url(/assets/gfx/header.gif);
	width : 770px;
	margin : 0 auto 0 auto;
	padding : 0 0 1em 0;
	position : relative;
	min-height : 300px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	color : #666;
	line-height : 1.4;
}

#footerBar{
	background-image : url(/assets/gfx/footer.gif);
	background-repeat : repeat-x;
	height : 20px;
	width : 770px;
	margin : 0 auto 0 auto;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
}

#logo{
	float : left;
	border : none;
	margin : 20px 0 0 10px;
	width : 205px;
}
#contact{
	margin : 75px 15px 0 0;
	border : none;	
	width : 301px;
	float : right;
}
#contact IMG{
	border : none;
}

.clear{
	clear : both;
	height : 1px;
}

#contentBlock{
	float : right;
	width : 500px;
	margin : 2.4em 1em 0 0;
}

#menuBlock{
	float : left;
	width : 205px;
	margin : 1em 0 1em 0;
	clear : left;
}

#menuBlock UL{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
#menuBlock UL LI{
	margin : 0 0 6px 0;
	padding : 0 0 0 0;
	list-style : none;
	list-style-image : none;
}

#menuBlock UL LI A{
	margin : 0 0 0 0;
	color : white;
	display : block;
	border : 1px solid black;
	border-left : none;
	height : 22px;
	line-height : 1.6;
	background-image : url(/assets/gfx/menu.gif);
	background-repeat : no-repeat;
	background-color : #a21212;
	padding : 0 0 0 2.5em;
	text-decoration : none;
}

#menuBlock UL LI A:hover{
	text-decoration : none;
	background-image : url(/assets/gfx/menu-over.gif);
	color : #ffffcc;
}


#footer{
	width : 770px;
	margin : 0.4em auto 1em auto;
	padding : 0 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.7em;
}

#cwn{
	float : right;
	text-align : right;
	width : 200px;
}




.formContainer TABLE{
	width : 100%;
	margin : 0 0 1em 0;
	border : none;
	background-color : white;
}


.formContainer Table TH{
	font-weight : bold;
	text-align : left;
}
.formContainer Table TD{
	color : #333;
	font-weight : normal;
	border-bottom : 1px dotted #ccc;
	text-align : left;
	padding : 0 0 2px 0;
	vertical-align : top;
	background-color : white;
}
.formContainer Table TH.item,
.formContainer Table TD.item{

}
.formContainer Table TD A{
	color : #333;
	text-decoration : none;
}

.formContainer Table TD A:hover{
	color : #900;
	text-decoration : none;
}



form.standardForm input.oneLineTextInput,
form.standardForm textarea,
form.standardForm #captchabox{
	width : 475px;
	border : 1px solid #ccc;
	background-color : #f0f0f0;
	padding : 2px 0.3em 2px 0.3em;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 0.8em 0;
	font-size : 100%;
	color : #900;
}
 
form.standardForm textarea.mediumTextArea{
	height : 10em;
	margin-bottom : 1em;
}

form.standardForm textarea.largeTextArea{
	height : 20em;
}

form.standardForm div.formRow {
	padding : 0.2em;
	margin : 0 0 0.6em 0;
	clear : both;
}

input.requiredField,
select.requiredField,
textarea.requiredField{
	background-color : White;
}

form.standardForm label{
	display : inline;
}

.requiredIcon{
	vertical-align : text-top;
}

.dataTable{
	vertical-align : top;
	width : 100%;
	border : 1px solid black;
	border-collapse : collapse;
	margin : 0 0 1em 0;
}
.dataTable TD{ 
	vertical-align : top;
	border : 1px solid black;
	border-collapse : collapse;
	padding : 1px 3px 1px 3px;
}
.dataTable TH{ 
	vertical-align : top;
	border : 1px solid black;
	border-collapse : collapse;
	background-color : #006100;
	color : white;
	padding : 1px 3px 1px 3px;
	font-weight : normal;
	text-align : left;
}
.dataTable TH.alt{ 
	vertical-align : top;
	border : 1px solid black;
	border-collapse : collapse;
	background-color : #ededed;
	color : black;
}
.dataTable TH.alt2{ 
	vertical-align : top;
	border : 1px solid black;
	border-collapse : collapse;
	background-color : #CFCFCF;
	color : black;
}

.dataTable TH.centered,
.dataTable TD.centered{
	text-align : center;
}

.formTitle{
	font-weight: bold;
	font-size : 120%;
	margin : 0 0 8px 0;
}

.boxed{
	background-color : #f5f5f5;
	border : 1px solid #ccc;
	padding : 1em;
}

#siteSearch{
	display  : none;
}

#animation{
	text-align : center;
		background-color : #e6e6e6;
	border : 1px solid #ccc;
	border-left : none;
}
#animation IMG{


}

.question{
	margin : 0 0 1em 0;
}
.question Label{
	display : block;
	margin : 0 0 4px 0;
}
.question Label IMG{
	margin : 0 4px 0 4px;
}

.TextFormat{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	width : 450px;
}

.captchaInput{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	width : 450px;
}

.formBox{
	margin : 0 0 1em 0; 
}

.captchaImage{
	border : 1px solid black;
	margin : 0.5em 0 0.5em 0;
}

hr{
	clear : both;
	background-color : black;
	color : black;
	height : 1px;
	border : none;
	margin : 0 0 0.5em 0;
	padding : 0;
}

.floatRight{
	float : right;
	margin : 3px 0 10px 10px;
}

