body {
	background: #424242 url(../img/background.png);
	font: 62.5% "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6f6f6f;
	margin: 0;
	padding: 0;
	min-width: 980px;
	height:100%;
}

a:link {
	color: #373737;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #373737;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #84a900;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

p {
	margin: 0;
}

img {
	display: block;
	border: none;
}

.clear {
	clear: both;
}

input,textarea{
	/*padding-left: 4px;
	line-height: 1.8;*/
	border: 1px solid #6F6F6F;
	/*border-top: none;*/
}


#header-container {
	height: 110px;
	background: #000000  repeat-x top left;
}

#header {
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

#header-container a#header-logo {
	text-indent: -900em;
	display: block;
	float: left;
	width: 435px;
	height: 100px;
	padding-top: 5px;
	background: url(../img/logo.jpg) no-repeat left bottom;
}

#header-container h1,
#header-container h3 {
	font-size: 0;
	height: 0;
	text-indent: -900em;
}
#header-container span {
	padding-top: 25px;
	padding-right: 30px;
	height: 50px;
	overflow: hidden;
	float:right;
}

#navigation {
	height: 32px;
	font-size: 1.3em;
	background: url(../img/navigation_background.png) repeat-x top left;
}

#navigation ul {
	height: 36px;
	width: 950px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
	list-style-type: none;
	z-index: 1001;
}

#navigation ul li {
	display: block;
	padding: 9px 14px 0 0 ;
	float: left;
}


#navigation ul li.sel a {
	color: #1F5579;
}

#navigation ul li.login {
	float: right;
	padding-right: 10px;
}

#content-wrapper {
	background: #F5F6F8 url(../img/content_background.png) repeat-x left top; /*#e5e6e8*/
	padding: 5px 0 10px;
}


#content-search {	
	left: 5px;
	top: 5px;
	margin-top: 5px;	
}
/*
#content-search .wrapper{
	padding: 12px 20px;
}*/

#content-search p {
	padding-bottom: 10px;
	font-size: 1em;
	color: #2c2c2c;
	font-weight: bold;
}

#content-search ul {
	padding: 0;
	overflow: hidden;
	height: auto;
}

#content-search ul li {
	display: block;
	float: left;
	line-height: 1.8em;
	padding-right: 6px;
}

.horizontal-box {
	position: relative;
	left: -4px;
	width: 980px;
	margin: 20px auto 0;
	font-size: 1.3em;
	background:
	url(../img/box_wide_bottom.png) no-repeat left bottom;
}

.horizontal-box .wrapper {
	background:	url(../img/box_wide_top.png) no-repeat left top;
	overflow: hidden;
	padding: 5px 10px;
}

/* Multiple Backgrounds works in Safari beautifully. */
.horizontal-box {
	background:
	url(../img/box_wide_bottom.png) no-repeat left bottom,
	url(../img/box_wide_middle.png) repeat-y left top;
}

#content {
	width: 980px;
	margin: 0 auto;
}

#welcome-banner {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 465px;
	width: 960px;
	position: relative;
	left: -1px;
}

#intro {
	margin-top: 0px;
	margin-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding: 0;
}

#intro p {
	padding: 5px 0 10px 10px;
	/*background: url(../img/icon_alert.png) no-repeat 10px center;*/
}
#intro ul {
	padding: 5px 0 10px 30px;
}
#intro li {
	padding: 9px 14px 0 0 ;
	display: block;
}

#gg{
	margin-top: 0px;
	margin-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding: 0;
}

#footer {
  margin: 0 auto;
	clear: both;
	width: 100%;
	height: 50px;
	font-size: 10px;
	color: #A9AAAA;
	background: url("../img/background_footer.gif") repeat-x;
}

#footer-corner {
	background: url("../img/corner_footer_ll.gif") bottom left no-repeat;
	height: 11px;
	padding-bottom: 15px;
}

#footer-corner1 {
	background: url("../img/corner_footer_lr.gif") bottom right no-repeat;
	height: 11px;
	padding-bottom: 15px;
}

#footer div.inner {
	/* This is required for IE 5.5 */
	padding: 30px 16px 24px ;
}
#footer div.inner1 {
	/* This is required for IE 5.5 */
	padding: 30px 5px 24px;
}

#footer p {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 10px;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
}

#footer ul > li {
	background: none;
} /* Remove separator from first item in standards compliant browsers */

#footer li + li {
	background: url("../img/separator_footer.gif") no-repeat 0 3px;
} /* Insert separator on all but first element */

#footer li {
	color: #53606D;
	background: url("../img/separator_footer.gif") no-repeat 0px 3px;
	display: block;
	float: left;
	margin-left: -9px;
	padding-left: 9px;
	padding-right: 16px;
	font-size: 10px;
}

#footer a {
	color: #A9AAAA;
}

#footer a:hover {
	color: #EAB719;
}

#footer a.rssfeed {
	float: right;
}
/* END Footer */