@charset "UTF-8";
/*---basic styling---*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFF; 
	text-align:center;
	color:#666;
	}
	
#wrapper {
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
	background-color:#fff;
	}

	
#clear {
	clear:both;	
	}	
	

	
/*---navigation styling---*/	

#navigation ul {
	margin: 0;
	padding: 0;
	position:absolute;
	bottom:0;
	text-align:center;
	width: 960px;
	list-style: none;
	/*background:url(navBkd.jpg) repeat-x left;*/
	}
	
#navigation ul li {
	float:left;
	}
	
#navigation ul li a {
	padding: 0 1.2em;
	margin: 0;
	font-size:13px;
	font-family: Arial;
	line-height: 1.5em;
	text-decoration:none;
	float:left;
	display:block;
	color:#808B9C;
	/*background:url(navDivider.jpg) no-repeat left middle;*/
	}
	
#navigation ul a.first{
	background:none;
	padding-left: 150px;
	}
	
#navigation ul a:hover{
	color:#4F5C8F;
	}
		
			

/*---div positioning---*/



#header {
	position:relative;
	height: 200px;
	}
	
#navigation {
	position:relative;
	/*background-image:url(navBkd.jpg);
	background-repeat:repeat-x;*/
	}	
	
#emailphone {
	float:left;
	width: 270px;
	height:190px;
	color: #fff;
	background:url(emailPhone.jpg) no-repeat center;
	}
	
#counseling {
	float:left;
	width: 420px;
	height:190px;
	background: #fff url(AlbuquerqueCounseling.jpg) no-repeat center;
	}
	
#address {
	float:right;
	width:270px;
	height:190px;
	color: #fff;
	background:url(address.jpg) no-repeat center;
	}			
	
#clear {
	clear:both;	
	}		
	
#videoMain {
	width:500px;
	float: left;
	}
	
#main {
	float:left;
	width: 590px;
	}
	
#sidebar {
	float:right;
	width: 350px;
	}
	
#first {
	float:left;
	width:300;
	text-align:center;
	vertical-align:middle;
	}	
	
#second {
	float:left;
	width:300;
	text-align:center;
	vertical-align:middle;
	}	
	
#third {
	float:left;
	width:300;
	text-align:center;
	vertical-align:middle;
	}	
	
#ten {
	width:10;
	}
	
#twenty {
	width:20;
	}		
	
#clear {
	clear:both;	
	}	
	
#footer {
	text-align:center;
	color:#4F5C8F;
	font-size:12px;
	font-family: "Gesta-1","Gesta-2", Verdana, Sans-Serif;

}
	
/*---text styling---*/		
		
	
#counseling h1 {
	margin-left: -9000px;
}

#counseling h2 {
	margin-left: -9000px;
}

#emailphone h3 {
	margin-left: -9000px;
	}

#address h3 {
	margin-left: -9000px;	
	}
	
#main h3 {
	color: #32547A;
	padding-right: 15px;
	font-family: "Adelle-1", "Adelle-2", Adelle-1, Adelle-2, serif;
	font-style: normal;
	font-size:24px;
	font-weight: 600;
	}	
	
#main p {
	font-family: "Gesta-1", "Gesta-2", Gesta-1, Gesta-2, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	}
	
	#main b {
	font-family: "Gesta-1", "Gesta-2", Gesta-1, Gesta-2, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	}

#main h4 {
	text-align:center;
	color: #32547A;
	padding-left:15px;
	padding-right:15px;
	font-family: "Adelle-1", "Adelle-2", Adelle-1, Adelle-2, serif;
	font-size: 18px;
	font-style:italic;
	font-weight:300;
	}

#footer p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
#wrapper #sidebar p {
	font-family: "Gesta-1", "Gesta-2", Gesta-1, Gesta-2, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #32547A;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
#videoMain h3 {
	color: #666;
	padding-right: 15px;
	font-family: "Gesta-1", "Gesta-2", Gesta-1, Gesta-2, Arial;
	font-style: normal;
	font-size:18px;
	font-weight: 600;
	}
	
#videoSidebar h3 {
	text-align:center;
	color: #32547A;
	padding-right: 15px;
	font-family: "Adelle-1", "Adelle-2", Adelle-1, Adelle-2, serif;
	font-style: normal;
	font-size:24px;
	font-weight: 600;
	}

#videoSidebar p {
    text-align:center;	
	font-family: "Gesta-1", "Gesta-2", Gesta-1, Gesta-2, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #666;
	padding-top: 10px;
	padding-bottom: 20px;
	}	
	
#videoSidebar h4 {
	text-align:center;
	color: #32547A;
	padding-left:15px;
	padding-right:15px;
	font-family: "Adelle-1", "Adelle-2", Adelle-1, Adelle-2, serif;
	font-size: 18px;
	font-style:italic;
	font-weight:300;
	}	

	
a {
	color:#333333;
	text-decoration:underline;
	}
	
a:visited: {
	text-decoration:none;
	}	

a:hover {
	color:#4F5CFF;
	}
	
