﻿/* CSS layout */
#page_full {
	top: 0px;
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#masthead {
	position: absolute;
	top: 0px;
	height: 131px;
	background: white;
	width: 950px;	
/*	background-image:url('images/header.png');
	background-repeat:repeat-x;
*/}
#masthead_logo{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 35px;
	margin-left: 20px;
}
#masthead_login{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 25px;
	width: 75px;
	margin: 5px 90px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
#masthead_login a {
	display: block;
	text-align: center;
	text-decoration: none;
/*	background-image:url('images/gel_button.png');
	background-repeat:no-repeat;
*/	background-position: 0 0;
	background-color:#CAC7FE;
	border: 1px blue solid;
	height: 25px;
	width: 75px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: maroon;
	font-family: Tahoma, Verdana, Arial;
	font-size: small
}
#masthead_login a:active {
	background-position: 0px 0px;
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 2px;
	height: 24px;
	width: 73px;
}
#masthead_contact{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 25px;
	width: 75px;
	margin: 5px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
#masthead_contact a {
	display: block;
	text-align: center;
	text-decoration: none;
/*	background-image:url('images/gel_button.png');
	background-repeat:no-repeat;
*/	background-position: 0 0;
	background-color:#CAC7FE;
	border: 1px blue solid;
	height: 25px;
	width: 75px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: maroon;
	font-family: Tahoma, Verdana, Arial;
	font-size: small
}
#masthead_contact a:active {
	background-position: 0px 0px;
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 2px;
	height: 24px;
	width: 73px;
}
#masthead_callnow {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 90px 20px 0px 0px;
	font-family: "Arial Narrow", Tahoma, Verdana, Arial;
	font-size:large;
}
#top_nav {
	position: absolute;
	top: 131px;
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#top_nav_image {
	position: absolute;
	top: 44px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 195px;
	width: 628px;
}
#top_nav a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	background-image:url('images/menu_button.png');
	background-position: 0 0;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 126px;
	height: 30px;
	color: white;
	font-family: Tahoma, Verdana, Arial;
	font-size: small
}
#top_nav a:hover {
	background-position: 0 -41px;
}
#top_nav a:active {
	background-position: 0 -82px;
	margin-top: 0px;
	padding-top: 12px;
	padding-left: 5px;
	height: 28px;
	width: 121px;
}
#top_sidebar {
	position: absolute;
	top: 44px;
	left: 628px;
	font-family: Tahoma, Verdana, Arial;
	font-size:x-small;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 321px; 
	height:195px; 
	background-color:black; 
	text-align: center; 
	border-left: 1px white solid;";
}
#top_sidebar a {
	background-image:none;
	color:gray;
	font-size:x-small;
	text-decoration:underline;
}
#page_content {
	position: absolute;
	top: 371px;
	height: 790px;
	background-color:white;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 940px;
	color: #333333;
}
#page_content h1 {
	font-family: Tahoma, Verdana, Arial;
	color: navy;
}
#page_content h2 {
	font-family: Tahoma, Verdana, Arial;
	color: navy;
}
#page_content h3 {
	font-family: Tahoma, Verdana, Arial;
	color: navy;
}
#page_content_left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 11px 0px 11px;
	width: 608px;
	background-color: white;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
}
#page_content_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 321px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	background-color: white;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
}
#page_content_right_top {
	height: 105px; 
	color: maroon; 
	margin: 10px 10px 10px 10px;
	padding-top: 5px;
	background-color:#CAC7FE; 
	border: 1px blue solid;
}
#page_content_right_middle {
	height: 270px; 
	color: maroon; 
	margin: 10px 10px 10px 10px;
	padding-top: 5px;
	background-color:#CAC7FE; 
	border: 1px blue solid;
}
#page_content_right_bottom {
	height: 251px;
	color: maroon; 
	margin: 10px 10px 10px 10px;
	padding-top: 5px;
	background-color:#CAC7FE; 
	border: 1px blue solid;
}
#page_content_right_bottom img {
	border: 1px gray solid;
}
#footer {
	position: absolute;
	top: 1058px;
	height: 100px;
	width: 628px;
	background-color:#CAC7FE;
	color: white;
	border-top: 1px blue solid;
	border-bottom: 1px blue solid;
	border-left: 1px blue solid;
	padding-top: 25px;
	font-family: Tahoma, Verdana, Arial;
	font-size: medium;
}
#footer a {
	background-image:none;
	color:maroon;
	font-size:small;
	text-decoration:underline;	
}
#footer_ad {
	height: 115px;
	width: 321px;
	margin-bottom: 0px;
	padding-top: 10px;
	color: blue;
	border: 1px blue solid;
	background-color: white;
	font-family: "Tempus Sans ITC", Tahoma, Verdana, Arial;
	font-size: x-small;
}
#footer_ad a {
	display: block;
	text-align: center;
	text-decoration: none;
	background-image:url('images/DG_Logo.png');
	background-position: 0 0;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 126px;
	height: 30px;
	color: white;
	font-family: Tahoma, Verdana, Arial;
	font-size: small
}
