/* CSS Document */

body {
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-style: normal;
	text-align: left;
	line-height: 1.4em; 
	
/* ------ TURN OFF BACKGROUND FOR EDITING ---------     ------------------------------------------------- */
 
	background-image: url(../images/bg-map.jpg);
	background-attachment: fixed;
	


	margin: auto;
	padding: 0;
}

#wrapper {
	margin: auto;
	width: 100%;
	overflow: hidden;
	background-image: none;
}

#header_wrapper {
	margin: auto;
	width: 100%;
}
	
	
#header {
	margin: auto;
	width: 1200px;
	height: 175px;
	background-image:url(../images/header-bg.jpg);
	box-shadow: 2px 0px 5px #666666;

}

#social {
	float: right;
	text-align: right;
	margin-top: 130px;
	padding-top: 15px;
	padding-right: 15px;
}

#menu {
	margin: auto;
	width: 1200px;
	background: #262567;
	min-height: 18px;
	box-shadow: 2px 0px 5px #666666;

}

#container {
	margin: auto;
	width: 1200px;
	background-image: url(../images/bg_tile_xparency.png);
	background-repeat: repeat;
	padding-top: 15px;
	min-height: 500px;
	overflow: hidden;
	box-shadow: 2px 0px 5px #666666;
}

#full_content {
	margin: auto;
	padding-left: 15px;
	width: 100%;
	float: left;
}

#left_content {
	display: block;
	margin: auto;
	padding-left: 15px;
	padding-right: 25px;
	width: 245px;
	float: left;
	border-right-style: solid;
	border-right-color: #262567;
	border-right-width: 1px;
	min-height: 500px;
}


#right_content {
	margin-left: 285px;	
	padding-left: 25px;
	padding-right: 15px;
}


#footer_wrapper {
	margin: auto;
	margin-bottom: -5px;
	width: 100%;
	overflow: hidden;
}

#footer {
	margin: auto;
	margin-top: -27px;
	width: 1200px;
	background-image: url(../images/footer_bg_xparency.png);
	background-repeat: repeat;
	min-height: 360px;
	box-shadow: 2px 0px 5px #666666;


}

#footer_left {
	padding-left: 15px;
	padding-top: 30px;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	color: #000000;
	min-height: 360px;
}

#footer_right {
	margin-left: 200px;
	padding-top: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	color: #000000;
	min-height: 360px;
}

#slideshow {
	float: right;
	margin-right: 15px;
	width: 300px;
}

a {
	color: #D32526;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D27676;
}
a:hover {
	color: #D3S526;
	text-decoration: underline;
}

a:image {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 155%;
	color: #262567;
	line-height: 1.3em;
}

h2 {
	font-size: 130%;
	color: #262567;
	line-height: 1.3em;
}


ul  {
	margin-left: 15px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 3em;
}

ol  {
	margin-left: 15px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	list-style-position: inside;
}

blockquote {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

img {
	border: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

img.leftcolumn {
	border: 0px;
	padding: 0px;
}

img.header {
	border: 0px;
	padding: 0px;
}


/* ------------------------------------------------------------ */
p {
	padding-bottom: 1em;
}

#social {
	float: right;
	margin-right: 5px;
	width: auto;
	padding-top: 25px;
}

/* --------------------------------- CLASS DEFINITIONS ----------------------------------- */


img.floatleft {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

img.floatleftbumpup {
	float: left;
	padding-right: 3px;
	padding-top: 3px;
}


img.floatright {
	float: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.a {
	border: 0px;
}

img.aligned {
	vertical-align: text-top;
	padding: 0px;
}

img.padless {
	padding: 0px;
}

img.left {
	float: left;
	padding-right: 35px;
	margin-left: -10px;
}	

.mediumprint {
	font-size: 90%;
	line-height: 1.25em;
}

.smallprint {
	font-size: 80%;
	line-height: 1.2em;
}

.smallprintcenter {
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
}


.printcenter {
	text-align: center;
}

.caption {
	font-size: 80%;
	line-height: 1.3em;
	color: #000000;
	font-style: italic;
}

.quote {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	color: #23408f;
	line-height: 1.3em;
}

.emphasized {
	font-weight: bold;
}

.italicized {
	font-style: italic;
}

.shadow {
  -webkit-box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.35);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 0px 3px 0px rgba(0, 0, 0, 0.35);  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 0px 3px 0px rgba(0, 0, 0, 0.35);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
