/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto 0px auto;
	font-size:12px; 
	padding:0px;
	line-height:15px;
	background-color:#132f54;
	
	}
a:visited {color:#3d6cbf; text-decoration:underline;}
#top_hdr {
	width: 800px;
	height:122px;
	margin: 0px auto 0px auto;
	border-top:2px solid #fff;
	}

#top_hdr_container {
	height:153px;
	background-image: url(../img/common/top_hdr_bg_inside_pages.gif);
	background-repeat: repeat-x;
	}
	
#top_hdr_home {
	width: 800px;
	height:193px;
	margin: 0px auto 0px auto;
	border-top:2px solid #e1e0e8;			
	}


#all_container {
	border:0px solid #693;
	background-color:#ededed;
	float:left;
	width:100%;
	}
#container_pages {
	border: solid 0px #f0c;
	margin:0px auto 0px auto;
	width:800px;
	}
	
#col_container {
	border:0px solid #693;
	background-image: url(../img/common/vertical_bg.gif);
	background-repeat: repeat-y;
	float:left;
	}



#blank_col {
	width:24px;
	float:left;
	border: 0px solid cyan;
	
	} 
 

#l_col  {
	float:left;
	width:200px;
	border-left: 1px solid #15345d;
	border-right: 1px solid #15345d;
	/*border: 0px solid green;*/
	background-color:#c5d2e1;
	}
  
#r_col {
	width:500px;
	padding:20px 20px 0px 20px;
	border: 0px solid red;
	float: left;

	}

#r_col_home {
	width:500px;
	padding:20px 20px 0px 20px;
	border: 0px solid red;
	float: left;
	}

#r_col_gallery {
	width:450px;
	padding:20px 74px 0px 20px;
	border: 0px solid #0ff;
	float: right;
	height:auto;
	}

#left_col_wht { 
	background-color:#fff;
	padding: 5px 5px 0px 5px;
	margin: 10px 0px 10px 0px;
	}

div#footer {
  	clear:both;
  	width:100%;
  	border: 0px solid #0c4;
  	text-align: center;
  	height:32px;
  	padding-top:8px;
	
  	}

#menu_container {
	margin: 0px auto 0px auto;
	width: 800px;
	border:0px solid #f00;
	}

#plain_list ul {
	margin: 0px;
	padding: 0px;
	}

#plain_list li {
	list-style-type: none;
	padding: 3px 12px 3px 12px;
	}

#blu_sqr_list ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

#blu_sqr_list li {
	background:url("../img/common/blue_dot.gif");
	list-style:none;
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding: 3px 8px 3px 15px;
	}

h2 {
 	font-size: 17px;
 	color: #20609a;
 	font-weight:bold;
 	display:inline;
	 }

h3 {
 	font-size: 17px;
 	font-weight: bold;
 	color: #990033;
 	}


/*  ------- TEXT/FONTS LISTING -------*/

.wht_txt { color: #ffffff; text-decoration: none; } 
.wht_txt a:link { color: #ffffff; text-decoration: none; }
.wht_txt a:visited { color: #ffffff; text-decoration: none;}
.wht_txt a:hover { color: #ffffff; text-decoration: underline; }

.ylw_txt { color: #f8cb41; text-decoration: none; }
.ylw_txt a:link { color: #f8cb41; text-decoration: none; }
.ylw_txt a:visited { color: #f8cb41; text-decoration: none;}
.ylw_txt a:hover { color: #f8cb41; text-decoration: underline; }

.blu_txt_link {color:#3d6cbf; font-weight:bold;}
.blu_txt_link a:link {color:#3d6cbf; text-decoration:underline;}
.blu_txt_link a:visited {color:#3d6cbf; text-decoration:underline;}
.blu_txt_link a:hover {color:#3d6cbf; text-decoration:underline;}

.red_txt_lrg { font-size: 16px; font-weight: bold; color: #990033; }

.blu_txt_lrg { font-size: 16px; font-weight:bold; color: #004a8d; }

.blu_txt_med { font-size: 13px; color: #000000; }

.blu_txt { font-size: 16px; color: #004a8d; }

.red_txt { font-size: 12px; color: #990033; }

