/***************************
GLOBAL ELEMENT STYLES
***************************/
html body {
	height: 100%;
	}
body{
	font-size: 75%; /* 12px */
	font-family: Arial, Helvetica, sans-serif;
	background: #614db6 url(../_images/backgrounds/bg.jpg) no-repeat center top;
	}
* {margin: 0; padding: 0;}
.non-visible{
	visibility: hidden;
	}

fieldset, img{
	border: 0px none;
	background: none;
	}
img, button, input {border: none;}
img {display: block;}
:focus{-moz-outline-style: none;}
legend{display: none;}
caption,th {
	text-align:left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	}
ul, ol {list-style: none outside;}
.clear {clear: both; zoom: 1;}
a {
	text-decoration: none;
	}
a:hover{text-decoration: underline;}
		
/***************************
MASTER
***************************/
#wrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: #cae3ed url(../_images/backgrounds/wrap_bg.jpg) no-repeat left top;
	}
	/***************************
	HEADER
	*/
	#header{
		
		}
		#header #header_logo {
			padding: 32px 0 0 29px;
			}
			#header #header_logo a{
				background: url(../_images/logo.png) no-repeat left top;
				width: 203px;
				height: 121px;
				display: block;
				text-indent: -9999px;
				float: left;
				}
		#top_90h{
			height: 90px;
			width: 728px;
			float: right;
			padding-right: 17px;
			}
/***************************
FOOTER
*/
#footer{
	clear: both;
	padding: 22px 0;
	font-size: 12px;;
	color: #FFF;
	position: relative;
	background: #c4c4c4 url(../_images/footer_bg.jpg) repeat-x left top;
	zoom: 1;
}
#footer a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px 0 6px;
}
#footer_links {
	zoom: 1;
	overflow: hidden;
	color: #333333;
	padding-left: 21px;
}
#footer_links li{
	float: left;
	text-transform: capitalize;
}
			
/***************************
MAIN NAVIGATION
***************************/
#main_nav {
	clear: both;
	margin: 0 13px;
	padding-left: 2px;
	background: url(../_images/left_divider.gif) no-repeat left top;
	}
#main_nav ul {
	overflow: hidden;
	zoom: 1;
	}
#main_nav li {
	float: left;
	background: #591a30;
	height: 33px;
	}
#main_nav li#blog {
	background: #591a30 url(../_images/nav_bottom.gif) no-repeat right bottom;	
	}
#main_nav li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	background: #ca5780;
	color: #fff;
	padding: 8px 20px 0;
	border-right: 1px solid #591a30;
	font-family: vinylreg;
	font-size: 14px;
	visibility: hidden;
	float: left;
	height: 23px;
	}
#main_nav li.selected a {
	background: #fff;
	color: #ca5780;
	border-top: 1px solid #591a30;
	padding-top: 7px;
	}
#main_nav li#blog.selected {
	background: #591a30;
	}
#main_nav li#blog a {
	border-right: none;
	}
#main_nav li#blog.selected a {
	border-right: 1px solid #591a30;
	}
#main_nav li#contact_us {
	float: right;
	background: #591a30 url(../_images/nav_bot_2.gif) no-repeat right bottom;
	}
#main_nav li#contact_us a {
	color: #f0f017;
	border: none;
	background: #ca5780 url(../_images/left_divider_2.gif) no-repeat left top;
	padding-top: 8px;
	}


/* search box */
#search_form label,
#search_form span {
	display: none;
	}
#search_form  {
	display: block;
	background: #c4c4c4;
	margin-bottom: 10px;
	padding: 14px 0px 14px 10px;
	overflow: hidden;
	zoom: 1;
	}
#search_form #header_search_button {
	background: url(../_images/search_btn.gif) no-repeat left top;
	width: 89px;
	height: 29px;
	cursor: pointer;
	float: left;
	}
#search_form .form_element_div {
	background: url(../_images/search_bg.gif) no-repeat left top;
	width: 183px;
	height: 26px;
	float: left;
	margin-right: 7px;
	}
#search_form input {
	margin: 5px 0 0 5px;
	width: 171px;
	background: #fff;
	}

/* search results */
#search_results {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 15px;
	}
#search_results .module_content {
	background: #e6e6e6;
	padding: 12px;
	margin: 12px;
	}
#search_results .image_items .image_item_link{
	color: #4a6ec9;
}
#search_results .image_items h3{
	padding: 6px 0 0px;
	font-size: 16px;
}
.search_results_count {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 23px 24px 7px;
	}
.search_results_count .search_string {
	color: #CA5780;
	}
.pagination {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-right: 15px;
	}
.pagination li {
	color: #ca5780;
	float: left;
	}
.pagination li a {
	color: #ca5780;
	border-left: 1px solid #ca5780;
	padding: 0 9px;
	}
.pagination li.pagination_current {
	color: #999999;
	padding: 0 9px;
	border-left: 1px solid #ca5780;
	}
.pagination .pagination_next a {
	border: none;
	padding: 0;
	}
.pagination .pagination_prev a {
	border-left: none;
	}

	/***************************
	CONTENT
	*/
	#content{
		padding: 13px 17px 7px;
		overflow: hidden;
		clear: both;
		}
					

	/***************************
	FORMS
	*/
		.form_element_div textarea{
			height: 85px;
			border: 1px solid #999;
			padding: 2px 2px;
			float: left;
			}
		.form_select_date label {
			display:none;
			}
	.form_multi_buttons{
		clear: both;
		padding-left: 158px;
		overflow: hidden;
		zoom: 1;
		}
		.form_multi_buttons button{
			margin-right: 4px;
			float: left;
			}
	button, input[type="submit"]{
		display: block;
		line-height: 1em;
		text-transform: uppercase;
		}