/* Basic Style Sheet Document */

/*--------------------------------------------------------------------------------------------------------------
Version: 	1.0 (Standard browsers - IE6+)
Author:		Mlaforest (Connetik Interactive)
Email: 		info@connetik.com
Website:	http://www.connetik.com
Legend:		:TODO: Remember to remove this rule before the site goes live
			:KLUDGE: I managed to fix this problem in IE by setting a small negative margin
			:BUG: Rule breaks in IE6
--------------------------------------------------------------------------------------------------------------*/


/* Basic
---------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff url(images/background.jpg) repeat-x top left;
}
a {
	color: #5f1e84;
	font-weight: bold;
}
a:visited {
	color: #436f4a;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 981px;
	text-align: left;
}
.clear {
	clear: both;
}
hr {
	color: #b2ae6c;
	background-color: #b2ae6c;
	height: 2px;
	border: 0;
}

/* Content
---------------------------------------------------------------*/

#content {
	float: left;
	width: 773px;
	margin-right: 7px;
	background: #eeeccc url(images/content_repeatbg.gif) repeat-y;
}
#content #shell {
	/* Font */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* Layout */
	background: #ffffff;
	padding: 0px 28px 20px 28px;
	margin: 12px 12px 3px 12px;
	border-top: 1px solid #c7c387;
	border-bottom: 2px solid #b2ae6c;
	border-left: 1px solid #c7c387;
	border-right: 2px solid #b2ae6c;
}
#content h1 {
	/* Font */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	/* Layout */
	line-height: 53px;
	padding-left: 40px;
	margin: 0;
	background: #3a6040 url(images/content_title.gif) no-repeat;
}
#content #shell .subheading {
	color: #3a6040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 15px 115px 5px 10px;
	margin: 0;
}
#content #shell strong {
	color: #3a6040;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#content #shell h2 {
	color: #3a6040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#content #shell h3 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#content #shell .indent {
	padding: 0px 115px 0px 30px;
	margin: 0;
}

#content #shell .courseCode {
	color:#3a6040;
}

/* Month List
---------------------------------------------------------------*/
#monthlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#monthlist li a.current
{
	text-decoration:none;
}
#actionButton a, #actionButton a:visited {
	/* Font */
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
	/* Layout */
	border: 1px solid #451262;
	padding: 5px 15px 5px 15px;
	background-color: #56167a;
}
#actionButton a:hover {
	/* Font */
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
	/* Layout */
	border: 1px solid #451262;
	padding: 5px 15px 5px 15px;
	background-color: #451262;
}
.tableheader {
	border-bottom: 2px solid #3a6040;
	color: #3a6040;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	background: #ffffff;
}
.tableoddrow {
	background-color: #f4f2d7;
	padding: 5px;
}
.tableevenrow {
	background-color: #fcfbec;
	padding: 5px;
}
.whitebgwithborder {
	background-color: #ffffff;
	border: 1px solid #e9e6bc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.infoBox {
	background-color: #fffef9;
	border: 1px solid #b2ae6c;
	padding: 5px;
}
.contentphoto {
	border: 1px solid #b2ae6c;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.contentphotocenter {
	border: 1px solid #b2ae6c;
	padding: 5px;
}
.staff {
	border: 1px solid #b2ae6c;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 8px;
}

/* Footer
---------------------------------------------------------------*/

#content #footer {
	/* Font */
	color: #3b6141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	/* Layout */
	padding: 0px 40px 20px 40px;	
	background: url(images/content_footer.gif) no-repeat bottom left;
}
#content #footer a {
	color: #5f1e84;
	font-weight: normal;
}
#content #footer a:visited {
	color: #436f4a;
	font-weight: normal;
}
#content #footer a:hover {
	color: #000000;
	font-weight: normal;
}

/* Programs Sidebar
---------------------------------------------------------------*/

#programsSidebar {
	float: right;
	width: 201px;
	margin-bottom: 7px;
	background: #7b35a3 url(images/programs_repeat.gif) repeat-y;
}
#programsSidebar div {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* Layout */
	padding: 0 20px 5px 0px;
	background: url(images/programs_bottom.gif) no-repeat bottom left;
}
#programsSidebar h3 {
	/* Font */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	/* Layout */
	text-align: center;
	margin: 0;
	padding-top: 0.9em;
	padding-bottom: 0.6em;
	background: url(images/programs_top.gif) no-repeat top left;
}
#programsSidebar ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#programsSidebar ul li {
	padding: 0px 4px 3px 40px;
}
#programsSidebar a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;;
	font-weight: bold;
	text-decoration: none;
}
#programsSidebar a:visited {
	color: #f6f5e5;
}
#programsSidebar a:hover {
	color: #eeeccc;
}
.separator {
	display: block;
	padding-top: 3px;
}

