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

body {
	background: #fff url(../images/page_bg.png) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a {
	color: #101277;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.button {
	display: block;
	height: 30px;
	width: 150px;
	text-align: center;
	line-height: 30px;
	background: url(../images/button.png) no-repeat;
	color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
	}
strong {
	font-weight: bold;
	}
input {
	padding: 5px;
	background-color: #FBE2BD;
	border: 1px solid #F78D1E;
	color: #666;
	font-size: 11px;
	}
	input.text1 {
		width: 50px;
		}
	input.text2 {
		width: 75px;
		}
	input.text3 {
		width: 92px;
		}
	input.text4 {
		width: 150px;
		}
	input.text5 {
		width: 320px;
		}
	input.radio {
		padding: 0;
		background: none;
		border: none;
		}
textarea {
	width: 500px;
	height: 200px;
	padding: 5px;
	background-color: #FBE2BD;
	border: 1px solid #F78D1E;
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.arrow {
	padding-left: 10px;
	background: url(../images/arrow.png) center left no-repeat;
	}
#container {
	width: 100%;
	height: 500px;
	background: url(../images/head_bg.png) top left no-repeat;
	}
	ul.sitemenu {
		float: right;
		margin-top: 10px;
		}
		ul.sitemenu li {
			float: left;
			padding: 0 10px;
			border-left: 1px dotted #101277;
			}
		ul.sitemenu li:first-child {
			border: none;
			padding-left: 0;
			}
	#sidebar {
		float: left;
		width: 248px;
		padding: 20px 0 0 0;
		text-align: right;
		}
		#sidebar img {
			margin: 0 0 0 15px;
			}
		#menu {
			margin: 70px 0 10px 0;
			}
			#menu li {
				}
				#menu li a {
					display: block;
					font-size: 14px;
					color: #fff;
					text-transform: uppercase;
					text-decoration: none;
					padding: 5px 10px 8px 0;
					background: url(../images/menu_bg.png) top right no-repeat;
					}
				#menu li a:hover {
					color: #101277;
					}
				#menu li ul.submenu {
					padding-right: 10px;
					padding-bottom: 2px;
					}
					#menu li ul.submenu li {
						border-top: 1px dotted #F78D1E;
						}
					#menu li ul.submenu li:first-child {
						border: none;
						}
						#menu li ul.submenu li a {
							font-size: 11px;
							color: #101277;
							text-transform: capitalize;
							text-decoration: none;
							padding: 2px 5px;
							background: none;
							}
						#menu li ul.submenu li a:hover {
							color: #F78D1E;
							}
		div.sidebox {
			padding: 5px 10px;
			background: url(../images/sidebox_top.png) top right no-repeat;
			font-size: 11px;
			color: #666;
			line-height: 16px;
			}
			div.sidebox h1 {
				color: #F78D1E;
				font-size: 14px;
				margin-bottom: 5px;
				font-weight: normal;
				}
			div.sidebox_end {
				clear: left;
				height: 4px;
				margin-bottom: 10px;
				background: url(../images/sidebox_btm.png) top right no-repeat;
				}
			#fade_wrap {
				text-align: left;
				margin-top: 10px;
				padding-top: 5px;
				border-top: 1px dotted #F78D1E;
				position: relative;
				left: 0;
				width: 228px;
				}
				#fade_wrap div.overlaydiv {
					background-color: #fff;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					}
				.fade_info {
					text-align: center;
					}
				.fade_info h1 {
					color: #101277;
					font-weight: normal;
					padding-top: 5px;
					}
				.fade_info h2 {
					font-style: italic;
					font-weight: normal;
					font-size: 12px;
					}
	#main {
		margin: 0 0 0 320px;
		padding-top: 75px;
		}
		#header {
			height: 151px;
			width: 100%;
			background: url(../images/header_bg.png) 606px top no-repeat;
			}
		#content {
			margin-bottom: 50px;
			margin-right: 20px;
			color: #333;
			line-height: 18px;
			}
			#content h1 {
				font-size: 24px;
				color: #666;
				font-weight: normal;
				margin-bottom: 10px;
				}
			#content h2 {
				font-size: 14px;
				color: #666;
				font-weight: normal;
				margin-bottom: 10px;
				}
			#content h2.bigger {
			 	color:black;
				font-size:125%;
				font-weight:bold;
				text-decoration:underline;
				}	
			#content div.hr {
				padding: 4px 9px;
				min-height: 18px;
				margin-bottom: 20px;
				background: #fff url(../images/hr_bg.png) bottom left repeat;
				}
				#content div.hr select {
					background-color: #fff;
					border: none;
					color: #ff8c00;
					margin-right: 9px;
					}
				#content div.hr a {
					background: #fff url(../images/arrow.png) 2px 7px no-repeat;
					padding: 2px 5px 2px 12px;
					margin-right: 9px;
					color: #FF8C00;
					}
					#content div.hr a:hover {
						background: #FF8C00 url(../images/arrow_white.png) 2px 7px no-repeat;
						color: #fff;
						text-decoration: none;
						}
			#content div.formHide {
				display: none;
				margin-bottom: 10px;
				}
			#content div.form input {
				margin: 0 10px 10px 0;
				}
			#content p {
				margin-bottom: 10px;
				}
			#content ul {
				margin-bottom: 30px;
				}
			#content li {
				list-style: none;
				padding-left: 12px;
				background: url(../images/arrow.png) left center no-repeat;
				}
		#content ul.logo_list {
			}
			#content ul.logo_list li {
				float: left;
				width: 300px;
				height: 100px;
				padding: 0 0 20px 0;
				background: none;
				}
				#content ul.logo_list li img {
					float: left;
					}
				#content ul.logo_list li p {
					margin-left: 110px;
					}
		#content div.sidebox {
			float: right;
			width: 228px;
			margin: 20px -20px 0 20px;
			background: url(../images/sidebox_right_top.png) top left no-repeat;
			font-size: 11px;
			color: #666;
			line-height: 16px;
			}
			#content div.sidebox h1 {
				color: #F78D1E;
				font-size: 14px;
				margin: 0 0 5px 0;
				padding: 0;
				background: none;
				font-weight: normal;
				}
			#content div.sidebox input {
				width: 216px;
				margin-bottom: 5px;
				}
			#content div.sidebox_end {
				clear: right;
				float: right;
				height: 4px;
				width: 248px;
				margin: 0 -20px 20px 20px;
				background: url(../images/sidebox_right_btm.png) top left no-repeat;
				}

		#footer {
			clear: right;
			height: 81px;
			padding: 40px 0 0 10px;
			background: url(../images/footer_bg.png) top left no-repeat;
			color: #fff;
			}
			#footer ul.sitemenu {
				float: none;
				margin: 0;
				padding-bottom: 5px;
				}
				#footer ul.sitemenu li {
					border-color: #fff;
					}
			#footer a {
				color: #fff;
				}
			#footer p {
				font-size: 10px;
				}