@import "reset.css";

body, html {
margin:0;
padding:0;
background:url(images/background.jpg) repeat-x;
font-size:70%;
font-family:tahoma, verdana, arial, sans-serif;
color:#303031;
}

ul {
list-style-type:disc;
margin-top:10px;
text-indent:15px;
padding-left:15px;
}

li {

}

/*Styles*/

h1, h2, h3, h4 {
margin:10px 0;
}

h1 {
font-weight:normal;
font-size:1.8em;
color:#02a0d9;
letter-spacing:1px;
}
h2 {
color:#02a0d9;
}

.image_border_right {
float:right;
border:3px solid #CCC;
padding:2px;
}

/*End Styles*/

#container {
width:960px;
margin:0 auto;
margin-bottom:20px;
}

#head {
background:url(images/head_back.jpg) no-repeat right;
height:142px;
}

#head_container {
width:960px; 
margin:0 auto;
}

#top_pic {
background:url(images/top_pic.jpg) no-repeat #FFF;
height: 245px;
width:650px;
float:left;
}

#flash {
width:300px;
background:url(images/flash_back.jpg) no-repeat #FFF;
height:175px;
margin-top:5px;
padding-top:70px;
padding-left:10px;
float:right;
}

.sitelogo {
float:left;
margin-top:4px;
}

.callus {
float:right;
margin-top:35px;
margin-right:15px;
}

#content {
float:left;
width:960px;
font-size:1.7em;
line-height:21px;
margin-bottom:10px;
}

#sidebar {
float:right;
width:282px;
background:#181919;
margin-right:15px;
height:auto;
margin-bottom:10px;
}

#sidebar h1 {
background:url(images/sidebar_h1.jpg) no-repeat;
border-bottom:1px solid #FFF;
height:35px;
margin:0;
padding:0;
}

#sidebar h1 span {
display:none;
}

#news {
background:#FFF;
color:#303031;
margin:10px;
padding:10px;
text-align:right;
font-size:1.5em;
line-height:17px;
}

#news h5 {
margin-bottom:4px;
color:#02a0d9;
}

#news span {
float:left;
margin-bottom:5px;
margin-top:5px;
}

#news hr {
clear:both;
margin:10px 0 10px 0;
}

#nav li{
display:inline;
float:left;
}

#nav {
font-size:1.8em;
width:900px;
float:left;
margin:0px 0;
margin-bottom:10px;
}

#nav li a {
color:#FFF;
text-transform:uppercase;
text-decoration:none;
height:30px;
line-height:28px;
width:90px;
text-align:center;
float:left;
padding:5px 0;
margin-right:50px;
margin-top:6px;
font-weight:200;
}

#nav li a:hover {
color:#FFF;
background:#02a0d9;
}

#nav ul {
margin:0;
padding:0;
text-indent:0;
}

#nav li a.current {
color:#FFF;
background:#02a0d9;
}

.clear {
clear:both;
}

#footer {
height:50px;
padding-top:30px;
padding-bottom:10px;
color:#FFF;
clear:both;
background:url(images/bottom_back.jpg) repeat-x #000;
text-align:center;
font-size:1.5em;
}

#footer a {
color:#FFF;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

.clear { 
clear:both;
}


#contact-area {
	width: 400px;
	margin-top: 25px;
}


input, textarea {
	padding: 1px;
	width: 271px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

textarea {
	height: 90px;
}

textarea:focus, input:focus {
	border: 2px solid #02a0d9;
}

input.submit-button {
	width: 100px;
	float: right;
	margin-right:10px;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.1em;
}

#contact_details {
float:right;
width:200px;
margin-top:20px;
margin-right:20px;
border-left: 1px solid #CCC;
padding-left:15px;
}