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

body,html {
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	background-position:center top;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:14px;
	line-height:18px;
	background-color:#333;
}

img {border:none;
}

#bg_pattern {
	background-image:url(../images/bg_pattern.png);
	background-repeat:no-repeat;
	width:100%;
	height:800px;
	margin-top:0px;
	margin-left:0px;
	z-index:-100;


}

#frame_white {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFF;
	float:left;
}

#dots {
	width:100%;
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	height:8px;
	float:left;
}

#frame {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#frame_content {
	width:1000px;
padding-top:15px;
padding-bottom:15px;
float:left;
}



#header {
	height:150px;
	width:980px;
	padding-left:20px;
	margin-left:auto;
	margin-right:auto;

}

#nav_frame {
	width:100%;
	height:35px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	
}

#nav {
	width:980px;
	height:26px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-top:8px;
	padding-right:20px;
}
	
#footer_frame {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	color:#999;
	padding-left:20px;
	padding-right:20px;
	
}


	
#footer_left {
	width:480px;
	height:120px;
	float:left;
}

#footer_right{
	width:480px;
	height:30px;
	float:left;
	text-align:right;
}
	
	
#home_col1 {
	width:590px;
	padding-left:20px;
	padding-right:20px;
	height:350px;
	float:left;
	
}
	
#home_col2 {
	width:350px;
	height:350px;
	float:left;
	padding-right:20px;
	
}

a {
	color:#3BB4C1;
	text-decoration:none;
}

a:hover {
	color:#3BB4C1;
	text-decoration:underline;	
}

a.footer {
	color:#999;
	text-decoration:none;
}

a.footer:hover {
	color:#3BB4C1;
	text-decoration:underline;
}

a.heading {
	color:#999;
	text-decoration:none;
}

a.heading:hover {
	color:#3BB4C1;
	text-decoration:underline;
}


#content_col1 {
	width:200px;
	padding-left:20px;
	padding-right:0px;
	float:left;
	padding-top:20px;
}
	
#content_col2 {
	width:755px;
	float:left;
	padding-right:0px;
	padding-top:20px;

	padding-left:20px;
	
}
.thumbnail{
	width:160px;
	height:100px;
	float:left;
	background-image:url(../images/logo_thumb_bg.gif);
	background-repeat:no-repeat;
	padding: 8px 20px 20px 8px;
}

h1 {
	font-weight:normal;
	color:#666;
	font-size:12px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline
}

.bx2 {
	width:160px;
	height:100px;
	float:left;
	background-image:url(../images/logo_thumb_bg.gif);
	background-repeat:no-repeat;
	padding: 8px 20px 20px 8px;
	
}

h2 {
	font-weight:bold;
	color:#999;
	font-size:32px;
	line-height:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	
}

.text_subheading {
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	color:#000;
}

.text_blue_bold {
	color:#3BB4C1;
	font-weight:bold;
}

.text_blue{
	color:#3BB4C1;
}


.text_large_italic {
	font-size:20px;
	line-height:28px;
	font-style:italic;
	
}

.text_italic {
	font-style:italic;
	
}

#facebook_like {
	height:70px;
	width:450px;
	padding-top:20px;
	
}
