/* @override 
	http://10.0.0.109:8500/pql/css/2col_template.css
	http://127.0.0.1:8300/pql/css/2col_template.css
*/

/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #4193b8 url(../images/background_fade_03.gif) repeat-x 0 202px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
}

#contact_footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#masthead{
	background-color: #FFF;
	float: left;
	height: 128px;
	width: 100%;
	background-image: url(../images/masthead.gif);
	margin-top: 33px;
	text-indent:-1000px;
}
#top_background{
	position: absolute;
	top: 0px;
	background: url(../images/background_image.gif) repeat-x center;
	height: 202px;
	width: 100%;
	z-index: 0;
}

/* @group Navigation */

#navigation {
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}

#navigation ul{
	margin: 0;
	padding: 0;	
	background-image: url(../images/nav_bg_07.gif);
	height: 26px;
	list-style: none;
}
#navigation ul li{
	float: left;
	height: 26px;
}
.brd{
	background: url(../images/nav_brdr_07.gif) no-repeat right;
}

#navigation ul li a{
	line-height: 26px;
	padding: 13px 14px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}
/* @end */

/* @group Main Window */

#main_window{
	background-color: #FFF;
	min-height: 400px;
	/*IE HACK*/
	_height:400px;
	width: 760px;
	/*IE HACK*/
	_width: 750px;
	float: left;
	margin: 0px 5px;
	/*IE HACK*/
	display: inline;
	font-size: 80%;
}
#main_window a{
	text-decoration: none;
	font-weight: bold;
	color: #10347e;
}
#heading_picture{
	float: left;
	width: 708px;
	margin: 30px 26px;
	/*IE HACK*/
	display: inline;
}
#left_col{
	float: left;
	width: 320px;
	border-right: 1px dotted #10347e;
	min-height: 300px;
	/*IE HACK*/
	_height:300px;
	padding: 0 30px;
	/*IE HACK*/
	display: inline;
	margin-bottom: 30px;
}
#right_col{
	float: right;
	width: 309px;
	min-height: 300px;
	/*IE HACK*/
	_height:300px;
	padding: 0 30px;
	/*IE HACK*/
	display: inline;
	margin-bottom: 30px;
}
#right_col a, a:hover{
	text-decoration:underline;
}
#mo_left_col{
	float: left;
	width: 320px;
	border-right: 1px dotted #10347e;
	min-height: 300px;
	/*IE HACK*/
	_height:300px;
	padding: 0 30px;
	/*IE HACK*/
	display: inline;
	margin-bottom: 30px;
}

/* @end */

#contact_footer {
	clear: both;
	color: #FFF;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 30px;
	background: url(../images/footer.gif) no-repeat;
}
#contact_footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact_footer ul li{
	display: inline;
	margin-right: 30px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
}
#contact_footer a{
	color: #FFF;
	text-decoration: none;
	
}
#contact_footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
h1{
	font-size: 25px;
	color: #10347e;
	font-weight: normal;
	margin: 0;
}
h2{
	font-size: 18px;
	color: #10347e;
	font-weight: normal;
	margin: 0;
}
.clearline{
	clear: both;
}
.float_left{
	float: left;
	margin: 0px 10px 5px 0px;
}
.float_right{
	float: right;
	margin: 0px 0px 5px 5px;
}
#main_footer p{
	font-size: 11px;
	margin: 10px 8px 0 8px;
	float: left;
	display: inline;
	color: #666;
}
#quote_left{
	float: left;
	width: 12px;
	margin-left: 10px;
}
#quote_right{
	clear: left;
	float: right;
	width: 12px;
	margin-right: 10px;
	display: inline;
}
#port_link a{
	float: right;
	font-weight: normal;
	display: inline;
	clear: left;

}
#name,#email{
	padding:5px;
	border:1px solid #ccc;
	margin-right:5px;
}
.text_box{
	padding:5px;
	border:1px solid #ccc;
}
.bul_point{
	color:#FF6600;
	font-weight: bold;
}
#left_col ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#left_col ul li{
	margin-top: 20px;
}
#right_col ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#right_col ul li{
	margin-top: 20px;
}
.highlight {
	background-color: #FFFFCC;
	font-weight: bold;
	padding:3px;
}