/* Left Coloured Graphics */

#green {background: url(images/bullet_green.gif) no-repeat left 4px;}
#purple {background: url(images/bullet_purple.gif) no-repeat left 4px;}
#blue {background: url(images/bullet_blue.gif) no-repeat left 4px;}
#yellow {background: url(images/bullet_yellow.gif) no-repeat left 4px;}
#brown {background: url(images/bullet_brown.gif) no-repeat left 4px;}
#orange {background: url(images/bullet_orange.gif) no-repeat left center;}

/* Apply Sidebar
---------------------------------------------------------------*/

#applySidebar {
	float: right;
	width: 201px;
	margin-bottom: 7px;
	background: #a80109 url(images/apply_repeat.gif) repeat-y;
}
#applySidebar div {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* Layout */
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(images/apply_bottom.gif) no-repeat bottom left;
}
#applySidebar h2 {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	/* Layout */
	padding-left: 20px;
	padding-top: 10px;
	margin: 0;
	background: url(images/apply_top.gif) no-repeat top left;
}

#applySidebar div  a{
	color:#ffffff;
	text-decoration:underline;
	font-weight: normal;
}

/* Bottom Sidebar
---------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 201px;
	background: #45724c url(images/sidebar_repeat.gif) repeat-y;
}
#sidebar div {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* Layout */
	padding: 0 20px 10px 20px;
	background: url(images/sidebar_bottom.gif) no-repeat bottom left;
}
#sidebar img {
	border: 1px solid #c5c183;
}
#sidebar h3 {
	/* Font */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	/* Layout */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	margin: 0;
	background: url(images/sidebar_top.gif) no-repeat top left;
}
#sidebar h4 {
	/* Font */
	color: #8fb494;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}
#sidebar .caption {
	text-align: center;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
#sidebar a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #f6f5e5;
}
#sidebar a:hover {
	color: #eeeccc;
}
#sidebar ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	color: #8fb494;
	margin-top: 0;
}
#sidebar ol p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	font-size: 0.5em;
	margin: 0.9em 0 0.9em 0 !important; 
	margin: 0.2em; 
}
#sidebar ol p a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar ol p a:visited {
	color: #f6f5e5;
}
#sidebar ol p a:hover {
	color: #eeeccc;
}

/* Follow us Sidebar */
#followsidebar{
	float: right;
	width: 201px;
	margin-top: 7px;
	background: #45724c url(images/progyellow_repeat.gif) repeat-y;
}

#followsidebar div {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* Layout */
	padding: 0 20px 10px 20px;
	background: url(images/progyellow_bottom.gif) no-repeat bottom left;
	text-align:center;
}
#followsidebar img {
	border:none;
}

#followsidebar h3 {
	/* Font */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	/* Layout */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	margin: 0;
	background: url(images/progyellow_top.gif) no-repeat top left;
}

/* Policing and Corrections Candidates Sidebar */

#pcsidebar{
	float: right;
	width: 201px;
	margin-top: 7px;
	background: #45724c url(images/progblue_repeat.gif) repeat-y;
}

#pcsidebar div {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* Layout */
	padding: 0 20px 10px 20px;
	background: url(images/progblue_bottom.gif) no-repeat bottom left;
	text-align:center;
}
#pcsidebar img {
	border:none;
}

#pcsidebar h3 {
	/* Font */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	/* Layout */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	margin: 0;
	background: url(images/progblue_top.gif) no-repeat top left;
}

