body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	width:100%;
	text-align:center;
	margin:0px;
	background:url(graphics/page_background.jpg) repeat-x;
}
h1, h2, h3, h4 {margin:0;}
.bodystyle {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.small {
	font-family: "Trebuchet MS";
	font-size: 9px;
}

.medium {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.error {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#FF0000;
}

.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Trebuchet MS";
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


#container {
width:960px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#header {
	width:960px;
	height:137px;
	background:url(graphics/logo.jpg) no-repeat left;
}
#nav {
	width:560px;
	height:20px;
	width:400px;
	left: 560px;
	top: 40px;
	position: relative;
}

#nav a:link {
color:#000; text-decoration:none;
}
#nav a:visited { color:#000000; text-decoration:none;
}
#nav a:hover {
color:#9c6; text-decoration:none;}
#nav a:active {color: #9c6; text-decoration:none;}
#content {
	width:960px;
	margin-top: 7px;
}
#footer_line {
width:100%;
height:6px;
background:url(graphics/bottom_repeat.jpg) repeat-x;
}
#footer {
margin-left:auto;
margin-right:auto;
width:960px;
}
#footer_content {
width:960px;
}
#phone_number {
	width:500px;
	height: 80px;
	left: 460px;
	top: 20px;
	position: relative;
}
.fixvis:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.fixvis {
display:inline-block;
}
.fixvis {
display:block;
}
* html .fixvis {
height:1px;
}
.fixvis {zoom:1;}  

.black {
	font-family: Century Gothic;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.green {
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #99cc66;
}
.green_small {
font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #99cc66;
}
.green_box {
	width:940px;
	background:url(graphics/content_text_green.jpg) repeat-y;
	padding:0px 10px 0px 10px;
}
.black_box {
width:920px;
background:url(graphics/content_text.jpg) repeat-y;
padding:0px 20px 0px 20px;
}
.h1 {font:Verdana, Arial, Helvetica, sans-serif; font-size:16px;
}
a:link {color:#9c6; text-decoration:none;}
a:visited { color:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color: #666; text-decoration:none;}
#form .textinput {
width:200px;
border:#9c6 1px solid;
background-color:#eee;
color:#333333;
font-size:12px;
}
#form .textarea{
width:200px;
border:#9c6 1px solid;
background-color:#eee;
color:#333333;
font-size:12px;
height:150px;
}
#form .button {
border:#9c6 1px solid;
background-color:#eee;
color:#333333;
font-size:12px;
}