/*	MAIN STYLE SHEET FOR AVCOUNSELING 2010 */

body {
  margin: 0;
  padding: 0 0 0 0;
  color: #000;
  font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  background: #b9dac9;
  text-align: center;
  min-width:800px;
}

#container {
	text-align:left;
}
#middle{background-color: #fff; padding-bottom: 24px;}

#bottom{
	padding: 0px 0 0 0;
	min-height: 200px;
	border-top: 1px solid #aac8b9;
}

#top {
	width: 100%;
	background: transparent url('../images/top-bg.png') repeat-x 0 0 ;
	height: 126px;
	position: relative;
}

p, li, a, td, th, h3, legend, span.paragraph, dd {
	letter-spacing: .01em;
	line-height: 18px;
	text-transform:none;
	font-weight: normal;
	margin-top: 0;
}

ul.sublist {}

ul.sublist li{}
	
p, dd{margin-bottom: 16px;}	

h1 {
  font-size: 20px;
  color: #4f9673;
  background: transparent url('../images/h1-bg.jpg') no-repeat 0 bottom;
  margin: 0 0 12px 0;
  padding-bottom: 6px;
}

h2 {
  font-size: 16px;
  margin-top: 0;
  color: rgb(79, 150, 150);
}

#rightCol h2 {
	text-align: center;
	background: transparent url('../images/right-col-h2.png') no-repeat 0 0;
	padding-top: 10px;
	height: 30px;
	width: 200px;
	color: #4F9696;
}


h3, #rightColEditableLinks a{
  color: #000;
  padding: 0;
  margin: 0 0 8px;
}


h4 {
  color: #000;
  padding: 10px 0 0 0;
  font-size: 18px;
}


#header h1 {
	position: absolute;
	margin-left: -99999px;
}

#header h2 {
	top: 102px;
	left: 360px;
	position: absolute;
	color: #4F9696;
	font-size: 16px;
}

hr {
	margin: 18px 0 ;
	color: #999;
	background-color:#999;
}

/* !--------------- GENERIC LINKS ---------------- */

a:link, a:visited, a:hover, a:active {text-decoration: underline;}

a:link, a:visited, #footer a:hover {color: #000;}

a:hover, a:active, #rightCol p a:hover {color: #69b0b0;}

/* END GENERIC LINKS  */

/* Frame where all content is displayed */
.container {
  color: #000;
  margin: 0 auto;
  width: 798px;
  padding: 0 10px 0 10px;
  text-align: left;
}

/* Header contains the AVCS name/logo and picture */
#header {
  background: transparent;
  width: 800px;
  height: 126px;
  position: relative;
}

#logo {
	display: block;
	width: 341px;
	height: 124px;
	background: transparent url('../images/logo-color.png') no-repeat 0 0;
}

/* !--------------- MAIN NAV ---------------- */

#navbar {
  width: 800px;
  clear: right;
  clear: left;
  padding:0;
  height: 20px;
  position: relative; top: -3px;/* need this to snug up menu...not sure why yet*/
} 

/* http://www.cssplay.co.uk/menus/tutorial.html */
#navbar a.nav, a.nav:link, #navbar a.nav:visited {
  display: block; 
  width: 112px;
  height: 20px;
  background: rgb(185, 218, 201);
  border-left: 1px solid #69b0b0;
  border-right: 1px solid #69b0b0;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  overflow: hidden;
  float: left;
}

#navbar a.nav:hover{color:#fff; background: #97c8b0;}

/*FOR CURRENT PAGE MAIN MENU ITEM STYLING*/
body#index #navbar a.index, body#counseling #navbar a.counseling, body#education #navbar a.education, body#publication #navbar a.publication, body#internships #navbar a.internships, body#fundraising #navbar a.fundraising, body#contact #navbar a.contact {color:#000; background: #97c8b0;}

body#index #navbar a.index:hover, body#counseling #navbar a.counseling:hover, body#education #navbar a.education:hover, body#publication #navbar a.publication:hover, body#internships #navbar a.internships:hover, body#fundraising #navbar a.fundraising:hover, body#contact #navbar a.contact:hover {color:#fff; background: #97c8b0;}

