/*======= css resets =======*/
html,body,div,form,img, h1, h2, h3, h4, h5, h6,
 iframe, p, span, ul, ol, li, fieldset, legend,blockquote {
	padding:0px;
	margin:0px;
	border:0px;
}
ul{
	text-indent:0px;
	list-style-type:none;
}
/*============*/
fieldset{
	border:1px solid red;
	padding:10px;
	border:1px solid #ddd;
}
legend{
	padding:0px 10px;
}
.clear1{
	clear:both;
	
}
.clear{
	clear:both;
	line-height:1px;
	font-size:1px;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.button1{
	background-image: url('../images/btn_bg.jpg ');
	background-repeat:repeat-x;
	background-color:#194d7c;
	color:white;
	text-decoration:none;
	padding:4px 14px 5px 14px;
	border:1px solid #103556;
	font-size:12px;
	line-height:30px;
}
#main a.button1, #main a.button1:visited, a.button1:visited,
#main a.button1:active, a.button1:active{
	color:white;
}

.hl1{
	background-color:#fbf4cb;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ebd249;
}
.hl2{
	background-color:#dcf1fd;
	padding:20px;
	border:1px solid #8ed4fe;
	margin-bottom:20px;
}
.hl3{
	background-color:#f0f0f0;
	padding:20px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
a.button1:hover{
	background-image: url('../images/btn_bg.jpg ');
	background-position:bottom;
}
h1{
	font-size:20px;
	font-weight:normal;
	line-height:24px;
}
h2{
	font-size:18px;
	font-weight:normal;
	line-height:24px;
}
h3{
	font-size:16px;
}
html{
	background-image: url('../images/html_bg.jpg ');
	background-repeat:repeat-x;
	background-color:#1d597e;
}
body{
	font-size:14px;
	font-family:Arial, Helvetica, Verdana;
}
#wrapper{
	width:960px;
	margin:0px auto;
	background-color:#fafafa;
	margin-bottom:10px;
}
#header{
	background-image: url('../images/header_bg.jpg ');
	border-top:15px solid #4f4f4f;
	height:103px;
	overflow:hidden;
}
.col1,.col2,.col3{
	float:left;
	display:inline;
}
#header .col1{
	margin-left:40px;
	margin-top:8px;
	width:83px;
}
#header .col2{
	margin-left:20px;
	margin-top:20px;
	width:272px;
}
#header .col3{
	margin-left:25px;
	margin-top:30px;
	width:518px;
}
#nav{
	overflow:auto;
}
#nav a, #nav a:active, #nav a:visited{
	color:#4c4c4b;
	text-decoration:none;
}
#nav a:hover{
	background-color:transparent;
}
#nav li{
	display:block;
	float:left;
	margin-right:5px;
}
#nav li a{
	padding-left:5px;
	display:block;
}
#nav li a span{
	background-repeat:no-repeat;
	padding:6px 10px 6px 5px;
	display:block;
}
#nav li a:hover, #nav li a.active{
	background-image: url('../images/link_span_bg.gif ');
	background-repeat:no-repeat;
	padding-left:5px;
	display:block;
}
#nav li a:hover span, #nav li a.active span{
	background-image: url('../images/link_a_bg.gif '); 
	background-position:top right;
	background-repeat:no-repeat;
	padding:6px 10px 6px 5px;
	display:block;
}
#banner{
	width:960px;
	height:245px;
	overflow:hidden;
	background-image: url('../images/main_banner.jpg ');
	
}
#banner .col1{
	width:462px;
	margin-left:80px;
	margin-top:34px;
}
#banner .col1 p{
	margin-top:20px;
	line-height:18px;
}
#banner .col2{
	width:418px;
	padding-top:10px;
}
#banner a#tryout_btn{
	background-image: url('../images/try_button.gif ');
	display:block;
	height:45px;
	width:222px;
	overflow:hidden;
	text-indent:-3000px;
	margin-left:100px;
	margin-top:10px;
}
#banner a#tryout_btn:hover{
	background-image: url('../images/try_button.gif ');
	background-position:0px 45px;
}
#main{
	overflow:hidden;
	clear:both;
	margin:30px 30px 0px 30px;
	color:#0c3e6b;
	padding-bottom:10px;
}
#main h1{
	font-weight:bold;
	font-size:24px;
	margin-bottom:14px;
}
#main h1, #main h2, #main h3{
	color:#4c4c4b;
}
#main p{
}
#main a,
#main a:active,
#main a:visited
{
	color:#0084ff;
}

