/* --------------------------------------------
|  GLOBAL STYLES
--------------------------------------------- */

html { border: none; }
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #39678e url(../images/bg.jpg) repeat-x;
}
body, td {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 0 0 #000;
	color: #666666;
}

img { border: 0; }
p { margin: 0 0 15px 0; }
a {
	text-decoration: underline;
	color: #157cb4;
}
a:hover {
	text-decoration: underline;
	color: #1a96d9;
}

h1, h2, h3, h4, h5, form { margin: 0; }

h2 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:30px;
	height:24px;
	line-height:24px;
	margin-bottom:10px;
}

ul {
	margin:0;
	padding:0;
}

ol {
	margin:0;
	padding:0;
}

.clearBoth {
	clear:both;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}

/* --------------------------------------------
|  NAVIGATION
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */

#nav {
	position:absolute;
	margin: 107px 0 0 10px;
	height: 36px;
	width:930px;
	z-index:1000000;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	background:url(../images/bg_nav_sep.gif) bottom right no-repeat;
	padding-right:2px;
}
#nav li a {
	float: left;
	outline: none;
	display: block;
	padding: 0 0 0 7px;
	line-height: 33px;
	text-decoration: none;
	color:#FFFFFF;
	font-size:16px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#nav li a span {
	display:block;
	padding:2px 22px 1px 14px;
}

#nav li a:hover {
	color:#424242;
	background: url("../images/bg_nav_left.gif") top left no-repeat;
}

#nav li a:hover span {
	display:block;
	padding:2px 22px 1px 14px;
	background: url("../images/bg_nav_right.gif") top right no-repeat;
}

#nav li.current a {
	color:#424242;
	background: url("../images/bg_nav_left.gif") top left no-repeat;
}

#nav li.current a span {
	display:block;
	padding:2px 22px 1px 14px;
	background: url("../images/bg_nav_right.gif") top right no-repeat;
}

#nav li:hover a span, #nav li.sfhover a span {
	display:block;
	padding:2px 22px 1px 14px;
	background: url("../images/bg_nav_right.gif") top right no-repeat;
}


/* Drop Down Styles */

#nav li ul {
	clear:both;
	list-style:none;
	position:absolute;
	left: -999em;
	width:235px;
	padding-bottom:8px;
	margin:36px 0 0 1px;
	background:url(../images/bg_dd.png) no-repeat left bottom !important;
	background:url(../images/bg_dd.gif) no-repeat left bottom;
}

#nav li ul li {
	clear:both;
	width: auto;
	height: auto;
	position: relative;
	background:none !important;
}

#nav li ul li a {
	text-indent:0;
	background:none !important;
	outline: none;
	display: block;
	padding: 8px 0 8px 17px;
	margin:0;
	line-height: 20px;
	width:206px;
	text-decoration: none;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/bg_dd_sep.png) left bottom no-repeat !important;
	background:url(../images/bg_dd_sep.gif) left bottom no-repeat !important;
}

#nav li ul li:last-child a {
	background: none !important;
}

#nav li:hover ul, #nav li a:hover ul {
	left:auto;
}

#nav li:hover a, #nav li.sfhover a {
	color:#424242;
	background: url("../images/bg_nav_left.gif") top left no-repeat;
}



/* --------------------------------------------
|  STRUCTURE
--------------------------------------------- */

#siteContainer {
	width:948px;
	margin: 26px auto 0 auto;
	padding: 0 0 26px 0;
	text-align: left;
}

#siteBG {
	width:948px;
	background: url(../images/bg_midsection.png) 0 10px repeat-y !important;
	background: url(../images/bg_midsection.gif)  0 10px repeat-y;
}

#footer {
	clear:both;
	width:948px;
	height:10px;
	line-height:8px;
	font-size:8px;
	background: url(../images/bg_footer.png) no-repeat left bottom !important;
	background: url(../images/bg_footer.gif) no-repeat left bottom;
}


#header {
	width:948px;
	height:143px;
	background: url(../images/bg_header.png) no-repeat !important;
	background: url(../images/bg_header.gif) no-repeat;
}

#logo {
	position: absolute;
	margin: 14px 0 0 30px;
	width: 125px;
	height: 78px;
	padding: 0;
	font-size: 18px;
	line-height:18px;
	overflow: hidden;
}

#logo a {
	color:#FFFFFF;
	font-size:25px;
	line-height:25px;
	display: block;
	width: 125px;
	height: 78px;
	text-decoration: none;
	cursor:pointer;
	background: url("../images/logo_geneva_day_school.gif") no-repeat 0 0;
	text-indent:-99999px;
}

#logo a:hover {
	text-decoration: none;
	cursor:pointer;
}

