@charset "UTF-8";

/* 
----------------------------------------------------
Author: Chip Martucci
© 2008 Craftwork Media LLC, All Rights Reserved 
---------------------------------------------------
*/

/*** SLIDESHOW **/

#slideshow {
    position:relative;
    height:260px;
	overflow:hidden;
}

#slideshow DIV {
    position:absolute;
    top:0;
    float:left;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #006599;
	overflow:hidden;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    width:760px;
	height:auto;
    display: block;
    border: 0;
    margin-bottom: 10px;
	overflow:hidden;
}


/* 
MAIN INTRO 
--------------------------------------------- 
*/

#main {
	padding: 0px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #003333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	overflow:hidden;

}

#intro {
	position:absolute;
	top:106px;
	height: 260px;
	z-index:12;
	overflow:hidden;
}

/* 
CALLOUTS 
--------------------------------------------- 
*/


#callouts {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#callouts p {
	font-size: 12px;
	color: #888888;
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#callouts img {
	float: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#callouts h3 {
	color: #555555;
	display: inline;
	font-size: 14px;
}

#callouts ul {
	list-style-position: inside;
	list-style-image: url(../images/dec_arrow.gif);
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
}

#callouts a:link, #callouts a:visited {
	color: #0084BE;
	text-decoration: none;
}
#callouts a:hover {
	text-decoration: underline;
}

#callout-main {
	width: 400px;
	float: left;
	margin: 35px 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
}

#callout-main p {
	width: 230px;
	padding-right: 10px;
}

#callout-right-1, #callout-right-2 {
	width: 350px;
	float: right;
}
#callout-right-1 p, #callout-right-2 p {
	width: 225px;
	/*float: right;*/
}

#callout-right-1 {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-image: url(../images/dec_callouts-horiz-divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#callout-right-2 {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 25px;
}

.spacer {
	padding-top:20px;
}
