html, body {margin: 0; padding: 0; }

p, #main td { 
	font: normal 10pt Verdana;
	color: #343434;
	}
img {border:0; display: block;}
form {margin:0;}

a {color: #4a63ae;}
h1 { 
  	font: bold 18px Tahoma;
	color: #df0000;
	}
h2 {	
  	font: bold 17px Tahoma;
	color: #555;
	}
h3 { font: bold 14px Tahoma; }

body {	
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
	background-color: #f3f1e9;
	text-align: center; /* for IE */
}

#container {
	width: 899px;
	margin: 0px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
/*	background-color: #FFF;*/
	background-repeat: no-repeat;
}

#header {
	margin: 0px;
	width: 100%;
}
#nav {
	background-color: #4a63ae;
	height: 29px;
	width: 100%;
}
#main {
	margin-top: 4px;
	background-color: #FFF;
	font-family: Verdana;
	font-size: 10pt;
	color: #343434;
	padding: 1px 22px 22px 22px;
}
#sub {	
	margin-top: 4px;
	font-family: Verdana;
	font-size: 10pt;
	color: #343434;
	background: url('/images/sub_bg.gif') repeat-y;
	_height: 100%;
/*	h\eight: auto;*/
}

#left {
	float:left;
	width:614px;
	_width:658px;
/*	height:100%; */
/*	min-height: 500px;*/
/*	background-color: #FFF;*/
	padding: 1px 22px 22px 22px;
	border-bottom: solid 17px #FFF;
}
#right {
	float:right; 
	width:241px;
}
#right_copy {
/*	height:100%;*/
	padding: 12px;
}
#right_copy ul {
	padding-left: 16px;
	margin-left: 0;
}
#right_copy li {
	color: #686868;
}

#intro {
	padding: 22px 0px 11px 0px;
}
#breadcrumbs {
	padding: 11px 0px 11px 0px;
	color: #999;
	border-bottom: solid 1px #d6d5b6;
}
#breadcrumbs a {color: #999; text-decoration: none;}
#breadcrumbs a:hover {text-decoration: underline;}

#footer {
/*	text-align: right;*/
	border-top: solid 12px #4a63ae;
	font: 8pt Verdana;
	color: #666;
/*	line-height: 12pt;*/
	padding-top: 11px;
}
#footer2 {
	font: 6pt Verdana;
	color: #999;
	margin-top: 5em;
}
#footer a, #footer2 a {color: #666; text-decoration: none;}
#footer a:hover {color: #4a63ae; text-decoration: underline;}

#footer_left {
	float: left; 
	width: 599px;
}
#footer_right {
	float: right; 
	width: 300px;
	text-align: right;
	margin-bottom: 12px;
}

div.divider {
	height: 10px;
	border-bottom: solid 1px #d6d5b6;
}

hr {
	height: 1px;
	color: #d6d5b6;
	background-color: #d6d5b6;
  	border: 0;
}

/************* GALLERIES ***************/
#gallery_nav_left {
	float: left;
	width: 15px;
	padding-top: 41px;
}
#gallery_nav_right {
	float: left;
	width: 15px;
	padding-top: 41px;
}

#gallery_container {
	float: left;
	width: 584px;
}

.gallery_image {
	float: left;
	width: 130px;
/*	_width: 142px;*/
	padding: 0px;
	border: solid 2px #FFF;
	margin: 0px 6px 0px 6px;
/*	height: 97px;*/
}
.gallery_image_active {
	float: left;
	width: 130px;
/*	_width: 130px;*/
	padding: 0px;
	border: solid 2px #F00;
	margin: 0px 6px 0px 6px;
/*	height: 97px;*/
}


#gallery_detail_container {
	width: 529px;
/*	_width: 571px;*/
	margin-left: 42px;
}
.gallery_caption {
	padding-bottom: 18px;
	padding-top: 10px;
}

.gallery_description {
	padding-top: 18px;
}

.gallery2 {
	float: left;
	margin-left: 35px;
}

/************* NAVIGATION **************/

/* Style for top-menu */
.topMenu {}

/* Style for submenus */
.submenu {
  background-color: #4a63ae;
  border: solid 4px #4a63ae;
  padding: 0px;
}

