@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #767676;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	word-spacing: 0.1em;

}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

#bodywrap {
	background-color: #FFF;
}


#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 125px;
}
#header .div1 {
	width: 275px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #333;
	font-size: 14px;
	float: left;
	padding-top: 10px;
}
#header .div1 p {
	padding-bottom: 5px;

}
#header .div1 a img {
	padding-bottom: 5px;
}

#header .div2 {
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#header .div2 p {
	font-style: italic;
}
#header .div2 h4 {
	font-size: 32px;
	padding-top: 24px;
}
#header .div2 h4 a {
	text-decoration: none;
	color: #A92E00;
}

#header .div2 h5 {
	font-size: 14px;
	line-height: 34px;
}
#header .div2 h5 a {
	text-decoration: none;
	color: #333;
}





#subheader {
	height: 244px;
	position: relative;
}
#banner {
	position: absolute;
	height: 244px;
	width: 482px;
	left: 0px;
	bottom: 0px;
}

#info {
	position: relative;
	height: 244px;
	width: 263px;
	float: right;
}
#info .div1 {

}

#info .div2 {
	position: absolute;
	top: 83px;
}
#info .div3 {
	position: absolute;
	bottom: 0px;
}

#info .div1 , #info .div2 ,#info .div3{
	height: 78px;
	background-color: #999;
}


#mainnav {
	height: 60px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 750px;
	margin-bottom: 3px;
}
#mainnav ul {
	list-style-type: none;
}
#mainnav li {
	float: left;
}
#mainnav li a{
	display: block;
	height: 60px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #4A4A4A;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 60px;
	width: 87px;
	background-image: url(../_images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	word-spacing: 0em;
}
#mainnav li a.dbline{
	line-height: normal;
	padding-top: 16px;
	width: 102px;
	padding-right: 11px;
	padding-left: 11px;
	height: 44px;
}
#mainnav li a.longer {
	padding-right: 9px;
	padding-left: 9px;
	width: 100px;
}
#mainnav li a.last {
	background-image: none;

}

#mainnav li a:hover {
	color: #8C2600;
}




#content {
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
#content p   {



}

#content ul {
	list-style-type: none;
}
#content li {
	background-image: url(../_images/link_marker.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 7px;
}

#content .headline {
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-left: 3px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333;
}
#content .headline a {
	text-decoration: none;
	color: #333;
}


#content .div1 {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-left: 5px;
	width: 275px;
	padding-right: 15px;
}
#content .div1 .description {
	font-size: 0.9em;
	line-height: 1.3em;
}

#content .div2 {
	position: absolute;
	left: 325px;
	width: 200px;
}
#content .div3 {
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-right: 5px;
	padding-left: 15px;
	width: 175px;
}
#content .div4 {
	width: 473px;
	float: left;
}
#content .div4 form table tr td {
	padding-top: 0px;
}

#content .div5 {
	float: right;
	width: 250px;
	text-align: center;
}
#content .div5 .landscape {
	height: auto;
	width: 185px;
	padding-top: 25px;
}
#content .div5 .portrait {
	height: 185px;
	width: auto;
	padding-top: 25px;
}



#content table tr td img {
	width: 60px;
	height: auto;
}
#content table tr td{
	padding-top: 15px;

}


#clear {
	clear: both;
}

#hide {
	text-align:justify;
	padding-top: 20px;
}

#totop {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



#footer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	color: #EFEFEF;
	font-size: 0.8em;
	position: relative;
	padding: 10px;
	height: 100px;

}
#footer a {
	color: #EFEFEF;
}
#footer .foot1 {
	float: left;
}
#footer .foot2 {
	position: absolute;
	left: 250px;
	top: 10px;
	width: 235px;
}
#footer .foot3 {
	float: right;
}
#footer .foot1, .foot2, .foot3 {
	width: 210px;
	float: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #878787;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

