@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;} 

.clear {
	clear:both;
}

body {
	background:#fff;
	margin: 5px 0 0 0;
	padding: 0;
}
#wrapper {
	margin-left:auto; 
	margin-right:auto;
	width: 750px;
	height: auto; min-height: 100%;
}
.txty {
	color:#FF0;
}
.txtb {
	color:#00F;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a:link {color:#0e3c5e;}      /* unvisited link */
a:visited {color:#0e3c5e;}  /* visited link */
a:hover {color:#579aab;}  /* mouse over link */
a:active {color:#579aab;}  /* selected link */


/***** HEADER *****/
#header {
	float:left; display:inline;
	width: 750px;
	height: 102px;
}
#headerimg {
	background:url(images/header.jpg) no-repeat;
	width: 750px;
	height: 78px;
}
.home {
	background:url(images/header.jpg) no-repeat;
	width: 750px;
	height: 78px;
	display:block;
}
.home a {
	text-decoration:none;
}
.home span {
	visibility:hidden;
}
#headerbar {
	background:#c2c2c2;
	width: 750px;
	height: 24px;
}
.styledate {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#date {
	float:left; display:inline;
	width:365px;
	padding: 5px 0 0 5px;
}
#tagline {
	float:left; display:inline;
	width:365px;
	padding: 5px 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


/******** MIDDLE *******/
#middle {
	float:left; display:inline;
	width:750px;
	background:url(images/background.jpg) repeat-y;
}


/******** NAVIGATION *******/
#nav {
	float:left; display:inline;
	width:200px;
}
#nav p, span {
	font-family:tahoma;
	font-size:11px;
	color:#515151;
}
.navcontact {
	background:url(images/bord1.jpg) no-repeat;
	width: 164px;
	height: 20px;
	width: 164px;
	height: 20px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 5px 0 0 36px;
}
.sitenav {
	background:url(images/bord2.jpg) no-repeat;
	width: 164px;
	height: 20px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 5px 0 0 36px;
}
.sitenavlinks {
	background:url(images/ta1bg.jpg) no-repeat;
	width: 200px;
	padding-left: 10px;
	padding-top: 2px;
}
.sitenavlinks ul {
	margin-left: 20px;
}
.sitenavlinks li {
	list-style-image:url(images/diamond.jpg);
	margin-left: 20px;
	padding: 3px 0 0 5px;
}
.sitenavlinks a {
	color:#737373;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.newsletter {
	background:url(images/bord3.jpg) no-repeat;
	width: 164px;
	height: 20px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 5px 0 0 36px;
}


/******** CONTENT *******/
#content {
	float:left; display:inline;
	width:540px;
	padding: 0 0 0 10px;
}
#content p, span {
	font-family:tahoma;
	font-size:11px;
	color:#515151;
}
#content h2 {
	font-family:tahoma;
	font-size:13px;
	color:#515151;
	text-transform:uppercase;
}
#content h3 {
	font-family:tahoma;
	font-size:12px;
	color:#515151;
	text-transform:uppercase;
	padding: 5px 0 0px 0;
}
#content h4 {
	font-family:tahoma;
	font-size:12px;
	color:#515151;
	padding: 5px 0 10px 0;
}
.content-L {
	float:left; display:inline;
	width:260px;
	padding-right:5px;
}
.content-R {
	float:left; display:inline;
	width:260px;
	padding-left:5px;
}
.content-div {
	background:#CCC; 
	width:540px; 
	height:10px;
}


/******** FOOTER *******/
#footer {
	float:left; display:inline;
	background:url(images/bottom.jpg) repeat-x;
	width:750px;
	vertical-align:top;
	padding-top:10px;
}