body 
{
  font-family: arial, Verdana, helvetica; 
  background-color: #000;/*#DCE4D5;*/
  margin: 0px;
  padding: 0px;  
  font-size: 0.75em;
  text-align: center;
  min-width: 1024px;
  color: #fff;
  height: 100%;  
}

a
{
  /*color: #e87812;*/
  color: #ccc;
}

img
{
    border: 0;
}

a:hover
{
  color: #e87812;
}

p
{
    margin-top: 0px;
}

h1
{
    font-size: 1.5em;
    color: #eee;
    font-family: Georgia, Arial, Verdana, Sans-Serif;
    padding: 0px;
    margin: 0px 0 16px 0;
}

h2
{
    font-size: 1.3em;
    /*color: #e87812;*/
    color: #ddd;
    font-family: Georgia, Arial, Verdana, Sans-Serif;
    padding: 0px;
    margin: 0px 0 16px 0;
	font-weight: normal;
}

h3
{
    font-size: 1.1em;
    color: #e87812;
    color: #ddd;
    font-family: Arial, Verdana, Sans-Serif;
    padding: 0px;
    margin: 0px 0 10px 0;
}


.introtext
{
    font-size: 1.3em;
    color: #fff;
    font-family: Georgia, Arial, Verdana, Sans-Serif;
    padding: 0px;
    margin: 0px 0 1em 0;
    width: 500px;
}



#container
{   
    margin: 0 auto;
    text-align: left;
    width: 1000px;        
    background: #123882;    
    border-left: 1px solid #aba8a8;
    border-right: 1px solid #aba8a8;
    
}

#head{
    height: 137px;
    width: 1000px;    
    background-image: url(../graphics/header_bg.jpg);    
    background-repeat: no-repeat;    
    background-color: #123882; 
    border-bottom: 3px solid #fff;
    position: relative;
    z-index: 100;
}

#head a
{
    height: 137px;
    width: 300px;
    display: block;    
}

#orange
{
   position:absolute;
   left: 659px;
   top: 137px;
   width: 326px;
   height: 118px;
   z-index: 1;
}   

#front
{
    position: relative;
    background-image: url(../graphics/orangebottom.jpg); 
    
   width: 326px;
   height: 118px;
} 

#main{   
    width: 100%;
    min-height: 600px;        
    height: 600px;
    height: auto !important;
    border-bottom: 4px solid #fff;
    padding: 0 0 14px 0;
    margin: 0px 0 0px 0;
    float:left;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}


#leftcol{
    float: left;
    width: 648px;
    margin-right: 10px;
    
}

.normaltext
{
    border: 0px;
    padding: 30px 12px 20px 31px;
}

#rightcol{
    float: left;       
}

#footer
{    
    padding: 18px 0 18px 30px;    
    color: #ffffff;
    text-align: left;
    background-image: url(../graphics/footer_bg.jpg);    
    background-repeat: no-repeat;    
    background-color: #123882;
    min-height: 29px;
    height: auto !important;
    height: 29px;
    clear:both;
}

#footer h2
{
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#leftcontent
{
    margin-top: 10px;
    margin-left: 10px;
}

#nav
{
    position: relative;
    height: 28px;    
    z-index: 99;
}

ul#nav{
    margin: 0px;
    padding: 0px;
    list-style-type: none; 
    width: 998px;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #c0bebe;
    border-bottom: 1px solid #aba8a8;     
    background-image: url("../graphics/navbg_off.jpg");
    background-repeat: repeat-x;
    background-position: left top;              
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

ul#nav li{
    display: inline;  
    background-image: url("../graphics/navbg_off.jpg");
    background-repeat: repeat-x;
    background-position: left top;      
     
}

ul#nav li ul li
{
    display: block;
}

ul#nav li a{
    color: #fff;
    display: block;  
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    padding: 0 17px 0 17px;    
    border-left: 1px solid #aba8a8;    
}

ul#nav li a:hover{
    display: block;      
    background: #e17915;
    background-image: url("../graphics/navbg_on.jpg");
}

ul#nav li a.selected{
    
    display: block;      
    background: #e17915;
    background-image: url("../graphics/navbg_on.jpg");
    background-repeat: repeat-x;
    background-position: left;
}

