/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing:1px;
	word-spacing:3px;
	color: #fff;
	background-color: #f9fafc;
	
	padding: 0;
}
#logo{
background:url(images/bluebanner2.jpg) no-repeat;
height:171px;
text-align:right;
padding:0 0 0 840px;
}

#logohome{
background:url(images/bluebannerindex.jpg) no-repeat;
height:171px;
text-align:right;
padding:0 0 0 840px;
}

#masthead {
	color: #999999;

background:url(images/dakbluebg.gif);
	
	padding:15px 20px 10px 20px ;
	margin: 0;
	text-align:center;
}
#wrapperLong {
	width: 1000px;
	margin: 0 auto;
	background: #002c67 url(images/spknwd-bg.jpg) no-repeat bottom center;
	
}

#wrappermedium {
	width: 1000px;
	margin: 0 auto;
	background: #002c67 url(images/spknwd-bg12.jpg) no-repeat bottom center;
	
}

#wrappershort {
	width: 1000px;
	margin: 0 auto;
	background: #002c67 url(images/spknwd-bg900.jpg) no-repeat bottom center;
	
}

#center {
	width:900px;
	height:100%;
	padding:20px 50px;
	margin: 0 0 500px 0;
	
	
}
#center .content {
	padding:5px 0px;
	font-size: 12px;
	line-height: 1.5;
	
}

#center .textcontent {

	
}
#masthead .content { margin:0; padding:none;
	
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color:#333399;
	
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #fff;
}
#center a:visited {
	color:#CCCCCC;
}
#center a:hover {
	color:#666666;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.6em;
	margin: 20px 0 0 0;
}
h2 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}
h3 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
h4 {
	font-size: 1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

img {border:none;}

.imgright {float:right;
margin:5px 10px;
padding:5px 5px;
vertical-align:middle;
}

.imgleft {float:left;
margin:5px 10px;
padding:5px 5px;
vertical-align:middle;
}

.white {
	color: #FFFFFF;
}

.smltxt{font-size:10px;}

.caps {font-variant: small-caps;
text-transform: uppercase;}

td { vertical-align:top;}
