*{
	margin:0;
	padding:0;
	/*font-size:11px;*/	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:transparent;
}

body{
}

#wrapper{
	width:960px;
	margin:0 auto;
	/*padding-top:135px;*/
	padding-top:0;
	padding-bottom:20px;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*background-image:url(../images/dg-logo.png);
	background-position:right 5px;
	background-repeat:no-repeat;	*/
}
#logoDiv{
	height:135px;
	width:960px;
	margin:0;
	padding:0;	
}
#logoDiv a.home-link{
	display:block;
	border:0px;
	background-image:url(../images/dg-logo.png);
	background-position:right 5px;
	background-repeat:no-repeat;	
	width:191px;
	height:110px;
	/*float:right;*/
	margin-left:769px;
}
.small-frame #logoDiv a.home-link{
	margin-left:385px;	
}
#content{
	width:960px;
	padding:20px;
	padding-top:50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	background-position:top;
	background-repeat:repeat;	
	outline: double 14px #eee;
	outline-offset: 10px;
	background-color:#fff;
	clear:both;
}

.static-background{
	background-image:url(../images/static-bg.png);
}

#navDiv{
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	margin-top:10px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

#navDiv ul li{
	display:block;
	width:120px;
	font-size:13px;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	color:#888;	
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	border:1px solid #ccc;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 0px;
	background: rgba(255, 255, 255, .9);
	*background-color: #fff; /* notice the * before the property - shows in IE7 and below */
	_background-color: #fff; /* notice the _ before the property - shows in IE6 and below */
	background-color:#fff\9;
 	
}
#navDiv ul li:hover{
	background-color:#8F0000;
}
#navDiv a{
	text-decoration:none;
	padding:10px 10px 10px 8px;
	display:block;
	color:#888;
	font-size:13px;
}
#navDiv a:hover{
	color:gold;	
}
#mainDiv{
	float:left;
	width:790px;
	padding:20px;
	margin-bottom:50px;
	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
	border:1px solid #ccc;
	margin-top:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	font-size:9pt;
}

#mainDiv a, a:visited{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:green;
}
#mainDiv a:hover{
	text-decoration:underline;
	color:gold;
}
#mainDiv .name-contact{
	float:left;
	width:400px;
	font-size: 9pt;
	margin-bottom:10px;
}
#mainDiv .name{	
	font-size:24px;
	letter-spacing:.3em;
	padding-top:8px;
	text-transform:uppercase;
}
#mainDiv .download{
	float:right;
	width:214px;
	font-size: 9pt;
	line-height: 1.6em;
	text-align:right;
	padding:5px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mainDiv h2{
	letter-spacing:1pt;
	margin:0 0 10px 0;
	padding:10px 0 5px 0;
	font-size:14px;
	border-bottom:1px solid #888;
}
#mainDiv h2.firstH2{
	border-top:5px double #888;
}
#mainDiv h3{
	font-weight:bold;
	margin:0;
	padding:0;
	margin-left:25px;
	font-size:11pt;
}
#mainDiv h3 a{
	font-size:11pt;	
}
#mainDiv p{
	margin:0;
	padding:0;
}
#mainDiv ul{
	list-style-type:disc;
	list-style-position:outside;
	margin:0px;
	padding:0px;
	margin-top:6px;
	margin-left:50px;
}
#mainDiv .column-container{
	clear:both;
	margin:0;
	margin-bottom:10px;
	padding:0 0 10px 0;
}
.three-column{
	float:left;
	width:230px;
	height:110px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	margin:0 12px 0 0;
	padding:12px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.two-column{
	float:left;
	width:350px;
	height:110px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	margin:0 20px 0 0;
	padding:12px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.full-column{
	float:left;
	width:700px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	margin:0;
	padding:12px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.column-container p{
	line-height:1.4em;	
}
#mainDiv .last-column{
	margin-right:0;
}
#mainDiv .column-container h3{
	margin:0px;	
}
#mainDiv ul.other{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
#mainDiv li{
	margin-bottom:6px;
}
.home-page{
	height:400px;
}
.less-opaque{
	background: rgba(255, 255, 255, .5); 
	*background-color: #fff; /* notice the * before the property - shows in IE7 and below */
	_background-color: #fff; /* notice the _ before the property - shows in IE6 and below */
	background-color:#fff\9;
}
.more-opaque{
	background: rgba(255, 255, 255, .9); 
	*background-color: #fff; /* notice the * before the property - shows in IE7 and below */
	_background-color: #fff; /* notice the _ before the property - shows in IE6 and below */
	background-color:#fff\9;

}
#mainDiv h1{
	font-size:17px;
	letter-spacing:.2em;
	text-transform:uppercase;
	text-align:right;	
	color:#F7931E;
}
#footerDiv{
	clear:both;
	width:960px;
	padding:10px;
	margin:80px 0 20px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	outline: double 14px #eee;
	outline-offset: 10px;
	background-color:#fff;
	font-size:11px;
}

.footer-box{
	width:260px;
	margin:0 20px 0 0;
	padding-right:20px;
	color:#888;
	float:left;
	border-right:1px solid #aaa;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	

}
.page-copy{
	color:#333;
	line-height:1.5em;
	font-weight:bold;
	width:410px;
	height:360px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	padding:20px;
	float:left;	
}
.full-width{
	width:760px;
	height:auto;	
}
.large-type{
	font-size:16px;
}
.vitals{
	font-size:16px;
	color:#F7931E;
	background-color: #003;
	display:inline-block;
	padding:1px 4px 1px 4px;
}
.footer-box h3{
	margin-bottom:10px;	
}

.footer-box a, a:hover, a:visited{
	text-decoration:none;
	color:#060;	
}
p.social-media{
	float:left;	
}
.last{
	border-right-width:0px;
	margin-right:0;
}

.home-image{ float:left; }

.home-image img
{
	opacity:0.8;
	filter:alpha(opacity=80);	
	border-right:6px double silver;
}
.clear{	clear:both; }

a.back{
	font-size:11px;	
	text-decoration:none;
}
a.back:hover
{
	text-decoration:underline;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   .two-column{
	float:left;
	width:320px;
	height:110px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
	margin:0 20px 0 0;
	padding:12px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
}
