/*
======================================================
style.css
======================================================
*/
body{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color:#33333f;
}

#content{
	text-align:left;
	padding:0px 15px 0px 10px;
}
#content a, #content a:link, #content a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#00519E;
}

#content a:hover, #content a:active, #content a:focus{
	background:#00519E;
	color:#ffffff;
}

#FooterLine{
	font-size:9px;
	color:#eeeeee;
}

#FooterLine a, #FooterLine a:link, #FooterLine a:visited{
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	color:#eeeeee;
}

#FooterLine a:hover, #FooterLine a:active, #FooterLine a:focus{
	font-size:9px;
	background:#00519E;
	color:#eeeeee;
}

ul{
	 list-style-image: url("../images/allover/point.gif");
	}


/*
=================================================================
Forms
=================================================================
*/


label {
	display:block;
	width:100px;
	text-align:right;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	color:#33333f;
	font-size:11px;
	font-weight: bold;
	}
	
input {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 220px;
	margin-bottom:10px;
	background: #ffffff;
	color:#33333f;
	font-size:11px;
	}
select {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 220px;
	margin-bottom:10px;
	background: #ffffff;
	color:#33333f;
	font-size:11px;
	}
	
textarea{
	float:left;
	display:block;
	border: none;
	width: 220px;
	background: #ffffff;
	border: 1px dotted #33333f;
	font-family: arial;
	color:#33333f;
	font-size:11px;
	margin-bottom:10px;
}

.csc-mailform-check{
	width: 100px;
	border: none;
}

.csc-mailform{
	border:none;
	width: 350px;
}
.csc-mailform-submit{
	float:left;
	display:block;
	border:none;
	background:#b0271c;
	color: #ffffff;
	width: 132px;
	margin-top: 15px;
}

.csc-textpic-caption{
	font-size: 9px;
}

.textsmall{
	font-size: 9px;
}
