/* CSS Document */
body {
	font-family: arial, sans-serif;
	background: url(images/dag_bg.gif) #DEC3A8 repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

a 	{
	border: 0px; 
	text-decoration: none;
	color: #623B27;
}

img	{
	border: 0px;
}

table	{
	font-family: verdana;
	font-size: 11px;
	color: #632B27;
}

a:hover {
	background: #C00000;
	color: #FFFFFF;
}

#topbar img{
	border: 0px;
}

#topbar	{
	border-left: 1px solid #623B27;
	border-right: 1px solid #623B27;
	width: 996px;
}

#bgcontainer	{
	width: 1020px;
	margin: 0 auto;
	background: url(images/page_bg.png) repeat-y;
}

#bg-bottom	{
	width: 1020px;
	margin: 0 auto;
	background: url(images/page_bg_bottom.png) no-repeat;
	clear: both;
}

#maincontainer	{
	width: 998px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#sidenav		{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	padding: 10px;
}

#sidenav ul	{
	list-style: none;
}

#navcontainer	{
	width: 996px;
	height: 1.75em; 			/* 22px */
	padding: 0 1px 0 1px;
	margin: 0;
/*	margin: 135px 0 0 -8px; */
	border-bottom: 2px solid #C00000;
	border-top: 1px solid #C00000;
}

#nav, #nav ul { /* all lists */
	background: #DEC3A8;
	padding: 0 5px 0 5px;
	margin: 0;
	list-style: none;
	line-height: 1.75em;
	text-align: center;
}

#nav a {
	color: #000000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 113px; 								/* CHANGED FROM 130 */
	padding: 0 5px 0 5px; 
	border-bottom: 1px dotted #C00000;
}
#nav li { /* all list items */
	float: left;
	font-size: 12px;
	font-family: arial, sans-serif;
	width: 123px; /* 10em width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute; 
	background: #DEC3A8;
	width: 112px; 								/* CHANGED FROM 130 */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	padding: 0 10px 0 0px;
	border: 1px solid #C00000;
	line-height: 1.75em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li a:hover {
	color : #FFFFFF;
	background-color : #C00000;
	width: 113px; 							/* CHANGED FROM 130 */
}

#content {
	clear: left;
	color: #000000;
}
								/* Two equal column layout */
#contentleft {
	float: left;
	width: 450px;
}

#contentright {
	float:left;
	width:480px;
}
								/* Two column layout - large right column */
#contentspanleft	{
	float: left;
	width: 249px;
}

#contentspan	{
	float: left;
	width: 700px;
	text-align: justify;
}
								/* Three column layout - large middle column */
#leftspan	{
	float: left;
	width: 220px;
}

#midspan	{
	float: left;
	width: 550px;
}

#rightspan	{
	float: left;
	width: 220px;
}

.tritube	{
	margin: 15px;
}
								/* Pricing layout */
#pricingcontent	{
	float: left;
	width: 480px;
}

#pricingcontent	p{
	text-align: justify;
	line-height: 16px;
}

#wrapper	{
	width: 998px;
}

#footer	{
	margin: auto auto 0 auto;
	padding: 5px;
	width: 1020px;
	height: 50px;
	color: #632B27;
}
#ftop	{
	background: url(images/page_bg_top.png) no-repeat;
	margin: 0 auto;
	height: 20px;
}

#fmid	{
	background: url(images/page_bg.png) repeat-y;
	margin: 0 auto;
}

#fbot	{
	background: url(images/page_bg_bottom.png) no-repeat;
	margin: 0 auto;
}


.leftspan	{
	float: left;
	text-align: left;
	padding: 0 25px;
}

.rightspan	{
	float: right;
	padding: 0 25px;
}

.innertube	{
	margin: 15px 30px 15px 30px;
}

div.floatcontainer	{
}

div.floats	{
	float: left;
	width: 160px;
	padding: 5px;
}

.floats	p {
	text-align: center;
	font-family: verdana;
	font-weight: bold;
}

.floats li	{
	font-size: 10px;
	font-family: verdana;
}

.gallerycontroller{
	width: 308px;
	background-color: #DEC3A8;

}

.gallerycontent{
	width: 400px;
	height: 375px;
	border: 1px solid #623B27;
	background-image: url(images/dagbg.jpg);
	padding: 3px;
	display: block;
}

.tables {
	height: 25px;
} 
.pricing {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.pricingbld {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #C00000;
}

ul.reglist {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: left;
	line-height: 16px; 
}

.dag_red	{
		color: #C00000;
}

.dag_cream	{
		color: #623B27;
}

p {font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.5em;}
ol {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: justify; line-height: 1.5em; }
h1 {font-family: Georgia; font-size: 20px; font-weight: bold; color: #C00000;}
h2 {font-family: Georgia; font-size: 16px; }
h4 {font-family: Georgia; font-size: 12px; }
h3 {font-family: Georgia; font-size: 14px; }
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
.bodybold {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;}

.introtext	{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.quotecontainer	{
	clear: both;
}

.pullquotetop	{
	float: left;
	background: url(images/left_quote.gif) top left no-repeat;
	font-family: georgia;
	text-align: justify;
	font-size: 12px;
	color: #623B27;
	font-style: italic;
	line-height: 18px;
}
.pullquotebot	{
	margin-right: 10px;
}

.qline	{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	float: right;
}

.lists	{
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

.disclaimer {
		text-align: center;
		font-family: verdana;
		font-size: 9px;
		font-weight: bold;
		background: #623B27;
		color: #FFFFFF;
		width: 408px;
		}

.cleared	{
	clear: both;
}

a.pdflink:before	{
	content: url(images/pdflink.png);
}