/* GENERAL STYLES */
*{
margin:0;
border:0;
padding:0;
}

body{
margin:0;
padding:0;
font-family:Verdana;
font-size:62.5%;
line-height: 1.5em;
}

b{font-size: 110%;}
em{
}


.clearDiv {
	clear:both;
	height: 0;
}

h1 {
	font-size:1.8em;
	font-weight:bold;
	line-height:2em;
	padding-bottom: 2px;

}

h2{
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom: 5px;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	padding-bottom: 2px;
}

a {
	text-decoration: none;
	color: #d70101;
}

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

#topsection{
/*height: 90px; Height of top section*/
 background: url(/media/18073/logo1.jpg) no-repeat 0 18px;
}

#logoLink {
	position: absolute;
	top: 18px;
	left: 5px;
	width: 500px;
	height: 77px;
}

#logoLink a {
	width: 500px;
	height: 77px;
	line-height: 77px;
	padding: 30px 497px 30px 0;
	}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
min-width: 720px;

}

#contentcolumn{
margin-right: 250px; /* Set right margin to RightColumnWidth*/
	width: 70%;
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column in pixels*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
}

#footer
{
	clear:both;
	width: 100%;
	height:37px;
	background:#002552;
	border-bottom:solid 1px #adc2d7;
	margin-bottom:14px;
}


#footer p
{
text-align:right;
/*height: 37px;*/
padding-top: 10px;
	/*line-height:37px;*/
	color:#fff;
	margin-right:20px;
}

#footer p img {
margin: 0;
padding:0;
}

#footer a
{
text-align:right;
color:#fff;
font-size:10px;
}



.innertube{
margin: 30px 20px 30px 40px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.rightinnertube{
margin: 30px 10px 30px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}


/* ============================================================= */
/* The rest of the styles */
/* ============================================================= */

/* header section styles */

/* thin top strip styles */

#top-strip
{
	height:18px;
	background:#01478d;
}

#top-strip p
{
	text-align:right;
	color:#fff;
	font-size:10px;
	line-height:18px;
	margin-right:30px;	
}

#top-strip p a
{
	color:#fff;
	text-decoration:none;
}

#top-strip p a:hover
{
	text-decoration:underline;
}


/* end thin top strip styles */

/* FUNCTIONS AREA */

#functions
{
	height:78px;
	border-bottom:solid 4px #4984bc;
}

#functions p
{
	color:#878787;
	text-align:right;
	font-size:9px;
	margin-right:45px;
	padding-top:10px;
}

#functions a
{
	color:#878787;
	text-decoration:none;
}

#functions a#second{font-size:12px;}
#functions a#third{font-size:15px;}
#functions a#forth{font-size:18px;}

#search
{

	padding:0;
	padding-top:15px;
	margin-right:23px;
	
	
}


#search input
{
	border:solid 1px #cbcbcb;
	height:20px;
    	float:right;
    	color:#4984be;
    	width:132px;
    	font-size:16px;
}


#search input.submit
{
	border:none;
	height:20px;
    	color:#4984be;
    	background:#fff;
    	font-size:16px;
    	font-weight:bold;
    	width:40px;
    	cursor:pointer;
}


/* END FUNCTIONS AREA */


/* end header section styles */

/* MAIN NAV STYLE */

#menu
{
	height:22px;
	background:#779966;
	border-top:solid 15px #002552;
}

#menu a
{
	display:block;
	width:14%;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:22px;
	font-weight:bold;	
	height:22px;
}

#menu a.sixth{background:#1faabf;}
#menu a.adults{background:#a9846a;}
#menu a.higher{background:#f7c701;}
#menu a.international{background:#c577a7;}
#menu a.employers{background:#02528d;}
#menu a.about{background:#ff9934;}

#menu a:hover {
	/*background: #dddddd;*/
	text-decoration: underline;
	color: #000000;
}

/* END MAIN NAV */




/* COURSE SEARCH BOX STYLES */

.courseSearch {
	padding: 5px 5px 5px 5px;
}

.courseSearch fieldset {
	padding: 5px 5px;
	}

.courseSearch fieldset ul {
	margin: 0;
	padding: 0;
	}

.courseSearch fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	color: #1E3E55;
	clear: both;
	}

.courseSearch fieldset li label {
	width: 250px; 
	float: left;
	font-weight: bold;
}


.courseSearch fieldset li select {
	float:left;
	border: 1px solid #999999;
	width: 180px;
	font-size: 10px;
}

.courseSearch fieldset li input {
	width: 180px;
	font-size: 10px;
	border: 1px solid #999999;
	height: auto;
	padding: 2px 0 2px 0;
	}
.courseSearch fieldset li input.button {
	width: 80px;
	font-size: 12px;
}

/* END COURSE SEARCH BOX STYLES */



/* RIGHT SIDE STYLES */

.rightBox
{
	 background:#fff url('img/boxShade.jpg') no-repeat 100% 100%;
	 /*height:170px;*/
	 width:95%;
	 margin-top:15px;
	 border:solid 1px #adc4da;

}

.rightBox img
{
    padding:15px;
	float:left;
}


.rightBox p
{
	padding:5px;
}

.rightBox h2
{
background:#efefef;
color:#767779;
font-size:13px;
font-weight:bold;
line-height:14px;
text-indent:10px;
}

/* END RIGHT SIDE STYLES */

/* BOX STYLES */
.boxHolder
{
	/*margin-right:20px;*/
	width:49%;
	float:left;
    	display:block;
	/*border: 1px dashed #CCCCCC;*/
}

