body {
	background:url(img/site_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #323232;
}

#content {
	margin-left:3px;
	margin-right: 2px;
}

#nav {
	font-size: 15px;
	text-align:right;
	font-family: 'Ubuntu', arial, serif;
}

#footer {
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	color: #999;
}

/*****************       TEXT STYLES          *************************/

.body_text {
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	color: #000;
}

h3 {
	color: #494949;
	font-weight: normal;
	font-stretch:expanded;
	font-size:25px;
}

.firstLetter {
	font-family: 'Ubuntu', arial, serif;
	font-size:20px;
	font-stretch:semi-expanded;
	color: #cc0000;
}


.page_heading {
	font-family: 'Ubuntu', arial, serif;
	font-weight:bold;
	font-size: 16px;
	color: #cc0000;
	padding-top:7px;
	font-weight:bold;
	text-align:left;
	background-color: #CCC;
	margin-top: 4px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-right: 2px;
}
#img_top_line {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	height:4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
}
#img_bottom_line {
	margin-top: 2px;
	margin-right: 2px;
	height:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-left-color: #cc0000;
}

#top_line {
	margin-top: 2px;
	margin-right: 2px;
	height:4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
}
#bottom_line {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom:10px;
	height:4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#bottom_boxes {
	margin:5px;
	height:110px;
	border:1px #cecece solid;
	background-color: #DDD;
}
#bottom_heading {
	margin:2px;
	background-color: #CCC;
	font-size: 13px;
	color: #000;
	font-family: 'Ubuntu', arial, serif;
	padding:5px;
}
#bottom_text {
	margin:2px;
	font-size: 10px;
	color: #666;
	font-family: 'Ubuntu', arial, serif;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
#bottom_link_box {
	margin:2px;
	padding:5px;
	text-align:right;
}


/***********************     FORM     ************************/
select {
	font-family: 'Ubuntu', arial, serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: none;
}
input {
	font-family: 'Ubuntu', arial, serif;
	font-size: 11px;
	color: #000000;
	padding:5px;
	background-color: #FFFFFF;
	border:#494949 1px solid;
}

input.news1 {
	font-family: 'Ubuntu', arial, serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	border:#cecece 1px solid;
}

input.news2 {
	font-family: 'Ubuntu', arial, serif;
	font-size: 10px;
	color: #000000;
	background-color:#8A8A8A;
	border:#cecece 1px solid;
	height:25px;
}

.contact_form_text {
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	color: #494949;
	margin:4px;
}


.contact_form_error{
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	color: #F00;
}


.submit_button {
	color: #fff; 
	font-weight: bold; 
	border: 1px solid #ccc; 
	background-color: #333333
	}



/*****************       LINK STYLES          *************************/

a.text_link:link, a.text_link:visited {
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}
a.text_link:hover {
	font-family: 'Ubuntu', arial, serif;
	font-size: 12px;
	color:#cecece;
	text-decoration: none;
}

a.bottom_link:link, a.bottom_link:visited {
	font-family: 'Ubuntu', arial, serif;
	font-size: 11px;
	color: #cc0000;
	text-decoration: none;
}
a.bottom_link:hover {
	font-family: 'Ubuntu', arial, serif;
	font-size: 11px;
	color:#333;
	text-decoration: none;
}

a.footer_link:link, a.footer_link:visited {
	font-family: 'Ubuntu', arial, serif;
	font-size: 11px;
	color: #999;
	text-decoration:none;
}
a.footer_link:hover {
	font-family: 'Ubuntu', arial, serif;
	font-size: 11px;
	color: #cc0000;
	text-decoration:none;
}