#tagline {
	position:absolute;
	margin:64px 0 0 175px;
	font-size:19px;
	color:#ffd51f;
	font-style:italic;
	letter-spacing:1px;
}

#contact {
	position:absolute;
	margin:26px 0 0 784px;
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#contact a {
	display:block;
	color:#666666;
	text-decoration:none;
	width:143px;
	height:34px;
	line-height:32px;
	padding-left:38px;
	background:url(../images/bg_contact.gif) no-repeat;
}

#contact span {
	display:block;
	line-height:32px;
	padding-left:5px;
}

/* CONTENT PAGES */

#contentArea {
	width:940px;
	margin-left:4px;
	font-size:14px;
	line-height:18px;
}

.leftCol {
	float:left;
	width:600px;
	margin-top:10px;
}

.rightCol {
	float:left;
	width:270px;
	margin:10px 0 0 10px;
}

.rightCol .pad {
	padding:20px;
}


#contentHome {
	background: #FFFFFF url(../images/bg_home_header.gif) no-repeat;
	height:261px;
	padding:10px 0 0 30px;
}

#contentHome .leftCol {
	background:url(../images/main_home_bg.jpg) no-repeat;
	height:230px;
}

#homeFlash {
	width:590px;
	height:220px;
	margin:5px 0 0 5px;
}

#contentHome .leftCol h2 {
	position:absolute;
	margin:190px 0 0 0;
	padding-left:20px;
	font-weight:normal;
	font-size:30px;
	color:#164064;
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 0 0 #000;
}

#contentHome .leftCol a {
	display:block;
	position:absolute;
	margin:197px 0 0 20px;
	font-weight:normal;
	font-size:16px;
	color:#FFFFFF;
}

#contentHome .rightCol {
/*	background:url(../images/main_pic.jpg) no-repeat;*/
	height:230px;
	text-align:center;
}

#contentHome .rightCol span {
	display:block;
	padding-top:198px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#contentHomeBody {
	padding:10px 0 0 30px;
}

#contentHomeBody .leftCol  {
	float:left !important;
	width:580px !important;
	margin:10px 20px 0 0 !important;
}

#contentHomeBody .midCol {
	float:left !important;
	width:240px !important;
	margin:10px 10px 0 30px !important;
}

#home-message {
	border:1px solid #ddd;
	background:#fff0b2;
	padding:8px 10px;
	margin:0 0 20px 0;
}

#contentHomeBody .rightCol {
	float:left !important;
	width:300px !important;
	margin:-10px 0 0 10px !important;
	background:url(../images/bg_right_col.jpg) no-repeat;
}

#contentHomeBody .midCol #newsEvents {
	margin-left:40px;
}

#homeIntro {
	background:url(../images/bg_home_intro.gif) no-repeat;
	font-size:16px;
	line-height:24px;
}

#homeIntro h2 {
	color:#7e806e;
	background:url(../images/icon_home.gif) no-repeat;
}

#homeIntro .signature {
	margin-bottom:7px;
}

.horzBreak {
	background:url(../images/bg_horz_break.gif) left bottom repeat-x;
	padding-bottom:20px;
}

.vertBreak {
	background:url(../images/bg_vert_break.gif) left top repeat-y;
}

#newsEvents {
	margin-bottom:25px;
}

#newsEvents h2 {
	color:#5397ac;
	background:url(../images/icon_calendar.gif) no-repeat;
}

#newsEvents ul {
	list-style:none;
	list-style-position: outside;
}

#newsEvents li {
	font-size:13px;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

#newsEvents strong {
	color:#4ca4bf;
	display:block;
}

#newsEvents a {
	text-decoration:none;
	color:#666666;
}

#newsEvents a:hover {
	text-decoration:underline;
	color:#666666;
}

#quickLinks {
	margin-bottom:25px;
}

#quickLinks h2 {
	color:#7e806e;
	background:url(../images/icon_pin.gif) no-repeat;
}

#quickLinks ul {
	list-style: none;
}

#quickLinks ul li {
	line-height:15px;
	color:#007373;
	background:url(../images/bg_rightcol_li.gif) left bottom no-repeat;
	padding:6px 0 6px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#quickLinks ul li:last-child {
	background:none;
}

#quickLinks ul li a {
	padding:0 0 0 23px;
	color:#007373;
	text-decoration:none;
	background:url(../images/bg_quicklinks.gif) no-repeat;
}

#quickLinks ul li a:hover {
	color:#009999;
}

#featureFormLink {
	width:250px;
	height:105px;
	margin-bottom:25px;
	background:url(../images/bg_pdf_form.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

#featureFormLink a {
	display:block;
	width:250px;
	height:105px;
	text-decoration:none;
	cursor:pointer;
}

