@charset "UTF-8";
*{padding: 0; margin: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #423600;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #BD9A00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
.small a {
	color: #BD9A00;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
.small a:hover {
	text-decoration: none;	
}
h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #BD9A00;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.main_menu {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
.main_menu a {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.main_menu a:hover {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.cat_menu {
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.cat_menu a {
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.cat_menu a:hover {
	font-size: 16px;
	line-height: 16px;
	color: #BD9A00;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.cur_pg {
	font-size: 16px;
	line-height: 16px;
	color: #BD9A00;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
.photo_gallery {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #665200;
}
.photo_gallery a {
	color: #BD9A00;
	font-weight: normal;
	text-decoration: underline;
}
.photo_gallery a:hover {
	font-weight: normal;
	text-decoration: none;
}
.photo_gallery_b {
	background-image: url(../images/b_photo_gallery.jpg);
	background-repeat: no-repeat;
}
#ContactFirstName {
	display: none;
}
.message {
	font-style: italic;
	font-weight: bold;
	color: #660000;
}
.message_2 {
	color: #BD9A00;
}
.err_message {
	color: #CC0000;
	font-weight: bold;
}
.passwordBox {
	background-image:url(../images/bad.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right: 20px;
}
.small_grey {
	color:#666666;
	font-size:12px;
}

/*** uploader styles ***/
ul { list-style: none; }

.example {
	padding: 0px;
	width: 100px;
	margin-top: 5px;
}

.wrapper {
	width: 100px;
	/* Centering button will not work, so we need to use additional div */
	margin: 0 auto;
}

div.button {
	height: 20px;
	width: 100px;
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding-top: 3px;
	background-image: url(../images/b_upload_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.button.hover {
	color: #BD9A00;
}
.img_with_borders {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
