@charset "UTF-8";
/* CSS Document */

body {
	font-family: arial, helvetica, sans-serif;
	background: #313131 url(../images/bg.gif) repeat-x top;
}

#bg {
	background: #fff url(../images/main_bg.jpg) repeat-y center top;
	margin: 0px auto;
}


#wrapper {
	width: 988px;
	margin: 0 auto;
	padding-top: 0px;
	background: #FFFFFF;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	min-height: 550px;
}



/* Content */

#content {
	float: left;
	width: 640px;
	text-align:left;
	margin-right: 20px;
	border-right: thin dotted #CCCCCC;
}

#sec_content {
	float: left;
	width: 455px;
	text-align:left;
	margin-right: 20px;
}

#sec_content_body {
	float: left;
	width: 640px;
	text-align:left;
	margin-right: 20px;
}

#headimage {
	margin: 0px auto;
	background: url(../images/content_bg.jpg);
}

#lcol_content {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 15px;
	text-align:left;

}

#rcol_content {
	float: right;
	width: 285px;
	text-align:left;
}

#rcol_content_side {
	float: right;
	width: 250px;
	text-align:left;
}

#product_holder{
	margin: 0px 0px 20px 15px;
	float: left;
}

#text_holder{
	margin: 10px 25px 20px 15px;
	float: left;
	width: 350px;
}

#sec_text_holder{
	margin: 10px 25px 20px 15px;
	float: left;
	width: 200px;
}

#sec_text_holder_body{
	margin: 10px 25px 20px 15px;
	float: left;
	width: 600px;
}

#lg_image{
	float: left;
	height: 200px;
	width: 200px;
	border: 3px solid #CCCCCC;
	margin-top: 13px;
}

#sm_image{
	float: left;
	height: 150px;
	width: 150px;
	border: 3px solid #CCCCCC;
	margin-top: 13px;
}

#product{
	float: left;
	width: 150px;
	margin: 0px 25px 0px 0px;
}

#product_text{
	float: left;
	width: 300px;
}

h1 {
	font: bold 1.7em Verdana, Arial, Helvetica, sans-serif;
	color: #1E3F73;
	letter-spacing: -.05em;
}

h2 {
	font: bold 1.3em/2em Verdana, Arial, Helvetica, sans-serif;
	color: #1E3F73;
	letter-spacing: -.05em;
}

h3 {
	font-size: 0.75em
}

h4 {
	font-size: 0.65em
}


ul li {
	margin-left: 30px;
	margin-bottom: 5px;
}


.whitetext{
	color: #FFFFFF;
}

.greentext, .greentext a:link, .greentext a:visited {
	color: #507B30;
}

.dgreentext, .dgreentext a:link, .dgreentext a:visited {
	color: #1B4423;
}

.bluetext, .bluetext a:link, .bluetext a:visited {
	color: #013A53;
}

.redtext, .redtext a:link, .redtext a:visited {
	color: #95290F;
}

.orangetext, .orangetext a:link, .orangetext a:visited {
	color: #D67D05;
}

.admin, .admin a:link, .admin a:visited {
	color: #313131;
}

.admin a:hover {
	color: #CC9900;
	font-size: 36px;
}

.bodytext{
	margin: 0px 15px;
	font-size: 0.75em;
	line-height: 1.3em;
	display: block;
}

.bodytext a:link, .bodytext a:visited {
	font-weight: bold;
	color: #b10d0b;
	text-decoration: underline;
}

.bodytext a:hover { 
	font-weight: bold;
	color: #193b9d;
	text-decoration: none;
}

.bodytext_side{
	margin: 0px 15px;
	font-size: 0.75em;
	line-height: 1.3em;
}


.form{
	margin-bottom: 5px;
}

.footertext{
	font-size: 0.7em;
	color: #1F3B25;
}

.schedule {
	font: 0.9em/1.2em Arial, Helvetica, sans-serif;
}

#hrule{
	float: left;
	height: 2px;
	width: 928px;
	border-bottom: thin dotted #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#hrule2{
	height: 1px;
	width: 265px;
	border-bottom: thin dotted #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#col_hrule{
	height: 2px;
	width: 265px;
	border-bottom: thin dotted #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#form_hrule{
	height: 2px;
	width: 580px;
	border-bottom: thin dotted #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}


#footer {
	clear: both;
	width: 958px;
	margin: 0 auto;
	padding-top: 12px;
	height: 50px;
	padding-right: 30px;
	background: url(../images/foot_bg.gif) repeat-x;
}

.hidden {
  display: none;
}







#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 250px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
}

