@charset "utf-8";


ul, li {
	margin: 0;
	padding: 0;
}
#box-login {/*yes*/
	margin: 0px;
	width: 200px;
	left: 0px;
	top: 0px;
	background-color: #6B0303;
	filter: Alpha(Opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
h1 {
	font-size: 18px;
	color: #f6db87;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: lighter;
}


#box-login_inside {/*yes*/
	width: 180px;
	left: 15px;
	top: 10px;
	position: absolute;
}



#box-submenu {/*yes*/
	top: 0px;
	width: 200px;
	left: 0px;
	margin: 0px;
	background-color: #6B0303;
	filter: Alpha(Opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

#box-submenu_inside {/*no*/
	top: 40px;
	width: 160px;
	left: 15px;
	margin: 0px;
	position: absolute;
	margin: 0px;
}
#box-submenu_inside ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#box-submenu_inside li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#box-submenu_inside a {
	display: block;
	width: 125px;
	text-decoration: none;
	color: #D8D8D8;
	background-color: #8e1315;
	border: 1px solid #C4C4C4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	background-image: url(images/pages/link_bullet_line_off.gif);
	background-repeat: no-repeat;
}
#box-submenu_inside a:hover {
	display: block;
	width: 125px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8e1315;
	border: 1px solid #C4C4C4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	background-image: url(images/pages/link_bullet_line_on.gif);
	background-repeat: no-repeat;
}

#box-text {/*yes*/
	top: 0px;
	background-color: #6B0303;
	filter: Alpha(Opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	width: 582px;
	margin-bottom: 25px;
	padding-bottom: 0px;
}
#box-text_inside {/*yes*/
	width: 550px;
	left: 15px;
	position: absolute;
	top: 10px;
}
#box-text_inside p {
	margin-left: 12px;
	margin-right: 12px;
}
#box-text_inside .p2 {
	padding-top: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.page-list  {
	list-style-type: square;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 35px;
}


.page-list li {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.page-links {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

.page-links li {
	margin-bottom: 4px;
	margin-left: 5px;
	list-style-type: none;
}
.page-links a {
	text-decoration: none;
	color: #f6db87;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 24px;
	background-image: url(images/pages/link_bullet_off-1.gif);
	background-repeat: no-repeat;
}
.page-links a:hover {
	text-decoration: none;
	color: #FCF1CF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 24px;
	background-image: url(images/pages/link_bullet_on-2.gif);
	background-repeat: no-repeat;
}



body {
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #470000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(images/common/body_bg.gif);
}
#red-line {
	position: absolute;
	top: 78px;
	width: 100%;
	height: 40px;
	background-color: #d40707;
	left: 0px;
	background-image: url(images/common/line_bg.gif);
	background-repeat: repeat-x;
}
#PageBody {
	position: relative;
	width: 800px;
	top: 118px;
	background-color: #8e1315;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	background-image: url(images/common/PageBody_bg.gif);
}
#PageBody_submenu {
	position: relative;
	width: 200px;
	margin-left: 5px;
	padding-top: 30px;
}
#PageBody_content {
	position: relative;
	width: 585px;
	top: 30px;
	left: 5px;
	margin: 0px;
}
#PageBody_login {
	position: relative;
	width: 200px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
}
.submitButton {
	margin-left: 55px;
	font-weight: bold;
	color: #D8D8D8;
	border: 1px solid #C4C4C4;
	margin-top: 5px;
	background-color: #901315;
	width: 50px;
	font-size: 12px;
	cursor: hand;
	margin-right: 0px;
	margin-bottom: 0px;
}







h2 {
	font-size: 16px;
	color: #f6db87;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	
}
h3 {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #f6db87;
	font-weight: lighter;
}

.CustLogin {
	margin: 0px;
	padding: 0px;
}

.inputBox {
	background-color: #8e1315;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	width: 150px;
	border: 1px solid #C4C4C4;
	color: #D8D8D8;
	height: 14px;
	font-style: italic;
	font-size: 11px;
}

.box_tl p {
	margin-top: 0px;
	margin-bottom: 12px;
	color: #999999;
	
}

#PageBody h2 {
	font-size: 15px;
	color: #f6db87;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: lighter;
}
#PageBody p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.h15 {
	line-height: 1.5em;
}



#container {
	margin: auto;
	width: 800px;
}
#logo {
	position: absolute;
	top: 0px;
	width: 425px;
}
#menu {
	position: absolute;
	top: 78px;
	height: 64px;
	width: 560px;
}


