/*--TAGS-----------------------------*/

* {
	margin:0;
	padding:0;
	border: 0;
	}
	
body {
	background: url('../images/background/background-1.jpg') center top no-repeat #ACA19F;
	font-family: Georgia, serif;
	font-size: 12px;
	}
	
h1 {
	font-size: 55px;
	line-height:60px;
	color:#F5EEE6;
	letter-spacing: 2px;
	}
	
h2 {
	font-size: 16px;
	color:#BFB4A7;
	}
	
h3 {
	font-size: 13px;
	font-weight: normal;
	}
	
p {
	font-family: Arial, sans-serif; 
	color: #666666;
	margin-bottom: 10px;
	line-height: 1.6em;
	}
	
a {
	color: #1b6591;
		}
	
/*--TAGS-----------------------------*/

#wrapper {
	width:885px;
	margin: 60px auto;
	}
	
#logo {
	width: 255px;
	float:left;
	}
	
#banner {
	width: 615px;
	float:right;
	text-align: right;
	line-height: 40px;
	padding-top:10px;
	}

#subContent {
	background: #201b16;
	width: 255px;
	float:left;
	border:solid 1px #60584f;
	font-size: 10px;
	padding-bottom: 20px;
	-moz-box-shadow: 0px 0px 10px #000;  
	-webkit-box-shadow: 0px 0px 10px #000; 
	margin-top:60px; 
	}
	
	#mainNav {
		list-style-type: none;
		text-transform: uppercase;
		font-size: 18px;
		color: #fff;
		padding: 10px 0px 15px;
		}
		
		#mainNav li {
			background: url('../images/nav-bottom-bar.gif') no-repeat bottom center;
			height: 45px;
			padding-top:15px;
			text-align: center;
			}
			
		#subContent #mainNav a {
			margin-left: 0px;
			text-decoration: none;
			}
	
		#mainNav li li {
			color:#f54c5b;
			list-style-type: disc;
			background: none;
			margin-left:20px;
			padding-left:5px;
			font-size: 12px;
			line-height: 22px;
			}
			
	#subContent h2 {
		color: #89b5e9;
		font-size: 18px;
		margin-left: 30px;
		letter-spacing: 1px;
		margin-bottom: 10px;
		}
		
	#subContent a {
		color: #fff;
		margin-left: 30px;
		letter-spacing: 1px;
		outline: none;
		}
		
	#subContent h3 {
		color: #DF0019;
		text-transform: uppercase;
		margin: 9px 0px 4px 30px;
		font-weight: normal;
		font-size: 12px;
		}
		
	
#mainContent {
	background: #fff;
	width: 595px;
	float:right;
	-moz-box-shadow: 0px 0px 10px #000;  
	-webkit-box-shadow: 0px 0px 10px #000; 
	padding: 20px 0px 20px 20px;
	}
	
	#mainContent img {
		border: solid 5px #5F0C2E;
		margin-left: 20px;
		}
		
	#mainContent h2 {
		font-size: 30px;
		border-bottom: solid 1px #60584f;
		margin: 10px 0px 20px 20px;
		color:#5F0C2E;
		}
		
	#mainContent h3 {
		font-size:19px;
		margin: 10px 40px 15px 20px;
		line-height: 22px;
		color: #666666;
		letter-spacing: .5px;
		}
		
	#mainContent h4 {
		font-size: 20px;
		border-bottom: solid 1px #c8dfed;
		margin: 10px 0px 10px 0px;
		}
		
	#mainContent h5 {
		font-size: 14px;
		margin: 10px 50px 10px 0px;
		text-transform: uppercase;
		}
		
	#mainContent p {
		margin:0px 30px 15px 20px;
		}
		
	.contentBox {
		width:287px;
		float:right;
		}
		
	.contentBox p {
		margin-right: 50px;
		line-height: 18px;
		font-size: 11px;
		}
		
#map_canvas {
	border: solid 5px #BFB4A7;
	margin: 0px 20px 20px 20px;

	}
	
#footer p{
	width: 615px;
	float:right;
	font-size: 10px;
	text-align: center;
	margin-top:5px;
	color:#201b16;
	}
	
	#footer a {color:#201b16;}
	
/*--CLASSES-----------------------------*/

.clear {clear:both;}

.smallblue {color: #1b6591; font-size: 11px; font-weight: bold;}

.picR {float:right; margin: 5px 30px 10px 5px;}

