/*
GENERAL
*/
* {
	margin:0;
	padding:0;
}
body {
	background:url(/images/bg.jpg) repeat-x #FFF;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
h1 {
	font-size:30px;
	color:#900;
}
h2 {
	color:#666;
	margin-top:20px;
}
h3 {

}
p {
	margin:5px 0 10px;
}
ul {
	margin:5px 0 10px 25px;
	list-style:inherit;
}
ol {
	margin:5px 0 10px 25px;
}
li {

}
a {
	color:#900;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr {
	height:1px;
	color:#ccc;
	background:#ccc;
	border:#ccc;
	margin:10px 0;
}
a img {
	border:none;
}
.image{
	padding:2px;
	border:thin solid 1px #CCC;
}

.smtxt{
	font-size:10px;	
}

/*
COLORS
*/
.maroon {
	color:#900;
}


/*
HEADER
*/
#header {
	width:950px;
	height:;
	margin:auto;
}


/*
CONTENT
*/
#content {
	width:900px;
	margin:10px auto ;
	padding:20px 10px 20px 20px;
	background:#FFF;
	border:thin #000 solid;
}
#content .left {
	float:left;
	width:450px;
}
#content .right {
	float:right;
	width:425px;
}
.phone{
	font-size:24px;
	color:#900;
	font-style:italic;
}

/*
FOOTER
*/
#footer {
	width:100%;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	color:#999;
}
#footer a {
	color:#999;
	text-decoration:none;
}

/*
NAVIGATION
*/
#nav-main {

}
#nav-main ul {
	background:url(/images/BG_nav.jpg) repeat-x;
	margin:0 auto;
	width:950px;
	height: ;
	list-style:none;
}
#nav-main li {
	float:left;
	height: ;
	padding: ;
	border-left:solid 1px #ccc;
}
#nav-main li:first-child {
	border-left:none;
}
#nav-main li:hover {
	background:url(/images/BG_nav-over.gif) repeat-x;
}
#nav-main li a {

}
#nav-main li ul {
	display:none;
}
#nav-main li:hover ul {
	position:absolute;
	top: ;
	display:block;
	background: ;
	width:auto;
	height:auto;
	padding: ;
	border: ;
	text-align:left;
	margin: ;
	z-index:1000;
}
#nav-main li:hover ul li {
	float:none;
	padding:0 0 5px;
}
#nav-main li:hover ul li:hover {
	background:none;
}
#nav-main li:hover ul li a {
	color: ;
}
#nav-main li:hover ul li a:hover {
	color: ;
}

#nav-bottom {
	width:950px;
	margin:20px auto;
}
#nav-bottom ul {
	margin:0;
	list-style:none;
}
#nav-bottom li {
	display:inline;
}
#nav-bottom a {
	display:block;
	float:left;
	border-left:solid 1px #ccc;
	padding:0 10px;
}
#nav-bottom li:first-child a {
	border-left:none;
}
#nav-bottom a:hover {
	color: ;
}

/*
FORM
*/
.req {
	float:left;
	width:15px;
	margin:3px 0 0 10px;
	color:#f00;
	line-height:25px;
}
.label {
	float:left;
	width:85px;
	line-height:25px;
}
.control {
	float:left;
	width:250px;
}
.validator {
	float:left;
	width:250px;
}