/*
Theme Name: Govplace
Theme URI: http://krushcreative.com/
Description: Theme developed for Govplace by Krush Creative.
Version: 1.0
Author: Sabine Konhaeuser
Author URI: http://krushcreative.com/
Tags: 


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	color: #464646;
	background: #3e4b6e url(images/bkg.png);
	margin: 0px;
	padding: 0px;
}

a:active, a:focus {
  outline: none;
}

#wrapper {
	width: 954px;
	margin: 0 auto;
}

/* HEADER */
#header {
	width: 954px;
	height: 154px;
}
#top {
	width: 954px;
	height: 123px;
	background: url(images/top-bkg.png) repeat-x 0 0;
}

#logoimg {
	float: left;
}
#global {
	float: right;
	margin-right: 22px;
	margin-top: 15px;
}

#global2 {
	float: right;
	margin-right: 22px;
	margin-top: 40px;
	margin-left: 109px;
}


/* NAVIGATION */
#nav {
	width: 954px;
	height: 31px;
	background: url(images/nav_bkg.png) repeat-x;
}
#menu {
	position: relative;
	width: 954px;
	height:31px;
	background: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
#menu li {
	height: 31px; 
	position: absolute; 
	top: 0px; 
	display: block; 
	list-style: none;
}
#menu a {
	height: 31px; 
	display: block; 
	text-indent: -9999px;
}

#menu #top0, #menu #top0on { left: 0px; width: 51px; }
#menu #top1, #menu #top1on { left: 51px; width: 68px; }
#menu #top2, #menu #top2on { left: 119px; width: 152px; }
#menu #top4, #menu #top4on { left: 271px; width: 76px; }
#menu #top5, #menu #top5on { left: 347px; width: 168px; }
#menu #top7, #menu #top7on { left: 515px; width: 149px; }
#menu #top9, #menu #top9on { left: 664px; width: 290px; }

#menu #top0 a:link, #menu #top0 a:visited {background: url(images/topnav.png) 0px 0px no-repeat;}
#menu #top1 a:link, #menu #top1 a:visited {background: url(images/topnav.png) -51px 0px no-repeat;}
#menu #top2 a:link, #menu #top2 a:visited {background: url(images/topnav.png) -119px 0px no-repeat;}
#menu #top4 a:link, #menu #top4 a:visited {background: url(images/topnav.png) -271px 0px no-repeat;}
#menu #top5 a:link, #menu #top5 a:visited {background: url(images/topnav.png) -347px 0px no-repeat;}
#menu #top7 a:link, #menu #top7 a:visited {background: url(images/topnav.png) -515px 0px no-repeat;}
#menu #top9 a:link, #menu #top9 a:visited {background: url(images/topnav.png) -664px 0px no-repeat;}

#menu #top0 a:hover, #menu #top0 a:active, #menu #top0on {background: url(images/topnav.png) -0px -31px no-repeat;}
#menu #top1 a:hover, #menu #top1 a:active, #menu #top1on {background: url(images/topnav.png) -51px -31px no-repeat;}
#menu #top2 a:hover, #menu #top2 a:active, #menu #top2on {background: url(images/topnav.png) -119px -31px no-repeat;}
#menu #top4 a:hover, #menu #top4 a:active, #menu #top4on {background: url(images/topnav.png) -271px -31px no-repeat;}
#menu #top5 a:hover, #menu #top5 a:active, #menu #top5on {background: url(images/topnav.png) -347px -31px no-repeat;}
#menu #top7 a:hover, #menu #top7 a:active, #menu #top7on {background: url(images/topnav.png) -515px -31px no-repeat;}
#menu #top9 a:hover, #menu #top9 a:active, #menu #top9on {background: url(images/topnav.png) -664px -31px no-repeat;}


/* CONTENT AREA */
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 954px;
	border-top: 15px solid #fff;
	background: #fff;
}

#hp {
	background: #fff url(images/hp_bkg.png) repeat-y;
	width: 954px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.thp p {
	width:  252px;
	text-align: left;
	margin: 15px auto 2px;
	font-size: 14px;
	line-height: 1.5em;
}

.thp h2 {
	color: #2a3f7c;
	font-size: 15px;
	font-weight: bold;
	width:  252px;
	margin: 15px auto 2px;
}

.thp h3 {
	text-transform: uppercase;
	color: #2a3f7c;
	font-size: 13px;
	font-weight: bold;
	width:  252px;
	margin: 15px auto 2px;
}

