html {
	overflow-y: scroll;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px; 
}
 
body {
	text-align:center;
	background-color: #718ca3;
	padding:0px;
	margin:0px;
	
}

a {
	color: #2b77ad;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2 {
	font-size: 24px;
	font-style: italic; 
	border-bottom:2px solid #dd1b00;
}

h3 {
	font-size: 16px;
}

h3 a{
	color:#000000;
}

h5 {
	font-size: 12px;
	margin:0px;
	font-size:14px;
}

hr {
	color: #718ca3;
	height:2px;
}

img{
	border: 0px;
}

blockquote {
	margin:0px 20px;
	padding:0px;
}

/*------------------------------------------------------*/

#body_container {

}

/*------------------------------------------------------*/

#container-header{
	display:block;
	background-color:#FFFFFF;
	border:1px solid #000000;
	text-align: left;
	width:748px;
	margin:10px auto 0px auto;
	color:#FFFFFF;
	padding:0px;

}

#header_nav{
	border-bottom: 2px #dd1b00 solid ;
	font-size:14px;
 	padding: 0px;
 	height:34px;
 	margin:0px;
}

#header_nav li  {
	float:left;	
	list-style-type: none;
	display: inline;
	padding:8px 0px;
	margin: 0px 0px;

}

#header_nav a {
	border:0px #000000 solid;
	text-decoration:none;	
	padding:8px;
}

#header_nav a:hover {
	color:#FFFFFF;
	background-color:#dd1b00;
	padding:8px;

}

/*------------------------------------------------------*/

#container-content{
	background-image: url('_images/undershade-1px.png');
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align:left;
	display:block;
	margin: 0px auto;
	padding-top:5px;
	width:750px !important;
	border-bottom: 1px solid #000000;
}

#container_full{
	float:left;
	width:728px;
	padding:10px;
	border:1px solid #000000;	
	background-color:#FFFFFF;
	min-height:200px;
}

#container_left {
	vertical-align:top;
	width: 474px !important;
	min-height:200px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	background-color:#FFFFFF;
}

#container_left .content {
	margin: 10px;
}

#container_left .content ul{
	margin:0px 10px 30px 25px;
	padding:0px;
}

#container_left .content p{
	margin:5px 10px 10px 10px;
	padding:0px;
	text-align: justify;
}

p.first:first-letter {
	font-size:200%; 
	font-family:"Book Antiqua", "Times New Roman", "serif";
	font-style: italic; 
}

#container_right {
	vertical-align:top;
	width: 267px !important;
	border-left: 1px solid #80807f;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	background-color:#f2f2f2;
}

#container_right:hover{
	background-color:#fafafa;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
}

#container_right .content {
	margin: 10px;
}

#container_right .content ul{
	margin:0px 10px 30px 10px;
	padding:0px;
}

#container_right .content p{
	margin:5px 0px 10px 10px;
	padding:0px;
}

#container_spacer{
	width: 3px;	
}
/*------------------------------------------------------*/

#container-footer {
	display:inline-block;
	background-image: url('_images/undershade-2px.png');
	background-repeat: no-repeat;
	background-position:50% top;
	margin: 0px auto 20px auto;
	width:750px;
	padding-top: 20px;
}
#container-footer a{
	color: #0f4062;
}

#footer_links {
	width: 750px;
	text-align:center;
	margin: 0px;
	padding: 20px  0px  0px  0px ;
}

#footer_links li {
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding: 0px 55px;
}

#footer_links li a {
}

#footer_links li a:hover {
	text-decoration: underline;
}

.subtext {
	margin:10px;
}

/*------------------------------------------------------*/

.article_nav {
	padding:0px;
}

.article_list {
	padding:0px;
}

#sort {
	margin: 5px 0px 5px 10px;
}

.folders li{
	list-style: none;
	padding-left: 20px;
	background-image: url("_images/icon-folder.png");
	background-repeat: no-repeat;
}

.files li{
	list-style: none;
	padding-left: 20px;
	background-image: url("_images/icon-file2.png");
	background-repeat: no-repeat;
}



#racer_gallery td{
	width:33%;
	padding:10px 5px;
	border:1px solid #BBB;
	text-align:center;
}

#gallery td:hover{
	background-color:#D9EDFD;
}

/*------------------------------------------------------*/

#form_contact {
	float:left; 
	width:420px;
	border: 1px solid #515151;
	margin:0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
}

#form_contact:hover {
}

#form_contact label {
	float:left;
	width: 100px;
}

#form_contact label.checkbox {
	width: 40px;
	float:left;
	text-align:right;
}

#form_contact input {
	border: 1px solid #aaaaaa;
	margin: 2px 0px;
}

#form_contact select {
	border: 1px solid #aaaaaa;
	margin: 2px 0px;
	width: 300px;
}

#form_contact input.text {
	width: 300px;
}

#form_contact input:hover, #form_contact input:active, #form_contact input:focus {
	border: 1px solid #033;
}

#form_contact input.checkbox {
	border: none;
	float:left;
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 0px 20px 0px 2px;
	display:table-cell
}

#form_contact input.radio {
	border: none;
	padding: 0px;
}

#form_contact #form_consent {
	margin-right: 10px;
}

#form_contact button {
	background-color:#dddddd;
	border: 1px solid #dd1b00;
	height: 50px;
	margin: 10px 0px 10px 3px;
	width: 312px;
}

#form_contact button:hover {
	border: 1px solid #dd1b00;
	background-color:#eeeeee;
	color: #dd1b00;
	font-weight:bold;
	cursor: pointer;
}

#contactinfo-container {
	border: 1px solid #515151;
	margin-top: 10px;
	float:right;
	width: 250px;
	background-color: #f6f6f6;
}

#contactinfo-container:hover {
	background-color: #ffffff;
	border: 1px solid #ff7441;
}

#contactinfo-container #contactaddress {
	margin-top: 10px;
	text-align:center;
}

#errmsg {
	background-color:red;
	color: #ffffff;
	padding: 5px;
	margin-bottom:10px;
}

#contactinfo-side{
	float:right;
	text-align:center;
	font-size: 14px
}

/*------------------------------------------------------*/

#imgpreview {
	margin:0px;
	background-color: #ffffff;
	text-align: center;
}

#imgpreview p {
	margin:10px 20px;
}

