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

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a:link img, a:visited img { border: 0px; }

div#wrapper
{
	width: 780px;
	margin: auto;
	border: 1px solid black;
}

div#header
{
	width: 100%;
	height: 317px;
	background-color: #000000;
}

div#header div#logo
{
	width: 200px;
	height: 75px;
	position: relative;
	float: left;
}

div#header div#nav
{
	width: 577px;
	height: 25px;
	float: right;
	/* background-image: url(../images/nav_background.gif);
	background-repeat: repeat-x; */
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
}

div#header div#nav a
{
	color: #e9eded;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: regular;
	padding-left: 5px;
	padding-right: 2px;
	text-decoration: none;
	
}

div#header div#images
{
	height: 198px;
}

div#header div#images img
{
	float: right;
}

/* div#header div#ticker
{
	height: 55px;
	color: #000000;
	background-image: url(../images/ticker_background.jpg);
	background-repeat: repeat-x;
	
} */

div#content
{
	width: 100%;
	background-color: #FFFFFF;
	font-size: 11px;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 0;
}

div#content p
{
	margin-left: 45px;
	margin-right: 45px;
	text-align: justify;
}

div#content a
{
	color: #009999;
	text-decoration: none;
}

div#content a:hover
{
	text-decoration: underline;
}

div#footer
{
	width: 100%;
	height: 50px;
	background-color: #339cb1;
}

div#footer div#logo
{
	width: 132px;
	height: 50px;
	padding-left: 34px;
	float: left;
}

div#footer div#contents
{
	width: 540px;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	margin-top:13px;
}

div#footer div#contents a
{
	color: #FFFFFF;
	text-decoration: none;
	
}
div#footer div#contents a:hover
{
	text-decoration: underline;
}

/* Page Specific Entrie */

/*index.php*/

.title 
{
	color: #009999;
	font-size: 20px;
}
.subhead 
{
	color: #009999;
	font-size: 13px;
}
.grey_type
{
	color: #666666;
	font-size: 11px;
}

div#contacts
{
	width: 180px;
	height: 182px;
	background-image: url(../images/home_box_lower.jpg);
	padding-left: 90px;
	padding-top: 15px;
}

div#contacts .header
{
	color: #009999;
	font-size: 15px;
	font-weight: bold;
	margin-left: 45px;
	line-height: 16px
}

div#contacts p
{
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	margin-left: 45px;

}#wrapper #header #images #pic_left {
	height: 198px;
	width: 198px;
	float: left;
}
#wrapper #header #images #pic_right {
	height: 198px;
	width: 582px;
	float: left;
}
#wrapper #footer #address_bar {
	position: relative;
	top: -2.5em;
	font-size: 10px;
	text-align: center;
	left: 0px;
}
#wrapper #header #throwaway #phone_num {
	float: right;
	width: 180px;
	position: relative;
	color: #FFFFFF;
	top: 30px;
}

