/* CSS Document */
/* Global Html Tags */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#998644;
	background:url("/images/global/body-top-repeat.jpg") repeat-x top left;
	height:100%;
	width:100%;
	margin:0 auto;
}

a {
	color:#998644;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
	border:0;
	text-decoration:none;
}

p {
	margin:5px 0 0 0;
}


h1 {
	font-size:34px;
	font-weight:normal;
	margin:0 0 10px;
}

h2 {
	font-size:22px;
	font-weight:normal;
	margin:20px 0 20px 15px;
}

h3 {
	font-size:12px;
	font-weight:normal;
}

h4 {
	font-size:22px;
	font-weight:normal;
}
 
h5 {
	
	
}

h6 {
	
}

/* End Global Html Tags */

/* Global classes & ids */

.clear {
	clear:both;
}

.fl-left {
	float:left;
}

.fl-right {
	float:right;
}

/* Use this to clear divs with floats inside instead of using a clearing div */
.clearfix:after {
    content: "."; 
    display: block; 
    height:0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.genBox {
	border:1px solid #C7BA97;
}

/* End Global classes & ids */

#header {
	width:940px;
	height:223px;
	background:url("/images/global/header/header.jpg") no-repeat top left;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}

	#header #head-title {
		position:relative;
		top:34px;
		left:182px;
	}

	#header a {
		position:absolute;
		top:0px;
		left:0px;
		width:170px;
		height:120px;
		display:block;
	}

	#header #head-num {
		position:absolute;
		top:46px;
		right:0px;
	}

#head-search {
	width:770px;
	height:91px;
	background:url("/images/global/header/search.jpg") no-repeat top left;
	margin:-107px auto 16px;
	padding:0 10px 0 180px;
	position:relative;
}

	#head-search p {
		color:#fff;
		float:left;
		margin:17px 10px;
		width:180px;
		font-size:18px;
	}

	#head-search select {
		display:block;
		width:180px;
		margin:5px 0 0;
	}

#footer {
	width:100%;
	height:205px;
	clear:both;
	padding:30px 0 0;
	background:url("/images/global/footer-repeat.jpg") repeat-x top left;
}

	#footer #foot-content {
		width:940px;
		margin:0 auto;
		padding:0 10px;
	}

		#footer #foot-content ul {
			list-style:none;
		}

			#footer #foot-content ul li {
				display:inline;
				padding:0 40px 0 0;
			}

		#footer #foot-content #foot-num {
			float:right;
			position:relative;
			bottom:11px;
		}

#content {
	width:940px;
	position:relative;
	margin:40px auto 45px;
	padding:0 10px;
}

	#content #left {
		width:699px;
		float:left;
	}

	#content #right {
		width:220px;
		float:right;
	}

form label, form input, form select, form textarea, form img {
	display:block;
	clear:both;
}

form input, form select, form textarea {
	border-style:solid;
	border-width:2px 1px 1px;
	border-color:#999 #ccc #ccc;
	float:left;
}

form label {
	color:#333;
}

form span {
	display:block;
	margin:2px 0 0 10px;
	padding:0;
	float:left;
	color:#ff0000;
	font-size:25px;
}


form .hideInp {
	display:none !important;
}

form img {
	cursor:pointer;
}

#feat-off {
	width:218px;
	height:467px;
	float:right;
	background-color:#F2EFE8;
}

	#feat-off .feat-office {
		clear:both;
		width:185px;
		margin:0 auto;
		height:105px;
	}

		#feat-off .feat-office img {
			width:74px;
			height:73px;
			float:left;
			margin:0 10px 0 0;
		}