/* Style for top items: normal state */
.topItemNormal {
  cursor: pointer;
  height: 12px;
  font: 14px Tahoma;
  color: #FFF;
  margin-top: 4px;
  padding-left: 3px;
}

.topItemCurrent {
  cursor: pointer;
  height: 12px;
  font: 14px Tahoma;
  color: #FFF;
  margin-top: 4px;
  padding-left: 3px;

}

.topItemCurrentOver {
  cursor: pointer;
  height: 12px;
  font: 14px Tahoma;
  color: #FFF;
  margin-top: 4px;
  padding-left: 3px;
  text-decoration: underline;
}

/* Style for top items: mouseover state */
.topItemOver {
  cursor: pointer;
  height: 12px;
  font: 14px Tahoma;
  color: #FFF;
  margin-top: 4px;
  padding-left: 3px;
  text-decoration: underline;
}

/* Style for items: normal state */
.itemNormal {
  font: 13px Tahoma;
  color: #FFF;
  cursor: pointer;
  padding-left: 3px;
  width: 200px;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  font: 13px Tahoma;
  color: #FFF;
  padding-left: 3px;
  text-decoration: underline;
  width: 200px;
}

/* Style for items text: normal state */
.itemTextNormal {
  font: 13px Tahoma;
  color: #FFF;
  padding-left: 3px;
  width: 200px;
}

/* Style for items text: mouseover state */
.itemTextOver {
  cursor: pointer;
  font: 13px Tahoma;
  color: #FFF;
  padding-left: 3px;
  text-decoration: underline;
  width: 200px;
}

/* highlighting textbox items */
.ffActive {
	border: 2px #afc3e8;
	border-style: solid;
	!important;
}
	
.ffError {
	border: 2px #F00;
	border-style: solid;
	!important;
}
	
.none {}

/*.error { color: #D00; background-color: #ffc;}*/
#errorOut, #errorOut2 { background-color: #F66; padding: 4px; color: #000;}
#errorIn, #errorIn2 { background-color: #FDD; padding: 4px}

#messageOut { background-color: #66F; padding: 4px; color: #000;}
#messageIn { background-color: #DDF; padding: 4px}

#warningOut { background-color: #FF6; padding: 4px; color: #000;}
#warningIn { background-color: #FFD; padding: 4px}

#noticeOut { background-color: #6F6; padding: 4px; color: #000;}
#noticeIn { background-color: #DFD; padding: 4px}


/* paged results table
   =================== */
table.page {
	width: 100%;
	border-spacing: 0;
	border-style:  none none solid none;
	border-collapse: collapse;
	border-width:  0px 0px 0px 0px;
	border-color: #F4F4F4;
	margin-bottom:  2px;
}
table.page tr {
}
table.page tr:hover {
	background-color: #FFD;
}
table.page tr.footer:hover {
	background-color: #FFF;
}

table.page th {
	border-width:  0;
	padding: 4px;
	border-style:  none;
	background-color:  #F4F4F4;
	font-weight:  bold;
	text-align: left;
}
table.page td {
	border-width:  0;
	padding: 4px;
	border-style:  none;
	text-align: left;
	border-bottom: 1px solid #D3D3D3;
}
table.page tr.footer td {
	border: 0;
}
table.page div.posts {
	font-size: 10px;
	color: #666;
}


/* notice, warning, message divs
   ============================= */

#notice, #message {
	margin: 0;
	border: 2px solid #3F3;
	padding: 6px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background-color:  #9F9;
	margin-bottom: 10px;
}

#warning {
	margin: 0;
	border: 2px solid #FF3;
	padding: 6px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background-color:  #FF9;
	margin-bottom: 10px;
}

#error {
	margin: 0;
	border: 2px solid #F33;
	padding: 6px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background-color:  #F99;
	margin-bottom: 10px;
}


#errorExplanation {
background: #fcc;
margin-bottom: 10px;
margin-top: 5px;
}

#errorExplanation h2 {
padding: 0 5px 3px 5px;
color: #000;
background: #f66;
}

#errorExplanation ul {
margin-top: 5px;
padding-bottom: 10px;
padding-left: 30px;
margin-left: 0;
}

#errorExplanation p {
font-size: 12px;
padding: 2px 5px;
}

#errorExplanation ul li {
font-size: 11px;
}

.fieldWithErrors input {
border: solid 2px #f00;
}
