@charset "UTF-8";

html {
	background-color: #ffffff;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

div#contentbox {
	background-image: url('../img/content.png');
	background-repeat: repeat-y;
	width: 1004px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

div#contentboxtop, div#contentboxbottom {
	background-image: url('../img/content_top.png');
	background-repeat: no-repeat;
	width: 1004px;
	height: 18px;
	font-size: 1px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

div#contentboxtop {
	padding-top: 7px;
	background-position: 0px 7px;
}

div#contentboxbottom {
	background-image: url('../img/content_bottom.png');
}

div#toplinks {
	position: absolute;
	left: 50%;
	margin-left: 440px;
	top: 7px;
	font-size: 10px;
	color: #dcdcdc;
}

div#toplinks a {
	color: #dcdcdc;
	text-decoration: none;
}

div#contentinner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: white;
}

div#logocontainer {
	display: block;
	height: 95px;
}

img#logo {
	position: relative;
	top: 20px;
	left: 40px;
}

img#banner {
	display: block;
	height: 250px;
}

div#navigation1 {
	background-color: #dcdcdc;
	display: block;
	height: 45px;
	line-height: 45px;
}

div#navigation1 ul, div#navigation2 ul {
	margin-left: 40px;
}

div#navigation1 ul li, div#navigation2 ul li {
	display: inline;
	font-weight: bold;
	font-size: 16px;
	margin-right: 20px;
}

div#navigation2 ul li {
	font-size: 11px;
	margin-right: 20px;
}

div#navigation1 a{
	text-decoration: none;
	color: #414041;
}

div#navigation1 a.active, div#navigation1 a:hover {
	color: #e6531f;
}

div#two_columns {
	min-height: 400px;
	border-right: 490px solid #e6531f;
}

div#one_columns {
	min-height: 400px;
}

div#one_columns div#content {
	width: 600px;
}

div#slogan {
	position: absolute;
	width: 490px;
	text-align: center;
	right: 18px;
	padding-top: 100px;
}

div#content {
	font-size: 12px;
	line-height: 150%;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
	padding-top: 25px;
	font-family: Arial;
	color: #414041;
	width: 400px;
}

h1 {
	color: #e6531f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

div#col1 {
	float: left;
	width: 300px;
	height: 100%;
}

div#col2 {
	float: right;
	width: 430px;
	height: 100%;
}

div#col2footer {
	clear: both;
	font-size: 1px;
	height: 1px;
}

input[type=text], textarea {
	width: 300px;
	border: 1px solid #cccccc;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
}

textarea {
	height: 125px;
}

#content a {
	color: #e6531f;
	
}

#content p {
	margin-bottom: 15px;
}

#content strong {
	font-weight: bold;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	list-style: square;
	margin-left: 30px;
}

div.label {
	font-weight: bold;
	float: left;
	width: 120px;
}
