@charset "utf-8";
/* CSS Document */

body {
	padding: 0px; margin:0px;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #1f7ec0;
	background: #fff url(../images/bg.jpg) repeat-x;
}

h1 {padding: 0px; margin: 0px; font-size: 8px; font-style: italic; color: #1f7ec0; text-align: center;} 
h2 {padding: 0px; margin: 0px; font-size: 8px; font-style: italic; color: #fff; text-align: center;} 
h3 {padding: 0px; margin: 0px; font-size: 18px; font-weight: bold; color: #1f7ec0;} 

a:link {padding: 0px; margin: 0px; color: #032c4d; font-weight: 900; text-decoration: none;}
a:visited {padding: 0px; margin: 0px; color: #032c4d; font-weight: 900; text-decoration: none;}
a:hover {padding: 0px; margin: 0px; color: #0f75bc; font-weight: 900; text-decoration: underline;}

strong {padding: 0px; margin: 0px; color: #1f7ec0; font-weight: bold; font-size: 16px; }

#wrap {
	padding: 0px; margin: auto;
	width: 960px; height: auto;
	padding-bottom: 103px;
}

#header h1, h2{	
	text-indent: -9999px;
	display: none;
	}


#smoothmenu1 {

}






#blue_bar {
	padding: 0px; margin:20px 0 0 0;
	text-align: right; 
	padding: 10px 0px 0px 0px;
	height: 220px; width: 100%;
	font-size: 20px; color: #fff; font-weight: bold;
	line-height: 1.5;
}

#main_body {
	padding: 0px; margin: 0px;
	text-align: left;
	height: auto;
	padding-top: 25px;
	margin-bottom: 20px;
}

#cont_info_right{
	padding: 0px; margin: 0px;
	float: right;
	background: url(../images/contact_info.gif) no-repeat;
	width: 179px; height: 280px;
	margin-bottom: 25px;
	padding: 2px 0px 0px 25px;
}

#footer {

	padding: 0px; margin: 0px;
	background: url(../images/footer_bg.gif) repeat-x;
	width: 100%; height: 103px;
	position: relative;
	margin-top: -103px;  /* always the height of footer */
	clear:both;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-top: 20px;
}


#footer a {
	color: #fff;
	}


/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix { height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */
