/*
*	all elements 
*/
html *
{
	padding: 0;
	margin: 0;
	font-family: verdana, Trebuchet MS, Trebuchet, sans-serif;
	color: #336799;
}

body
{
	background: #f0f0f0;
}

a
{
	color: #0182aa;
	text-decoration: none;
}

a:hover
{
	color: #fe0000;
	text-decoration: underline;
}

h1
{
	color: #ffffff;
	font-size: 0.8em;
	margin: 0 0 10px 0;
	padding: 2px 20px 2px 295px;
	background: #336799;
}

h2
{
	color: #fe0000;
	font-size: 1em;
	margin: 0;
	padding: 0 20px 0 0;
}

h2 a
{
	color: #fe0000;
}

h3
{
	color: #336799;
	font-size: 1em;
	margin: 0;
	padding: 0 20px 0 0;
}
	
	h3 a
	{
		color: #336799;
	}

hr
{
	margin: 15px 0 15px 0;
	padding: 0;
	color: #c2d9e9;
	background: #c2d9e9;
	height: 1px;
	border: 0px;
}

p
{
	font-size: 0.8em;
	padding: 0 20px 10px 0px;
}

a:hover strong
a strong,
{
	color: #336799 !important;
}

a:hover strong,
strong a:hover
{
	color: #336799 !important;
	text-decoration: underline;
}

img
{
	border: 0;
/*	display: block;*/
}

.img
{
	padding: 0 0 10px 0;
}

.img-lft
{
	float: left;
	padding: 0 20px 10px 40px;
}

.img-rgt
{
	float: right;
	padding: 0 20px 20px 20px;
}

.clear-img-text
{
	clear: left;
}

#contact-maps
{
	min-width: 680px;
	min-height: 340px;
}

.no-bullets
{
	padding-left: 0px !important;
	list-style: none !important;
}

.blockquote
{
	float: left;
	font-weight: bold;
	margin: 0  20px 15px 0;
	padding: 10px;
	border: 1px solid #c2d9e9;
	text-align: center;
}
	
	.blockquote p
	{
		padding: 0;
	}
	

.container-box
{
	clear: left;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

blockquote
{
	margin-left: 0;
	margin-bottom: 10px;
	background: url(/images/left_quote.gif) no-repeat top left;
}
	
	blockquote p
	{
		padding-left: 25px;
		margin-right: 40px;
		background: url(/images/right_quote.gif) no-repeat bottom right;
	}

p.quote
{
	margin-left: 25px;
}

.red
{
	color: #fe0000;
	font-weight: bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.hide
{
	display:none !important;
}

#wrapper
{
	width: 975px;
	margin: 45px auto 0 auto;
	background: #ffffff;
}
	
	#wrapper #logo
	{
		padding: 11px 30px 7px 30px;
		background: #fe0000;
	}
	
	#wrapper #top-nav
	{
		margin: 1px 0 1px 0;
	}
		
		#wrapper #top-nav ul#nav
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
			
			#wrapper #top-nav ul#nav li
			{
				margin: 0;
				padding: 0;
				display: inline;
			}
				
				#wrapper #top-nav ul#nav li a
				{
					float: left;
					color: #656565;
					font-size: 0.8em;
					font-weight: bold;
					margin: 0;
					padding: 10px 38px 7px 38px;
					display: block;
					border-left: 1px solid #ffffff;
					text-decoration: none;
					background: url(/images/bg_top_nav.gif) repeat-x bottom;
				}
				
				#wrapper #top-nav ul#nav li.first a
				{
					padding-left: 37px;
					padding-right: 36px;
					border-left: 0;
				}
				
				#wrapper #top-nav ul#nav li a.hi
				{
					color: #ffffff;
					background: #918f90;
				}
				
				#wrapper #top-nav ul#nav li a:hover,
				#wrapper #top-nav ul#nav li.open a
				{
					color: #ffffff;
					background: #918f90;
				}
				
#wrapper #container
{
	min-height: 300px;
	margin: 15px 0 1px 0;
	background: url(/images/bg_container.gif) repeat-y left #ffffff;;
}
	
	#wrapper #container #left
	{
		float: left;
		width: 255px;
	}
	
	#wrapper #container #right
	{
		float: left;
		width: 720px;
		padding: 23px 0 20px 0;
		font-size: 0.8em;
	}
	
	#wrapper #container #right div.padding
	{
		padding-left: 40px;
	}
	
	#wrapper #container #right p
	{
		font-size: 1em;
	}
	
	#wrapper #container ul,
	#wrapper #container ol
	{
		margin: 0;
		padding: 0 20px 10px 30px;
	}
		
		#wrapper #container #right ul li,
		#wrapper #container #right ol li
		{
			font-size: 1em;
		}

		#wrapper #container #right ul li ul li,
		#wrapper #container #right ol li ol li
		{
			font-size: 1em;
		}
		

#wrapper #footer
{
	padding-bottom: 45px;
	background: #f0f0f0;
}
	
	#wrapper #footer .disclaimer
	{
		background: #cecfd1;
	}
	
	#wrapper #footer p
	{
		color: #7b7b7d;
		font-size: 0.55em;
		padding: 15px 30px 15px 30px;
	}
