/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	cursor: auto;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/bkgd_gradient.png);
	background-repeat: repeat-x;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

img {
	border: 0px;
}

p, .text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #828080;
	line-height: 2em;
}

.text {
	line-height: 1.2em;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
	margin: 10px 0px 20px 0px;
}

ul {
	line-height: 1.5em;
}

h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 2em;
}

h1 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 0px 0px 0px;
}

.red {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

blockquote {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.5em;
	padding: 0 0 20px 0;
	margin-top: -10px;
}

#container, .container {
	width: 827px;
	text-align: center;
	margin: 0px auto; /*firefox fix to center*/
	clear: right;
	height: 100%;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-left: thick solid #ffffff;
	border-right: thick solid #ffffff;
	border-bottom: thick solid #ffffff;
	border-width: 0px 7px 3px 7px;
}

#navcontainer, #headercontainer {
	width: 827px;
	text-align: center;
	margin: 0px auto; /*firefox fix to center*/
	clear: right;
	height: 100%;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-left: thick solid #ffffff;
	border-right: thick solid #ffffff;
	border-width: 0px 7px 0px 7px;
}

#navbackground {
	width: 100%;
	width: 100%;
	padding: 0px 0px 0px 0px;
}


/*HEADER START*/
#headerbackground {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

#headercontainer {
	height: 147px;
	background-color: #333333;
	background-image: url(../images/bkgd_header.jpg);
}

#header {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
}

#headerLeft {
	float: left;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 0;
}

/*#headerRight {
	text-align: right;
	position: absolute;
	top: 66px;
	right: 25px;
	background-color: #FFF;
	padding: 3px 0 5px 7px;
	border:1px solid #CCC;
}*/

#headerWood {
	top: 0px;
	position: relative;
	float: left;
	width: 100%;
	height: 10px;
	/*background-image:url(../images/header_woodgrain.gif);
	background-repeat: repeat-x;*/
}

#headerRed {
	top: 105px;
	position: relative;
	float: left;
	width: 100%;
	height: 3px;
	background-color: #ff003d;
}

#headerImage {
	margin: 0 auto;
	top: 0px;
	position: relative;
	float: left;
	width: 100%;
	height: 89px;
	background-image: url(../images/header_image.png);
}
/*******HEADER END*******/

.logo {
	float: left;
	position: relative;
	top: 0px;
	clear: both;
	overflow: hidden;
}

#content {
	width: 100%;
	height: 100%;
	padding: 0px 0px 12px 0px;
	text-align: left;
	line-height: 1.5em;
}

.contentLeft {
	text-align: left;
	width: 415px;
	height: auto;
	position: relative;
	float: left;
	padding: 35px 22px 0px 22px;
}

.contentRight {
	width: 350px;
	height: 600px;
	position: relative;
	float: right;
	text-align: left;
}

/*
.contentLeft {
	text-align: left;
	width: 415px;
	margin-left: 22px;
	height: 300px;
	position: relative;
	clear: both;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	margin-top: 35px;
}

.contentRight {
	width: 350px;
	height: auto;
	position: absolute;
	text-align: left;
	right: 0;
	top: 0;
}
*/

.grey {
	border: thin solid #cccccc;
	border-width: 1px 1px 1px 1px;

}

a:link {
	color: #ff003d;
	text-decoration: underline;
}

a:visited {
	color: #ff003d;
	text-decoration: underline;
}

a:hover {
	color: #ff003d;
	text-decoration: none;
}

a:active {
	color: #ff003d;
	text-decoration: underline;
}

/*******NAV BEGIN*******/

#nav .nav ul {
	list-style-type: none;
}

#nav .nav li {
	display:inline;
	padding: 0 6px 0 6px;
}

#nav {
	top: 105px;
	position: relative;
	float: left;
	width: 100%;
	height: 29px;
	background-color: #696969;
	font-size: 12px;
}

#nav .nav a:link {
	color: #FFF;
	text-decoration: none;
}

#nav .nav a:visited {
	color: #FFF;
	text-decoration: none;
}

#nav .nav a:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
}

#nav .nav a:active {
	color: #FFF;
	text-decoration: none;
}

/*******NAV END*******/

/*******FOOTER BEGIN*******/

#footercontainer, .footercontainer {
	width: 827px;
	text-align: center;
	margin: 0px auto; /*firefox fix to center*/
	clear: right;
	height: auto;
	padding: 20px 0px 0px 0px;
	position: relative;
	float: left;
	overflow: hidden;
}

p.footer {
	text-align: center;
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 827px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #aeaeae;
	border-width: 1px 0 0 0;
}

a.footer:link {
	color: #828080;
	text-decoration: none;
}

a.footer:visited {
	color: #828080;
	text-decoration: none;
}

a.footer:hover {
	color: #828080;
	text-decoration: underline;
}

a.footer:active {
	color: #828080;
	text-decoration: none;
}

/*******FOOTER END*******/

/*******CONTACT BEGIN*******/

input.green {
	background: #ff003d;
	/*background: #00FF00;*/
	color: #FFF;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	/*border:1px solid #aeaeae;*/
	border:1px solid #ff003d;
}

input.textbox, textarea.textbox {
	background-color: #E3E3E3;
	border: 1px solid #aeaeae;
	color: #333;
	font-weight: bold;
	cursor: text;
	padding: 2px 0 2px 5px;
	width: 200px;
	font-size: 11px;
}

td.labels {
	text-align: right;
	width: 15%;
	font-size: 11px;
	line-height: 1em;
}

td.textbox {
	text-align: left;
	width: 80%;
}

.red {
	color: #FF0000;
	font-size: 14px;
}

/*******CONTACT END*******/