.boxHolder .box
{
	/*margin-right:20px;
	border: 1px dashed #CCCCCC;*/
}

.box
{
	position: relative;
	float:left;
	height:126px;
	width: 325px;
	border:solid 1px #02528d;
	margin-right:20px;
	margin-bottom: 20px;

}

.box img
{
	clear:both;
	float:left;
	/*display:inline;
	padding-right: 10px;*/
}


.boxContent {
	margin-left: 140px;
	margin-right: 7px;
}


.box h2
{
	font-size:12px;
	color:#fff;
	line-height:16px;
	height: 16px;
	background:#02528d;
	width:130px;
	text-align:center;
}

.box .arrow
{
	position: absolute;
	bottom: 0;
	right: 0;
	width:21px;
	height:20px;
	background:#02528d url('img/arrow.gif') no-repeat 0 0;
	text-decoration:none;

}

/***********************************************************************
                              box colors
************************************************************************/

.blue{border-color:#21a9bf;}

.box.blue h2{background:#21a9bf;}

.box.blue .arrow{background-color:#21a9bf;}

.yellow{border-color:#f7c600;}

.box.yellow h2{background:#f7c600;}

.box.yellow .arrow{background-color:#f7c600;}

.darkBlue{border-color:#02528d;}

.box.darkBlue h2{background:#02528d;}

.box.darkBlue .arrow{background-color:#02528d;}

.brown{border-color:#a88569;}

.box.brown h2{background:#a88569;}

.box.brown .arrow{background-color:#a88569;}

.pink{border-color:#c577a7;}

.box.pink h2{background:#c577a7;}

.box.pink .arrow{background-color:#c577a7;}

.orange{border-color:#ff9935;}

.box.orange h2{background:#ff9935;}

.box.orange .arrow{background-color:#ff9935;}

/**************************************************************************/


/* END BOX STYLES */


/* BLOG STYLES */
/* =============================================== */
#centerBlog
{
	width:75%;
	float:left;

}

#centerBlog .pagetitle
{ 
	display:block;
	height:20px;
	width:30%;
	background:#48b3c3;
	font-size:14px;
	color:#fff;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	padding-left:12px;
	margin-top:16px;
	margin-bottom:1px;
}

#centerBlog .content
{
	background:url('img/backMiddle.jpg') repeat-x 0 0;
	width:100%;
	padding-top:40px;
}

#blogPost {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.blogContent {
	width: 90%;

}

.post {
	background: url(/media/7279/postback.jpg) repeat-x 0 0;
	padding: 15px 15px;
	margin-top: 15px;
	clear:both;
}

.postDate {
	position: relative;
	background: url(/media/7284/postdateback.jpg) no-repeat;
	width: 97px;
	float: left;
	height: 125px;
	margin-top: -15px;
}

.postMonth {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	height: 20px;
	text-align: center;
	width: 97px;
	padding: 22px 0 5px 0;

}

.postDay {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	width: 97px;
	height: 70px;
}

.postData {
	position: relative;
	float:left;
	width: 70%
	}

#comments {
	padding: 15px 15px;
	}
#comments input {
	height: auto;
	border: 1px solid #999999;
}

#comments textarea {
	border: 1px solid #999999;
}

ol.commentlist #umbracoAutoForm fieldset p label {
	width: 150px;

}

#umbracoAutoForm fieldset p label {
	width: 150px;
}

/* mini calendar styles */

#umbracoBlogCalendar_3_umbCalendar {

	width: 175px;
	font-size: 11px;

}



#umbracoBlogCalendar_3_umbCalendar td {

	text-align: center;

}

#umbracoBlogCalendar_4_umbCalendar {

	width: 175px;
	font-size: 11px;

}



#umbracoBlogCalendar_4_umbCalendar td {

	text-align: center;

}




.umbCalWrap {
	padding: 5px 0 5px 0;
	background-image: url('/media/7080/side-back-cal.gif');
	background-repeat: no-repeat;
	border-bottom: 6px solid #779966;
	border-top: 6px solid #779966;
	width: 179px;
	margin-bottom: 25px;

}



.umbCal td {
	text-align: center;

}



.umbCalPrevNext img {

	border: 0;

	

}



.month {

	font-weight: bold;
	font-size: 12px;
	text-align: center;

}

/* end calendar styles */

/* tag cloud styles */

	a.tc1 { color: #dad2cf; font-size: 100%; font-weight: 200; text-decoration: none; padding: 0 4px 0 4px;}
	a.tc2 { color: #dac1b7; font-size: 110%; font-weight: 300; text-decoration: none; padding: 0 4px 0 4px;}
	a.tc3 { color: #daaa96; font-size: 120%; font-weight: 500; text-decoration: none; padding: 0 4px 0 4px;}
	a.tc4 { color: #da9477; font-size: 130%; font-weight: 600; text-decoration: none; padding: 0 4px 0 4px;}
	a.tc5 { color: #da7a55; font-size: 145%; font-weight: 800; text-decoration: none; padding: 0 4px 0 4px;}
	a.tc6 { font-size: 160%; font-weight: 900; text-decoration: none; padding: 0 4px 0 4px;}
	a.tc1:hover, a.tc2:hover, a.tc3:hover, a.tc4:hover, a.tc5:hover, a.tc5:hover, a.tc6:hover { color:#d9531e; text-decoration:underline; }

/* end tag cloud styles */



/* EDITOR PROPERTIES */
