﻿#container
{
	background-image: url(           'bg.jpg' );
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;

}

#header
{
	
	background-image: url(      'bg_header.jpg' );
	background-position: top center;
	background-repeat: no-repeat;
	height: 155px;
	padding: 4px 15px 0px 15px;
}

#header img
{
	padding: 4px 0px 7px 0px;
}

#content_container
{
	float: left;
	padding: 0px 0px 50px 0px;
	width: 589px;
	min-height: 480px;

}

#content_top
{
	background-image: url(      'bg_content_top.jpg' );
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
}

#content
{
	background-image: url(      'bg_content_middle.jpg' );
	background-position: top left;
	background-repeat: repeat-y;
	
	overflow: hidden;
	padding: 8px 20px 17px 24px;
}



#content_bottom
{
	background-image: url(      'bg_content_bottom.jpg' );
	background-position: top left;
	background-repeat: no-repeat;
	height: 120px;
}

#sidebar_container
{
	font-family: Arial;
	font-size: 10pt;
	float: right;
	width: 206px;
	height: 400px;
}

#sidebar_top
{
	background-image: url(      'bg_sidebar_top.jpg' );
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
}

#sidebar
{
	background-image: url(      'bg_sidebar_middle.jpg' );
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px 15px 10px 12px;
	min-height: 50px;
	width: 180px;
}

#sidebar_bottom
{
	background-image: url(      'bg_sidebar_bottom.jpg' );
	background-position: top leftr;
	background-repeat: no-repeat;
	height: 20px;
}

#sidebar th
{
	text-align: center;
}

#footer
{
	padding: 2px 5px 2px 4px;
	clear: both;
	font-size: .85em;
	color: #B5B5B5;
	border-top: 1px dashed #B5B5B5;
	min-height: 25px;
}

#sidebar td
{
	font-size:10pt;
}

#sidebar br
{
	padding-bottom: 5px;
}

#sidebar_header
{
	background-color: #999999;
}

#sidebar input
{
	padding: 0px;
	width: 170px;
}

#sidebar select
{
	padding: 0px 0px 6px 0px;
	font-size: 80%;
}

#content p
{
	padding: 6px 0px 0px 0px;
}

#content h1
{
	
	padding: 0px 0px 0px 0px;
}

#content h2
{
	
	padding: 0px 0px 5px 0px;
}

#address
{
	font-family: Tahoma, Arial;
	color: Black;
	padding: 0px 2px 0px 30px;
	float:right;
	background-image:url(      'bg_address.jpg' );
	background-position: top left;
	background-repeat: no-repeat;
	clear:both;
}

#telephone
{
	padding:10px 0px 0px 2px;
	float:right;
	clear: both;
}

#emailaddress
{
	font-family: Tahoma, Arial;
	color: Black;
	padding: 0px 2px 0px 30px;
	float:right;
	clear:both;
	background-image:url(      'bg_emailaddress.jpg' );
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation
{
padding: 4px 0px 0px 9px;	
}

#nav
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	padding: 0px 15px 1px 15px;
	color: #cccccc;
	clear: none;
	float: left;
}


#nav:hover
{
	cursor: hand;
	color: black;
	background-color: #eeeeee;
}

#nav a
{
	color: #aaaaaa;
	text-decoration: none;
}

#nav a:hover
{
	color: Black;
	text-decoration: none;
	
}

#nav_selected
{
	background-color: #666666;
	color: White;
	font-family: Tahoma, Verdana, Arial;
	padding: 0px 15px 1px 15px;
	overflow: hidden;
	clear: none;
	float: left;
	font-size: 10pt;
	/*border-left: 1px solid #AAAAAA;*/
}


#nav_prominent
{
	background-color: #FBF5AA;
	font-family: Tahoma, Verdana, Arial;
	padding: 0px 15px 1px 15px;
	overflow: hidden;
	clear: none;
	float: left;
	font-size: 10pt;
}

#nav_prominent_selected
{
	background-color: #666666;
	color: white;
	border-left: 1px solid #EECACA;;
	font-family: Tahoma, Verdana, Arial;
	font-size:10pt;
	padding: 0px 15px 1px 15px;
	overflow: hidden;
	clear: none;
	float: left;
}
