body {
    background: url(images/mainbg.jpg) repeat-x #fdfdfd;
    margin:0;
    padding:0;
    font-family: Arial, Verdana , sans-serif;
    text-align: center;
    font-size:13px;
    line-height:20px;       
}
* {
	margin:0;
	padding:0;
}

#clear{
	
	clear: both;
}

#megacontainer {   
    background: transparent;
    width:960px;
    min-height:500px; 
    margin:0 auto;
    padding:0;    
    text-align: left;
    
}

#headercontainer {
    width: 100%;
    height: 59px;
    color:#FFF;
}

#topheader{
	
	float:left;
	width:960px;
	height:134px;
}

#headercontainer #logo {    
    width: 160px;
    height: 130px;
    float:left;
    display: inline;
}

#headercontainer #info {    
    width: 735px;
    height: 130px;
    font-family: Arial, Verdana , sans-serif;
    color:#FFF;
    float:right;
    display: inline;
}

#mainmenu{
    width:960px;
    height:63px;
    float:left;	
	background-image: url(images/menu_bg.jpg);
}

/**MAINMENU CSS**/

li.top_li, li.active{
	
}

li.top_li:hover{
	background: url("images/menu_bg_hover.jpg") no-repeat scroll 0 0 transparent;
    height: 63px;
    width: 160px;
	
}

#headercontainer #mainmenu ul.menu {
    list-style: none;     
}

#headercontainer #mainmenu ul.menu li {
    float: left;
    display:inline;
    list-style: none;
     margin: auto;
    padding: 20px 0;
    text-align: center;
    width: 160px;
}

#headercontainer #mainmenu ul.menu li a,
#headercontainer #mainmenu ul.menu li a:visited{     
    text-align: left;      
    font-family:  Arial, Verdana , sans-serif;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    color: #4d4d4d;
}

#headercontainer #mainmenu ul.menu li a:hover,
#headercontainer #mainmenu ul.menu li a:active,
#headercontainer #mainmenu ul.menu li#current.active { 
    color: #4d4d4d; 
}

/**END MAINMENU CSS**/

#headercontainer img {
    border:0;
    padding:0;
    margin:0;
}

#bannercontainer {    
    width: 100%;
    height: 200px;
    margin:0;
    padding:0;
    padding-top:15px;
}

.highlight_moduleleft_middle {
	background-color: #F2F2F2;
    border: 1px solid #b2b2b2;
    width:222px;
    height:150px;
    margin-right:10px;
    position:relative;
    float:left;
    display:inline;
    overflow: hidden;
}

.highlight_moduleright {
	background-color: #F2F2F2;
    border: 1px solid grey;
    width:222px;
    height:150px;
    margin:0;
    padding:0 15px;
    position:relative;
    float:right;
    display:inline;
    overflow: hidden;
}

.highlight_moduleleft_middle #moduleleft_icon {
    background: url(images/helmet1.png) no-repeat top left;
    width:115px;
    height:100px;
    position:absolute;
    left:155px;
    top:85px;
}

.highlight_moduleleft_middle #modulemiddle_icon {
    background: url(images/helmet2.png) no-repeat top left;
    width:115px;
    height:100px;
    position:absolute;
    left:155px;
    top:85px;
}

.highlight_moduleright #moduleright_icon {
    background: url(images/helmet3.png) no-repeat top right;
    width:120px;
    height:100px;
    position:absolute;
    left:155px;
    top:85px;
}

#content_supercontainer {
    background-color: #FFF;
    width: 940px;
    min-height:450px;
    margin:0;
    margin-top: 15px;
    padding-left:15px;
    padding-right:5px;
    padding-top:10px;
    color:#082e58;
    overflow: hidden;
    /width: 900px;/**IE padding fix**/   
}


/**1 COLUMN**/
#contentcontainer {
    width:100%;
    min-height:280px;
    margin:0;
    padding:0 0 10px 0;

    position:relative;
}

#footercontainer {
    width:100%;
    height:57px;
    padding-top:15px;
    margin:0;    
}

#footer { 
    background: transparent;
    width:100%;
    height:20px;
    padding:0;
    text-align: center;
    color:#019ad3;
}

/**TEXT STYLE**/
h1, h2, .componentheading, .contentheading { 
    font-family: 'Arial Black', Arial, Verdana , sans-serif;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
    margin-bottom: 5px;
    color:#082e58;
  margin-top:0px;
}

h3, .componentheading { 
    font-family: 'Arial Black', Arial, Verdana , sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
    color:#082e58;
}

h3 span, 
.componentheading span { 
    font-family: 'Arial Black', Arial, Verdana , sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 5px;
    color:#209ff5;
    display: inline;
}

.lightblue {
    color:#209ff5;    
}

p {
    margin-bottom: 15px;
    color:#000;
}

a {
    color:#209ff5;
    font-style: normal;
    text-decoration: none;
    font-weight:bold;
}

a:hover {
    color:#f9cd05;
        color:#174bb4;
    margin-top:10px;
    font-size:13px;
    font-weight: bold;
}

div.row{
	
	font-weight:bold;
}

div.contact_form{
	
	padding-bottom:15px;	
}
