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

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 75%;
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	background-image: url(../images/bg_tile02.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
}

img {
	border: 0;
}

#page-content {
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
	padding: 0;
}

#wrapper-maincontent {
	float: left;
	width: 800px;
	text-align: center;
	margin: 25px 0 40px 0;
}


#wrapper-flash_page {
	float: left;
	text-align: center;
	height: 802px;
	width: 800px;
}


#left-content {
	clear: both;
	float: left;
	width: 530px;
	background-color: #FFFFFF;
}

#right-content {
	float: left;
	width: 220px;
	padding: 0 25px;
	background-color: #FFFFFF;
}

#homepage_button-left {
	clear: both;
	float: left;
	width: 205px;
	margin: 10px 25px 50px 70px;
	padding: 0;
}

#homepage_button-centre {
	float: left;
	width: 205px;
	margin: 10px 25px 50px 0px;
	padding: 0;
}

#homepage_button-right {
	float: left;
	width: 205px;
	margin: 10px 0px 50px 0px;
	padding: 0;
}

h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 2.4em;
	color: #6496c8;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
}

h2 {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 1.25em;
	color: #64645a;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}

p {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 1.1em;
	color: #64645a;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
}

.highlight {
	font-weight: bold;
}

.entry-subtitle {
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.25em;
}

p a {
	color: #64645a;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #64645a;
}

p.base-navigation {
	clear: both;
	padding: 40px 0 20px 0;
	margin: 0;
	font-size: 0.9em;
	letter-spacing: 0.25em;
	color: #6496c8;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}

p.base-navigation a {
	color: #6496c8;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #6496c8;
}

p.base-navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #6496c8;
}




/* EDITORIAL PAGES */

#page-navigation {
	float: left;
	width: 800px;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	display: block;
}

#page-previous {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 25px;
	font-size: 0.9em;
	letter-spacing: 0.25em;
	color: #64645a;
	font-weight: bold;
	text-transform: uppercase;
}

#page-next {
	float: right;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 25px;
	font-size: 0.9em;
	letter-spacing: 0.25em;
	color: #64645a;
	font-weight: bold;
	text-transform: uppercase;
}

#page-previous a, #page-next a {
	color: #64645a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #64645a;
}

#page-previous a:hover, #page-next a:hover {
	color: #64645a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #64645a;
}






/* GUIDE INDEX */

#header-guide_index {
	float: left;
	width: 800px;
	text-align: center;
	margin: 20px 0 20px 0;
}

#wrapper-index_buttons {
	clear: both;

}

#guide_index-column1 {
	float: left;
	width: 360px;
	margin: 0 20px 40px 20px;
	background-color: #FFFFFF;
}

#guide_index-column2 {
	float: left;
	width: 360px;
	margin: 0 20px 40px 20px;
	background-color: #FFFFFF;
}

h5 {
	padding: 3px;
	margin: 0;
	font-size: 1.2em;
	letter-spacing: 0.25em;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #6496c8;
	display: block;
}

h6 {
	padding: 0;
	margin: 25px 0 0 0;
	font-size: 1.1em;
	color: #64645a;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

ul {
	margin: 10px 0 0 0;
	padding: 0;
}

li, li a {
	padding: 0;
	margin: 3px 0 5px 0;
	font-size: 1.0em;
	color: #6496c8;
	font-weight: bold;
	list-style-type: none;	
}

li a {
	text-decoration: none;
}

li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #6496c8;
}


#page-footer {
	clear: both;
	width: 800px;
	height: auto;
	margin: 0;
	padding: 5px 0;
	background-color: #FFFFFF;
	text-align: center;
}





/* FORM */

#wrapper-form {
	background-color: #FFFFFF;
	width: 450px;
	margin: 0 auto;
	padding: 10px 0;
}


#stivesguide-form td {
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	color: #64645a;
	text-align: left;
}

#stivesguide-form td.empty {
	height: 20px;
	line-height: 20px;
}

#stivesguide-form p {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 1.0em;
	line-height: 1.3;
	color: #64645a;
	text-align: left;
}

.textfields {
	border: 1px dotted #000000;
}

#stivesguide-form td.fieldnames {
	font-weight: bold;
	padding: 0 10px 0 0;
	text-align: left;
}

#stivesguide-form select {
	font-size: 0.8em;
}

#stivesguide-form option {
	padding: 0;
}

#stivesguide-form td.radiobutton-fields {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	text-align: left;
}

