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

/*-- global --*/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font: 0.95em Georgia, "Times New Roman", Times, serif;
}
a {
	color: #0060A8;
	text-decoration: underline;
}
a:hover {
	color: #3399FF;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

/*-- main containers --*/

#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#container {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
}

#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}

/*-- nav-bar --*/

#mainNav {
	width: 755px;
}
#mainNav ul{
	width: 755px;
	background-image: url(images/navBGround2.gif);
	background-repeat: repeat-x;
	margin: 0 auto 15px;
	padding: 0;
	float: left;
	list-style-type: none;
	font-size: 12px/12px;
	font-weight: bold;
	border-top: solid 2px #000;
	border-bottom: solid 1px #333;
}
#mainNav li{
	float: left;
	vertical-align: middle;
}
#mainNav a{
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	padding: 7px 12px;
	border-right: solid 1px #004aaa;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}
#mainNav ul li a:hover {
	background-color: #005AAA;
	text-decoration: none;
}
#mainNav ul li.highlight a{
	background: url(images/head-logo.gif) no-repeat 0 -75px;
	color: #ffffee;
	font-weight: bold !important;
	font-variant: small-caps !important;
}
#mainNav ul li.highlight a:hover{
	background: #eeeedd;
	color: #333311;
}

/*-- main id boxes --*/

#top-color {
	margin: 0px;
	padding: 0px;
	width: 755px;
	background-color: #000;
	height: 2px;
	font-size: 2px;
}
#header {
	padding: 0px;
	width: 755px;
	height: 170px;
	margin: 0 auto;
}
#header h1 span {
	display:none
}
#mainContent {
	padding: 0px;
	float: left;
	width: 353px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	margin-right: 25px;
	display: inline;
}
#secondaryContent {
	padding: 0px;
	float: left;
	width: 314px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#column2 {
	padding: 0px;
	float: left;
	width: 340px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
}
#fullspread {
	padding: 0px;
	width: 699px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	margin-right: 28px;
}

#footer {
	width: 650px;
	font-size: .8em;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 20px;
	text-align: center;
}

#footer hr {
	height: 1px;
	margin: 0px 0px 5px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background: #000000;
}


/*-- picture borders --*/

.picturebox {
	border: 2px solid #FE4D00;
	margin: 4px;
}
.graphicsBorder {
	border: 1px solid #747877;
	margin: 4px;
}

/*-- break --*/

.break {
	clear: both;
	height: 1px;
	background-color: #FFFFFF;
}

/*-- text styles --*/

.subheadline {
	font-size: 1.2em;
	font-weight: bold;
	color: #005AAA;
	text-transform: uppercase;
}
.blue-text {
	color: #005AAA;
}
.red-text { color: #FF0000; }
.southland {
	color: #005AAA;
	font-weight: bold;
	font-variant: small-caps;
}
.caps { text-transform: uppercase; }
.subcaps { font-variant: small-caps; }

/* photos-list */

#photo-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
		#photo-list li {
			float: left;
			display: block;
			text-align: left;
			margin: 4px 8px 4px 0;
			padding: 0px;
		}

/* forms */

#form1 {
	width: 680px;
}

fieldset {
	margin: 1em 0 1em 22px;
	padding: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
}
legend {
	font-weight: bold;
	display: block;
}
textarea {
	width: 200px;
	height: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
textarea.text {
	margin-bottom: 1em;
	margin-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
input.text {
	width: 200px;
	margin-bottom: 1em;
	margin-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
select {
	margin-bottom: 1em;
	margin-left: 1em;
}
input.radio, input.checkbox, input.submit {
	width: auto;
	float: left;
	margin-right: 1em;
}
label {
	float: left;
	width: 8em;
	text-align: right;
}
fieldset#checkbox {
	margin: 0em;
	padding: 1em 0;
	background: transparent;
	border-bottom: none;
	border-right: none;
	border-top: 1px dotted #CCCCCC;
	border-left: none;
}
#checkbox h2 {
	width: 10em;
	float:left;
	font-size:1em;
	font-weight: normal;
	clear: both;
}
#checkbox div {
	width: 12em;
	float:left;
	margin-top: .8em;
}
#checkbox label {
	width: 8em;
	float:none;
	display:block;
	margin-bottom: .5em;
	text-align: left;
}
.bigger { font-size: 200%; }
.small-text {
	font-size: .7em;
}
.disclaimerText {
	font-size: .7em;
	color: #333333;
}

/* flyer button ;)*/

div#flyerButton {
	border: thin outset #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	float: right;
	text-decoration: none;
	background: #005AAA;
	font: bold 12px Arial, sans-serif;
	cursor: pointer;
	margin: 10px;
	padding: 8px;
}
