@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color: #333333;
	background-color: #FFFFFF;
	font: 12pt Trebuchet, Verdana, sans-serif;
	width: 9.8in;
}
#wrapper {
	margin:0;
	padding:0;
	border: 0px solid green;
}

/* HEADER styles */
#header {
	background:none;
}
#header .logo {
	text-align: left;
	width: 237px;
	height:107px;
	border: 0px solid red;
}
#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header .right {
	display:none;
}

.contact {
	padding-top:0px;
	margin-top:2px;
	color: #FFFFFF;
	font: 11px Verdana, sans-serif;
}


/*   NAVIGATION STYLES */
#navigation {
	display: none;
}

/*  MAIN CONTENT styles */
#mainContent {
	padding: 0;
	margin:0;
	border: 0px solid red;
	color: #333333;
	background-color:#FFFFFF;
}

#leftsidebar {
	float:left;
	border: 0px solid green;
	width: 2.4in;
	padding-left: .18in;
}
#leftsidebar p {	
	color: #002842;
	font: bold 12px/22px Trebuchet, Verdana, sans-serif;
}

#rightmain {
	border: 0px solid purple;
	width: 7.0in;
	margin-left: 2.5in;
}


/* FOOTER styles */
#footer {
	width:7.0;
	margin-left: 2.5in;
	padding-top: .25in;
	text-align:center;
}
#footer p {
	color: #e6cc63;
	font: 11px Verdana, sans-serif;
}
#footer a:link, #footer a:visited{
	color: #e6cc63;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/* GLOBAL Styles */
h1 {
	font: 22px Trebuchet, Verdana, sans-serif;
	color: #ce6823;
	padding:0;
	margin:0;
}
h2 {
	font: bold 16px Trebuchet, Verdana, sans-serif;
	color: #ce6823;
	padding:0;
	margin:0;
}
p, li {
	font: 12px Trebuchet, Verdana, sans-serif;
}

ul {
	list-style: square;
}

/* GALLERY PAGES and THUMBNAIL styles */
p.thumbrow {
	padding:0; 
	margin-top:-5px;
}
#thumbnails {
	padding: 0;
	margin: 0;
}
#thumbnails a:link, #thumbnails a:visited {
	height:60px;
	border-bottom: 2px solid #FFFFFF;
	padding:0;
	margin:0;
	padding-bottom:1px;
}
#thumbnails a:hover {
	height: 60px;
	border-bottom: 2px solid #ce6823;
	padding:0;
	margin:0;
	padding-bottom:1px;
}
hr.row {
	height: 24px;
	color: #e6cc63;
}
#loadarea {
	margin: 0; 
	padding: 0; 
	width: 700px; 
	font: 10pt Trebuchet, Verdana, sans-serif;
	color: #333333;
}

/* styles for CONTACT page */
a.inline:link {
	color: #666666;
	text-decoration:none;
}
a.inline:visited {
	color: #666666;
	text-decoration:none;
}
a.inline:hover {
	color: #666666;
	text-decoration: underline;
}
p.contactpage {	
	color: #002842;
	font: bold 12px Trebuchet, Verdana, sans-serif;
	margin-bottom: 30px;
}


/* STYLES FOR TESTIMONIALS */
#stage {
	width: 580px;
}


#attrib {
	display:none;
}

/* DLM Web and Terrapin links */
#attrib a:link {
	color: #666666;
	text-decoration:none;
}
#attrib a:visited {
	color: #666666;
	text-decoration:none;
}
#attrib a:hover {
	color: #666666;
	text-decoration: underline;
}

/* ABOUT page link to testimonials */
a.quotes:link {
	color: #5b3d28;
	text-decoration:none;
}
a.quotes:visited {
	color: #5b3d28;
	text-decoration:none;
}
a.quotes:hover {
	color: #5b3d28;
	text-decoration:underline;
}
.mug {
	border: 2px solid #002842; 
	margin: 5px 0 20px 0;
}
.homepic {
	margin-left:.5in;
}