#featureFormLink h4 {
	color:#7f917a;
	font-size:16px;
	width:162px;
	text-align:center;
	padding:15px 0 0 0;
	margin-left:80px;
}

#featureFormLink h5 {
	font-weight:normal;
	color:#007373;
	font-size:16px;
	width:162px;
	text-align:center;
	margin-left:80px;
}

#featureFormLink p {
	color:#007373;
	font-size:14px;
	width:118px;
	text-align:center;
	margin-left:102px;
	margin-top:14px;
}

.credits {display:none;}


/* --------------------------------------------
|  CONTENT SPECIFIC
--------------------------------------------- */

#contentBody {
	padding:10px 0 0 30px;
	background:url(../images/bg_content.gif) 95px 85px no-repeat;
	font-size:16px;
	line-height:24px;
}

#contentBody .leftCol {
	float:left !important;
	width:580px !important;
	margin:10px 20px 30px 0 !important;
}

#contentBody .rightCol {
	float:left !important;
	width:300px !important;
	margin:-20px 0 0 10px !important;
	background:url(../images/bg_right_col.jpg) no-repeat;
}

#contentBody .leftCol h2 {
	padding:0 0 0 50px;
	margin:0 0 25px 0;
	color:#39678e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:40px;
	height:50px;
	font-weight:normal;
	background:url(../images/bg_h2.gif) no-repeat;
}

#contentBody .rightCol #newsEvents {
	background:url(../images/bg_horz_break.gif) left bottom repeat-x;
	padding-bottom:10px;
}

#contentBody .rightCol #quickLinks {
	background:url(../images/bg_horz_break.gif) left bottom repeat-x;
	padding-bottom:20px;
}


#contentSub {
	background: #FFFFFF url(../images/bg_sub_header.gif) no-repeat;
	height:195px;
	padding:10px 0 0 30px;
}

#contentSub .leftCol {
	height:151px;
	background: url(../images/sub_bg.jpg) no-repeat;
}

.main-images {
	width:590px;
	height:141px;
	margin:5px 0 0 5px;
	overflow:hidden;
}

#contentSub .leftCol h2 {
	position:absolute;
	margin:120px 0 0 0;
	padding-left:15px;
	width:400px;
	font-weight:normal;
	font-size:18px;
	color:#164064;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index:99999;
}

#contentSub .rightCol {
	height:151px;
	background:url(../images/sub-pic-bg.png) no-repeat;
}

#contentSub .rightCol img {
	margin:5px 0 0 5px;
}

#contentBody .leftCol ul {margin: 0 0 20px 30px;}
#contentBody .leftCol ol {margin: 0 0 20px 30px;}


.getPdfReader {
	margin-top:40px;
	background:url(../images/bg_horz_break.gif) left top repeat-x;
	padding-top:20px;
}

#announcementBox {
	border:1px solid #ddd;
	background:#fff9e5;
	padding:8px 10px;
	margin-bottom:20px;
}



/* ---- Table ---- */

.classTable {
	margin-bottom:20px;
	border-collapse:collapse;
}

.classTable th {
	background:#f5f5f5;
	text-align:left;
	color:#39678e;
}

.classTable th, .classTable td {
	padding:2px 20px 2px 10px;
	border:1px solid #ddd;
}

.classTable th.sub {
	background:#fafafa !important;
	font-size:13px;
}


/* --------------------------------------------
|  FOOTER
--------------------------------------------- */

#footerLinks {
	clear:both;
	width:875px;
	padding:20px 0 0 0;
	margin-top:25px;
	background:url(../images/bg_horz_break.gif) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#39678e;
}

#footerLinks ul {
	list-style:none;
	padding:0;
	margin:0;
	width:auto;
}

#footerLinks ul li {
	float:left;
	font-size:12px;
	letter-spacing:1px;
	padding-right:2px;
}

#footerLinks ul li a {
	color:#39678e;
	letter-spacing:0;
	text-decoration:none;
}

#footerLinks ul li a:hover {
	color:#589edb;
	letter-spacing:0;
}


#footerLinks #address {
	float:right;
	font-size:12px;
	width:255px;
}

#footerLinksPosition {
	margin-left:0;
}


/* --------------------------------------------
|  ACCORDION
--------------------------------------------- */


#parentFAQ h3 {
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
	font-size:16px;
}

#parentFAQ div {
	padding: 0 5px 0 5px;
}

#accordion_content, #accordion1_content, #accordion2_content, #accordion3_content, #accordion4_content, #accordion5_content, #accordion6_content, #accordion7_content, #accordion8_content {
	display:none;
}
