﻿/* COMMON */

.clear { clear: both; margin: 0px; padding: 0px; }

body 
{
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat-x;	
	background-color: #10bfde;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;	
	margin: 0px;
	
}

div#page_wrap
{
	margin: 0 auto;
	padding: 0px;
	width: 900px;
}

div#header
{
	display: block;
	}
	div#header div#header_logo
	{
		float: left;
		width: 240px;
		height: 93px;
	}
	div#header div#header_right
	{
		float: left;
		background-image: url(../_images/header_right_bg.jpg);
		background-repeat: no-repeat;		
		width: 660px;
		height: 93px;
		}
		div#header div#header_right div#header_address
		{
			text-align: center;
			margin-top: 20px;
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 12px;
			color: #000000;	
			font-weight: bold;			
		}
	
div#menu_container
{
	background-image: url(../_images/menu_bg.jpg);
	background-repeat: no-repeat;	
	width: 900px;
	height: 38px;
	}
	div#menu_container #menu_links
	{
		padding-top: 12px;
		padding-left: 40px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #ffffff;			
	}	

div#content_container
{
	background-image: url(../_images/content_bg_repeat.jpg);
	background-repeat: repeat-y;
	min-height: 449px;	
	}
	div#content_container div#content
	{
		background-image: url(../_images/content_bg.jpg);
		background-repeat: no-repeat;
		min-height: 449px;	
		}
		div#content_container div#content div#content_text
		{
			margin-left: 30px;
			width: 840px;
		}

div#footer_container
{
	background-image: url(../_images/footer_bg.jpg);
	background-repeat: no-repeat;	
	width: 900px;
	height: 39px;
	}
	div#footer_container div#footer_links
	{
		text-align: center;
		padding-top: 3px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 9px;
		color: #0135A2;		
		}
		div#footer_container div#footer_links a
		{
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 9px;
			color: #0135A2;	
		}
	div#footer_container div#copyright_container
	{		
		display: block;
		padding-top: 20px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 9px;
		color: #0135A2;	
		width: 840px;		
		margin-left: 30px;	
		}
		div#footer_container div#copyright_container div#copyright
		{
			float: left;
		}
		div#footer_container div#copyright_container div#poweredby
		{
			float: right;
			width: 138px;
			height: 48px;			
		}

/*	
div#content_header
{
	clear: both;
	display: block;	
	}
	
	

	div#content_header div#content_title
	{
		float: left;
		margin-top: 5px;
		margin-left: 5px; 
		margin-bottom: 20px;
		padding: 0; 
		color: #000000;
		font-size: 16px;
		font-weight: bold;
	}
	div#content_header div#right_links
	{
		float: right;
		text-align: right;
		padding-top: 5px;
		padding-right: 5px;
	}
	
div#page_title
{
	margin: 5px 0 5px 5px; padding: 0; color: #000000;
	font-size: 14px;
	font-weight: bold;
}

div#header
{
	margin: 0px;
	padding: 0px;	
	text-align: center;
	background-color: #000000;
}

div#menu_container
{
	background-image: url(../_images/menu_spacer.jpg);
	height: 25px;
	width: 940px;
	text-align: center;	
}
.menu_button_left
{
	background-image: url(../_images/menu_left.jpg);
	height: 25px;
	width: 109px;
}
.menu_button_center
{
	background-image: url(../_images/menu_center.jpg);
	height: 25px;
	width: 138px;
}
.menu_button_right
{
	background-image: url(../_images/menu_right.jpg);
	height: 25px;
	width: 116px;
}
div#menu_container_h
{
	background-image: url(../_images/menu_spacer.jpg);
	height: 25px;
	width: 940px;
	text-align: center;	
}
	
div#content_container
{
	clear: both;	
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

div#footer_container
{
	display: block;
	margin: 0 auto;
	padding: 0px;
	width: 940px;
	}
	div#copyright
	{
		float: left;
		color: #888;
		font-size: 10px;
	}
	div#poweredby
	{
		float: right;
	}	

*/
