@charset "UTF-8";




/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
*/

/* Mobile Layout: 480px and below. */


#headerbg {
	background-color:#4E4E4E;
	position: relative;
	height: auto;
	width: 100%;

	
}

.gridHeader {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	
	
}

#header {
	position: relative;
	height:auto;
	max-width:900px;
	background-color:#FFF;
	border-bottom:#cc0000 thin solid;
	

 }

#headeritem {
	position:relative;
	height:100%;
	width:auto;
	display:inline-block;
	
	
	
	
}



#logo {
	position: relative;
	height:100%;
	width:100%;
}



.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	
	
}

/*#nav {
	height:auto;
	width: auto;
	float:left;
	margin-top:30px;
	
}*/


#sharelinks{
	position:relative;
	height:100%;
	width:100%;
	margin-top:5px;
	bottom:-13px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	max-width:900px;
	background-color:#FFF;
	box-shadow: 0px 0px 10px #888888;
}

#guidebox {
	height:auto;
	width:100%;
	max-width:900px;
	float:left;
}

#guideboxcont {
	position:relative;
	height:auto;
	width:100%;
	
}

#guideitem1 {
	position:relative;
	height:100%;
	width:auto;
	float:left;
	margin-right:40px;
	
}

#guideitem2 {
	position:relative;
	height:100%;
	min-height:210px;
	width:auto;
	max-width:180px;
	float:left;
	text-align:left;
	margin-right:40px;
	margin-top:10px;
	

	
}

#guideitem3 {
	position:relative;
	height:100%;
	min-height:210px;
	width:auto;
	float:left;
	max-width:180px;
	margin-top:10px;
	text-align:left;
	
}


#news {
	background-color: #FFF;
	border-width: medium;
	border-color: #cc0000;
	position: relative;
	height: 100%;
	min-height:170px;
	width: auto;
	border-style:solid;
	box-shadow: 0px 0px 5px #cc0000;
	padding:20px;
	
	
}

/*#guidecover {
	position:relative;
	height:100%;
	width:100%;
	background-color:#999;
}

#guideform {
	position:relative;
	height:100%;
	min-height:210px;
	width:auto;
	min-width:300px;
	background-color:#999;
}

#guidetest {
	position:relative;
	height:100%;
	min-height:210px;
	width:auto;
	max-width:200px;
	background-color:#999;
	
}*/






.TextWrap {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	
}



#contentInner {
	position:relative;
	height:auto;
	max-width:650px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:50px;
	padding-top:30px;
	background-color:#FFF;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}


#bookbox {
	position:relative;
	height:auto;
	min-height:300px;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;
	background-color: #CCC;
	
}

#bookboxitem {
	position:relative;
	height:100%;
	width:auto;
	display:inline-block;
	
	
	
	
}

#testimonial {
	background-color: #FFF;
	border-width: medium;
	border-color: #F25F00;
	position: relative;
	height: 100%;
	min-height:170px;
	width: auto;
	border-style:solid;
	box-shadow: 0px 0px 5px #FEC38F;
	padding:20px;
	font-size: 20px;
	font-weight:bold;
	color: #276c86;
	
}

.TextWrap {
	float:left;
	margin-bottom:10px;
	margin-right:15px;
}





/*  

#footer {
	clear: both;
	float: left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	display: block;
	height:auto;
	max-width:700px;
	text-align:center;
	position:relative;
	margin-top:200px;
	color:#999;
}

*/

#footer {
	background-color: #4E4E4E;
	position: relative;
	height: auto;
	width:100%;
	background-repeat: repeat-x;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #cc0000;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;

	
	
	
}

#footer_container {
	background-color: #4E4E4E;
	position: relative;
	height: auto;
	max-width:500px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top:20px;
	padding-bottom:130px;
	padding-left:20px;
	padding-right:20px;
	
} 



ul.no_bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


li.bul_tri {
	background: url(images/bullet_tri.png) no-repeat left top;
	height: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-left: 15px;
	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 900px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}







