/* CSS Document */

body 	{
	background-image: url(../images/bg_grad.jpg);
	background-color: #010102;
	background-repeat: repeat-x;
	}

#call2action 
	{float: right;
	clear:both;
	/*background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	background-position: right;
	*/padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#logo 	{
	margin-bottom: -10px;
	}

#strap 	{
	float: right;
	margin-bottom: -10px;
	}

#mailinglist 
	{
	}

#sideNav
	{
	float: left;
	width: 185px;
	margin-right: 20px;
	}

.content
	{
	float: left;
	width: 600px;
	/*margin-right: 6px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	*/
	}

#map_canvas
	{
	float: left;
	width: 600px;
	/*margin-right: 6px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	*/
	}

#wrapper 
	{
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: right;
	width: 840px;
	}

#bd 	{
	width:840px;
	}

#hd 	{
	background-repeat: no-repeat;
	background-position: 190px 0px;
	height: 256px;
	}

#logo 	{
	float: right;
	clear: both;
	margin-top: 30px;
	}

#ft 	{
	clear: both;
	margin-bottom: 10em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	display: block;
	width: 586px;
	margin-top: -4px;
	}

#hd-leftcolumn 
	{
	width: 185px;
	float: left;
	}

#hd-rightcolumn 
	{
	width: 655px;
	float: left;
	}

#strap 	{
	float: right;
	clear: both;
	margin-top: 25px;
	}

#mailinglist 
	{
	float: right;
	clear: both;
	margin-top: 25px;
	}

.column {
	float: left;
	background-color: #202960;
	width:184px;
	margin-right: 6px;
	padding-top: 1em;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}

.column_right 	
	{
	float: right;
	background-color: #202960;
	width:184px;
	margin-right: 6px;
	padding-top: 1em;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}

.column_cont 
	{
	float: left;
	width:184px;
	margin-right: 6px;
	/*background-color: #202960;
	padding-top: 1em;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;*/
	}

.columnLast 
	{
	float: left;
	background-color: #2793cc;
	width:185px;
	}

.columnFull 
	{
	float: left;
	clear: left;
	width: 582px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #34496a;
	margin-left: 210px;
	}

.columnFull_light 
	{
	float: left;
	background-color: #34496a;
	width: 582px;
	}

.columnFull_dark 
	{
	float: left;
	background-color: #34496a;
	width: 582px;
	}

.columnFull_2col 
	{
	float: left;
	background-color: #34496a;
	width: 380px;
	margin-right: 6px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}

.columnFull_2col_cont 
	{
	float: left;
	width: 380px;
	margin-right: 6px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;*/
	}

.columnFull_3col_cont 
	{
	float: left;
	width: 600px;
	/*margin-right: 6px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;*/
	}

.columnFull_2col_stack 
	{
	/*float: left;*/
	background-color: #34496a;
	width: 370px;
	margin: 0px;
	padding: 4px;
	}

.column-left 
	{
	width: 45%;
	float:left;
	margin-left: 0.5em;
	background-color: blue;
	}

.column-right 
	{
	width:45%;
	float: left;
	margin-left:0.5em;
	background-color: red;
	}

/* ############################################### */

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

.clearfix 
	{
	display: inline-block;
	}

/* Hides from IE-mac \*/* html 

.clearfix 
	{
	height: 1%;
	}

.clearfix 
	{
	display: block;
	}

/* End hide from IE-mac */