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

/* LAYOUT */

body,td,th{
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height:190%;
	color:#666666;
	background-color:#4199B2;
	
}
h2 {
color:#1298DD;
font-style:italic;
font-size:22px;
}
h3 {
color:#000000;
font-size:18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#banner {
	width:900px;
	height:128px;
	background-image:url(graphics/banner_bg.jpg);
	padding-left:14px;
	padding-top:35px;
	font-size:17px;
	color:#FFFFFF;
	text-align:justify; 
	line-height:180%;
}
.banner_small_text {
font-size:16px;
}

#clear {
clear:both;
}
#container {
	width: 921px;
	background-color:#FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	padding:20px;


}
#logo {
	background-image:url(graphics/logo.jpg);
	width:350px;
	height:140px;
	float:left;
	background-repeat:no-repeat;
}
#main_content {
width:921px;
padding-top:20px;
padding-bottom:20px;
background-color:#FFFFFF;
}
#footer {
width:881px;
padding:20px;
height:40px;
background-image:url(graphics/footer_bg.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
text-align:center;
}
/* NAVIGATION */
#Top_nav {
	width:250px;
	height:50px;
	float:right;
	margin-top:80px;
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#navbar ul{list-style-type:none;margin:0px;padding:none;}
#navbar li {margin:0px;float:right;margin-left:2px;}
#navbar a, #navbar a:visited, #navbar a:active {display:block;width:103px;height:36px; text-align:center;padding-top:15px; text-decoration:none;font-size:12px;color:#000; background-image:url(graphics/button_bg1.jpg);}
#navbar a:hover {display:block;width:103px;height:36px; background-image:url(graphics/button_bg2.jpg); text-align:center;padding-top:15px;color:#000;}
#current {background-image: url(graphics/button_bg_selected.jpg);}
#footer a,  #footer a:visited, #footer a:active{ text-decoration:none; color:#fff;}
#footer a:hover { text-decoration:underline; color:#fff;}

#home_button {
	display:block;
	width:80px;
	height:36px;
	background-image:url(graphics/home_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	padding-left:45px;
	padding-top:16px;
}
#contact_button {
	display:block;
	width:70px;
	height:36px;
	background-image:url(graphics/contact_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	padding-left:45px;
	padding-top:16px;
}
#main_nav_bg {
	width:921px;
	height:56px;
	background-image: url(graphics/main_nav_bg.jpg);
}
#photo {
width:150px;
height:80px;
padding-right:10px;
margin-right:10px;
padding-bottom:10px;
float:left;
background-color:#EEEEEE;
border:#000000 1px solid;
text-align:center;
}