#main .col1{
	width:652px;
}
#main .col2{
	width:228px;
	padding-left:20px;
}
#main .col2 #resources{
	background-color:#307faf;
	color:white;
	padding:14px;
	-moz-border-radius:10px;
}
#main .col2 #resources ul{
	margin-left:10px;
}
#main .col2 #resources ul li{
	margin-bottom:14px;
}
#main .col2 #resources a,
#main .col2 #resources a:visited,
#main .col2 #resources a:active{
	color:white;
	text-decoration:underline;
}
#main .col2 #resources a:hover{
	text-decoration:none;
}
#main .col2 #resources h2{
	color:white;
	background-image: url('../images/resource_top_bg.jpg ');
	background-repeat:repeat-x;
	background-color:#1a507f;
	text-align:center;
	margin:-14px;
	margin-bottom:14px;
	-moz-border-radius:10px 10px 0px 0px;
	padding:8px 0px;
}
#quick_contact{
	padding:10px;
	padding-top:5px;
}
#quick_contact h2{
	margin-top:14px;
	font-size:16px;
	font-weight:bold;
}
#main #quick_contact p{
	line-height:18px;
	padding:10px;
}

#footer{
	clear:both;
}
#main{
	width:900px;
}
.cols3{
	overflow:auto;
}
.cols3 p, #main p{
	padding:5px 0px;
}
.cols3 .subc{
	float:left;
	display:inline;
	width:195px;
	margin:10px;
}
.cols3 .subc h2{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}
.cols3 .subc p.frame, #main p.frame{
	border:1px solid #ababab;
	padding:7px;
	margin:10px 0px;
	background-color:white;
}
.cols3 .subc .frame img{
	border:1px solid #e2e2e2;
	
}
#lower_main{
	background-image: url('../images/low_main_bg.jpg ');
	background-repeat:repeat-x;
	background-color:#cccccc;
	overflow:auto;
	padding:20px;
	border-top:1px solid #929191;
	width:920px;
	color:#4c4c4b;
}
#lower_main a,
#lower_main a:hover,
#lower_main a:visited{
	color:#00609a;
}
#lower_main h1, #lower_main h2{
	margin-bottom:10px;
}
#lower_main p{
	padding:5px 0px;
}
#lower_main .col1 ul{
	list-style-type:disc;
	margin-left:20px;
}
#lower_main .col1 ul li{
	
}
#lower_main .col1,#lower_main .col2 {
	margin:10px;
	width:410px;
}
#lower_main .col2{
	background-image: url('../images/low_main_separator.jpg ');
	background-repeat:no-repeat;
	
	padding-left:60px;
	font-size:12px;
}
#lower_main blockquote {
	/* background-image: url('../images/quote_right.gif '); */
	/* background-repeat:no-repeat;
	background-position:bottom right;
	padding-left:20px;
	text-indent:-30px;
	padding-bottom:10px; */
}
#lower_main blockquote:first-letter {
  /* background: url( '../images/quote_left.gif ') no-repeat left top;
   padding-left: 40px;
   font-size:18px;
   font-weight:normal; */
}
#footer{
	background-color:#414141;
	padding:25px;
	color:#d4d4d4;
	font-size:12px;
}
#footer a, #footer a:visited, #footer a:active {
	color:#d4d4d4;
	
}

/**** style2 for sub some pages *****/
body.style2 #banner{
	background-image: url('../images/sub_page_banner_bg2.jpg ');
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#feef9c;
	height:auto;
	padding-top:10px;
	padding-bottom:40px;
	border-top:1px solid #bf9c28;
	
}
body.style2 #banner .col1{
	margin-top:10px;
	width:800px;
	
}
body.style2 #main p {
	padding:0px 0px 20px 0px;
	line-height:20px;
}

body.style2 #main h2{
	border-bottom:1px solid #bbb;
	padding-bottom:4px;
	margin:10px 0px;
	clear:both;
}
body.style2 #main .col2 h2{
	border-bottom:0px;
	
}
body.style2 #main .col1 ul{
	padding-bottom:20px;
	margin-left:20px;
	list-style-type:disc;
	
}
body.style2 #main .col1 ul li{
	padding:4px 0px;
}
.photo {
	border:1px solid #ababab;
	padding:7px;
	margin:10px 0px;
	background-color:white;
	margin:0px 10px 10px 10px;
	
	
}
.photo img{
	border:1px solid #e2e2e2;
	padding:10px;
}
img{
	vertical-align:text-bottom;
}
body.style3 .col3{
	display:none;
}
body.style3 #header .col1{
	margin-left:100px;
	margin-bottom:20px;

}
body.style3 #header{
	padding:30px 150px;
	padding-top:40px;
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:white;
	height:auto;
	line-height:24px;
}
	
body.style3 #banner{
	padding:50px;
	background-image: url('../images/sub_page_banner_bg2.jpg ');
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#feef9c;
	height:auto;
	padding-top:50px;
	padding-bottom:40px;
	border-top:1px solid #bf9c28;
	width:auto;
	line-height:24px;
}	
body.style3 #banner p{
	
}
body.style3 #banner a,
body.style3 #banner a:active,
body.style3 #banner a:visited

{
	color:black;

}
body.style3 #main{
	display:none;
}
body.style3 #footer{
	display:none;
}

body.style3 form#login1{
	margin-top:20px;
	
}	
	
form#login1 fieldset{
	border:0px;
}	
form#login1 fieldset table{
	margin:auto;
	width:100%;
}

	
	
	
	
	
	
	
	