/* Job Posting
---------------------------------------------------------------*/
#proglistsidebar {
	float: right;
	width: 201px;
	margin-bottom: 7px;
	background: #45724c url(images/sidebar_repeat.gif) repeat-y;
}
#proglistsidebar div {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* Layout */
	padding: 0 20px 5px 0px;
	background: url(images/sidebar_bottom.gif) no-repeat bottom left;
}
#proglistsidebar h3 {
	/* Font */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	/* Layout */
	text-align: center;
	margin: 0;
	padding-top: 0.9em;
	padding-bottom: 0.6em;
	background: url(images/sidebar_top.gif) no-repeat top left;
}
#proglistsidebar ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#proglistsidebar ul li {
	padding: 0px 4px 3px 40px;
}
#proglistsidebar a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;;
	font-weight: bold;
	text-decoration: none;
}
#proglistsidebar a:visited {
	color: #f6f5e5;
}
#proglistsidebar a:hover {
	color: #eeeccc;
}
.separator {
	display: block;
	padding-top: 3px;
}
/* Logo
---------------------------------------------------------------*/

#logo {
	float: left;
	width: 981px;
	height: 82px;
	background: url(images/bg_logo.jpg) no-repeat top left;
}
#logo h1 {
	/* Font */
	font-size: 1.5em;
	/* Layout */
	position: absolute;
	z-index: 2;
	margin: 0;
	top: 2px;
	left: 40px;
	width: 180px;
	height: 82px;
	text-indent: -9000px;
	background: url(images/logo_oultoncollege.gif) no-repeat;
}
#logo p {
	/* Font */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	/* Layout */
	margin: 0;
	text-align: right;
	padding-right: 30px;
	padding-top: 55px;
	padding-left: 180px;
}
#logo p strong {
	font-size: 1.3em;
	font-weight: normal;
}
#logo p a, #logo p a:visited {
	color: #436f4a;
	font-size: 0.9em;
	font-weight: bold;
}
#logo p a:hover {
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
}
#logo h1 a {
	display: block;
	height: 80px;
	background: url(images/logo_oultoncollege.gif) no-repeat;
}

/* Masthead
---------------------------------------------------------------*/

#masthead {
	float: left;
	z-index: 1;
	width: 780px;
	height: 239px;
	margin-bottom: 7px;
	background: #3a6040 url(images/masthead_menubg.jpg) no-repeat top left;
}
#rotatingImage {
	float: left;
	z-index: 2;
	width: 511px;
	height: 239px;
	left: 269px;
	background: #3a6040 url(images/bg_rotatingimage.jpg) no-repeat top left;
}
#nav {
	float: left;
	margin:0;
	padding:0;
	list-style-type: none;
	padding-top: 12px;
	width: 269px;
	line-height: 1.2em;
}
#masthead ul li {
	text-align: right;
	padding-right: 15px;
	height: 1%; /* :KLUDGE: Sticky Sons of Sukerfish Dropdown Fix */
}
#masthead li ul {
	position: absolute;
	background-color: #2b4e30;
	padding: 0;
	margin: 0;
	list-style-type: none;
	left: -999em;
}
#masthead li ul li {
	background: #46724e;
	padding: 2px 5px;
	margin: 1px;
	text-align: left;
}
#masthead li:hover ul {
	z-index: 99;
	left: 244px;
}
#masthead a, #masthead a:visited {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	/* Layout */
	height: 17px;
	padding-right: 20px;
}
#masthead a:hover {
	color: #eeeccc;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 250px;
}
.menu {
	background: url(images/img_bullet.gif) no-repeat right;
}
.drop {
	background: url(images/img_bulletdropdown.gif) no-repeat right;
}

/* Home Page Advertise
--------------------------------------------------------------*/
#oIndexAd {
	/*float: right;*/
	width: 680px;
	margin-top:30px;
	/*margin-bottom: 7px;*/
	text-align:center;
}

/* Orientation Day
---------------------------------------------------------------*/

#oSidebar {
	/*float: right;*/
	width: 680px;
	margin-top:30px;
	/*margin-bottom: 7px;*/
	background: url(images/o_repeat.gif) repeat-y;
	text-align:center;
}

#shell #oSidebar a{
	color: #fff;
	font-size: 1.4em;
	text-decoration:underline;
	font-weight: normal;
	/* Layout */
	border:  none;
	padding:0;
	background-color: #A30108;

}
#shell #oSidebar a:hover{
	background-color:#fff;
	color:#A30108;	
}

#oSidebar div {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	/* Layout */
	padding-top:20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(images/o_bottom.gif) no-repeat bottom left;
}
#oSidebar h2 {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	/* Layout */
	padding-left: 20px;
	padding-top: 10px;
	margin: 0;
	background: url(images/o_top.gif) no-repeat top left;
	text-transform:uppercase;
	/*text-decoration:underline;*/

}