* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/bg.jpg);
	color: #000;
	font: .8em/1.4 Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 100%;
	background: url(../images/background.jpg) repeat-y top center;
	}

#container {
	width: 776px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: url(../images/header.jpg);
	height: 173px;
	width: 776px;
	}
	
#nav {
	float: right;
	width: 376px;
	margin-right: 12px;
	background: url(../images/nav.gif) repeat-x;
	color: #fff;
	display: inline;
	position:relative;
}


#nav h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	letter-spacing: 2px;
}

#nav h6 {
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	padding: 18px 0;
}

#nav a {
	color: #fff;
	text-decoration: none;
	background: url(../images/nav_spcr.gif) no-repeat;
	padding: 18px 7px;
}

#nav a:hover {
	background-repeat: repeat-x;
	padding: 18px 7px;
}
	
#nav img {
	position:absolute;
	top: 125px;
	border: none;
	}

#nav a.nobg {
	background-image: none;
	}
	
.up {right: 0px;}
.down {right: 45px;}
	
#leftcol {
	float: left;
	display: inline;
	background: url(../images/left-content.jpg) top left no-repeat;
	width: 286px;
	padding-top: 20px;
	color: #7b1230;
}

#leftcol img {
	margin-left: 25px;
	padding: 4px;
	border: solid 1px #999999;
	}

#leftcol ul {
	list-style-position: outside;
	margin-left: 40px;
	}
	
#leftcol h2, #leftcol p {
	margin:5px 0 5px 30px;
	}
	
#leftcol h2 {
	font: 1.9em Lucida, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
#leftcol p {
	color: #000;
	margin-right: 20px;
	}

#rightcol {
	float: left;
	display: inline;
	width: 460px;
	margin: 15px;
}

#rightcol h2 {
	color: #7b1230;
	background:url(../images/check.jpg) no-repeat;
	padding:10px 5px 10px 40px;
	overflow:visible;
	font:1.9em Lucida, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
}

#rightcol ul {
	margin-bottom: 10px;
	margin-left: 50px;
	list-style-position:outside;
	line-height: 140%;
	list-style-type: circle;
	}

#rightcol h3 {
	color: #7b1230;
	padding: 20px 5px 10px 20px;
	font: 1.4em Lucida, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#rightcol h4 {
	padding: 5px 0 5px 20px;
	font: 1.1em Lucida, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#rightcol p {
	padding: 5px 10px 10px 35px;
	line-height: 140%;
	}

.centerh3 {
	color: #7b1230;
	padding: 20px 5px 10px 20px;
	font: 1.4em Lucida, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

#special {
	background: url(../images/box_grade.jpg) repeat-x #E6E4D8;
	margin: 0 20px;
}

#special img {
	float: left;
	padding: 20px;
}

#special h1 {
	font: 1.9em "Times New Roman", Times, serif;
	font-weight:bold;
	padding: 75px 0;
	color: #7b1230;
}

#special p {
	font-size: 1.1em;
	line-height: 160%;
	padding: 10px;
}

#quote {
	background: url(../images/quotes.gif) no-repeat;
	min-height: 88px;
	_height: 88px;
	clear: both;
}

#quote p {
	font: italic 1.8em/120% "Times New Roman", Times, serif;
	padding: 4px 100px;
	text-align: center;
	color: #7b1230;
	}
	
#quote h5 {
	padding: 4px 100px;
	font-size: 1.1em;
	line-height: 1.3;
	color: #7b1230;
	}
	
/* Client doesn't want the randex script
#quote blockquote {
	padding: 25px 100px 20px 100px;
} */

#footer {
	clear: both;
	background: url(../images/footer.jpg);
	height: 92px;
}

#footer p {
	font-size: .9em;
	color: #fff;
	margin: 10px;
}

.break {
	clear: both;
	display: block;
	background: url(../images/divider.jpg) no-repeat;
	height: 1px;
	margin: 20px 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #7b1230;
}

a:hover, a:active {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* Form */
#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
	margin-left: 1.2em;
}
#contactForm div {
	clear: left;
	padding: 0;
	margin: 0.4em;
}
#contactForm legend {
	color: #7b1230;
	padding: 0;
	margin-left: 0.5em;
	font-weight: bold;
}

#contactForm fieldset {
	width: 440px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 1px solid #CCC;
}

#contactForm .txt {
	border: 1px solid #D8C3DE;
}

#contactForm div.submit {
	text-align: center;
}

.btn {
	padding: 0;
	border: 2px solid #7b1230;
	background-color: #E6E4D8;
}

/* marketing */
#mt {
	display: none;
}