/* 

This stylesheet designed for the Imagination Station Website
Designed and Developed by Derik Lolli  [ dlolli (at) shift-design.com 
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #6984C2;
}
	
a {
	color: #FF5F00;
	text-decoration: none;
}

	
a:hover{
	text-decoration: underline;
}


#skip { display: none; }

	
h1, h2, h3, h4, h5, h6 {
	color: #779402;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}

h1	{ font-size: 18px; }


h2	{ font-size: 14px; }

h6  { 
	  color: #FF6603;
	  margin: 0;
	  padding: 0;
	  font-size: 12px;
	  font-weight: bold;	
	   }

#container {
	color: #000;
	font: 11px verdana, arial, sans-serif;
	background: #fff;
	text-align: left;
	width: 791px;
	margin-left: auto;
	margin-right: auto;
}


/* Header
---------------------------------- */
#header {
	width: 791px;
	height: 145px;
	background: url(../images/bg_header.jpg) no-repeat top left;
}



/* Sidemenu
-----------------------------------*/
#sidebar {
	margin-right: 503px;
	margin-left: 10px;
	padding-top: 10px;
	background-color: #fff;
}

#sidebar ul {
	padding: 0 40px 0 0;
	margin: 40px 0 0 0;
	list-style-type: none;
	}	

#sidebar ul li {
	text-align: right;
	margin: 0 0 9px 0;
	
	}	
	
#sidebar ul li a {
	font-size: 11px;
	color: #004795;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	}
	
#sidebar ul li a:hover, #leftside ul li a:focus {
	color: #D99E1C;
	}
	



/* Main Content
----------------------------------*/

#content {
	float: right;
	padding: 15px 30px 30px 0;
	width: 503px; /*for Win/IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 473px; /*actual value */
	background-color: #fff;
}

#content div{
	margin-left: 15px;
	}

#content p.faq {
	padding: 0 0 15px 15px;
	margin-top: 7px;
	border-bottom: 1px dotted #666; 
 }

#content h1 {
	font-size: 14px;
	color: #779402;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}

#content h2 {
	font-style: italic;
	color: #7A7A7A;
	
}

#footer {
clear: both;
background-color: #6984C2;
color: #fff;
height: 30px;
text-align: center;
margin: 45px 0 0 0;
padding: 7px 0 20px 0;
}


#flashmenu {
width: 491px;
height: 59px;
position: relative;
top: 43px;
left: 286px;
}


/* Subnav
---------------------------------- */

#subnav {
width: 491px;
height: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
position: relative;

}

#subnav ul.aboutus, #subnav.aboutus {
width: 491px;
background: url(../images/sub_aboutus.gif) left top no-repeat;
position: relative;
}

#subnav ul.programs, #subnav.programs {
width: 491px;
background: url(../images/sub_program.gif) left top no-repeat;
position: relative;

}

#subnav ul.forparents, #subnav.forparents {
width: 491px;
background: url(../images/sub_parents.gif) left top no-repeat;
}

#subnav ul.contactus, #subnav.contactus {
width: 491px;
background: url(../images/sub_contactus.gif) left top no-repeat;
}

#subnav ul.faq, #subnav.faq {
width: 491px;
background: url(../images/sub_faq.gif) left top no-repeat;
}

#subnav ul {
	padding: 0;
	margin: 0;
	
}

#subnav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#subnav ul li a {
	float: left;
	line-height: 14px;
	margin: 5px 7px 0 15px;
	padding: 0 0 6px 0;
	color: #fff;
	text-decoration: none;
	display: inline;
}

#subnav ul li a:hover {
	background: url(../images/mouseover_arrow.gif) no-repeat bottom center;
}

	
#subnav ul li#currentpage {
	float: left;
	line-height: 14px;
	margin: 5px 7px 0 15px;
	padding: 0 0 6px 0;
	color: #00FFFF;
	text-decoration: none;
	background: url(../images/mouseover_arrow.gif) no-repeat bottom center;
}


img.right {
float: right;
}

img.left {
float: left;
}

img.center {
margin-left: 50px;
}

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

.shift {
font-size: 10px;
}

.shift a {
color: #FF9F00;
}

.shift a:hover {
text-decoration: none;
}


p.left {
	margin: 15px 40px 0 15px;
}










	



	

	

	

	
