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


/* GENERIC */

* {margin:0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
}


html,body { height:101%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	background: url(../images/blueBG.jpg) repeat-x #9ed2f1;




}




img {
	border: none;
	padding:0;
	margin:0;
	text-align: center;
	
}


h1 {
  color: #125da0;
  font-size: 18px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  
}
h2 {
	color: #1f99c8!important;
  font-size: 20px!important;
  font-weight: normal!important;
  line-height: 14px;
  text-align: left;
  padding-right: 25px;
  margin-top: 0!important;

}
h3 {
color: #1f99c8!important;
	text-align: left;
	  font-size: 18px!important;
}
h4 {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
h5 {
  color: #222222;
  text-align: left;
}
h6 {
  color: #222;
  font-size: 13px;
  text-align: left;
  
}





a:link, a:visited {
  color: #368dba;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-align: left;
	color: #333333;
  
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}


/* INDEX & Main Pages */



  #outerWrapperIndex {
	margin: 0px auto;
  	width: 1025px!important;
	height: 583px;
	background: url(../images/indexBodyBG.jpg);
	background-repeat: no-repeat;


}


  #outerWrapperInside{
	margin: 0px auto;
  	width: 1025px!important;



}

#insideWrapperIndex {
	width: 1005px;
	height: 400px;
	background: url(../images/indexDragon.png);
	background-repeat: no-repeat;
	
}

#insideWrapperInside {
	width: 1005px;

	
}


#navBanner {
	width: 995px;
	height: 50px;
	margin-left: 10px;
	padding-left: 10px;

	
}


#indexTitle {
	width: 380px;
	padding-top: 190px;
	padding-left: 185px;
	float: left;

	
	
}



/* Inside Specific Pages */

#mainBodyInside {
	width: 100%;
	margin-bottom: 10px;
	
}

#column1 {
	width: 180px;
	float: left;
	
}

#column2 {
	width: 600px;
	float: left;
	text-align: left!important;
	
	
}

#column3 {
	width: 180px;
	float: left;
	
}


.insideLeft {
	float: left;
	width: 160px;
	
}

.insideRight {
	float: right;
	width: 410px;
	
}

.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	
}

#insideBase {
	width: 1005px;
	float: left;
	clear: both;
	
	
}

.contactItem {
	margin: 10px 0;
	
}




/* footer */
	
	
	
	
#footer {

	height: 280px!important;
	background: #d5d3d5;
	font-size: 10px !important;
	text-align: center;



	
} 

#footer a:visited {
	color: #666666;
	font-size: 10px !important;
	text-decoration: none;

	
}

#footer a:hover {
	color: #333;
	font-size: 10px !important;
	text-decoration: none;
	
}
	#footer a:hover{color:#333;}			
	#footer ul, #footer li{
		margin:0;
		padding:5px 0;
		list-style:none;
		}		
	#footer ul{
		float:left;
		display:inline;
		padding:1em 0px 1em 30px;
		width:125px;
		font-size:12px!important;
		}	
	#footer li{
		border-bottom:1px dotted #acacac;
		padding: 5px;
		}						
	
	



