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

body, p
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#575757;
}

body
{
	background:url(../images/background.jpg) repeat top left;
	margin:0px;
	padding:0px;
}

#Wrapper
{
	background:url(../images/WrapBackground.png) repeat-x top left;
	padding:0px;
	margin:0px;
}

#Wrap
{
	width:1054px;
	margin:0px auto;
}

/* ------- Top Div ------*/

#TopDiv
{
	width: 1030px;
    height:145px;
    margin:0px auto;
}

#Logo
{
	width:312px;
	height:145px;
	float:left;
}

#NavigationDiv
{
	height:145px;
	float:left;
	margin:0px;
}

#NavigationDiv ul
{
	float:left;
	width:620px;
	margin-top:40px;
	padding-left:20px;
}

#NavigationDiv ul li a
{
	text-decoration:none;
	color:#f7981c;
	font-size:12px;
	text-transform:uppercase;
}

.active
{
	background-color:#e79121;
	color:#ffffff;
	-moz-border-radius:10px;
}

/* ------ Close Top Didv ---------*/
#Slideshow
{
	width: 971px;
	height:416px;
	margin:20px auto;
}

/* ------- Clost SlideShow -------*/

#Content
{
	padding-bottom:10px;
	background-color: #F0F0F0;
	width: 100%;
	    display:inline-block;
}

#Main
{

     width: 1054px;
     margin: 0px auto;
}

#MainContent
{
	width:720px;
	float:left;
	padding:0px 10px;
	margin-top:20px;
}

#Sidebar
{
	width:270px;
	float:left;
	margin-top:20px;
}

h2
{
	color:#e79121;
	font-size: 30px;
	font-weight:bold;
	padding-left:10px;
	margin:0px;
	background:url(../images/hr.gif) repeat-x bottom left;
	padding-bottom:20px;
}

#Sidebar ul
{
	padding:0px;
	margin:0px;
}

#Sidebar ul li
{
	list-style:none;
	font-size:14px;
	background: url(../images/SidebarListImage.png) no-repeat 10px .9em;
	border-bottom:1px solid #cccccc;
}

#Sidebar ul li a
{
	text-decoration:none;
	color:#a6a6a5;
	display:block;
	padding-left:20px;
	padding: 10px 30px;
}

#Sidebar ul.widget li a:hover
{
	background-color:#f0f0f0;
	display:block;
	color:#333;
}

#FooterWrapper
{
	background:url(../images/footer.png) repeat-x top left;
	height:89px;
}

#Footer
{
	width:1024px;
	margin:0px auto;
	text-align:center;
	padding:20px 0px;
}

#Footer span
{
	color:#a0a0a0;
	font-size:10px;
}

#Footer span a
{
	color:#5888bd;
	text-decoration:none;
	cursor: pointer;
}

#Footer span a:hover
{
	color:#a0a0a0;
}
/*slider*/

.feature_wrap{
padding-top: 35px;
position: relative;
width:100%;
}

.featured_inside, .featured, .fadeout{ 
height:416px; 			/*this changes the height of the image slider*/
}

.featured_inside a{
display: block;
width:100%;
height:100%;
}

.newsselect{
height:388px; 			/*if you change the height value above also change this one*/
}

#feature_background{
padding:0 0 20px 0;
}

.featured_inside{
position: relative;
width:971px;
overflow: hidden;
}

#top .featured1{
border:none;
display: block;
}


.featured{
width:971px;
position:absolute;
top:0;
left:0;
overflow: hidden;
display:none;
}

.featured img
{
    border:none;  
}

#top .fadeout{
position:absolute;
width:200px;
display:block;
right:0px;
z-index: 4;
}


/* Navigation */
#nav 
{
	position: absolute; 
	display: block; 
	float: left; 
	width: 710px; 
	height: 80px; 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
}

#nav li 
{	
	float: left;	
	list-style: none;	
	margin-top: 10px; 
	padding: 0;
}

#nav li a 
{
	color: #e79121;	 
	position: relative;	
	z-index: 2;	
	float: left;	
	text-decoration: none;	
	padding: 5px 13px 5px 15px;
}


.bloblink a 
{
	color: #fff !important; 
}

#blob .blobL 
{ 
	background: url('../images/nav_bg_l.png') no-repeat left top; 
	width:12px; 
	height:50px; 
	display:inline-block; 
	float:left;	
}
	
#blob .blobC 
{ 
	background: url('../images/nav_bg_c.png') repeat-x left top; 
	width:20px; 
	height:50px; 
	display:inline-block; 
	float:left;	
}

#blob .blobR 
{ 
	background: url('../images/nav_bg_r.png') no-repeat left top; 
	width:12px; 
	height:50px; 
	display:inline-block; 
	float:left;	
}

#blob 
{	
	position: absolute;	
	top: 0;	
	z-index : 1; 
}

#Services ul
{
	padding:0px;
	margin:0px;
	margin-top:20px;
	display:inline-block;
}

#Services ul li
{
	float:left;
	list-style:none;
	margin-right:7px;
	padding:0px;
	display:inline-block;
}

#Services span
{
	color:#FFF;
	font-size: 13px;
	background-color:#e79121;
	padding: 8px 0px;
	text-align:center;
	margin:0px;
	display:block;
}

#Services div
{
    display:inline-block;
    width:169px;
}

#Services Div img
{
	border:1px solid #dedede;
	background-color: #fff;
	padding:7px;
	margin: 5px 0px;
}

.servicesText
{
	width: 165px;
	font-size:13px;
	text-align:justify;
}

.readmore a
{
	text-decoration:none;
	color:#575757;
	float:right;
   padding-right:10px;
}

.readmore a:hover
{
	color: #e79121;
}

.highlight
{
	color:#5888bd;
	padding-left:0px;
}

.highlightQ
{
	color:#e79121;
	padding-left:40px;
}
	
.pageheader
{
	font-size:60px;
	font-weight:bold;
	padding-top:60px;
	letter-spacing:1px;
	
}

p
{
	line-height:20px;
}