ul#nav li {	
	float:left;
	position: relative;
	}
	
ul#nav li ul 
{
    width: 180px;
    margin: 0px;
    padding: 0px;
	position: absolute;
	z-index: 100;
	left: 0px; /* Set 1px less than menu width */	
	top: 28px;
	display: none;
	border-top: 1px solid #c0bebe;
}


ul#nav li ul li a
{
    border-left: 0px;
    background-image: url("../graphics/navbg_on.jpg");
    background-repeat: repeat-x;
    background-position: left;
    height: 28px;
    border-bottom: 1px solid #aba8a8;
    border-left: 1px solid #aba8a8;
    border-right: 1px solid #aba8a8;
}

ul#nav li ul li a:hover
{
    background-image: url("../graphics/navbg_off.jpg");
    background-repeat: repeat-x;
    background-position: left;
    border-bottom: 1px solid #aba8a8;
    border-left: 1px solid #aba8a8;
    border-right: 1px solid #aba8a8;
}

ul#nav li ul li
{
    float: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { height: 1%; }
* html ul#nav ul li a { height: 1%; }

/* End */
		
ul#nav li:hover ul { display: block;}
ul#nav li:hover ul, ul.nav li.over ul { 
	display: block; }
	

	/* Fix IE. Hide from IE Mac \*/
* html ul#nav ul li {height: 1%;}
* html ul#nav ul li a { height: 1%;}

/* End */

.nomargintop{
    margin-top: 0px;
}

#feature
{
    margin: 94px 0 0 0;
    width: 323px;
    height: 208px;    
}

#featuretab
{
    padding: 0px 0 0px 11px;
    height: 28px;
    line-height: 28px;
    background-image: url("../graphics/navbg_off.jpg");
    background-repeat: repeat-x;
    background-position: left top; 
    border: 1px solid #aba8a8;        
}

#featureimg
{
    height: 178px;    
    border-left: 1px solid #aba8a8;
    border-right: 1px solid #aba8a8;
    border-bottom: 1px solid #aba8a8;
}

#latestnews
{
    padding: 12px;
    min-height: 128px;
    height: 128px;
    height: auto !important;    
    border-left: 1px solid #aba8a8;
    border-right: 1px solid #aba8a8;
    border-bottom: 1px solid #aba8a8;
}

#portfolio
{
    width: 629px
}


#portfolio img
{
    background: #fff;
    padding: 2px;
    border: 1px solid #222;
    /*border-left: 3px solid #<p id="tel">;
    border-bottom: 4px solid #272363;*/
}

#portfolioframe
{
	float: left;
	margin: 0px 29px 26px 0;
	text-align: center;
	width: 124px;
	height: 110px;
	min-height: 110px;
	height: auto !important;
}

#downloads
{
    background: #fff;
    color: #123882;
    min-height: 310px;
    height: 310px;
    height: auto !important;
    
}

/*cms styles*/
.cmstitle
{
    font-size: 1.4em;
    font-weight: bold;   
}

#cmspanel
{
    line-height: 1.8em;
    width: 305px;
}

#cmspanel label
{
    float: left;
    width: 150px;
}

#cmspanel .field
{
    float: left;
    width: 150px;
}

#cmspanel .button
{
    float:right;
}
#cms a
{
    color: #fff;
}
.label
{
    float: left;
    width: 150px;
    font-weight: bold;
}

.portfoliogrid
{
    width: 900px;
    color: #000;
}

.portfoliogrid input
{
    max-width: 100px;
}

.portfoliogrid img
{
    width: 100px;
}

.portfoliogrid td, .portfoliogrid th
{
    width: 50px;
    padding: 3px;
}

.portfoliogrid th
{
    color: #fff;
}

.portfoliogrid a
{
    color: #000;
}

#cmsbuttons
{
	position: absolute;
	left: 1020px;
	top: 200px;
}

.download
{
    background-image: url(../images/pdficon.jpg);  
    background-position: 8px 0;
    background-repeat: no-repeat;
    width: 80px;
    text-align: center;
       
    padding-top: 70px;
    height: 100px;
    float: left;  
    margin-right: 10px;
    position:relative;
    
}

.download a
{
    position: absolute;
    top: 0px;
    color: #000;
    display: block;
    height: 100%;
    width: 80px;
    
}