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

body {
	font-family: Cambria, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	background-color: #9d998a;
}

*{margin: 0; padding: 0;}



#wrapper {
	height: auto;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #666;
}

#navigation {
	height: 35px;
	width: 950px;
	background-image: url(images/navigation.gif);
}

#navigation li {
	float: left;
	color: #FFF;
	list-style-type:none;
	padding-left: 30px;
	padding-right: 90px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#navigation li a:link {
	color: #FFF;
	text-decoration: none;		
}

#navigation li a:visited {
	color: #CCC;
	text-decoration: none;		
}

#header {
	height:	150px;
	width: 950px;
	background-image: url(images/header.gif);		
}

#mainphoto {
	background-image: url(images/mainphoto.jpg);
	height: 140px;
	width: 950px;
}

#hordiv {
	width: 950px;
	height: 11px;
	background-image: url(images/horizontal_divider.gif);
}

#maincontentarea {
	width: 950px;
	background-image: url(images/maincontent_backgrnd.gif);	
	padding-bottom: 50px;
}

#espanol {
	
	position: relative;
	left: 500px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#espanol p {
	margin: 0px;
	padding: 0px;
	font-family: Cambria, Georgia, Times, Serif;
	font-size: 16px;
	font-style: italic;
}

#maincontentarea p {
	
	
}

#maincontentarea li {
	font-variant: normal;
	text-decoration: underline;
}

#leftcol {
	width: 725px;
	float: left;
}

#leftcol p {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #333;
}

#leftcol h1 {
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 1.6em;
}

#leftcol td {
	padding-left: 30px;	
}

#leftcol ul {
	padding-left: 75px;	
}

#leftcol li {
	font-size: 12px;
	color: #333;
	
}

#leftcol a:link {
	color: #666;
			
}

#leftcol a:visited {
	color: #999;
			
}


#leftcol short {
	width: 525px;
	height: auto;
	float: left;
}


#midcol {
	width: 198px;
	height: auto;
	float: left;
}

#rightcol {
	width: 225px;
	
	float: left;
	
}

#rightcol p {
	padding-left: 7px;
	padding-right: 5px;
}

#footer {
	height: 201px;
	width: 950px;
	background-image: url(images/footer.gif);
	margin-bottom: 20px;
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.sidesnippet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-top: 15px;
	line-height: 16px;
	letter-spacing: .05em;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.floatright {
	float: right;
	padding-right: 50px;
	padding-left: 20px;
}

.floatleft {
	float: left;	
}

.clearthefloats {
	clear: both;	
}

.map {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	border: thin #000 solid;
}

.underline {
	text-decoration: underline;		
}

#footer p {
	padding-left: 850px;
	padding-top: 180px;
}

#footer a:link {
		color: #CCC;
		
}

#footer a:visited {
		color: #CCC;
		
}