

/* Text Styles
----------------------------------------------- */
body
{
	margin:0;
	padding:0;
	background:#fff url(images/DB-Background.jpg) top left repeat;
	text-align:center;
}

body, p 
{
	font:small Verdana,Sans-serif;
	color: #58676C;
	line-height:1.6em;
	font-size: 11px;	
}
div.textmodule ul{
 	font-size: 11px;
 	}
h1
{
	margin:0;
	font:135%/1.4em Georgia,Serif;
	color:#776;
}
h2
{
	color:#CE8857;
	border-width:0;
	margin:0;
	font:bold 125% Georgia,Serif;
	line-height:1.2em;
}


div.greysides
{
	width: 634px;
	margin: 0 auto;
	border-left: 51px solid #E9E8ED;
	border-right: 51px solid #E9E8ED;
	text-align: left;
	background: #fff;
}

/* Top Header with Logo
----------------------------------------------- */
div#header
{
	height: 102px;
}
div#header img#logo
{
	margin-left: 20px;
	margin-top: 25px;
}
div#header #db
{
	position:absolute;
	margin-left: 70px;
}



/* Menu
----------------------------------------------- */
div#menu
{
	font-family: Arial;
	width:100%;
	background-color: #1C1C1C;
	height: 35px;
	text-align:center;
}
div#menu div.inner
{
	margin: 0 auto;
	width: 634px;
	height: 35px;
	border-left: 51px solid #606060;
	border-right: 51px solid #606060;	
}
div#menu ul
{
	width: 632px;
	height: 35px;	
	margin: 0 auto;
	padding: 7px 5px;
	list-style-type: none;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;	
}

div#menu ul li
{
	float: left;
	/*width: 100px; */
	margin-top: 3px;
	padding: 0px 7px;
	font-size: 11px;
	font-weight: bold;
}

div#menu ul li a {
	color: #fff;
	}

/* Blue Header
----------------------------------------------- */
div.headerblue
{
	width: 634px;
	margin: 0 auto;
	border-left: 51px solid #A3A3A3;
	border-right: 51px solid #A3A3A3;
}

div.headerblue div.inner
{
	height: 195px;
	background-image: url('images/greybg.png');
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: left;
}

div.headerblue #featureoverlay
{
	position:absolute;
	margin-left: 234px;
}

div.headerblue h1
{
	width: 210px;
	padding-top: 60px;
	padding-left: 20px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	color: white;
}

/* Home Page with Large Feature Area
----------------------------------------------- */
div#headerhome, div#headerhome .inner
{
	height: 195px;
}

div#headerhome p
{
	text-align: left;
	margin:0;
	width: 195px;
	padding: 18px;
	padding-left: 24px;
	margin-right: 30px;
	color: #ffffff;
	font: 11px Arial Unicode MS, Tahoma, Verdana;
	line-height: 18px;
	letter-spacing: 1px
}
div#headerhome strong
{
	color: #1C1C1C;
}
div#headerhome a
{
	text-decoration: none;
	font-weight: bold;
	color: #E1BF05;
}
div#contacthome
{
	height: 121px;

}

div#contacthomepanel{
		display: inline;
		width: 30%;
		}
div#contacthomepanel p{
		font-size: 90%;
		text-align: right;
		margin: 0px 10px 5px;
		}

/* Content Pages
----------------------------------------------- */

div#titleheader, div#titleheader .inner
{
	height: 125px;
}

#main
{
	padding: 15px;
}


/* Footer
----------------------------------------------- */
div#footerblue
{
	height: 35px;
	width: 634px;
	margin: 0 auto;
	border-left: 51px solid #000;
	border-right: 51px solid #000;
	background-color: #000;
}

div#footergrey
{
	padding-top: 10px;
	color: #666;
	height: 70px;
	border-top: 1px solid white;
	text-align: center;
	font: bold 10px Tahoma, Verdana;
	line-height: 15px;
}

div.login
{
	border: 1px solid #dddddd;
	position:absolute;
	padding: 15px;
	margin: 10px;
	background: #fefefe;
}
