/* CSS Document */
.header_left {
	float: left;
	width: 35%;
}

.header_right {
	float: right;
	width: 60%;
	margin-right: 15px;
}

/* site title */

#site_title {
	float: left;
	width: 200px;
	padding: 5px 0 0 0;
}

.logo{
	 margin: 0px 0px 0px 15px;
}


#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title a span {
	display: block;
	margin-top: -20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

/* end of site title */

/* search */

#search_box {
	float: right;
	margin: 15px 0 0 0;
}

#search_box form {
	margin: 0;
	padding: 0;
}

#search_box #input_field {
	height: 16px;
	width: 150px;
	color: #004867;
	font-family: Georgia, Verdana;
	font-size: 14px;
	padding: 1px 5px 3px 5px;
	font-variant: normal;
	line-height: normal;
	border: 1px solid #b2a585;
	background: #e1d6bc;
}

#search_box #submit_btn {
 	height: 22px;
	cursor: pointer;
	padding: 0px 5px 5px 5px;
	font-family: Georgia, Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	outline: none;
	color:#885f40;
	border: 1px solid #0590A7;
	background: #b2a585;
}

/* end of search */



.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }



/*** Top Nav ***/

#topnav {
	font-family: Tahoma, Arial, Helvetica,Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	list-style: none;
	display:inline;
	float: right;
}

#topnav li {
	float: left;
	list-style: none;
}

#topnav li a {
	float: left;
	width: 90px; 
	height: 25px; 
	background: url(../images/db-nav-bg.gif) top left no-repeat; 
	color: #001177; 
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	border: 0;
	text-align: center;
	padding: 7px 0 0 0;
	margin: -1px 3px;
}

* html #topnav li a {
	margin: 4px 5px;
}
 
#topnav li .current {
	background: url(../images/db-nav-bg-active.gif) top left no-repeat;
	color: #4d0057;
}

#topnav li .current a:hover {
	background: url(../images/db-nav-bg-active.gif) top left no-repeat;
}

#topnav li a:hover {
	background: url(../images/db-nav-bg-hover.gif) top left no-repeat;
	color: #fff;
}


/*** Submenu **/
.submenu{
	width: 85%;
	margin-bottom: 15px;
}

.submenu .headerbar{
	font: bold 14px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
}

.submenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; 
}

.submenu ul li{
	padding-bottom: 2px;
}

.submenu ul li a{
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left;
	display: block;
	padding: 6px 2px;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 100%;
}

.submenu ul li a:visited{
	color: #A70303;
}

.submenu ul li a:hover{
	color: #A70303;
	background-color: #F3F3F3;
}


/*** Gallery ***/

.link img { 
	border: 1px solid #999; 
	outline:none;
	padding:5px;
	margin:5px;
}

.link img:hover {
	border:1px solid #ccc;
}

/* Class for single image listing (fancy function) 
 * It gives a grey 1px border around image
*/
.photo { 
	padding: 5px; 
	margin: 10px; 
	border: 1px solid #999; 
	display: block; 
	float: left; 
}

.photo img{
	border: none;
{

.photo:hover	{ border-color: #ccc; }

