@charset "utf-8";
/* CSS Document */

* {
border:0 none;
margin:0;
padding:0;
}

body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
}
.index {
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.next {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	width: 180px;
	float: left;
}
.left ul {
	list-style-type: none;
	color: #EC8800;
}
.left .first {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 5px;
}
.left .first li .second {
	margin-top: 2px;
}
.first li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
}
.second li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}
.right {
	width: 150px;
	float: left;
	padding-top: 17px;
}
.right .inside{
	padding-left: 10px;
	padding-right: 5px;
}
p  {
	margin-top: 5px;
	margin-bottom: 5px;
}
.title2, .pollTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:300;
	color: #be6c00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.title3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #be6c00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:300;
	color: #ed8400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.color {
	color: #a85600;
}



.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


.center {
	width: 665px;
	float: left;
}
.index .content .center .text_container {
	margin-top: 30px;
	margin-left: 12px;
	margin-right: 12px;
}
.index .content .center .text_container .text_left {
	width: 240px;
	float: left;
	padding-right: 5px;
}
.index .content .center .text_container .text_right {
	float: right;
	width: 376px;
	padding-left: 12px;
}
.text_container .inside {

}



.center .big_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #5e1c1b;
	margin-top: 50px;
	margin-left: 12px;
	width: 230px;
	text-align: right;
	line-height: 22px;
	height: 160px;
}
.big_text .name {
	font-size: 24px;
	margin-bottom: 10px;
}
.info_block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ba6800;
	padding-bottom: 10px;
	clear: both;
}
.text_container img     {
	text-align: inherit;
	margin-right: 10px;
	float: left;
}
.clear {
	clear: both;
}

.textfield {
	width: 125px;
	height: 19px;
	margin-top: 3px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.button {
	background-image: url(../images/button_bg.jpg);
	font-size: 11px;
	background-repeat: repeat-x;
	height: 18px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.header img{
	float: left;
}
.header .header_right {
	float: right;
	width: 800px;
	text-align: right;
}
.menu_top {
	margin-top: 10px;
	height: 20px;
	color: #666;
}
.search {
	margin-top: 35px;
	height: 25px;
	}

.footer {
	background-image: url(../images/bg_footer.jpg);
	height: 76px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
}
.center a:link {
	text-decoration: underline;
	color: #F69D00;
}
.center a:hover {
	text-decoration: none;
	color: #7C2900;
}
.center a:visited {
	text-decoration: underline;
	color: #C65600;
}
.left  a {
	color: #EC8800;
	text-decoration: none;
}
.left a:hover, .left a.current, .left a.section {
	color: #7C2A02;
	text-decoration: none;
}
.header a {
	color: #666;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.header a:hover, .header a.current, .header a.section {
	color: #D68300;
	text-decoration: none;
}
.text {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 25px;
}
h1 {
	color: #5E1D1B;
}

h2 {
	color: #5E1D1B;
}

h3 {
	color: #5E1D1B;
}

h4 {
	color: #5E1D1B;
}

h5 {
	color: #5E1D1B;
}

h6 {
	color: #5E1D1B;
}
.info_block table tr td {
	padding-right: 5px;
	padding-top: 5px;
}

.footer a {
	color: #333333;
	text-decoration:none;
}
.footer a:hover, .footer a.current, .footer a.section {
	color: #999999;
	text-decoration: underline;
}
#Made-By-eModus {
	float:right;
	margin:0 20px 0 0;
		color:#666666;
	}
	#Made-By-eModus a {
		color:#0099CC;
		letter-spacing:0.05em;
		text-decoration:none;
	}