#topcontainer{
	background: url(/images/top-header-bg.jpg) repeat-x;
	width: 100%;
	height: 102px;
	margin: 0;
}
#topcontent{
width: 100%;
margin: 0 auto;
height: 102px;
}
/* the About page Header Title*/

body.about #topcontent {
	background: url(/images/page-titles/about.gif) no-repeat right 58px;
	
   }
   
/* the Contact page Header Title*/

body.contact #topcontent {
	background: url(/images/page-titles/contact.gif) no-repeat right 58px;
	
   }
   
/* the Corporate page Header Title*/

body.corporate #topcontent {
	background: url(/images/page-titles/corporate.gif) no-repeat right 58px;
	
   }
   
     
/* the Correctional page Header Title*/

body.correctional #topcontent {
	background: url(/images/page-titles/correctional.gif) no-repeat right 58px;
	
   } 
       
/* the Military page Header Title*/

body.military #topcontent {
	background: url(/images/page-titles/military.gif) no-repeat right 58px;
	
   }  
   
   /* the News page Header Title*/

body.news #topcontent {
	background: url(/images/page-titles/news.gif) no-repeat right 58px;
	
   }   
   
      /* the Staffing page Header Title*/

body.staffing #topcontent {
	background: url(/images/page-titles/staffing.gif) no-repeat right 58px;
	
   }    
   
      
      /* the Testimonials page Header Title*/

body.testimonials #topcontent {
	background: url(/images/page-titles/testimonials.gif) no-repeat right 58px;
	
   }    
   
   
#topcontent img.logo{
	margin-top: 10px;
	margin-left: 5px;
}
#topcontent p{
	width: 300px;
	float: right;
	text-align: right;
	padding-top: 13px;
	font-size: 13px;
	padding-right: 5px;
}
#topcontent a{
	text-decoration: none;
}
#header-images{
	border: 1px solid #a3d8f5;
	border-right: none;
	height: 118px;
}
#header-images img{
border-right: 1px solid #a3d8f5;
	float: left;
}

#middlecontainer{
	background-color: #f2e3ac;
	height: 332px;
	width: 100%;
	border-top: 2px solid #a3d8f5;
	border-bottom: 2px solid #a3d8f5;
	padding-top: 8px;
	padding-bottom: 8px;
}
#middlecontent{
width: 927px; 
margin: 0 auto;
height: 348px;
}
#mainnav{
	background-color: #fff1a0;
	width: 279px;
	border: 1px solid #a3d8f5;
	font-size: 13px;
}
#mainnav p{
	margin-bottom: 8px;
	margin-top: 0;
}
#mainnav .padder{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

ul#nav {
	width:250px;
	list-style:none;
	padding: 15px 0 5px;
	margin:0 auto;
}
ul#nav li {
	border-bottom: 2px solid #f5e584;
	font-size: 14px;
}
ul#nav li.last {
	border-bottom: none;
}
ul#nav li a, ul#nav li a:visited {
	color:#2091ce;
	background: url(/images/home/nav-icon.gif) no-repeat 5px;
	display:block;
	padding-top: 8px;
	padding-left: 25px;
	text-decoration: none;
	padding-bottom: 8px;
}
ul#nav li a:hover{
	background: #cfe7e6 url(/images/home/nav-icon.gif) no-repeat 5px;
		color:#53636c;
	text-decoration: none;
}

#mainimages{
	width: 637px;
	height: 330px;
	float: right;
	padding-left: 8px;
}
#mainimages .left{
	float: left;
	width: 232px;
}
#mainimages .left img{
	border: 1px solid #fff;
}
#mainimages img.margin{
	margin-bottom: 10px;
}
#mainimages .right{
	float: right;
	width: 392px;
}
#mainimages .right img{
	border: 1px solid #fff;
}

#maincontainer{
width: 927px; /*Width of main container*/
margin: 0 auto;
}

#contentwrapper{
	
float: left;
width: 100%;
background: url(/images/home/content_bg.jpg) repeat-x 0 top;
}

#contentcolumn{
margin-left: 279px;
	margin-top: 15px;
	line-height: 20px;
	font-size: 13px;
}

#contentcolumn h1{
	color:#2091ce;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}
#contentcolumn h2{
	color:#2091ce;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

#leftcolumn{
float: left;
width: 279px; /*Width of left column*/
margin-left: -927px;
padding-top: 15px;
}


#services{
	width: 204px;
	border: 1px solid #f5e584;
	background: #e1f0f7 url(/images/home/services_title.gif) no-repeat 2px 2px;
	padding: 15px 15px 15px 60px;
}

#services ul {
	list-style:none;
	margin:0 auto;
	padding: 0 0 10px;
	font-size: 14px;
}
#services ul li {
	margin-bottom: 5px;
}
#services ul li a, #services ul li a:visited {
	color:#53636c;
	background: url(/images/home/nav-icon.gif) no-repeat 5px 2px;
	display:block;
	padding-top: 0;
	padding-left: 25px;
	text-decoration: underline;
	padding-bottom: 8px;
}
#services ul li a:hover{
background: url(/images/home/nav-icon.gif) no-repeat 5px 2px;

	color:#2091ce;
	text-decoration: none;
}

body.internal #leftcolumn, body.internal #footer {
	display: none;
}
.post {
	margin-bottom: 30px;

	
}

.newspost {
	margin-bottom: 30px;
	padding-left: 8px;
	border-left: 5px solid #cee9f6;
}
fieldset {
  border: 1px solid transparent;
}

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}
