/* CSS Document */
@import 'reset.css';
@import 'typography.css';
body {
	background: url(../images/headerBackground.png) repeat-x;
	background-position:left 50px;

}
#wrapper {
	width:900px;
	margin:auto;
	margin-top:50px;
}


/*Head styles
-----------------------*/

#header {
	background: url(../images/headerBackground.png) repeat-x;
}
#header h1 {
    background: url(../images/headerFreedom.png) no-repeat;
    height: 176px;
    width: 640px;
    text-indent:-10000px;
    margin-left:260px;
}  



/*Navigation styles
---------------------------*/
#navigation {
	float: left;
	height: 500px;
	width: 280px;
	margin-left:10px;
	margin-top: -213px;
	position: relative;
}

#logo {
	background:url(../images/navHeader.png) no-repeat;
	width:210px;
	height:120px;
	display:block;
	text-indent:-5000px;
}
#navigation ul {
	background:url(../images/navBackground.png) no-repeat;
	height:399px;
}

#navigation ul, #navigation li {
	margin:0;
	padding: 0;
	list-style:none;
}
#navigation ul li {
	display:block;
	border-bottom:1px solid #E9EEF2;
	height:38px;
	width:199px;
	margin-left:4px;
}
#navigation ul li a {
	display:block;
	background:url(../images/navAbackground.png) no-repeat;
	height:36px;
	background-position:-398px;
	padding-left:30px;
	padding-top:2px;
}

#navigation ul li a.current {
	background-position:-199px;
}
#navigation .vcard a {
	background:none;
	display:inline;
	padding:0;
}

#navigation p {
	margin-left:10px;
}


#subNavigation {
	margin-right:90px;
	float:right;
	padding:0 4px;
	background:url(../images/subnavLeft.png) no-repeat;
	height:22px;
}

#subNavigation li {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:0;
	display:inline;
	padding:4px 5px;
}	

#subNavigation ul {
	height:20px;
	margin:0;
	padding-top:2px;
	float:left;
	background-color:#E1E7EC; 
}

#subnavRight {
	background:url(../images/subnavRight.png) no-repeat right;
	height:22px;
	width:7px;
	float:left;
}
#subNavigation li.current {
	background-color:#E1D2AF;

}

#subNavigation .current a{
	background:url(../images/subnavTabbottom.png) no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}

/*Hcard styles
---------------------------*/
.type, .org {
	display:none;
}
#content .org {
	display:inline;
}
.footer .email, .footer .tel {
	display:none;
}


/*Content styles
---------------------------*/

#content {
	width:500px;
	margin-right;
	float:left;
}
.testimonials div {
	padding: 5px;
	border-bottom: 1px solid #444444;
	margin-bottom: 40px;
}
.testimonials .alt{
	background-color: #f6f8fd;
}
.footer {
	color:#826431;
	border-top:1px solid #826431;
	margin-top:1.5em;
	padding-top:10px;
}