body {
		background: #EFEFEF;
	color: #666;
	margin: 0px;
	padding:10px 0px 10px 0px;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	letter-spacing: 0px;
}

img {
border:0px;
}

a {
color: #666;
text-decoration:underline;
}
a:hover {
color: #000;
text-decoration:underline;
}

/*Main Layout*/

div.wrapper{
	width: 1000px;
	background-color: transparent;
	margin: 0 auto;	
}

#container {
	width: 930px;
	margin: 0px auto;
	padding: 0px 0px;
	background: url(images/container.gif) bottom center no-repeat #FFF;
	min-height: 800px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Layout Blocks~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
	background: url(images/container-top.gif) top center no-repeat #FFF;
	padding-top:15px;
}
#logo {
background: url(images/newhead.gif) top center no-repeat;
height:177px;
overflow:hidden;
}

#logo h1 {

}

#menu {
	float: left;
	height: 45px;
	padding: 70px 25px 0 40px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu .menu-first a {
	border: none;
}

#splash {
	width: 876px;
	height: 170px;
	margin: 0 auto;
	overflow:hidden;
	background: url(images/splash.gif) left bottom repeat-x #FFF;
}
#content {
width: 846px;
margin: 10px auto;
font-size: 13px;
color: #6B6B6B;
}
#content-left {
	float: left;
	width: 620px;
}

#content-right {
	float: right;
	width: 185px;
}


/* ------------------------------------ // Columns // ---------------------------------*/

div.colmain{

}
div.colleft{
	width: 200px;
	float: left;
}
#content {
float:right;
width:710px;
}
div.colmain-end {
	width: 530px;
	float: left;  
}
div.colright{
	width: 171px;
	float: right;	
}

#videobox{
	background: url(css/layout/videobox.gif) center center no-repeat;
	height:170px;
	overflow:hidden;
	text-align:center;
	margin-top:5px;
}
#videobox div {
padding:5px 0px;
}
#menubox {
margin-top:10px;
}

#menubox h2{
background:#2166B1;
color:#FFFFFF;
font-size:13px;
padding:5px 5px;
margin:0px;
} 
ul.menu {
margin:0px;
padding:0px;
list-style:none;
background:#FFF;
}

ul.menu li a {
display:block;
padding:7px 0px 7px 30px;
color:#666666;
border-bottom:1px dotted #999999;
text-decoration:none;
font-size:12px;
}
ul.menu li a:hover {
text-decoration:underline;
color:#999999;
}
ul.menu li a.active {
font-weight:bold;
}

#contentarea {
min-height:700px;
  height:auto !important;
  height:700px;
padding:30px;
}

#contentarea h1 {
font-size:20px;
color:#000;
}
#contentarea h2 {
font-size:18px;
}
#contentarea h3 {
font-size:16px;
}
#contentarea h4,#contentarea h5,#contentarea h6 {
font-size:12px;
}

div.search {
background: url(css/layout/search.gif) top left no-repeat;
padding:0px 10px;
margin-bottom:10px;
height:36px;
overflow:hidden;
}
.search-form-place {
padding-top:7px;
}
div.search form {

}
#searchbox-submit-text {
border:0px;
background:#FFF;
width:120px;
float:left;
display:block;
padding:3px 2px; 
}
#searchbox-submit-btn {
background: url(css/layout/search_go.gif) top left no-repeat;
width:25px;
height:25px;
display:block;
float:left;
text-decoration:none;
}

.search_preview {
font-size:11px;
}



#contentareaplace {
padding:10px;
}

div.rightimages {
padding:5px 0px;
margin-bottom:10px;
}
div.rightimages a {
display:block;
text-align:center;
width:150px;
margin:0px auto;
margin-bottom:5px;
text-decoration:none;
border-bottom:0px solid #CCC;
font-weight:bold;
color:#000;
}
div.rightimages a:hover {
border-bottom:1px solid #000;
color:maroon;
}

/*Footer*/
#footer {
	text-align:center;
	background: url(images/newfoot.gif) top center no-repeat;
padding:165px 0px 10px 0px;

}
.footer a {
color:#666;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.required-note {
font-weight:bold;
color:maroon;
}
.field_title {
font-weight:bold;
text-align:right;
padding-right:5px;
}
.field_input input {
width:200px;
}
.field_input textarea {
width:200px;
height:100px;
}
.field_submit input {
border:1px solid #CCC;
padding:2px 10px;
background:#84C1E2;
color:#FFF;
float:right;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
}
.nixhier {
	display:none;
}
em.error {
  background:url("css/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left:5px;
}
em.success {
  background:url("css/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left:5px;
}

em.error { color: black; }
#warning { display: none; }


#photo_table {
width:100%;
}
#photo_table .thumb img {
border:4px solid #CCC;
}