
body {
	font: 78.5%/1.6em verdana, Times New Roman, geneva, sans-serif, arial;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:#7FACE9;
	/*background:url(../images/body.jpg) #f6f6f6;*/
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper {
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	/*background:url(../images/innerwrapper.jpg) top repeat-x;*/
	padding:20px;
}

#header {
margin-bottom:20px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% verdana;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% verdana;
	color:#333;
	padding:5px 20px 5px 5px;
	
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% verdana;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#header .nav {
  position:relative;
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header .nav a {
	color:#fff;
	font:100% verdana;
	font-weight: Bold;
	text-decoration:none;
	padding:10px;
}

#header .nav a:hover {
	background:#4F9EC9;
}

#header .nav li.active a{
	background:#4F9EC9;
}

#header .nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header .subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:75% verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	border-top:2px solid #3086B7;
  display:none;
  position:absolute;
  top:36px;
  left:-2px;
  width:98.6%;
}
#header .active ul, #header li:hover ul{
display:block;
}

#header .subnav li {
	list-style:none;
	display:inline;
}

#header .subnav a {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header .subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#F9E814;
}

#header .subnav li.active a{
	border-bottom:2px solid #388CBA;
	color:#F9E814;
}

#sidebar {
	background:#fff;
	width:200px;
	padding:0px 0px 20px 5px;
	float:left;
	color:#000;
}

#sidebar h2 {
	font:140% verdana;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}


#sidebar h3 {
	color:#999;
	font:100% verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#fefefe;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% verdana;
	width:190px;
}

#sidebarright {
	background:#e3e3e3;
	width:210px;
	float:right;
	padding:10px 20px 20px 5px;
	color:#666;
}

#sidebarright p {
	font:90% verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% verdana;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}

#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 90%;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	font-size: 70% verdana;
	display: block;
	float: right;
	margin-top: -25px;
}


#content {
	margin:0 250px 0 240px;
	padding:20px 0 0 20px;
}

#contentnorightbar {
	margin:0 0 0 190px;
	padding:20px 0 0 20px;
}

#contentnosidebars {
	margin:0 0 0 0px;
	padding:20px 0 0 20px;
}

#contentnosidebars ul {
	margin:0 0 10px 10px;
	line-height:20px;
	padding:0px 0px 0px 20px;
	/*color:#000000;*/
}

#contentnosidebars ol {
	margin:0 0 0 10px;
	line-height:20px;
	padding:0px 0px 0px 20px;
	/*color:#000000;*/
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:190% verdana;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% verdana;
	margin:10px 0;
}

#content ul {
	margin:0px 10px 0 30px;
	line-height:25px;
	padding:0 0 0 10px;
	color:#000000;
}

#content ul span {
	color:#000000;
}

#content ol {
	margin:0px 0px 0px 0px;
	line-height:25px;
	padding:0px 0px 0px 30px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#444;
}


#contentnorightbar ul {
	margin:0px 10px 0 30px;
	line-height:25px;
	padding:0 0 0 10px;
	color:#000000;
}

#contentnorightbar ol {
	margin:0px 10px 0 30px;
	line-height:25px;
	padding:0 0 0 10px;
	color:#000000;
}

#contentnorightbar ul span {
	color:#444;
}

#calloutBlueRt {
	background:#e3e3e3;
	width:33%;
	margin:0px 20px 0px 20px;
	padding:10px 10px 10px 10px;
	float:right;
	color:#333;
}

#calloutBlueLt {
	background:#e3e3e3;
	width:40%;
	margin:0px 20px 0px 0px;
	padding:10px 20px 0px 10px;
	float:left;
	color:#333;
}

#calloutBlueLt ul li {
	list-style-type:square;
	font:90% verdana;
	color:#333;
}





