@charset "utf-8";
/* This is the primary css doc that defines all of the site wide layout elements. */

body {
	margin:0;
	padding:0;
	background: url(../images/body_bg.jpg) repeat-y #4e4f52;
}

h1 {
	color: #373839;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
	letter-spacing:0;
	text-indent: -3000px;
	height: 21px;
	}
	
h2, h3 {
	line-height: 130%;
	letter-spacing:0px;
	}
	
h2, h2 a {
	color: #006699;
	font-size: 15px;
	margin: 0 0 5px 0;
	}
	
h3 {
	color:#444444;
	font-size: 12px;	
	margin: 15px 0 7px 0;
	}


img {
	border:0;
	}

a {
	color:#008BE8;
	text-decoration: none;
	}
	
a:hover {
	color: #008BE8;
	text-decoration: underline;
	}
	
a:visited {
	color: #888888;
	}


#wrapper {
	width: 968px;
	margin: 0 33px;
	font-family: Helvetica, Arial, san-serif;
	font-size: 11px;
	}
	
#header {
	height: 75px;
	background: url(../images/header_bg.jpg) no-repeat top right;
	}
	
#header img {
	float: left;
	}
	
#header #tagline {
	float: right;
	margin-top: 44px;
	width: 378px;
	height: 31px;
	text-indent: -3000px;
	}
	
#content {
	clear:both;
	background:#eeecec;
	}
	
#navcol {
	width: 148px;
	float: left;
	background:#E1DFDF;
	}
	
#navcol ul {
	margin: 0;
	padding: 0;
	}
	
#navcol ul li {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#navcol ul li a {
	background: #7f7f7f;
	padding: 8px 8px 0 8px;
	display: block;
	border-bottom: 2px solid #ffffff;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	height: 20px;
	text-indent: -3000px;
	letter-spacing: 1px;
	}

#navcol ul li a:hover, #navcol ul li.current a {	
	background: #373839;
	}
	
#navcol ul li.current a {
	border-bottom:none;
	}
	
#navcol ul li ul {
	display: none;
	}
	
#navcol ul li.current ul {
	display: block;
	background: url(../images/subnav_bg.jpg) no-repeat #bababa;
	padding: 10px 0;
	border-bottom: 2px solid #ffffff;
	}
	 
#navcol ul li.current ul li a {
	background: #bababa;
	background-image:none;
	border-bottom: none;
	text-transform: capitalize;
	font-size: 11px;
	padding: 4px 5px 0 5px;
	height: 18px;
	display: block;
	font-weight: bold;
	text-indent: 0;
	}
	
#navcol ul li.current ul li a:hover, #navcol ul li.current ul li a.current {
	background: #ffffff;
	color: #373839;
	}

#maincol {
	width: 818px;
	float: right;
	border-left: 2px solid #ffffff;
	}
	
#picstrip {
	background: url(../images/snowcone_divider.jpg) no-repeat;
	padding: 28px 0 0 0;
	}
	
#picstrip img {
	float:left;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	}

/* The copy id is single column with space for a background pic by default. See multi_col.css to define columns and copy_bgs.css to define the single column backgrounds. */
	
#copy {
	letter-spacing: 1px;
	clear: both;
	padding: 15px 15px 15px 323px;
	border-top: 2px solid #ffffff;
	line-height: 135%;
	background-color: #f8f8f8;
	/* next 3 line are ie6 min-height hack */
	min-height:350px;
  	height:auto !important;
 	height:350px;
	}
	
	
#copy strong {
	color: #373839;
	}
	
#copy ul {
	margin: 0;
	padding: 0 0 0 15px;
	}
	
#copy li {
	list-style: url(../images/bullet.jpg);
	line-height: 115%;
	margin: 0 0 8px 0;
	}
	
#copy .source {
	font-size: 6px;
	float:right;
	padding-top: 15px;
	}
	
	
#copy ul.solution_details {
	margin:0 0 20px 0;
	padding:0;
	float: left;
}

#copy ul.solution_details.left {
	margin-right: 20px;
	}
	
#copy ul.solution_details li {
	list-style-image: none;
	list-style: none;
	margin:0;
	padding:0;
}

#copy ul.solution_details li a{
	width: 230px;
	height: 26px;
	display: block;
	text-indent: -3000px;
	cursor: pointer;
}
 
/* This class goes on the right column solution details list that are too wide to float in ie6 */

#copy ul.solution_details.iefix li a {
	width:220px;
}
 
	
/* See multi_col.css for definitions of the columns inside #copy */

.btn_spacer {
	margin: 20px 30px 0 0;
	float: left;
	}
	
#footer {
	float:right;
	text-align:right;
	font-size: 9px;
	padding: 0 15px 15px 15px;
	width: 500px;
	margin-top: -21px;
	}
		
#footer p {
	padding-top: 30px;
	padding-right: 10px;
	}
	
#footer img {
	float:right;
	margin: 0 0 0 20px;
	}
	
#copy, #footer, #footer a {
	color: #666666;
	}
	
#footer a:hover {
	color: #444444;
	}
	
iframe {
	width: 925px;
	height: 500px;
	padding: 0 20px;
	margin-bottom: 50px;
	margin-top: 20px;
	overflow-x: hidden;	
	}


