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

html,body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Container Settings */	
#container{
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
}
#header{
	position:relative;
	margin-bottom:5px;
}
#nav{
	position:relative;
	width:140px;
	float:left;
	padding-left:45px;
	margin-top:-15px;
}
#content{
	position:relative;
	width:510px;
	float:right;
	font-size:1em;
}
.clear{
	clear:both;
}

/* Navbar Settings */
#nav{
	font-family:"Times New Roman", Times, serif;
}
#nav ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
#nav ul li.top{
	width:140px;
	height:24px;
	text-align:center;
	background:url(../gfx_main/button_orange_top.jpg);
	padding-top:7px;
}
#nav ul li.top:hover{
	width:140px;
	height:24px;
	text-align:center;
	background:url(../gfx_main/button_blue_top.jpg);
	padding-top:7px;
}
#nav ul li.top a{
	display:block;
	height:24px;
	text-decoration:none;
	color:#FFFFFF;
}
#nav ul li.top a:hover{
	display:block;
	height:24px;
	text-decoration:none;
}
#nav ul li.center{
	width:140px;
	height:22px;
	text-align:center;
	background:url(../gfx_main/button_orange.jpg);
	padding-top:5px;
}
#nav ul li.center:hover{
	width:140px;
	height:22px;
	text-align:center;
	background:url(../gfx_main/button_blue.jpg);
	padding-top:5px;
}
#nav ul li.center a{
	display:block;
	height:22px;
	text-decoration:none;
	color:#FFFFFF;
}
#nav ul li.bottom{
	width:140px;
	height:27px;
	text-align:center;
	background:url(../gfx_main/button_orange_bottom.jpg);
	padding-top:5px;
}
#nav ul li.bottom:hover{
	width:140px;
	height:27px;
	text-align:center;
	background:url(../gfx_main/button_blue_bottom.jpg);
	padding-top:5px;
}
#nav ul li.bottom a{
	display:block;
	height:27px;
	text-decoration:none;
	color:#FFFFFF;
}

/* Heading Styles */
.page_header{
	text-align:center;
	font-size:1.5em;
}
.image_caption{
	text-align:center;
	font-style:italic;
}

/* Contacts Styles */

.awaiting_image{
	font-size:12px;
	color:#999;
	text-align:center;
}