/* CSS Document */
body {
	background: #FBAD38;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	overflow: auto;
}

p, td, li, div {
	font-size: 12px;
	color: #1A1A1A;
}

.small {
	font-size: 11px;
}

.teaser {
	font-size: 11px;
	color: #999999;
}

.header1 {
	font-size: 13px;
	font-weight: bold;
	color: #BD9667;
}

.header2 {
	font-size: 12px;
	font-weight: bold;
}

a, a:active, a img {
	color: #1A1A1A; /* 7b7b75 */
	/*text-decoration: none;*/
}

a:hover {
	color : #F15A24;
}

#top-right {
	font-size: 12px;
	/*font-weight: bold;*/
	padding-right: 5px;
}

#top-right a, #top-right a:active, #top-right a:hover, a.items, .pagination a {
	text-decoration: none;
}

#footer {
	font-size: 10px;
	color: #999999;
}

#home_gallery_box {
	width: 166px;
	height: 186px;
	overflow: hidden;
	background-image: url(../images/home_gallery_bg.jpg);
	background-repeat: no-repeat;
	margin: 2 0 10 0px;
	padding: 0px;
}

.pics {    
	width:   122px;  
	height:  98px;
	padding: 0;  
	margin:  0;
	overflow: hidden; 
}

.pics img {      
	width:  118px;     
	height: 94px;
	border: 2px solid #FFFFFF;
}

.pics2 {    
	width:   424px;  
	height:  245px;
	padding: 0;  
	margin:  0;
	overflow: hidden; 
}

.pics2 img {      
	width:  424px;     
	height: 245px;
}

.pics3 {    
	width:   590px;  
	height:  443px;
	padding: 0;  
	margin:  0;
	overflow: hidden; 
}

.pics3 img {      
	width:  590px;     
	height: 443px;
}

.content_div {
	padding: 0 0 20 5px;
	width: 580px;
}

.content2_div {
	padding: 0 0 20 15px;
	width: 580px;
}

.line {
	height: 1px;
	width: 585px;
	background-color: #CCCCCC;
	overflow: hidden;
}

.pagination {
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

div.indent {
	margin: 0 0 0 20px;
}

div.gray-box {
	background-color: #EEE;
	padding: 10px;
}

.alert {
	color: #FF9900;
}

.img-box {
	border: 1px solid #BD9667;
	padding: 2px;
}

.gallery_img {
	margin: 0 15 15 0px;
	float: left;
}

a.lightbox img {
	border: 1px solid #FFF;
}

a.lightbox:hover img {
	border: 1px solid #FF0000;
}

div.hr-m-container {
	margin: 24 0 0 16px;
	text-align: center;
}

div.hr-m-box {
	width: 180px;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}

div.hr-m-img {
	width: 122px;
	border: 1px solid #C7C7C7;
	padding: 2px;
}

div.hr-m-name {
	margin-top: 12px;
	color: #BD9667;
	font-size: 15px;
}

div.hr-m-title {
	color: #666666;
	font-size: 12px;
}

div.hr-d-container {
	margin: 24 0 0 40px;
	text-align: center;
}

div.hr-d-box {
	width: 256px;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}

div.hr-d-img {
	width: 178px;
	border: 2px solid #BD9667;
	padding: 2px;
}

div.hr-t-box {
	margin: 0 0 15 20px;
	clear: both;
}

div.hr-t-img {
	float: left;
	padding: 0px;
	margin: 0 10 0 0px;
	width: 55px;
	height: 69px;
	border: 1px solid #DDDDDD;
}

div.hr-t-name {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 5 0 5 0px;
}

div.hr-t-title {
	color: #666666;
	font-size: 13px;
}















/* Form Validation ----------------------------------------------------------------- */
.required {
	background-image: url(../images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #b1b1b1;
	background-color: #3b3d44;
	color: #b2b2b2;
}

input.invalid, textarea.invalid {
	/*background-color: #ffeaf3;*/
	border: 0.1em;
	border-color: #ffffcc !important;
	border-style: solid;
}

input.invalid:focus, textarea.invalid:focus {
	/*background-color: #ffeaf3;*/
	border: 0.1em;
	border-color: #e61577 !important;
	border-style: solid;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
}



label {
	float: left;
	width: 80px;
}



