@import url('/css/default.css'); 
@import url('/css/DropMenu.css'); 


body {
	background:url('/media/structure/page_bg.jpg') #99A1AD repeat-x;
	font:11px "Trebuchet MS";;
}


h1 { font-size:18px; font-weight:bold; color:#650A09; font-family:"Trebuchet MS"; margin:0px 0px 10px 0px;}
h2 { font-size:14px; font-weight:bold; color:#031630; margin:20px 0px 10px 0px;}
h3 { font-size:12px; font-weight:bold; color:#031630; margin:5px 0;}

/* Basic Link Styles */
body .link { 
	color: #650A09;
}
body .link:visited { color:#650A09; }
body .link:hover { 
	text-decoration: none;  
}

#global {
	width:800px;
	margin:0 auto;
}
	#wrap {
		background:#fff;
		text-align: left;
	}
#whiteBorder{
	border-left: solid #FFF 5px;
	border-right: solid #FFF 5px;
	border-bottom: solid #FFF 5px;
}

.subhead{

}
.header_image{
	border-bottom: solid #FFF 5px;
}

.content_photo{
	border: 4px double #99A1AD;
	margin: 5px 5px 5px 5px;
}

.blog_entry{
	width: 600px;
}

.blog_icon{
	border: 2px solid #FFF;
	margin-right: 5px;
	float: left;
	width: 50px;
	height: 50px;
}
.blog_icon2{
	border: 2px solid #FFF;
	width: 50px;
	height: 50px;
}
.blog_photo{
	border: 4px double #650A09;
	float: right;
	margin-left: 5px;
}
#visual {
	padding:10px;
	padding-top:25px;
}
	.img_visual {
		border:1px solid #C0C9Cf;
		margin-bottom:40px;
	}

.photo_thumb{
	border: 4px double #99A1AD;
	width: 80px;
	height: 80px;
}

.photo_thumb_hover{
	border: 4px double #650A09;
	width: 80px;
	height: 80px;
}
.photo_div{
	width: 95px;
	float: left;
	height: 130px;
}
.pupName1{
	background-color: #C9CDD3;
	padding: 5px;
}
.pupName0{
	padding: 5px;
}
.submitButton{
	float: right;
	background-color: #99A1AD;
	border: 0px;
	font-weight: bold;
}
#photo_detail{
	padding-top: 40px;
}
#content {
	background: #DADCE0;
	padding: 30px 10px 10px 10px;
}

#newsHome{
	width: 143px;
	background:url('/media/home/news_header.gif') #FFF no-repeat;
	padding: 30px 5px 5px 5px;
}
.featureHome{
	width: 280px;
	background: #C9CDD3;
}
	.featureHomeTitle, .subhead{
		display: block;
		background: #99A1AD;
		color: #FFF;
		font: 16px "Trebuchet MS";;
		font-weight: bold;
		padding-left: 10px;
	}
	.featureHomeContent{
		border: 2px solid #FFF;
		padding-right: 5px;
		height: 100px;
	}
	.featureHomeBlog{
		border: 2px solid #FFF;
		height: 100px;
	}
	.featureHomeImage{
		border-right: 2px solid #FFF;
		float: left;
		margin-right: 5px;
	}

#text {
	width: 580px;
	padding: 0px 10px 0px 10px;
}

#left_column{
	width: 160px;
}

#footer {
}
	#footer div {
		color:white;
		padding:1px 5px 7px 5px;
	}
		#footer div a, #footer div a:hover {
			color:white;
		}
		#footer div a { text-decoration:none; }
		#footer div a:hover { text-decoration:underline; }


#copyright {
	float:right;
	padding:5px;
}