body#index #footer a.index, body#counseling #footer a.counseling, body#education #footer a.education, body#publication #footer a.publication, body#internships #footer a.internships, body#fundraising #footer a.fundraising, body#contact #footer a.contact {
	color: #4f9673;
}

body#index #footer a.index:hover, body#counseling #footer a.counseling:hover, body#education #footer a.education:hover, body#publication #footer a.publication:hover, body#internships #footer a.internships:hover, body#fundraising #footer a.fundraising:hover, body#contact #footer a.contact:hover {
	color: #000;
}

#navbar a.nav:active {color:#fff; background: rgb(105, 176, 176);}

#navbar a.navactive, #navbar a.navactive:link, #navbar a.navactive:visited {
  display: block; 
  width: 112px;
  height: 20px;
  background: #97c8b0;
  border-left: 1px solid #69b0b0;
  border-right: 1px solid #69b0b0;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  overflow: hidden;
  float: left;
}
#navbar a.navactive:hover {color:#fff; background: rgb(151, 200, 176);}
#navbar a.navactive:active {color:#fff; background: rgb(105, 176, 176);}

/* END MAIN NAV */

#main {
  clear: right;
  clear: left;
  margin-top:24px;
/* 	 */
}

#text1column {
  margin: 0 0 0 0px;
  padding: 10px 10px 10px 10px;
  background: rgb(255, 255, 255);
} 

#leftnavfrontpage {
  float: left;
  width: 150px;
}
#leftnavfrontpage a {
}

#leftnavfrontpagelinks {
  background:  rgb(0, 0, 0);
}

/* !--------------- RIGHT COLUMN ---------------- */

#rightCol {
  float: right;
  width: 200px;
  padding: 13px 15px 0 15px;
 	background-color: #f0f0f0;
  margin-top: 0px;
  border: 1px solid #d1d1d1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f0f0f0 url('../images/right-col-bg.jpg')repeat-x 0 0 ;
}

#rightCol p{
/* 	margin-left: 15px;  */
}

#rightCol p a, #rightCol p {
	color: #4e4e4e; 
}

/* !--------------- RIGHT COLUMN EDITABLE LISTS ---------------- */

#rightColEditableLinks{
	margin-bottom: 16px;
}

#rightColEditableLinks p{
	margin: 10px 0px 10px 10px;
	line-height: 14px;
}

#rightCol #rightColEditableLinks a {
	padding: 0px 0 0 20px;
	background: transparent url('../images/list-arrow-over.png') no-repeat left 3px;
	display: block;
}

#rightCol #rightColEditableLinks a:hover {
	background: transparent url('../images/list-arrow-out.png') no-repeat left 3px;
	color: #1e4d8d;

}


/* !--------------- DONATE NOW ---------------- */

a#donateNow,
form#donateNow {
	margin: 0 auto 18px auto;
/* 	width: 144px; */
	/* height: 44px; */
	display:block;
	text-align:center;
/* 	background:transparent url(../images/donate-now.png) no-repeat 0 0; */
}

a#donateNow img {width: 144px;}


/*
a#donateNow a:hover img{
	opacity:0.4;
	filter:alpha(opacity=40);
}
*/



/* !--------------- UPCOMING EVENTS ---------------- */
#upcomingEvents a {
	position: relative;
	top: -10px;
	height: 19px;/*22px*/
	width: 130px;
	padding-top: 3px;
	display:block;
	background: transparent url('../images/info.png') no-repeat right 0;
	padding-left: 0px;
	
}

#rightCol #upcomingEvents a:hover {
	background: transparent url('../images/info.png') no-repeat right -22px;
	color: #bbcdec;
}

/* !--------------- CONTACT US ---------------- */

#contactUs{padding-top: 10px;}
#contactUs div#inner{
	width: 180px;
	padding: 0px 10px 10px 10px;
  border: 0px solid #d1d1d1;
  -moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-radius-top-right: 8px;
	border-radius-top-left: 8px;
  background-color:#b9dac9;
  margin: 0 auto 15px auto;
	padding-top: 0px;
}

#contactUs h2 {
	position: relative;
	padding: 15px 10px 0 10px;
	height: 46px;
	text-align: left;
	margin-bottom: 0;
	background: transparent url('../images/contact-us-top-bg.png') no-repeat 0 0px;
}

