/* CSS Document */

*{
margin: 0;
padding: 0;
}

img {
	display:block;
	border:none;
	}

img, div { behavior: url(../iepngfix.htc) }

	
body {
	min-width: 1000px;
	text-align: center;
	background-color:#040404;
	font-family: Verdana, Arial, Helvetica, sans-serif
	}
	

	
#wrapper {
	background: url(../images/glow_mid.gif) repeat-y;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	
	}
	
#innerWrapper {
width:960px;
height:auto;
margin-left:20px;
}
#homeNav {
 width:955px;
 height:auto;
color:#FFFFFF;
 background-color:#000000;
 }
 
.navBox {
	width:106px;
	height:45px;
	text-align:center;
	float:left;
	color:#FFFFFF;
	font-size:9.5px;
	line-height:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:8px 0 8px 0;
	

	} 
.navBox a:link {
	color:#FFFFFF;
	text-decoration:none;
	} 
	    
.navBox a:visited {
	color:#FFF;
	text-decoration:none;
	} 

.navBox a:hover {
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/button_BG.gif);
	display:block;
	background-repeat:no-repeat;
	height:40px;
	
	}
	   
.navBox a:active {
	color: #FFF;
	text-decoration:none;
	}
div.topnav {
	color:#FFFFFF;
	font-size:9.5px;
	line-height:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:58px;
	text-align:center;
	}
span.topnav {

	}	
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.png) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 15px;
	height: 50px;
	float: left;
	background: url(../images/subnav_btn.png) no-repeat right bottom;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 55px;
	text-align:left;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;


}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.png) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.png) no-repeat 10px center;
}
	
	
 .clear {
 	width:1px;
	height:1px;
	clear:both;
	}
 
#homeLeftContainer {
	width:535px; 
	height:555px;
	float:left;
	}
#homeContentBox {
	width:535px;
	height:365px;
	background-image:url(../images/home_leftMid.jpg);

	}
#homeContent {
padding: 25px 85px 20px 65px;
font-size:.75em;
line-height:1.5em;
 }
	
#homeContentBox p {
	margin-bottom: 5px;
	}
	
#homeRightContainer {
	width:425px;
	height:555px;
	float:left;
	background-image:url(../images/home_rightBG.jpg);

	}
#contact {
	font-size: 1em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding: 18px 15px 0 0;
	background-color:#000000;
	height:auto;
	}	
	
#contact a:link {
	font-size:.65em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	}
#contact a:visited {
	color: #FFFFFF;
	text-decoration:none;	
	} 

#contact a:hover {
	color: #FF0000;
	text-decoration:underline;
	}
	   
#contact a:active {
	color: #FFFFFF;
	text-decoration:none;
	} 
#header {
	height:auto;
	width:960px;
	}
#logo {
	height:125px;
	width:400px;
	float:left;
	}
#scdryContact {
	width:560px;
	height:125px;
	float:left;
	
	background-image:url(../images/scdryHeaderBG.jpg);
	}
#contentBox {
	background-image:url(../images/scdryContentBG.jpg);
	height:auto;
	width:960px;
	
	}
#leftContent {
	width:670px;
	height:auto;
	float:left;
	font-size:.75em;
	line-height:1.5em;
	margin: 25px 0 25px 0;
	}
h1 {
	font-size:1.1em;
	margin-left:45px;
	}
	
#leftContent p {
	margin: 5px 30px 5px 45px;
	}
	

	
.bioPic {
	width:auto;
	height:auto;
	float:left;
	margin: 0 10px 10px 0;
	}
	
.contentList {
	
	list-style:none;
	float:left;
	width:285px;
	height:auto;
	margin: 15px 10px 15px 10px;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
}
.contentList ul
{
list-style-type: none;
padding: 0;
margin: 0px 0px 8px 0px;

}

.contentList li {
margin: 0px 5px 5px 50px;
background-image: url(../images/bullet_creamBG.gif);
background-repeat: no-repeat;
background-position: 0  .25em;
padding-left: 1.45em;
	
}
.contentList p {
	text-transform:uppercase;
	font-size:11px;
	line-height:13px;
	padding:0;
	margin:0 5px 5px 0;
	}
	
#rightContent {
	width:289px;
	height:auto;
	float:left;
	padding: 60px 0 25px 0;
	}
	
#rightContent p {
	font-size:.65em;
	line-height:1.125em;
	margin: 5px 20px 8px 25px;
	}
	
.rightCaption {
	text-transform:uppercase;
	font-weight:bold;
	}
.rightImg {
	margin-left:1px;
	padding:0;
	}
	
#homeBottom {
	width:1000px;
	height:auto;
	padding: 10px 10px;
	color:#FFFFFF;	
	font-size: .65em;
	line-height:1.25em;
	clear:both;
	}
	
.homeList {
	
	list-style:none;
	float:left;
	width:400px;
	height:auto;
	margin: 15px 10px 25px 50px;
	
}
.homeList ul
{
list-style-type: none;
padding: 0;
margin: 0px 0px 10px 0px;

}

.homeList li {
margin: 0px 5px 5px 0px;
background-image: url(../images/bullet_blackBG.gif);
background-repeat: no-repeat;
background-position: 0  .25em;
padding-left: 1.45em;
	font-weight:bold;
}
		

#footer {
	width: 960px;
	height:auto;
	font-size:.65em;
	line-height:1.25em;
	text-align:left;
	border-top:1px #333 solid;
	padding:15px 0 15px 0;
	color:#FFFFFF;
	}
#footer p {
	margin-left:45px;
	}
	
#footer a:link {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
	} 
	    
#footer	a:visited {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
	
	} 

#footer a:hover {
	color:#0066FF;
	text-decoration:underline;
	font-weight:bold;
	}
	   
#footer	a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	} 
	

	

