﻿/* This file contains CSS styles which only apply to the frontpage */


#ContentContainer { padding: 0; }
#ContentContainer
{
	background-image:url(/images/background.jpg) !important;
	background-position: left top;
	background-repeat: no-repeat;
}

#ContentContainer div
{
	background-image: none;
	z-index:0;
}
h1, h2, h3, h4, h5 { margin: 0; padding: 0; font-size: 1em; }

#SearchBox
{
    display: none;
}

#Presentation
{
	
	height: 270px;
}

#CoursesPresentation
{
	float: right;
	margin-top: 0px;
	margin-right: 0;
	z-index: 10;
}



#Search
{
	background-color: #083643;
	color: white;
	margin: 1em;
	margin-left: 2.4%;
	width: 800px;
	position: relative;
	border: 1px solid black;
}

#Search div.innerPadding
{
	padding: 1em;
}

#Search span
{
    font-size: 90%;
    line-height: 2em;
}

#Search h2
{
	font-size: 122%;
	font-weight: bold;
	margin-bottom: 0em;
}

#Search h2 img
{
	position: relative;
	top: 3px;
	margin-right: 5px;
}

#Search select
{
	font-size: 85%;
}

#Search input
{
	color: #083643;
	font-size: 85%;
	background-color: #CEF09D;
	border: solid 1px #B1E001;
	border-style: solid;
	width: 5em;
}

.searchText
{
    width: 150px !important;
    height: 13px;
    padding: 2px;
    border-right: none !important;
    background-color: #FCFAE1 !important;
    color: #083643;
}


div.contentFloatWrapper
{
	float: left;
	width: 33%;
}

#ContentColumns
{
	margin: 0 2.48%;
}

#Content1, #Content2, #Content3
{
	color: #779F28;
}

#Content1 h3, #Content2 h3, #Content3 h3
{
	color: #000;
	margin-bottom: 0.5em;
	font-size: 122%;
	font-weight: bold;
}

#NewsletterSubscribe
{
    width: 300px;
    padding: 10px;
    border: solid 1px #476C5E;
    margin: 15px 0;
}

#NewsletterSubscribe h4
{
    margin: -10px -10px 10px -10px;
    padding: 5px;
    background: #CEF09D;
    color: #083643;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}

#Content1
{
	padding-right: 1em;
}

#Content2
{
	padding-left: 1em;
	padding-right: 1em;
	border-right: solid 2px #476C5E;
	border-left: solid 2px #476C5E;
}

#Content2 h4
{
	margin-bottom: -0.7em;
	font-weight: bold;
	color: black;
}

#Content3
{
	padding-left: 1em;
}

#Content4
{
	clear: both;
	margin: 0 2.4%;
	margin-top: 1em;
	padding-top: 1em;
	border-top: solid 1px #ccc;
}

#Content1 img
{
	float: right;
	margin: 1em 0 8px 8px;
}

#Content1 h4
{
	margin-top: 1em;
}

#Content1 h4 a
{
	font-weight: bold;
	font-size: 107%;
	color: #083643;
	text-decoration: none;
}

#Content1 h4 a:hover { text-decoration: underline; }

#Content1 a.readMoreLink
{
    display: block;

    clear: both;
    text-align: right;
    border-bottom: 1px solid #083643;
    padding: 3px;
    margin-top: 3px;
    font-size: 85%;

    color: #555;
    text-decoration: none;
}

#Content1 a.readMoreLink:hover 
{
    color: #B1E001;
}

#CategoryList1, #CategoryList2
{
	margin-right:2em;
	width: 350px;
}

#CategoryList2
{
    border-left: solid 1px #ccc;
    padding-left: 2em;
}

#CategoryList1 h5, #CategoryList2 h5
{
	margin-top: 0.7em;
	margin-bottom: 0.1em;
	color: #000;
	font-size: 122%;
	font-weight: bold;
}

#CategoryList1 h5 a, #CategoryList2 h5 a
{
	text-decoration: none;
	color: #083643;
}

#CategoryList1 h5 a:hover, #CategoryList2 h5 a:hover
{
	text-decoration: underline;
}

#drpSubjects2 { width: 43em; overflow: hidden; }
.hiddenItem { display: none; visibility: hidden }
.smallText { font-size: 70%; }

