/* -------------------------------------------

Filename: secondary.css

Title: Primary CSS Settings for Milestones Child Development Center

Author: Gavin Heslop

URL: http://www.milestonescdc.com



/* ---------- BODY ---------- */

body
{	
	background: url('../images/secondary_bg.png') repeat-x;
}

/* ---------- DIVS ---------- */

div#secondary_sidebar
{
	width: 280px;
	height: 100%;
	min-height: 450px;
	margin: 20px 10px 20px 20px;
	background: url('../images/side_content_bg.png') repeat-x top left;
}

div#content_wrap
{	
	margin-top: 30px;
}

div#secondary_content
{
	width: 435px;
	height: auto;
	min-height: 200px;
	margin: 20px 20px 20px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
}



/* ---------- SECONDARY NAVS ---------- */

#nav
{
	width: 780px; 
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #6b8c3b url('../images/nav_bg.gif') repeat-x;
	position: relative;
}

#nav .select, #nav .current 
{
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#nav li 
{
	display: inline; 
	margin: 0; 
	padding: 0; 
	height: auto;
}

#nav .select a, #nav .current a 
{
	display: block; 
	height: 30px;
	padding: 0px 10px;
	float: left;
	border-right: 1px solid #547330;
	text-decoration: none;
	line-height: 30px; 
	white-space: nowrap; 
	color: #fff;
}

#nav .select a:hover, #nav .select li:hover a 
{
	background: #496229; 
	cursor: pointer; 
	color: #ff8;
}

#nav .sub 
{
	display: none;
}

#nav .current a 
{
	background: #496229; 
	color: #ff8;
}


#nav .sub li a:hover, #nav .select a:hover .sub li a:hover, #nav .select li:hover .sub li a:hover 
{
	background: #496229; 
	color: #ff8;
}

#nav .sub_active .current_sub a, #nav .sub_active a:hover 
{
	background: #496229; 
	color: #ff8;
}

#nav .select li a:hover .sub, #nav .select li:hover .sub 
{
	display: block; 
	position: absolute; 
	width: 780px; 
	top: 20px;
	left: 0;
	background: #496229;
	margin-top: 10px;
	padding: 0; 
	z-index: 100; 
	color: #fff; 
	font-size: 11px;
}

#nav .sub, #nav .sub_active 
{
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#nav .sub_active 
{
	display: block; 
	position: absolute; 
	width: 780px; 
	top: 30px; 
	left: 0;
	background: #496229;
	margin-top: 0; 
	padding: 0; 
	z-index: 10;
}

#nav .sub_active a 
{
	height: 20px; 
	text-decoration: none; 
	line-height: 20px; 
	white-space: nowrap; 
	display: block; 
	float: left;
	background: #496229; 
	padding: 5px 10px 0px 10px; 
	margin: 0; 
	font-size: 12px; 
	white-space: nowrap; 
	border: 0; 
	color: #fff;
}

#nav .select a:hover .sub li a, #nav .select li:hover .sub li a 
{
	display: block;
	height: 20px;
	background: #496229;
	padding: 0px 10px 5px 10px;
	margin: 0;
	white-space: nowrap; 
	border: none;
	color: #fff; 
	font-size: 14px;
}



/* ---------- SIDEBAR ---------- */

div#secondary_sidebar div
{
	width: 230px;
	min-height: 90px;
	margin: 10px;
	padding: 10px 15px 30px;
	font-size: 14px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 90% 95%;
}

div#secondary_sidebar div.room_images
{
	padding: 10px 10px;
	width: 280px;
	margin: 0px;
}

div#secondary_sidebar div.room_images img
{
	width: 110px;
	height: 68px;
	margin: 3px;
	padding: 5px;
	border: 1px solid #545fa3;
}

div#secondary_sidebar div.construction
{	
	background-image: url('../images/construction.png');
}

div#secondary_sidebar div.security
{	
	background-image: url('../images/security.png');
}

div#secondary_sidebar div.contact
{	
	background-image: url('../images/contact_small.png');
}

div#secondary_sidebar div.newsletter
{	
	background-image: url('../images/news_signup_small.png');
}

div#secondary_sidebar div.tour
{	
	background-image: url('../images/binoculars_small.png');
}

div#secondary_sidebar div.special
{	
	background-image: url('../images/special_small.png');
}

div#secondary_sidebar h3
{
	font-size: 130%;
}

div#secondary_sidebar div p
{
	margin: 10px 10px 0px;
}

div#secondary_sidebar div a:hover
{
	text-decoration: underline;
}


/* ---------- CONTENT ---------- */

h2
{
	font-size: 140%;
	color: #545fa3;
}

h3
{
	font-weight: bold;
	font-size: 110%;
	color: #545fa3;
	margin-bottom: 10px;
}

img.secondary_top
{
	margin-left: 10px;
	margin-bottom: 10px;
}

img.classroom
{
	margin-top: -25px;
}

div#secondary_content h3
{
	margin-top: 30px;
}

div#secondary_content p
{
	margin-top: 10px;
}

div#secondary_content p.firstPara
{
	margin-top: 35px;
}

div#secondary_content ul
{
	margin-top: 10px;
	list-style: none;
}

div#secondary_content li
{
	margin-bottom: 10px;
}

div#secondary_content table.schedule
{
	text-align: left;
	margin: 20px 0px 0px;
	border: 1px solid #6b8c3b;
	width: 435x;
}

div#secondary_content table.schedule tr
{
	height: 25px;
}

div#secondary_content table.schedule th
{
	font-weight: bold;
	color: #ff8;
	background: #6b8c3b;
}

div#secondary_content table.schedule th, td
{
	padding-left: 10px;
}

div#secondary_content table.schedule th.first
{
	width: 90px;
}

div#secondary_content ul.location
{
	line-height: .1em;
	margin-top: 20px;
}
