body { text-align: center; margin:0; padding: 0; font-family: Helvetica, sans-serif; font-size: 13px; color: #111;}

a {
	color: #667b7b;
}

a, a:link, a:visited { text-decoration: none }

a:focus, a:active {
/*	outline: 1px solid #fff; */
    outline: none;
}

a:hover { text-decoration: underline }

a img {
	border: 0;
}

sup {
    font-size: .5em; 
}

.page_title_bigger, .page_title, .page_title_smaller, .mini, .text { color: #111; }


.thumb_border:hover { border-width:1px; border-color:#999 }
.thumb_border { border-style:solid; border-width:1px; border-color:#ccc }
.page_title_bigger { font-size: 14px; }
.page_title { font-size: 12px; }
.page_title_smaller { font-size: 10px; }
.mini { font-size: 11px; }
.text {font-size: 13px; }
.grey { color: #666; }
.solid_border { border-style:solid; border-width:1px; border-color:#666 }
.photo { border-style: solid; border-width:10px; border-color:#fff }

p {
	line-height: 1.33em;
}

h1 {
	font-size: 18px;
	color: #666;
	line-height: 1.1em;
}

h2 {
	font-size: 16px;
	color: #666;
	line-height: 1.1em;
	margin-top: 0;
}

.clear {
	clear: both;
}

ul, li {
	list-style: none;
}
ul {
	padding: 0;
	margin: 1em 0;
}
li {
	padding-left: 15px;
	margin: 0 0 0 10px;
	list-style: none;
	background: url(../images/bullet.gif) 0 1px no-repeat;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-top: 20px;
	clear:both;
}


#footer {
	margin: 20px 0;
	text-align: right;
	color: #999;
	clear: both;
	height: 1em;
}
#footer #footer-photolinks {
    margin: 10px 0 1em 0;
}
#footer i {
	display: block;
	color: #aaa;
	font-style: normal;
}

#footer p {
    float: right;
    color: #cdcdcd;
}
#footer p#contact {
    float: left;
    color: #999;
}
	
ul#breadcrumbs {
    display: none;

	line-height: 1em;
	color: #666;
	font-weight: bold;
	font-size: 16px;
	margin: 2em 0 1.5em 0;
	padding: 0;
	height: 20px;
	list-style: none;
	overflow: hidden;
}
	ul#breadcrumbs li {
		float: left;
		padding-left: 13px;
		margin: 0 0 0 7px;
		list-style: none;
		background: url(../images/arrow.gif) 0 2px no-repeat;
	}


ul#contact {
	display: block;
	text-align: left;
	line-height: 1em;
	margin-bottom: 2em;
	color: #666;
	font-weight: bold;
	font-size: 13px;
}
	ul#contact li {
		float: left;
		padding-left: 13px;
		margin: 0 0 0 7px;
		list-style: none;
		background: url(../images/arrow.gif) 0 0 no-repeat;
	}
	
	

#main_description {
	text-align: left;
    margin: 40px 200px;
	font-size: 14px;
}

	#main_description h1 {
		font-size: 36px;
		line-height: 1em;
	}
	#main_description h2 {
	    font-size: 24px;
	}

	#main_description p {
		margin: 0 0 1em 0;
	}



ul#site_selection {
	margin: 0;
	list-style: none;
	font-size: 36px;
	text-transform: uppercase;
}

ul#site_selection li {
	list-style: none;
	padding: 0;	
	margin: 0 0 20px 0;
}

ul#site_selection li a {
	display: block;
	background: transparent url(/images/bullet_lg_r.png) 20px 20px no-repeat;
	padding: 30px 20px 30px 75px;
	line-height: 1em;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #ccc;
}

ul#site_selection li a:hover {
	background-color: #ccc;
	text-decoration: none;
}



