@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../../images/pagebg.jpg) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}

h1, h2, h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6B869B;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

p, ul, ol {

}

a {
	color: #6b869b;
}

a:hover {
	text-decoration: none;
}

.color1 {
	color: #666;
}

.color2 {
	color: #fff;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 25px;
}

img.alignright {
	margin-left: 25px;
}

a img, img {
	border: none;
}

/* Wrapper */

#wrapper {
	height: auto;	
}

/* Header */

#header {
	width: 900px;
	height: 388px;
	margin: auto;
	background: url(../images/header.jpg) top center no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
}

#logo h1 {
	padding: 30px 0px 15px 0px;
	text-transform: lowercase;
	visibility:hidden;
	display:none;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	margin:auto;
	text-align:center;
	padding: 43px 0px 0px 0px;
}
/*
#menu ul {
	margin: auto;
	
	list-style: none;
}
*/
#menu li {
	display: inline;
}
/*
#menu a {
	padding: 0px 5px;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bold;
}

#menu a:hover {
	color: #9DC9E8;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
*/
/* Page */

#page {
	width: 900px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 100%;
}

/* Phone */

#phone {
	float: left;
	width: 100%;
	height:32px;
	color:#fff;
	text-align:center;
}

#phone h2{
	padding: 7px 0 0 0;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 1px;
	color:#fff;
}

/* Main */

#main {
	float: left;
	width: 100%;
	height:100%;
	color: #999;
}
#mainwrapper {
	padding:2px;
}
#mainwrapper p {
	padding: 0 0 10px 0;
}
#mainbottom {
	height:12px;
	clear:both;
}

/* Boxes */

.box {
	width:33%;
	height:auto;
	float:left;
	margin-right: 2px;
	background:#CCC;
}
#boxtop {
	height:12px;
}
#boxmid {
	height:190px;
	padding: 0 5px;
	color:#333;
}
#boxbottom {
	height:12px;
}

.sectionbox {
	width:500px;
	height:auto;
	float:left;
}

.sectionbox p{
	padding-bottom: 5px;
}
#sectionboxtop {
	background:url(../images/sectiontop.gif) top center no-repeat;
	height:12px;
}
#sectionboxmid {
	background:url(../images/sectionmid.gif) center repeat-y;
	height:auto;
	padding: 0 10px;
}
#sectionboxbottom {
	background:url(../images/sectionbottom.gif) bottom center no-repeat;
	height:12px;
}

#halfboxwrap {
	width:900px;
	clear:left;
	padding: 10px 0 0 0;
}

.halfbox {
	width:360px;
	height:auto;
	float:left;
	padding-right:12px;
	color:#666;
}
#halfboxtop {
	background:url(../images/halftop.gif) top center no-repeat;
	height:12px;
}
#halfboxmid {
	background:url(../images/halfmid.gif) center repeat-y;
	height:auto;
	padding: 0 10px;
}
#halfboxbottom {
	background:url(../images/halfbottom.gif) bottom center no-repeat;
	height:12px;
}

.infobox {
	width:100%;
	height:auto;
	float:left;
	margin-top: 10px;
}
#infoboxtop {
	background:url(../images/infotop.gif) top center no-repeat;
	height:12px;
}
#infoboxmid {
	background:url(../images/infomid.gif) center repeat-y;
	height:auto;
}
#infoboxbottom {
	background:url(../images/infobottom.gif) bottom center no-repeat;
	height:12px;
	margin-bottom:10px;
}

/* Footer */

#footer {
	background: #333 url(../images/footer.jpg) repeat-x bottom;
	height:150px;
	color:#fff;
	clear:both;
}

#footerwrapper {
	width:900px;
	margin:auto;
	padding-top:5px;
	text-align:center;
}