/* BASICS */

body	{
	color: #000;
	background: #fff;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link, a:visited, a:hover, a:active {
	text-decoration : underline;
	color: #064750;
	}

a:hover {
	text-decoration : none;
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, span, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #064750;
}

li {
	line-height: 1.5;
	margin: 5px;
	margin-left: 30px;
}

p {
	margin: 10px 0;
}

h1	{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
	}

h2	{
	padding-top: 1.2em;
	padding-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	}
	
h3 {
	padding-top: 1.2em;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
}

	
/* PAGE DIVS */

#canvas {
	margin: 20px auto;
	background-color: white;
	width: 780px;
	
}


/* HEAD */

#head {
	width: 100%;
}

#menu {
    position:relative;
	margin: 0;	
	background: #fbab1b url(../images/t_header.jpg) no-repeat;	
	width:780px;height:200px;
}
#menu ul{position:absolute;z-index:100;top:38px;left:-6px;margin:0;padding:0;list-style-type:none;}
#menu ul a{color:#E6AE23 !important;font-weight:normal !important;text-decoration:none;cursor:pointer;font-size:17px;font-family: Georgia, "Times New Roman", Times, serif;}
#sitename {
	background-color: #fbab1b;
	text-align: center;
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 20px;
	width: 100%;
}

/* CONTENT */

#content {
	background-color: #fbab1b;
	overflow: hidden;
	font-size: 0.9em;
}

#list {
	overflow: auto;
	font-size: 0.9em;
	background: #fbab1b url('/images/t_featureone.gif') top left no-repeat;
	padding: 40px;
	padding-top: 0;
}

#contactus {
	float: right;
	width: 300px;
	border: 1px dotted #064750;
	padding: 25px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#list .listgroup {
	width: 320px;
	padding-right: 25px;
	padding-bottom: 25px;
}

/* HOME PAGE */

#feature_column {
	float: left;
	width: 389px;
	padding-bottom: 20px;
}

#article_column {
	float: right;
	width: 390px;
	padding-bottom: 20px;
	border-left: 1px solid white;
}

#feature_one, #feature_two, #feature_three {
	width: 320px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#feature_one {
	background: url('/images/t_featureone.gif') top left no-repeat;
}

#feature_two {
	background: url('/images/t_featuretwo.gif') top left no-repeat;
}

#feature_three {
	background: url('/images/t_featurethree.gif') top left no-repeat;
}

#feature_one h2 {
	color: #086876;
	padding-top: 0;
}

#feature_two h2 {
	color: #0b8092;
	padding-top: 0;
}

#feature_three h2 {
	color: #0598ad;
	padding-top: 0;
}

#feature_article {
	float: right;
	padding-left: 30px;
	padding-right: 21px;
}

#feature_article img {
	float: left;
	padding: 1em;
	padding-left: 0;
}

/* CONTENT PAGE */

#main_visitors, #main_business, #main_community {
	float: left;
	padding: 40px;
	padding-top: 0;
	width: 430px;
	border-right: 1px solid white;
}

#main_visitors {
	background: url('/images/t_featurethree.gif') top left no-repeat;
}

#main_community {
	background: url('/images/t_featuretwo.gif') top left no-repeat;
}

#main_business {
	background: url('/images/t_featureone.gif') top left no-repeat;
}


#main_visitors h1, #main_visitors h2, #main_visitors h3 {
	color: #0598ad;
}

#main_community h1, #main_community h2, #main_community h3 {
	color: #0b8092;
}

#main_business h1, #main_business h2, #main_business h3 {
	color: #086876;
}

#sidebar {
	float: right;
	padding: 40px;
	padding-top: 0;
	width: 189px;
}

#latestnews {

}

#latestnews h2 {
	padding-top: 0;
}

.newsitem {
	padding-bottom: 5px;
}

.newsitem p.title {
	font-size: 1em;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 0;
	line-height: 0;
}

.newsitem p.date {
	font-style: italic;
	font-size: 0.8em;
	padding-top: 0;
}

.newsitem p.news {

}

#newslettersignup {

}

#newslettersignup fieldset {
	border: 0;
}

#newslettersignup legend {
	color: #064750;
	padding-top: 1.2em;
	padding-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#newslettersignup input {
	border: 1px solid #064750;
	margin-bottom: 10px;
	width: 160px;
}


#newslettersignup input#submit {
	margin-top: 5px;
	width: 60px;
	margin-left: 105px;
}

/* FOOT */

#foot {
	width: 770px;
	font-size: 12px;
	padding: 5px;
	text-align: center;

}

