@charset "UTF-8";
/* CSS Document */

/*resetting from Eric Meyers http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/   */

html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 100%;
	/*these are my own custom inserts*/
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a {
	color: #A3A1A0;
}
a:hover {
	color: #fff;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/body_bknd.jpg) top repeat-x #423833;
	min-width:942px;
}
#row1{
	background: url(images/row1_bknd.jpg) repeat-x;	
	margin: 0px auto 0px auto;
	width: 942px;
	height: 154px;
}
.row2{
	clear:both;
	margin: 0px auto 0px auto;
	width: 660px; /*698 - 38px =660px;*/
	height: 395px;
	background: url(images/row2_center.jpg) top no-repeat;
	padding-left: 38px;
}
.gallery {
	height: 421px;
}
#row3{
	clear:both;
	margin: 0px auto 0px auto;
	width: 698px;
	height: 223px;
	background: url(images/row3_bknd.jpg) top no-repeat;
}
#row3gallery {
	clear:both;
	margin: 0px auto 0px auto;
	width: 698px;
	height: 223px;
	background: url(images/row3_bknd.jpg) 38px -26px no-repeat;
}
#navigation{
	width: 942px;
	margin: 0px auto 0px auto;
}
#dm, #logo, #button1, #button2, #button3, #dm2{
	float: left;
	height: 154px;
}
#dm {
	width: 160px;
	background: url(images/dm.jpg) no-repeat;	

}
#logo{
	display: block;
	width: 335px;
	height: 154px;
	background: url(images/logo.gif) no-repeat;
}
#logo a{
	display: block;
	width: 315px;
	height: 134px;
	padding: 20px 0px 0px 20px;
	color: #A3A1A0;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent: -5000px;
	text-decoration:none;
}
#logo a:hover {
	text-indent: 0px;
}


#button1{
	width: 90px;
}
#button1 a{
	display:block;
	width: 90px;
	height: 154px;
	background: url(images/button1_combo.jpg) 0px 0px no-repeat;
}
#button1 a:hover{
	background: url(images/button1_combo.jpg) -90px 0px no-repeat;
}
#button1 a.active {
	background: url(images/button1_active.jpg) 0px 0px  no-repeat;
}


#button2{
	width:93px;
}
#button2 a{
	display:block;
	width: 93px;
	height: 154px;
	background: url(images/button2_combo.jpg) 0px 0px no-repeat;
}
#button2 a:hover{
	background: url(images/button2_combo.jpg) -93px 0px  no-repeat;
}
#button2 a.active {
	background: url(images/button2_active.jpg) 0px 0px  no-repeat;
}


#button3{
	width:104px;
}
#button3 a{
	display:block;
	width: 104px;
	height: 154px;
	background: url(images/button3_combo.jpg) 0px no-repeat;
}
#button3 a:hover{
	background: url(images/button3_combo.jpg) -104px 0px no-repeat;
}
#button3 a.active {
	background: url(images/button3_active.jpg) 0px 0px  no-repeat;
}



#dm2 {
	width: 160px;
}

.photo_home{
	width: 328px;
	height: 395px;
	float: left;
}
.flash_home{
	width: 328px;
	height: 395px;
	float: left;
}
.home {
	float:left;
	width: 259px; /*294 is column width*/
	height: 335px;/*370 is column height*/
	padding: 30px 20px 10px 15px;
}
.text p, .photo_contact p{
	color: #A3A1A0;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

.home h2, .about h2, .contact h2{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 78px;
}
.contact h2 {
	margin-top: 0px;
}

.photo_about{
	width: 227px;
	height: 370px;
	float: left;
}
.about {
	float:left;
	width: 359px; /*294 is column width*/
	height: 370px;/*370 is column height*/
	padding: 15px 20px 10px 15px;
}

.photo_contact{
	width: 328px;
	float: left;
}
.photo_contact p {
	text-align: right;
	font-size: 12px;
}
.photo_contact img {
	margin-bottom: 10px;
}
.contact{
	float:left;
	width: 259px; /*294 is column width*/
	height: 335px;/*370 is column height*/
	padding: 20px 20px 10px 15px;
}
form {
	color: #A3A1A0;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
label {
	display: block;
	margin-top: 8px;
}
input, textarea {
	width: 85%;
	font-size: 12px;
}
.button{
	width: 75px;
	margin-top: 10px;
}

#row3 p, #row3gallery p{
	color: #74635B;
	font-size: 9px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 105px 55px 8px 55px;
	text-align:center;
}
#row3gallery p{
padding: 79px 55px 8px 55px;
}
 #row3 p a, #row3gallery p a {
 	color: #74635B;
 }
#row3 p a:hover, #row3gallery p a:hover {
	color: #A3A1A0;
 }
 