@charset "UTF-8";

/********************************************************************************************************
 You Won't Make a Website. I Guarantee You Won't! www.JbeckPro.com in Association with www.JeromeBond.com
*********************************************************************************************************/


/* Colors */

Black #000000
White #FFFFFF


/* Global Styles */
html{
	height: 100%;
}

body{
	text-align: center;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	color: #999;
	margin: 0;
	padding: 0;
}


a {
    color: #fff;
    
}

A:hover{
    color: #666;

}


P {
	font-size: 12px;
	color: #999;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	
	}

img {
       border: 0;
}

h2{margin: 10px;padding: 0 0 3px;color: #fff; font-size: 16px;}
h3{margin:0;padding: 0 0 3px;color: #fff;text-align: left; text-transform: uppercase; font-size: 16px;}
h4{margin:0;padding: 0 0 3px;color: #fff;text-align: left; font-size: 12px; text-decoration: none;}
.title h2{
      margin: 0;
      padding-left: 55px;
      padding-top: 3px;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
}

.cl{clear: both; height: 1px;}



/* Styles */


.container{
	width: 940PX;
	margin: 0 auto;
    text-align: left;
	padding: 0 auto;
	min-height: 100%;
	margin-bottom: -222px;
        

}

.header{
	height: 105px;	

}


.title{
        float: left;
        text-align: left;
        font-size: 12px;
        margin-left: 10px;
        margin-top: 50px;
        color: #fff;
        padding: 2px;
        max-width: 200px;

}


.header_logo{
        float: left;
        max-width: 200px;  
        margin: 15px 10px;
}


.header_nav{
        float: right;
        height: 32px;
		max-width: 450px;
		margin-top: 50px;
}

.header_nav ul
{	
	width: 450px;
    padding: 0;
	z-index: 30;
    float: right;
	margin: 0;
}

.header_nav li
{
        height: 32px;
        margin-left: 15px;
        margin-right: 15px;
	list-style-type: none;
	float: left;
	}

.header_nav li a
{	
	margin: 0;
	padding: 10px 10px;;
        color: #888;
	text-align: center;
	text-decoration: none;
        font-size: 14px;
}

.header_nav li a:hover{  
    background-image: url(images/hn_hov.gif) ;
    background-repeat: repeat-x;
    background-position: right;
}

#SubNav{
	position: absolute;
        float: right;
        left: 780px;
        top: 45px;
	visibility: hidden;
	padding: 0;
	width: 360px;
	}

#subNav a{	
	display: inline;
	margin: 0;
	padding: 0px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #fff;
	font: 12px arial
	}

#subNav a:hover{
	background: transparent;
	color: #999
	}



.layout_content{
	margin-top: 15px;
	
}

.layout_content p{
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
 
}


.layout_innercontent{
	margin-bottom: 20px;
}

.layout_innercontent p{
    padding-left: 0px;
    padding-right: 10px;
    text-align: justify;
 
}



/*HOMEPAGE*/
.cat_table table{
    font-size: 14px;  
    border: 1px solid #222;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;   
	
}

.cat_table table a{
   text-decoration: none;
}


.layout_inneright {
	width: 45%;
        float: right;
        margin-top: 0px;          
}



.layout_innerleft {
	width: 45%;
        float: left;
        
}

.layout_innerleft{
        font-size: 14px;
}

.layout_innerleft ul{
        line-height: 1.7em;
}


.header_logo_l{
       margin: 50px 10px 30px 10px;
       float: left;
       display: block;
       
}

.header_logo_r{
       margin: 50px 10px 30px 10px;
       float: right;       
       display: block;
}


.footer{
	height: 200px;
	border-top: 12px solid #111;
        margin-top: 12px;
        position: relative;
		background-image: url(images/footer_bg.gif);
		background-repeat: repeat-x;
	background-position: center;
	
}


.footer_content{
	width: 940px;
	margin: 0 auto;
	text-align: left;
        margin-top: 15px;

	
}

.footer_content UL{
	list-style-type: bullet;
    font-size: 12px;
    color: #333;
	list-style-position: inside;
	
}

.footer_content a{
  	list-style-type: none;
    color: #999;
	text-decoration: none;
}

.footer_content a:hover{
        color: #fff;
	
}


.clearfooter{
	clear: both;
	height: 206px;
}


.footer_box1{
	float: left;
	width: 33%;
	height: 125px;
}

.footer_box1 UL{
       line-height: 1.5em;
}



.footer_box2{
	float: left;
	width: 66%;
	height: 125px;
    text-align: right;
}

.footer_box2 p{
	padding-left: 110px;
        text-align: justify;
       font-size: 11px;
}



.copyright {
	font-size: 9px;
	text-align: left;
    line-height: 1.7em;
    clear: both;
    padding-top: 0px;
    padding-left: 50px;
    color: #333;

	}
	
.copyright A {
	text-decoration: none;
  
     
        
	
	}
	
.copyright A:hover{
	text-decoration: none;
	color: #fff;
    text-decoration: underline;
       
	
	}