.thp h4 {
	color: #7aaada;
	font-size: 15px;
	font-weight: bold;
	width:  252px;
	margin: 15px auto 2px;
}

.thp .small {
	font-size: 11px;
	line-height: 1.3em;
}

.thp .blue {
	color:  #7aaada;
}

.thp a {
	color:  #7aaada;
	text-decoration: none;
}

#leftnav {
	width: 221px; /*243*/
	float: left;
	background: transparent;
	border-right: 22px solid #fff;
}

#leftnav p {
	margin-left: 18px;
	margin-top: 0;
}

#leftnav ul {
	margin-left: 38px;
	padding-left: 20;
	list-style: none;
	width:  203px;
}

#leftnav ul li {
	padding-bottom: 3px;
	padding-left: 38px;
}

#leftnav ul li.page_item a:visited, #leftnav ul li.page_item a:link {
	text-decoration: none;
	color: #464646;
}

#leftnav ul li.page_item a:active, #leftnav ul li.page_item a:hover  {
	color: #1d356b;
	text-decoration: none;
	font-weight: normal;
}

#leftnav ul li.current_page_item a:visited, #leftnav ul li.current_page_item a:active, #leftnav ul li.current_page_item a:hover, #leftnav ul li.current_page_item a:link  {
	color: #1d356b;
	text-decoration: none;
	font-weight: bold;
}


#leftnav h3	{
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dashed #555;
	width: 203px;
	padding-bottom: 3px;
	margin-left: 18px;
	margin-top: 20px;
}

#leftnav h3 a {
	text-decoration: none;
	color: #464646;
}

#body {
	width: 711px;
	float: right;
	background: transparent;
}

#text {
	width:  463px;
	float: left;

}

#text h1, #text h2, #text h3, #text h4 {
	color: #2a3f7c;
	font-weight: normal;
}

#text h2 {
	font-size: 18px;
	margin-top: 0;
	text-transform: normal;
	color: #cc261a;
}

#text h3, #text2 h3 {
	font-size: 16px;
	margin-top: 0;
	text-transform: normal;
	color: #464646;
}

#text h3.press {
	font-size: 14px;
	text-transform: normal;
	margin-top: 15px;
	margin-bottom: 5px;
}

#text h4, #text2 h4 {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 2px;
	text-transform: normal;
	color: #464646;
}

h4.standout{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	padding-top: 3px;
}

#text h5, #text2 h5 {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 2px;
	text-transform: normal;
	color: #464646;
}

#text a {
	color:  #1d356b;
	font-weight: bold;
	text-decoration: none;
}

#text p.highlight {
	font-size: 15px;
	color:  #192e5a;
	line-height: 1.4em;
}


#text2 {
	width:  630px;
	float: left;
}

#text2 h1, #text2 h2, #text2 h3, #text2 h4 {
	color: #cc261a;
	font-weight: normal;
}

#text2 h2 {
	font-size: 16px;
	margin-top: 0;
	text-transform: normal;
	color: #cc261a;
}

#text2 a {
	color: #1d356b;
	font-weight: bold;
	text-decoration: none;
}

#text ul, #text2 ul, #text ol, #text2 ol  {
	padding-left: 12px;
	margin-left: 14px;
}
#text ul li, #text2 ul li, #text ol li, #text2 ol li {
	padding-bottom: 6px;
	line-height: 1.4em;
}

#text p.careers {
	margin-bottom: 3px;
}

#text ul.careers {
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 0;
	padding-top: 0;
}
#text ul.careers li {
	padding-bottom: 0;
}


 /* RightRail */
#rr {
	width: 226px; /*248*/
	float: right;
	border-left: 22px solid #fff;
}

#rr p {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.side_bar {
	margin-right: 17px;
}

.clr {
	clear: both;
	height: 1px;
}

.widgets {
	list-style: none;
	margin: 0;
	padding: 0;
}

.testimonial td {
	background: #dbe4f5;
}



/* POST */
.post {
padding-left:15px;
padding-bottom:10px;
}



/* FOOTER */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	width: 954px;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: left;
	color: #464646;
	font-size: 11px;
}

#footer p {
	margin: 0;
	margin-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer a {
	text-decoration: none;
	color: #464646;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}


/* forms */
.wrapcheckbox label {
	clear: right;
	display: block;
}



