/* MontvilleCounseling.com style sheet 
 * Copyright (c) 2005 Montville Counseling Center
 * Site design by g3D LLC - http://www.g3D.com
*/

body {
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0;
	color: #000;
	font-family: helvetica, "Times New Roman", Times, serif;
	font-size: 90%;
    background-color: #fff;
}

img {
	border: 0px;
}

p {
	line-height: 1.5em;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	margin-top: 1em;
}

h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 

h1, h2, h3, h4, h5, h6 {
	/* color: #6666CC; */
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.floatr { float: right; }
.floatl { float: left; }
.inline { display: inline; }

h1 { 
	margin-top: 0;
	font-size: 150%;
	}

h2 {
	font-size: 120%;
	}

h3 {
	font-size: 105%;
	}

h1 span#welcometo {
	font-size: 12pt;
	display: block;
}


h1#welcome {
	background-image: url(/images/welcome_rounded.gif);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
}	

h1#welcome span {
	visibility: hidden;
}


#wrapper {
	text-align: left;	/* IE5.22Mac hack to let absolute positioning for #header title work correctly. */
	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: 70em;
	width: 50em;

	 border-right: 3px solid #eee;
	border-left: 3px solid #eee;
	/* background-image: url(/images/home_side.jpg); *//* This controls the background of the sidebar. An unfortunate bg hack. */
	/* background-repeat: no-repeat; */
	/* background-position: left 180px; */
	border-bottom: 0;
}

#container {
	position: relative;
	width: auto;
	margin: 0;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 115px;
	/*background-color: #CBCBFD; */
	background-color: fdf9d4;
	background-image: url(/images/headbg_fall1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#header #calltoday {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

/************** Navigation *****************/
#nav {
	margin: 0;
	padding: 0;
	background: #5A5A94 url(/images/navbar_bg.gif) repeat;
	background-position: 0 100%;
	width: 100%; 
	position: relative;
	clear: both;
	line-height: 3em;
}

#nav ul {
	margin: auto; 
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	text-align: center;
}

#nav ul li {
	list-style-type: none;
	/* margin: 0 0 1em 0; */
	margin: 0 15px 0 15px;
	padding: 0;
	display: inline; 
}


#nav a:link, #nav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}

#nav a:hover, #nav a:active,
#navselected a:link,
#navselected a:hover {
	background-color: #666666;
	position: relative;
	/* height: 28px;  This fixes an IE6 issue with uneven link heights */
	text-decoration: underline;
}

/******************* SIDECOL *********************/
#sidecol {
	background-image:  url("/include/sidebarrotate.php"); 
	background-repeat: no-repeat;
	float: left;
	color: #000;
	width: 236px;
	\width: 236px;
	w\idth: 236px;
	position: relative;
	height: 500px;
}

#sidecontent {
	color: #000;
	font-size: 12px;
	text-align: left;
	padding: 15px;
}



/*************** MAIN CONTENT CLASS STRUCTURE *******************/
#maincol {
	position: relative;
	margin: 0 0 0 236px;
	padding: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	float: none;
}

#maincontent {
	position: relative;
	text-align: left;
    padding: 15px 15px 50px 15px;
}




/*************** FOOTER **********************/
#footer {
	margin: 0px;
   /* visibility: hidden; */
	/* background-color: #333333; */
	color: #000;
	font-size: 14px;
	text-align: center;
	clear: both;
	}

#footer .trailer {
	background-color: #EDEDED;
	padding: .5em 0;
	font-weight: bold;
}

.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.small {
	font-size: 11px;
}


#counselingservices #sidecol {
}


#aboutourpractice #sidecol {
}

#therapyresources #sidecol {
}

#contactus #header {
	background-image: url(/images/headbg_fall1.jpg); 
	background-repeat: no-repeat;
}


#AtAGlance {
	background-color: #C5C8E8;
	padding: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
