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


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #192021;
	background-color: #FFF;
	background-image: url(bg4.png);
	background-repeat: repeat-x;
}


h1, h2 {
 font:normal 1em georgia,helvetica,arial;
 letter-spacing:-0.5px; 
}
#container {
	width: 820px;
	margin: auto;
}
#innercontainer {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidebar {
	float: right;
	width: 190px;
	margin-right: 10px;
	padding-top: 100px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}

#sidebar ul li {
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#sidebar ul li a {
	border-bottom: 1px dashed #ccc;
	color: #4C8F8D;
	display: block;
	margin: 0;
	padding: 8px 7px;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background: #4C8F8D url("hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
	


#header {
	height: 167px;
	position: relative;
}
h2 {
	font-size: 36px;
	color: #4C8F8D;
}

h4  {
	font-weight: normal;
	font-size: 22px;
	color: #4C8F8D;
}

#signup {
	position: absolute;
	right: 50px;
	bottom: -50px;
	height: 149px;
	width: 228px;
	
}
#signup a {
	display:block;
	height: 149px;
	width: 228px;
	background: url("subtilt_sprite.png") top left no-repeat;
}
#signup a:hover {
	background: url("subtilt_sprite.png") top left no-repeat;
	background-position:-231px 0px;
}

#signup span {
	display:none;
}

#menubar ul {
	list-style-type: none;
	margin: auto;
	padding: 0px;

}
#menubar ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: normal;
	height: 60px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#menubar ul li a, #menubar ul li a:visited, #menubar ul li a:visited {
	text-decoration: none;
	color: #FFF;
}
#menubar ul li a:hover {
	text-decoration: none;
	color: #FFF;
	border-top-width: 2px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-color: #FFF;
	border-top-style: solid;
}
#logo {
	clear: none;
	height: 100px;
	padding-top: 40px;
}
#logo h1 {
	background-image: url(newlogo.png);
	background-repeat: no-repeat;
	height: 93px;
	width: 387px;
}
h2 .tagline {
	color: #383f3f;
}

#content #main {
	width: 550px;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-right: 40px;
	border-right: 1px solid #CCC;
}

#content #main img {
	border: none;
	padding: 10px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top: 50px;
}

#logo h1 span {display:none;}

a {
	color: #4c8f8d;
}
fieldset{ border:none;}

#ajaxSearch_input {
	border: 1px solid #099;
}