.left {
	float: left;
	padding-right: 12px;
	padding-bottom: 7px;
}
.onleft {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
}


#TopImage img {
	margin: 0px;
	padding: 0px;
}

#TopImage {
	position: relative;
	top: 5px;
	height: 157px;
	width: 225px;
	left: 581px;
}
#TopImage_container {
	position: absolute;
	top: 0px;
	width: 800px;
}




.box-t { background: top url(images/common/box_t.gif) repeat-x; }
.box-r { background: right url(images/common/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/common/box_b.gif) repeat-x; }
.box-l { background: left url(images/common/box_l.gif) repeat-y; }
.box-tr {
	background-image: url(images/common/box_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.box-br {
	background-image: url(images/common/box_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box-bl {
	background-image: url(images/common/box_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box-tl {
	background-image: url(images/common/box_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.box-tl {
  padding: 13px 18px;
}



.right {
	float: right;
}


/** footer **/
#footer {
  text-align: center;
  position: relative;
  top: 118px;
}
#footer p, #footer ul {
	margin: 0.8em;
	color: #999999;
}
#footer ul {
	margin-top: 1.2em;
	font-size: 10px;
}
#footer li {
	display: inline;
	list-style: none;
	text-align: center;
}
#assoc {
	float: left;
	margin-left: 20px;
	position: relative;
}
#footer a {
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin: 2px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
}
#footer a:hover {
	background-color: #901315;
	color: #f6db87;
	text-align: center;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 2px;
}

h4 {
	font-size: 22px;
	color: #F82323;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}


a {
	text-decoration: none;
	color: #f6db87;
}
a:hover {
	text-decoration: underline;
	color: #f6db87;
}

#tag_line {
	position: absolute;
	width: 150px;
	left: 423px;
	top: 25px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#maincontent {
	float: right;
	margin-right: 0px;
	padding-right: 10px;
}
#sidebar {
	float: left;
}
.largeFont {
	font-size: 14px;
	font-weight: bold;
}


/** forms**/
#InquiryForm {
	border: 1px dotted #999999;
}
.TableTitle {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.page-form {
	border: 1px dotted #999999;
}
.form_input_250 {
	background-color: #D7D7D7;
	width: 250px;
	border: 1px solid #666666;
	margin-left: 10px;
	height: 16px;
}
.form_input_50 {
	background-color: #D7D7D7;
	width: 50px;
	border: 1px solid #666666;
	margin-left: 10px;
	height: 16px;
}
.form_input_70 {
	background-color: #D7D7D7;
	width: 70px;
	border: 1px solid #666666;
	margin-left: 10px;
	height: 16px;
}
.form_input_100 {
	background-color: #D7D7D7;
	width: 170px;
	border: 1px solid #666666;
	margin-left: 10px;
	height: 16px;
}
.form_button {
	background-color: #D7D7D7;
	width: 70px;
	margin-left: 15px;
	cursor: hand;
}

.form_textarea {
	background-color: #D7D7D7;
	width: 250px;
	border: 1px solid #666666;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form_select {
	background-color: #D7D7D7;
	border: 1px solid #666666;
	margin-left: 10px;
}
.rq_form  {
	color: #f6db87;
	text-align: left;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.w_border {
	border: 1px dotted #999999;
}
.conv_form_input {
	background-color: #D7D7D7;
	width: 50px;
	text-align: right;
	border: 1px solid #666666;
	margin-left: 25px;
}
.conv_form_input_sm {
	background-color: #CCCCCC;
	width: 50px;
	border: 0px none #f6db87;
	height: 18px;
}

.conv_form_select {
	background-color: #D7D7D7;
	border: 0px none #666666;
	width: 200px;
}
.conv_form_select2 {
	background-color: #CCCCCC;
	height: 15px;
	border: 0px solid #f6db87;
	width: 150px;
}
.conv_form_textarea {
	background-color: #CCCCCC;
	border: 0px solid #f6db87;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.conv_form_button {
	background-color: #D7D7D7;
	border: 1px solid #666666;
	width: 70px;
}	
.conv_form_result {
	width: 100px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8e1315;
	border: 1px dotted #999999;
	height: 18px;
}
.conv_form_result2 {
	background-color: #670d0f;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-weight: bold;
}

.TopBottomBorder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.ContactInfo {
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;
	text-decoration: underline;
}
