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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:0px;
	}
	
#wrapper {
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width:1000px;
	}
#topBanner {
	width:1000px;
	height:200px;
	z-index:10;
	position:absolute;
	}
#topBannerAd {
	width:630px;
	height:90px;
	position:absolute;
	top:10px;
	left:325px;
	
	}
#sideTower {
	height:100%;
	width:180px;
	background-image:url(../images/redBar.png);
	background-repeat:repeat-y;
	position:absolute;
	
	z-index:0;
	margin-left:100px;
	}
#logo {
	height:164px;
	width:330px;
	background-image:url(../images/dckellyLogo.png);
	cursor:pointer;
	background-repeat:no-repeat;
	margin-top:20px;
	float:left;
	}
#navCont {
	height:200px;
	width:620px;
	
	float:left;
	}
#navBar {
	height:25px;
	width:620px;
	margin-top:135px;
	
	}
.navLinks {
	height:25px;
	width:80px;
	text-align:center;
	
	float:left;
	}
.navText {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	}
.navText a {
	color:#666666;
	text-decoration:none;
	}
.navText a:hover {
	color:#3366FF;
	}
#mainCont {
    top:190px;
	position:absolute;
	margin-left:280px;
	z-index:15;
	height:auto;
	width:670px;
	float:left;
	
	}
#topMain {
	background-image:url(../images/topMain.png);
	background-repeat:no-repeat;
	width:672px;
	height:11px;
	float:left;
	}
#middleMain {
	width:670px;
	height:auto;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	float:left;
	}
#bottomMain {
	background-image:url(../images/bottomMain.png);
	height:12px;
	width:672px;
	float:left;
	}
#mainContent {
	width:650px;
	height:auto;
	margin-left:10px;
	float:left;
	}
#bottomCont {
	z-index:20;
	height:auto;
	width:670px;
	
	}
#bottomContent {
	width:650px;
	min-height:190px;
	height:auto;
	margin-left:10px;
	
	}
a{
color: #666666;
text-decoration: none;
}
a:hover{
color: #3366FF;
}
p{
margin: 0;
padding: 10px;
line-height: 1.5em;
text-align: justify;
}
.box{
background: #fff ;
}
.boxholder{
clear: both;
padding: 5px;
background: #CCCCCC;
}
.pictureCont {
	float:left;
	height:150px;
	width:160px;
	}
.tab{
float: left;
height: 25px;
width: 75px;
margin: 0 1px 0 0;
text-align: center;
background: #FFFFFF url(../images/tabButton.png) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-weight:normal;
font-size: 10px;
padding: 7px 0 0 0;
}

.leftItem {
	width:200px;
	height:30px;
	float:left;
	}
.leftContact {
	width:200px;
	height:auto;
	float:left;
	margin-top:10px;
	}
.contactItem {
	height:20px;
	width:auto;
	padding:3px;
	margin-bottom:10px;
	float:left;
	
	}