#contactUs p {
	padding: 0 10px 0 10px;
}

#contactUs p a {text-decoration:none;}
#contactUs p a img{border: 1px solid #c0c0c0; padding: 3px;}

a.emailUs:link {
	display: block;
	width: 180px;
	height: 24px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	padding-top: 6px;
	background: transparent url('../images/mail.png') no-repeat 65px 0;
}

a.emailUs:hover {
	background: transparent url('../images/mail.png') no-repeat 65px -30px;
}

.emailUs img{
	position: relative;
	top: 10px;
	padding-left: 5px;
	border: none;
}

/* !--------------- SIDEBAR LOGOS ---------------- */

#sidebarLogos{
	text-align: center;
}

#sidebarLogos img {
	border: 1px solid #c0c0c0; padding: 3px;
}

#leftCol {
  padding: 10px;
  width: 520px;
	float: left;	
}

/* !--------------- DONORS AND SUPPORTERS ---------------- */

h1.bigPurpleHeading{
	color:#306;
	text-align: center;
	background-image: none;
}
.bigPurpleHeading {}
.bigPurpleHeading {}
.bigPurpleHeading {}


#text3column {
  margin: 0 200px 0 150px;
  width: 420px;
  padding: 10px 10px 10px 10px;
  border-right-style: solid;
  border-right-color: rgb(150, 200, 150);
  border-right-width: 1px;
  background: rgb(255, 255, 255);
}

#leftnav {
  float: left;
  width: 150px;
}
#leftnav a {
  padding: 50px 10px 10px 10px;
}
 
#text {
  margin: 0 0 0 150px;
  padding: 10px 10px 10px 10px;
  border-left-style: solid; 
  border-left-color: rgb(150, 200, 150);
  border-left-width: 1px;
  background: rgb(255, 255, 255);
}

#footer {
  height: 100%;
  width: 800px;
  font: 10px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  margin: 0px auto 50px auto;
  text-align: center;
  padding-top: 15px;
  background: transparent url('../images/footer-bg.jpg') no-repeat top center;
}

#footer ul {
	margin: 0 0 15px 0;
	padding: 0;
}

#footer ul li{
	text-decoration: none;
	display:inline;
}

#footer ul a{
	padding: 4px 10px;
}

#footer a:hover{
	color: #4f9673;
}

/* Left navigation bar */
#navbarleft {
  width: 150px;
  clear: right;
  clear: left;
  float: left;
} 

a.navleft, a.navleft:link, a.navleft:visited {
  display: block; 
  width: 135px;
  height: 30px;
  padding: 15px 0 0 15px;
  background: rgb(151, 200, 176);
  margin-top: 0;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  border-bottom-style: groove; 
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-width: 1px;
}
a.navleft:hover {color:#fff; background: rgb(129, 165, 200);}
a.navleft:active {color:#fff; background: rgb(79, 115, 150);}

a.navleftactive, a.navleftactive:link, a.navleftactive:visited {
  display: block; 
  width: 135px;
  height: 30px;
  padding: 15px 0 0 15px;
  background: rgb(79, 115, 150);
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  border-bottom-style: groove; 
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-width: 1px;
}
a.navleftactive:hover {color:#fff; background: rgb(129, 165, 200);}
a.navleftactive:active {color:#fff; background: rgb(79, 115, 150);}

.clearBoth {clear:both;}

#line {
  border-top-style: solid;
  border-top-color: rgb(150, 200, 150);
  border-top-width: 1px;
}

.underline {text-decoration:underline;}

a.pdf {
	background: transparent url(../images/pdf-small.png) no-repeat 0 0;
	padding-left: 20px;
}

a.pdf:hover {
	background: transparent url(../images/pdf-small.png) no-repeat 0 -17px;
}

/* !--------------- GOOGLE MAPS ---------------- */

#googleMapContainer{
	margin-bottom: 1.5em;
	/*text-align: center;*/
	/*border: 1px solid #000;*/
	}
	
#googleMap #map_canvas{
	text-align: left;
	}
	
#googleMap #mapCanvasContainer {
	padding: 5px;
	border: 1px solid #c0c0c0;
	width: 450px;
	height: 425px;
	text-align:center;
}

a img {
	border: 0;
	text-decoration: none;
}

