/* CSS Document */
@import 'reset.css';
@import 'typography.css';
@import 'tools.css';

body {
	background:url(../images/background.png) repeat;
}

#page_wrapper {
	background:url(../images/background_fade.png) repeat-x;
}

#content_wrapper {
	background:url(../images/clear_panel_Background.png) repeat-y;
	width:905px;
	margin:0 auto;
}

#search {
	background:url(../images/search_background.png) no-repeat;
	background-position:right;
	margin:0 auto;
	text-align:right;
	width:875px;
	height:32px;
	padding:4px 20px 0 0;
}
#ajaxSearch_input {
	height:12px;
	width:145px;
	font-size:10px;
}		
#search .ajaxSearch_intro {display:none;}
#search form, #search fieldset {
	display: inline;
}
#header {
	background:url(../images/header.png);
	width:905px;
	height:60px;
	text-indent:-2000px;
}



/*  Slide show styles 
-----------------------------------------------*/

#slideshow_wrapper {
	background: url(../images/slideshow_background.jpg) no-repeat;
	height:356px;
}

#slideshow_content {
	overflow: hidden;
	width:905px;
	height:356px;	

}
#slideshow_content img {
	margin:0;
	padding:0;
}



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

#navigation {
	background:url(../images/links_background.png) repeat-x;
	height:44px;
	overflow:hidden;
	width:868px;
	margin-left:13px;
	border-style:solid;
	border-color:#000000;
	border-width:0 2px 0 2px;
	clear:both;
}
#navigation ul {
	display:block;
}
#navigation li {
	padding:0 8px 0 0;
	margin:8px 10px 0 0;
	border-right:1px solid #E6E4DD;
	line-height:1em;
}



/*  Content 
--------------------------------------*/
#content {
	background-color:#888059;
	border-width:0px 2px 0px 2px;
	border-style:solid;
	border-color:#000000;
	width:868px;
	margin-left:13px;
	padding-top:10px;
	/*/position:relative;
	//left:13px;
	//top:-260px;
	/margin-bottom:-260px;*/
	min-height:318px;
	
}

#content_footer {
	background:url(../images/body_footer.png) no-repeat;
	width:872px;
	height:13px;
	margin-left:13px;
	position:relative;
	margin-top:0;
	
}
#column_wrapper {
	width:836px;
	background:url(../images/subpages/content_top.png) no-repeat;
	margin-left:15px;
	background-color:#fff;	
}
#column_wrapper_footer {
	width:836px;
	background:url(../images/subpages/content_bottom.png) no-repeat;
	height:74px;	
	margin-left:15px;
	
	
}

.column {float:left;}

#left_content_column {
	width: 500px;
	padding-top:15px;
	margin-left:20px;

}

#homeright_content_column {
	width: 282px;
	padding-top:0;
	margin-left:34px;
	min-height:28px;
}
#homeright_content_column div {
	width: 	231px;
	margin: 1em auto;
	text-align: center;
}
#homeright_content_column img {
	display: block;
}

#homeright_content_column div.home-sidebar-box, #homeright_content_column div.home-sidebar-box-red {
	border: 1px solid #666666;
	width: 231px;
	margin: 1em auto;
	padding: 0;
	text-align: left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#homeright_content_column div.home-sidebar-box-red {
	border: 1px solid #c4464d;
	
}

.home-sidebar-box img {
	margin: 0;
	padding: 0;
}
.home-sidebar-box h3, .home-sidebar-box-red h3  {
	background-color: #666666;
	color: #dddddd;
	padding: 4px;
	margin: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.home-sidebar-box-red h3 {
	background-color: #c4464d;
	color: #ffffff;

}


/* Page footer 
-----------------------------------------*/

#page_footer {
	background:url(../images/clear_panel_footer.png) no-repeat;
	height:11px;
	width:890px;
	margin:0 auto;
	padding:15px 0 0 15px;	
	text-align:left;
}
#page_footer a {color:#fff;}
