/* GENERAL STYLES */
/* global reset */
* { margin: 0; padding: 0 }

/* links */
a { color: #18c }
a:visited { }
a:hover { color: #15b }
a:focus, a:active {  }

#skipper { display: none }

body {text-align:left; background: url(../gfx/bg.gif) repeat-y #ffffff; color: #5b5b5b; font-family: Verdana, Tahoma, Arial; font-size: 62.5%; }

#leftNav {
	width:252px;
	left: 0;
	position:absolute;
	float:left;
}
#header{
	width:770px;
        height:94px;
	left: 0;
        clear:both;
        background-color:#f7f7eb;
overflow:hidden;
}
.logo{
        width: 10px; float:left;

}
.contact{
        width: 150px; float:right;
        color: #000;
text-align:right;
padding:24px;
line-height: 1.5em
}
#imageStrip{

        width: 770px;
        height: 70px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
}
#header img{
	border: none;
}

	
#leftNav ul {width:252px; margin-top: 23px; text-align:left; font-size: 11px; color: #e5dfce;}
	#leftNav ul li {margin: 0; }
	#leftNav ul li a {color: #6f6f71;
		display: block; 
		padding: 11px 5px 11px 20px; 
		text-decoration:none; 
		cursor:pointer;
		line-height: 14px;
		background: url(../gfx/dots.gif) no-repeat bottom center ;
	}
	#leftNav ul li a span.title {
		font-weight:bold;
		font-family: Trebuchet MS;
		font-size: 16px;
		color:#000;
	}
	#leftNav ul li a span.sub {
		font-family: Trebuchet MS;
		font-size: 11px;
		color:#000;
	}
	#leftNav ul li a.selected span {
		color:#dcf3f4;
	}
	#leftNav ul li a.selected {
		color: #fff; 
		background: url(../gfx/dots-selected.gif) no-repeat bottom center #000;
	}
        #leftNav ul li a.selected:hover { background-color:#000; color:#fff;}

	#leftNav ul li a:hover { background-color:#fff; color:#000;}
        #leftNav ul li a:hover span {}      
	#leftNav ul li a.active {}
 
#leftNav ul ul {margin: 0; list-style-type: none;  color:#000; width:252px;}
	#leftNav ul ul li { 
		margin: 0; 
	}
	#leftNav ul ul li a {
		padding: 12px 0 12px 20px;
		display: block; 
		background-color: #e5dfce;
		background: url(../gfx/dots.gif) no-repeat bottom center #dcf3f4;
	}
	#leftNav ul ul li a span.title{
		font-weight: bold;
		font-size: 12px;
		padding-left: 15px;
		font-family: Trebuchet MS;
		color:#000;
		background: url(../gfx/bullet.gif) no-repeat left center;
	}
	#leftNav ul ul li a span.sub{
		font-weight: normal;
		font-family: Trebuchet MS;
		font-size: 11px;
		padding-left: 15px;
		color:#000;
	}
	#leftNav ul ul li a.selected {
		color:#000;	
		background: #fff;
	}
	#leftNav ul ul li a.selected:hover span { background-color:#fff; color:#000;}
        #leftNav ul ul li a.selected:hover { background-color:#fff; }
	#leftNav ul ul li a:hover { background-color:#fff;}
        #leftNav ul ul li a:hover span {}
	#leftNav ul ul li a.active { color: #e5dfce;}

#content{
	position:absolute;
	width: 490px;
	margin-left: 252px; text-align:left; padding: 30px;
	left: 0px;
}
#content h1{
	font-family: Trebuchet MS;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 16px;
	margin-bottom: 10px;
	background: url(../gfx/dots_h1.gif) repeat-x bottom center;
}
#content h2{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content h3{
	font-family: Trebuchet MS;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#content blockquote{
	color: #959595;
	font-size: 18px;
	font-family: Trebuchet MS;
	
	padding-bottom: 20px;
	line-height: 24px;
}
#content p{
	color: #000;
	font-size: 11px;
	padding-bottom: 20px;
	line-height: 18px;
}

#content ul{
	color: #000;
	font-size: 11px;
	padding-bottom: 20px;
	line-height: 18px;
	margin-left: 25px;
	list-style-image: url(../gfx/bullet.gif);
}
#footer{
	color: #959595;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-align: center;
	background: url(../gfx/dots_h1.gif) repeat-x top center;
	padding-top: 30px;
	margin-top: 30px;
	line-height: 40px;
}
#questions{
	float:right;
	background:#e5dfce;
	padding: 8px 0 10px 0;
	width:210px;
	margin: 0 0 30px 30px;;
}
#questions h3{
	font-size: 16px;
	font-family: Trebuchet MS;
	color:#fff;
	background-color: #000;
	padding: 16px 20px 16px 20px;
}
#questions p{
	padding: 10px 20px 0 20px;
	font-size: 12px;
	font-family: Trebuchet MS;
	color:#000;
}
#questions a{
	font-family: Verdana;
	font-size: 11px;
	color:#000;
	text-decoration:underline;
}
#questions a:hover{text-decoration:none;}
#questions span{
	font-family: Verdana;
	font-size: 11px;
	color:#000;
}

#questions hr{
	background: url(../gfx/dots_h1.gif) repeat-x bottom center;
	height: 1px;
	border: 0;
	width: 100%;

margin:0;
}





/* EDITOR PROPERTIES */
blockquote {

}

