@charset "utf-8";
/* CSS Document */


body {
	font-family:Raleway;
	font-size:16px;
	letter-spacing:1px;
	background-color:#000000;
	margin: 0;
	padding: 0;
	color:#3B3B3B;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .navmenu list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	}
	
h1{
	letter-spacing:.15em;
	font-variant:small-caps;
	font-size:30px;
	/* text-shadow:2px 2px 5px black;  */
	
}
	
h2{
	font-size:20px;
	font-weight:bold;
	
	
	}
	
h3{
	font-size:16px;
	font-weight:bold;
}
	
h4{
	font-variant:small-caps;
	margin-bottom:0px;
	/* text-shadow:2px 2px 5px black;  */
	
}
	}
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#265B9B; /* Steel Blue */
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	}
	
a:visited {
	color:#1B7AB4;/* Steel Blue */	
	text-decoration: none;
	}
	
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.outercontainer {
	width: 1100px;
	/*background-color:#FFFFFF;*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	}	
	
		
.HoneContent {
	float: left; 
	padding:10px 0px 50px 0px;
	min-width:850px;
	margin-left:20px;
	margin-top:0px;
	min-height:350px;
	
	}
	
.Content {
	float: left; 
	padding:10px 0px 50px 0px;
	width:700px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:25px;
	min-height:350px;
	background-color:#F0F3F4;
	padding:25px;
	
	border-radius:5px; 
	border:#666666 medium double;
	border-width:5px;
	
	}	
	
.Content li{
	padding-bottom: 20px;
	}	
	


.divider2 {
		background-color:#958878;
		border-radius: 5px 5px 5px 5px;
		width:855px;
		height:1px;
		margin-left:12px;
		-moz-box-shadow: 0 0 2px #FFFFFF;
		-webkit-box-shadow: 0 0 3px #FFFFFF;
		box-shadow: 0 0 2px #D8D8D8;
		margin:5px 0px 5px 0px;
		
		}

/* ~~ The footer ~~ */
.footer {
	
	border-top: solid #E6E6E6 1px;
	border-bottom: solid #E6E6E6  1px;
	background-color:#828282;
	height:45px;
	width:100%;

	position: relative;/* this gives IE6 hasLayout to properly clear */
	/*clear: both; */ /* this clear property forces the .container to understand where the columns end and contain them */
	}
	
	
#footertext {
	padding-top:0px;
	margin:-20px;
	width: 1260px;
	color:#FFFFFF;
	}
	
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}

/* [if lte IE 7] */
	



#copyright{
	margin-top:25px;
	font-size:12px;
	margin-left:40px;
	}
	
#Webdesign{
	margin-top:-5px;
	font-size:12px;
	margin-left:58px;
	margin-bottom:15px;
	}
	
#Webdesign a{
	color:#ffffff;
	}
	
	

	
.spacer5 {
	height:5px;
	}	

.spacer10 {
	height:10px;
	}
	
.spacer15 {
	height:15px;
	}
	
.spacer20 {
	height:20px;
	}



/** BACK TO TOP OF PAGE - Code from http://typicalwhiner.com/116/effortless-jquery-floating-back-to-top-script-v2/**/

#backtotop {
	position: fixed;
	left:25px;
	bottom:105px;
	display:none;/*hid the button first*/
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:31px;
	height:155px;
}

#backtotop a:hover {
	opacity:.8; /*mouse over fade effect*/
}

.clrb {
	clear:both;
}

#maindiv {
	width:700px;
	border:1px solid #999;
	margin:auto;
	padding:20px;
}



#Decoration{
	margin:10px 0px 5px 25px;

}


.Columns {
	min-width:500px;
	margin-top:25px;
	color:#0B1159;
	
	}

.Column1 {
	float:left;
	width:250px;
	min-height:400px;
	background-color:#F0F3F4;
	margin-left:25px;
	padding:25px;
	
	border-radius:5px; 
	border:#666666 medium double;
	border-width:5px;
	
	}

.Column2 {
	float:left;
	width:250px;
	min-height:400px;
	padding:5px 10px 0px 10px;
	background-color:#F0F3F4;
	margin-left:25px;
	padding:25px;
	
	border-radius:5px; 
	border:#666666 medium double;
	border-width:5px;
	
	}
	
.Column3 {
	float:left;
	width:250px;
	height:300px;
	}
	
.contentshadow {
	color:#0B1159;
	text-shadow:2px 2px 3px #575757,
	1px 1px 1px #FFFFFF;
}	


.ColorLink {
	color:#1B7AB4;/* Steel Blue */	
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight:bold;
}
