/*****************************************************************/
/* Infants of Dunwoody Style Guide RGB Colors
/* Orange: F3783C
/* Green: B2D238
/* Blue: 0272B4
/* Purple: 612F8F
/* Lt Green: ECF4CD
/*
/*****************************************************************/

/*****************************************************************/
/* Default Font
/*****************************************************************/
body, table, td, p, h1, br, li, form, input, text, select, option, textarea, th, ol, ul, blockquote {
		font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11px;line-height:17px}

img {border:none}

a:link{color:#B2D238}
a:visited{color:#B2D238}
a:active{color:#B2D238}
a:hover{text-decoration:none}

p {
		margin-bottom:20px;
		margin-top:0px;
		padding-top:0px;
		}
h1 {
		margin-bottom:0px;
		padding-bottom:0px;
		font-size:14px;
		font-weight:bold;
		color: #B2D238;
		}

/*****************************************************************/
/* Page Structure
/*****************************************************************/
body{margin:0;padding:0;background:#ECF4CD}
#page {
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
		overflow:hidden;
		text-align:left;
		}
	
#contentcontainer{
		width:780px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		border:2px solid #612F8F;
		background-color:#ffffff;
		}

#header,#footer,#maincontent{
		width:100%;
		color:#612F8F;
		}
		

/*****************************************************************/
/* Header and Footer
/*****************************************************************/
#header{
		position:relative;
		height:165px;
		overflow:visible;
		}
#footer{height:142px;}

#headerbghome{width:100%;height:100%;background: url('../images/bg_hdr_home.png') no-repeat top left;}

#headerbgaboutus{width:100%;height:100%;background: url('../images/bg_hdr_aboutus.png') no-repeat top left;}
#headerbgphilosophy{width:100%;height:100%;background: url('../images/bg_hdr_philosophy.png') no-repeat top left;}
#headerbgfacility{width:100%;height:100%;background: url('../images/bg_hdr_facility.png') no-repeat top left;}
#headerbghistory{width:100%;height:100%;background: url('../images/bg_hdr_history.png') no-repeat top left;}

#headerbgprogram{width:100%;height:100%;background:url('../images/bg_hdr_program.png') no-repeat top left;}
#headerbgcurriculum{width:100%;height:100%;background: url('../images/bg_hdr_curriculum.png') no-repeat top left;}
#headerbgstaff{width:100%;height:100%;background: url('../images/bg_hdr_staff.png') no-repeat top left;}
#headerbgconsultants{width:100%;height:100%;background: url('../images/bg_hdr_consultants.png') no-repeat top left;}

#headerbgadmissions{width:100%;height:100%;background: url('../images/bg_hdr_admissions.png') no-repeat top left;}
#headerbgcontact{width:100%;height:100%;background: url('../images/bg_hdr_contact.png') no-repeat top left;}

#da_headerbghome{width:100%;height:100%;background: url('../images/bg_hdr_dunwoodyacademy.png') no-repeat top left;}

		
#headerlogo {
		position:absolute;
		float:left;
		top:15px;
		left:20px;
		z-index:10;
		overflow:visible;
		}

#footerbghome{width:100%;height:100%;background: url('../images/bg_ftr_home.png') no-repeat top left;}
#footerbgprogram{width:100%;height:100%;background: url('../images/bg_ftr_program.png') no-repeat top left;}


/*****************************************************************/
/* Navigation
/*****************************************************************/
#leftmenu{
		height:100%;
		width:140px;
		color:#B2D238;
		}
#leftmenu ul,#leftmenu ul li,
#leftmenu ul li ul,#leftmenu ul li ul li {
		width:100%;
		padding:0;
		margin:0;
		list-style:none;
		text-align:center;
		}
		
#leftmenu ul li,#leftmenu ul li a,#leftmenu ul li a:hover,
#leftmenu ul li ul li,#leftmenu ul li ul li a,#leftmenu ul li ul li a:hover {
		text-decoration:none;
		}
#leftmenu ul li ul li,#leftmenu ul li ul li a,#leftmenu ul li ul li a:hover {
		color:#ECF4CD;
		}
		
#leftmenu ul li a:hover,
#leftmenu ul li ul li a:hover {
		color:#F3783C;
		}
		
#leftmenu ul li,#leftmenu ul li a,#leftmenu ul li a:hover {
		line-height:30px;
		font-size:20px;
		font-weight:normal;
		}
		
#leftmenu ul li ul li,#leftmenu ul li ul li a,#leftmenu ul li ul li a:hover {
		line-height:18px;
		font-size:13px;
		font-weight:bold;
		}
		
		
/*****************************************************************/
/* Main Content Information
/*****************************************************************/
#maincontent{
		background: url('../images/bg_menu.png') repeat-y top left;
		}

#maincontentinfo{
		float:right;
		width:600px;
		padding-right:10px;
		}


		



		
		
		
