@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

strong {
	font-weight: bold;
}


/*:::::::::::: Font & Links ::::::::::::*/

a {
	color: #29566F;
	text-decoration: none;
}

a:hover {
	color: #5A7E92;
	text-decoration: underline;
}

a:visited, a:active {
	color: #5A7E92;
	text-decoration: none;
}


#navmenu {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 1.06em;
	text-transform: uppercase;
}

#navmenu a,
#navmenu a:hover{
	text-decoration: none;
}

.about a {
	text-transform: uppercase;
	color:#fff;
}

.quick_links h3{
	font-size: 1.28em;
	font-weight: bold;
	text-transform: uppercase;
}

.home-columns p{
	font-size: .8em;
	line-height: 1.6em;
}

.home-columns a{
	color:#9ac0e6;
	text-decoration: none;
}

.home-columns h3{
	font-size: 1.11em;
	font-weight: lighter;
	text-transform: uppercase;
}

.secondary-content h1{
	font-size: 1.65em;
	font-weight: lighter;
	text-transform: uppercase;
}

.secondary-content h2{
	font-size: 1.35em;
	font-weight: normal;
}

.secondary-content h3{
	font-size: 1.25em;
	font-weight: bold;
}

.secondary-content p {
	font-size: 1.1em;
	line-height: 1.6em;
}

.rightcol h3,
.secondary-rightcol h3{
	font-size: 1.35em;
	font-weight: bold;
	color: #232526;
}

/*:::::::::::: Global ::::::::::::*/

body {
	background: url(../images/bg.gif) 0px 0px repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	overflow: scroll;
}
 
div.container {
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	width: 936px;
	height: auto;
	background-color: #5a7e92;
}

div.about {
	margin-top: -26px;
	padding-top:4px;
	height: 14px;
	width: 177px;
	background-color: #484e50;
	float: right;
}

div.about {
	text-align:center;
}

div.header {
	padding-top: 32px;
	width: 936px;
	height: 128px;
	background: #000 url(../images/hdrBg.jpg) top no-repeat;
	text-indent:-9999em;
}

div.header h1 a {
	margin-left:27px;
	width:179px;
	height:83px;
	background: url(../images/DFS_WebHeader-trans.png) top left no-repeat;
	float: left;
	display:block;
	outline:none;
}

div.header h2 a {
	margin-top: 50px;	
	margin-left: 606px;
	width:290px;
	height:38px;
	background: url(../images/joinNow_txt-trans.png) top left no-repeat;
	display: block;
	outline:none;
}

.content .top {
	background-color: #fff;
}

.content .top img {
	padding: 5px;
}

.content table {
	width: 936px;
}

.content table {
	width: 100%;
}

.footer {
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: right;
	color: #fff;
}

.footer a{
	color:#fff;
}

#QuickLinks ul {
	margin-bottom: 18px;
}

#QuickLinks ul li{
	margin: 6px 0;
}

/*:::::::::::: Home Page ::::::::::::*/

#FlashHero {
	margin-top: 20px;
	margin-right: 18px;
	float: left;
}

.quick_links {
	margin-top: 20px;
}

.quick_links ul {
	margin-top: 10px;
}

.home-columns {
	margin-right: 16px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	width: 190px;
	float :left;
}

.home-columns#hc1 {
	border-top: 12px solid #101415;
	margin-left: 4px;
}

.home-columns#hc2 {
	border-top: 12px solid #232526;
}

.home-columns#hc3 {
	border-top: 12px solid #414648;
}

.home-columns#hc4 {
	margin-right: 0;	
	border-top: 12px solid #60686a;
}

#sponsorSlides {
	display: none;
	height: 155px;
	width: 200px;
}

/*:::::::::::: Secondary Pages ::::::::::::*/

.secondary-content {
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 45px;
	width: 405px;
}

.secondary-content h1 {}

.secondary-content h1 + p {
	margin-top: 0;
}

.secondary-content h2 {
	margin-top: 1.5em;
}

.secondary-content p {
	margin-top: 1em;
}

.secondary-nav {
	width: 190px;
}

.rightcol,
.secondary-rightcol {
	padding-top: 25px;
}

.secondary-rightcol {
	width: 135px;
}

.rightcol h3,
.secondary-rightcol h3 {
	margin-bottom: 20px;
}

#mailingForm {
	margin-bottom: 20px;
}

#mailingForm tr td{
	padding: 10px 0;
}








