@charset "utf-8";
/* PAHPIX CSS */

* {
	border: 0;
	margin: 0;
}

a {
	color: #006699;
	text-decoration: underline;
	font-family: Arial, Verdana, Serif;
  }

a:hover {
	color: #4B483E;
	text-decoration: none;
	font-family: Arial, Verdana, Serif;
  }

body {
	background-color: #f5f4ec;
	background-repeat: repeat-x;
	background-position: top;
	
}

p, table{
	color: #4B483E;
	font-size: 12px;
	font-family: Georgia, Geneva, Verdana, Serif;
	line-height: normal;
}

ul {
	margin-left: 0;
	padding-left: 2.5em;
	font-family: Georgia, Geneva, Verdana, Serif;
	font-size: 12px;
	color: #4B483E;
	line-height: 20px;
}

/* ------------------------------------------------------- LAYOUT */

#wrapper {
	width: 1018px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	
}

/* Centered container */
#container {
	width: 1000px;
	position: relative;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
	width: 1000px;
	height: 120px;
	border-left-width: 2px;
	position: relative;
	/*background-image: url(../images_new/BG_Header.jpg);*/
	
}

#navbar {
	width: 1000px;
	height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}

#main_flash {
	width: 800px;
	height: 160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	position: relative;
	
}

#search {
	width: 198px;
	height: 160px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*background-color: #F5F4EC;*/
	background-color: #FFFFFF;
}

#menu {
	width: 200px;
	height: 286px;
	float: left;
	position: relative;
}

#welcome {
	width: 521px;
	height: 415px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	position: relative;
	/*background-image: url(../images/welcome_bg_beige_043009.gif);*/
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#news {
	width: 235px;
	height: 245px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color:#FFFFFF;
	float: left;
	position: relative;
	background-image: url(../images/news_bg_beige.gif);
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#newsletter {
	width: 211px;
	height: 245px;
	position: relative;
	float: left;
	background-image: url(../images/welcome_bg_beige.gif);
}

#footer {
	width: 800px;
	height: 60px;
	position: relative;
	float: right;
	background-color: #FFFFFF;
	
}

#footer table {
	font-family: Georgia, Geneva, Verdana, Serif;
	font-size: 11px;
}
#map {
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------------- SPACING */
.logo {
	margin-top: 10px;
	margin-left: 40px;
}

/*------------------------------------------- SUB PAGES */
#sub_side_menu

 {
	width: 200px;
	height: 480px;
	float: left;
}
#sub_main_content {
	width: 740px;
	min-height:390px;
	height:auto !important;
	height:390px;
	float: left;
	position: relative;
	background-image: url(../images/sub_main_bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #FFFFFF;
}
#sub_footer {
	width: 800px;
	height: 40px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	font-family: Georgia, Geneva, Verdana, Serif;
	font-size: 11px;

}

#bottom_wrapper {
	width: 1018px;
	height: 24px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom_wrapper.gif);
}

/*------------------------------------------- FONT */

.pageTitle {
	font-size:20px;
	/*color: #333333;*/
	color: #006699;
	font-family: Georgia, Geneva, Verdana, Serif;
}

.pageTitleRight {
	font-size:20px;
	/*color: #333333;*/
	color: #4B483E;
	font-family: Georgia, Geneva, Verdana, Serif;
	
}

.surplus {
	font-size:14px;
	/*color: #333333;*/
	color: #FFFFFF;
	font-family: Georgia, Geneva, Verdana, Serif;
}

.pageSubTitle {
	font-size:18px;
	color: #333333;
	font-family: Georgia, Geneva, Verdana, Serif;
}

.portraitCaption {
	font-size: 10px;
	line-height: 15px;
}

A.surplus:LINK {
	color : #7EC74C;
	font-family : Georgia, Geneva, Verdana, Serif;
	font-size : 14px;
	text-decoration : none;
	
}

A.surplus:VISITED {
	color : #7EC74C;
	font-family : Georgia, Geneva, Verdana, Serif;
	text-decoration : none;
	font-size : 14px;	
}

A.surplus:HOVER {
	color : #FFFFFF;
	font-family : Georgia, Geneva, Verdana, Serif;
	text-decoration : none;
	font-size : 14px;
}
/*------------------------------------------- Firefox Floated Div Bug */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
