/*****************  Layout Part ********************/ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#01437F;
 font-family :  Verdana, Arial, sans-serif;
 font-size : 10pt;
 font-style : normal;
 font-weight : normal;
 color : #000;

} 
 
#pagewidth{ 
 	width:100%; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto; 
	background-color:#01437F;  /* BG color for whole page*/
} 

#wrapper{ 
 	background-color:#01437F;  /* BG color for whole page*/
}

#head{
 	position:relative; 
 	height:238px; 
  	background-color:#FFF; /* BG color for header*/
	background: url("../images/bg.jpg") ;
 	width:100%;
} 

#navigation {

 height:25px; 
 width:100%; 
 border-top:0px solid #000; 
 border-bottom:0px solid #000;
 background: url("../images/bg2.jpg");
 margin:0px;
 text-align:center; 
  }
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#01437F; /* BG color for left column*/
 margin-left:auto;
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
 background-color: #fff; /* BG color for twocols part*/
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 margin:0px;
 background-color:#01437F; /* BG color for right column*/
 z-index:2;
 }
 
 
#main{
	background-color: #FFFFFF;  /* BG color for content part*/
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width:75%; 
 }
 
 #content{
 	border:0px solid #000; 
	background:#fff;
	width:800px; 
	text-align : left;
	}
	
#testimonials{
	background-color: #f0f0f0;  /* BG color for MAIN CONTENT part*/
 	border:1px solid #ccc;
	margin:15px;
	font-style: italic;
    font-weight : normal;
  }

 
 #twocols #right {
		
		border-top:2px solid #0000FF;
		border-left:2px solid #0000FF; 
		border-bottom:2px solid #0000FF;
		border-right:2px solid #0000FF;
		float:right;
		width:170px;
		background:#FFFFCC;
		margin:15px 5px 10px 5px;
		}

#ad{
 	border:2px solid #0048FF;
 	background:#FFFFCC; /* BG color for footer*/
 	width:550px;
	margin:10px 5px 10px 15px;
	
 } 
 
#h1 {	margin:15px 0px 0px 15px;
		padding:2px 5px 2px 5px;
		background-color:#0033FF;
		width:63%; 
		z-index:1;
		}

#h3 {	
		font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFF00;
        text-decoration : none;
		text-align : left;
    	margin:10px 5px 0px 5px;
		padding:2px 5px 2px 10px;
		background-color:#0033FF;
		z-index:1;
		}
#h4 {	
		font-size : 12pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFF00;
        text-decoration : none;
		text-align : left;
    	margin:10px 5px 0px 5px;
		padding:2px 5px 2px 10px;
		background-color:#0033FF;
		z-index:1;
		}

#footer{
 	height:60px; 
 	background:#0066CC; /* BG color for footer*/
 	clear:both;
	border-top:1px solid #999;
	width:80%;
	margin-left:20%;
	padding-top:5px;
	padding_bottom:5px; 
 } 
 
  
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/**********************  STYLE Part ************************************************************************/ 

p,h1,h2,h3,h4,li,pre,hr {
		margin:10px 10px 3px 15px;
		}
	
	h1 {
		font-family :  Arial, sans-serif;
		font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFF;
        text-decoration : none;
		text-align : left;
    	}
	h2 {font-family :  Arial, sans-serif;
		font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #000099;
        text-decoration : none;
		text-align : left;
    	}
	
	h3 {font-family :  Arial, sans-serif;
		font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #009;
        text-decoration : none;
		text-align : left;
    	}
	h4 {font-family :  Arial, sans-serif;
		font-size : 12pt;
        font-style : normal;
        font-weight : bolder;
        color : #000;
        text-decoration : none;
		text-align : left;
    	}
ul{
text-align : left;
}
	
	p.title {
		font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #0048FF;
        text-decoration : none;
		text-align : center;
    	padding-top:10px;
		}
	p {
		font-size : 10pt;
        font-style : normal;
        font-weight : normal;
        color : #000000;
        text-decoration : none;
		text-align : left;
    	padding-top:10px;
		}
	p.em 	{	
		font-size : 10pt;
        font-style : italic;
        font-weight : normal;
        color : #000000;
        text-decoration : none;
		text-align : left;
    	padding-top:10px;
		}
		
	p.right, li.right {
		font-size : 8pt;
        font-style : normal;
        font-weight : normal;
        color : #000000;
        text-decoration : none;
		text-align : left;
    	padding-top:5px;
		}
	p.underline {
		font-size : 10pt;
        font-style : normal;
        font-weight : normal;
        color : #000000;
        text-decoration : underline;
		}
	
	li {font-weight : bolder;}
	#box p { font-size:10px}
	
		
a:link {  color: #0000ff; font-weight : bolder; text-decoration: none}
a:visited {  color: #0000ff; font-weight: bolder; text-decoration: none}
a:hover {  color: #000099; font-weight: bolder; text-decoration: underline}
a:active {  color: #0000ff; font-weight : bolder; text-decoration: none}
	
	

.box1 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : normal;
    color : #fff;
    text-decoration : none;
	text-align: left;
               
}	
.box2 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : bolder;
    color : #ccc;
    text-decoration : none;
	text-align: left;
}


/**************************************
Links in the box section
***************************************/
a.box1:link {  color: #FFCC00; font-weight : bolder; text-decoration: none; text-align: left;}
a.box1:visited {  color: #FFCC00; font-weight: bolder; text-decoration: underline}
a.box1:hover {  color: #0033FF; font-weight: bolder; text-decoration: underline; text-align: left;}

a.box2:link {  color: #FFFF33; font-weight : bolder; text-decoration: none}
a.box2:visited {  color: #FFFF33; font-weight: bolder; text-decoration: underline}
a.box2:hover {  color: #FFCC00; font-weight: bolder; text-decoration: underline}

		
/**************************************
footer content
***************************************/	
		

.footer1 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : normal;
    color : #fff;
    text-decoration : none;
	text-align: center;
               
}	
.footer2 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : bolder;
    color : #000000;
    text-decoration : none;
	text-align: center;
}


/**************************************
Links in the footer section
***************************************/
a.footer1:link {  color: #FFFF00; font-weight : bolder; text-decoration: none; text-align: center;}
a.footer1:visited {  color: #FFFF00; font-weight: bolder; text-decoration: underline}
a.footer1:hover {  color: #FFF; font-weight: bolder; text-decoration: underline; text-align: center;}

a.footer2:link {  color: #FFCC00; font-weight : bolder; text-decoration: none}
a.footer2:visited {  color: #FFFF00; font-weight: bolder; text-decoration: underline}
a.footer2:hover {  color: #FFCC00; font-weight: bolder; text-decoration: underline}

/*****************************  STYLE Part *************************************************************/ 
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
