

html {
	background-image: url(../images/grain.jpg);
	background-position: top left;
	background-repeat: repeat;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/stripes.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

a { color: #52F7EE; text-decoration: none; }
a:hover { color: #2F2F2F; }

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 18px;
	font-family: Georgia;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



h1 a {
	color: #ffffff;
}

h1 a:hover {
	color: #000000;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	letter-spacing: -1px;
	line-height: 20px;
	font-family: Georgia;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2.push_down {
	margin: 16px 0px 0px 0px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	letter-spacing: -1px;
	line-height: 26px;
	font-family: Georgia;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3.push_down {
	margin: 11px 0px 0px 0px;
}

h3.more_space {
	margin: 40px 0px 11px 0px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	font-family: Arial, Verdana;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

h4.less_space {
	margin: 20px 0px 0px 0px;
}

/*  Page containers
-------------------------------*/

#page_container {
	width: 955px;
	height: 560px;
	background-image: url(../images/waves.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#page_container_admin {
	width: 955px;
	height: 560px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#left_column_admin {
	width: 233px;
	float: left;
	margin: 30px 0px 0px 38px;
	padding: 0px 0px 0px 0px;
}


#left_column {
	width: 233px;
	float: left;
	margin: 216px 0px 0px 38px;
	padding: 0px 0px 0px 0px;
}

#right_column_admin {
	width: 435px;
	float: right;
	margin: 50px 178px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#right_column_wide {
	width: 435px;
	float: right;
	margin: 404px 178px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right_column_wider {
	width: 488px;
	float: right;
	margin: 403px 125px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right_column_whole {
	width: 576px;
	float: right;
	margin: 0px 38px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right_column_narrow {
	width: 388px;
	float: left;
	margin: 387px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right_pattern_column {
	background-image: url(../images/swirl.jpg);
	background-position: top left;
	background-repeat: repeat;	
	width: 140px;
	float: right;
	margin: 409px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right_inset_column {
	width: 140px;
	float: right;
	margin: 405px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right_inset_column_pic {
	width: 140px;
	float: right;
	margin: 412px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Navigation 
-------------------------------*/

#navigation ul {
	width: 219px;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	line-height: 24px;
	list-style-type: none;
	font-family: Georgia;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation ul a {
	width: 219px;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	line-height: 24px;
	list-style-type: none;
	font-family: Georgia;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
}

#navigation ul a:hover {
	width: 219px;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	line-height: 24px;
	list-style-type: none;
	font-family: Georgia;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
}

#navigation ul a.selected {
	width: 219px;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	line-height: 24px;
	list-style-type: none;
	font-family: Georgia;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
}

#logo_container {
	width: 96px;
	height: 40px;
	margin: 30px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.dashed_line {
	width: 212px;
	height: 2px;
	border-top: 2px dotted #FFFFFF;
	margin: 10px 14px 10px 0px; 
	padding: 0px 0px 0px 0px;
}

.address {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Verdana;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
}

.address a {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Verdana;
	line-height: 13px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.address a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Verdana;
	line-height: 13px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.credit {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Verdana;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.credit a {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Verdana;
	line-height: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
}

.credit a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Verdana;
	line-height: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
}

/* text markup
-------------------------------*/

.body_thirteen_px {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	font-family: Arial, Verdana;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.body_bold {
	font-weight: bold;
}


.body_thirteen_px a {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	text-decoration: underline;
	font-family: Arial, Verdana;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.body_thirteen_px a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	text-decoration: underline;
	font-family: Arial, Verdana;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.body_less_space {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	font-family: Arial, Verdana;
	margin: 5px 0px 20px 0px;
	padding: 0px;
}


.body_less_space a {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	font-family: Arial, Verdana;
	margin: 5px 0px 20px 0px;
	padding: 0px;
}

.body_less_space a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	font-family: Arial, Verdana;
	margin: 5px 0px 20px 0px;
	padding: 0px;
}




.news_date {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

.news_header {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	font-family: Arial, Verdana;
	margin: 5px 0px 20px 0px;
	padding: 0px;
}

.news_dashed_line {
	width: 387px;
	height: 2px;
	border-top: 2px dotted #000000;
	margin: 10px 14px 10px 0px; 
	padding: 0px 0px 0px 0px;
}

.archive_heading {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	letter-spacing: -1px;
	line-height: 18px;
	font-family: Georgia;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

.archive_thirteen_px {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	font-family: Arial, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.archive_thirteen_px a {
	color: #000000;
	text-decoration: none;
}

.archive_thirteen_px a:hover {
	color: #000000;
	text-decoration: none;
}

.archive_dashed_line {
	width: 140px;
	height: 2px;
	border-top: 2px dotted #000000;
	margin:  0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.quote {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	font-family: Arial, Verdana;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
.quote_name {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

.quote_name a {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	text-decoration: underline;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

.quote_name a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	text-decoration: underline;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}

.quote_line {
	width: 140px;
	height: 7px;
	border-top: 7px solid #000000;
	margin:  0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.contact_text_white {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	letter-spacing: -1px;
	line-height: 20px;
	font-family: Georgia;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contact_text_blue {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	letter-spacing: -1px;
	line-height: 20px;
	font-family: Georgia;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contact_text_blue a {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	letter-spacing: -1px;
	line-height: 20px;
	font-family: Georgia;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contact_text_blue a:hover {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	letter-spacing: -1px;
	line-height: 20px;
	font-family: Georgia;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.download_pdf {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Verdana;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.download_pdf a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Verdana;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.download_pdf a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Verdana;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

/* others
-------------------------------*/

.spacer {
	clear: both;
}

/*	FORM ELEMENTS
----------------------*/

.field_text {
	width: 380px;
	min-height: 20px;
	font-size: 12px;
	border: 2px solid #000000;
	font-family: Arial, Verdana;
}

.field_textarea {
	width: 380px;
	height: 100px;
	font-size: 12px;
	border: 2px solid #000000;
	font-family: Arial, Verdana;
}

.field_text_error {
	width: 380px;
	min-height: 20px;
	font-size: 12px;
	border: 2px solid #000000;
	font-family: Arial, Verdana;
}

.field_textarea_error {
	width: 380px;
	height: 100px;
	border: 2px solid #000000;
	font-family: Arial, Verdana;
}

.field_button {
	background: transparent;
	border: none;
	font-family: Georgia;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.field_button_over {
	background: transparent;
	border: none;
	font-family: Georgia;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

label {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.thank_you {
	border-bottom: 2px dotted #000000;
	padding-top: 20px;
	margin-bottom: 50px;
	width: 500px;
}

form {
	margin: 0px !important;
	padding: 0px !important;
}

.entry_options {
	float: right;
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;
}

.entry_options ul {
	margin-left: 5px;
	padding-left: 5px;
}

td, th {
	text-align: left;
	vertical-align: top;
}

.generic_table {
	width: 400px;
}

.row_odd td {
	background-color: #ffffff;
}

.image_container {
	float: right;
	margin: 0px 0px 20px 20px;

}
