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


/************************** GLOBALS**************************/



body {
	background: #fff url('-images/bg.gif') repeat-x;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0
}
h1 {
	font-size:17px;
	color:#11589f;
}
h2 {
	font-size:14px;
	margin:1em 0 0.5em;
	color:#969799;
}
a:link, a:visited {
	color:#2d74bc;
	outline:none;
	text-decoration:none
}
a:hover, a:active, li a.active {
	color:#2d74bc;
	text-decoration:none
}
p {
	line-height:1.6em;
	margin:0 0 10px
}
hr {
	background:#b2b6ba;
	border:none;
	height:1px;
	padding:0;
}


ul {
	line-height: 30px;
}

#spacer {
	width:900px;
	height: 70px;
	float: left;
}
fieldset{
	border: solid 0 transparent;
	
}

input {
	color: #000;
	border: 1px solid #ccc;
	padding: 1px;
	font-size: 11px;
	
}

/*

input 2 {
	background: #000;
	color: #fff;
	border: 1px solid #0a4a8b;
	padding: 3px;
	font-size: 12px;
	
}

*/


/************************** LAYOUT  STUFF**************************/
#wrapper_anon {
	width:100%;
	background: #fff;

}

#wrapper {
	width:100%;
	background: #fff;

}
#container {
	padding: 0px;
	background: transparent;
	margin: 0px auto;
	width: 1000px;
	background: #fff;
}



#site_id{
	float: left;
	/*background: transparent url('images/logo.png') no-repeat;*/
	width: 175px;
	height: 45px;
	margin-top: 15px;
	margin-left: 20px;
	
	
}
#header {
	margin:0;
	height: 90px;
	border-bottom: 1px solid #292929;
}
/*navigation ====================================================================================*/

#top_strip{
	background: #000 url('images/top.png') repeat-x;
	height: 70px;
	width: 100%;
}
#top_strip2{
	background: #ccc;
	height: 20px;
	width: 100%;
}


/*====================================================================================*/

#content {
	color: #000;
	width: 1000px;
	
}


#footer {
	background: #000 url('images/foot.gif') repeat-x;
	margin:0;
	color: #ccc;
	padding: 10px;
	height: 100px;

}









#topG{
	width: 100%;
	height: 35px;
	background: transparent url('images/topG.gif') repeat-x;
}
#bottG{

	width: 100%;
	height: 54px;
	background: transparent url('images/bottG.gif') repeat-x;
}


