/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background:#455560;
}

#container {
	margin:0 auto;
	width: 1000px;
	background:#FFFFFF;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}

img {
	border: 0;
}

.fadeHover, .imgHover {
	display:block;
}


/* Typography */

.home h1 {
	color:#455560;
	background:none;
	padding:0;
	margin:0 0 15px 0;
	font-size:28px;
	text-transform:none;
	border:none;
}

.seminarSeries h1, .seminarSeries h1.secondH1 {
	border-color:#00AEEF;
	background:#576a76;
	color:#fff;
}

h2 a {
	color:#455560;
}



/* Header */

#header {
	margin: 0 auto;
	padding: 20px;
	width: 960px;
	background-color: #EEEEEE;
}

.logo {
	margin:35px 25px;
}

#headerNav {
	float:right;
	margin:15px 25px 0 0;
	background:url(/images/backgrounds/search_right_end.gif) bottom right no-repeat;
	text-align:right
}

#headerNav li {
	display:inline;
	list-style:none;
	margin-right:3px;
}

#headerNav a {
	color:#455560;
	font-size:11px;
}

#headerNav a:hover {
	color:#F8972B;
}

#headerNav form {
	margin:5px 0 0;
	background:url(/images/backgrounds/search_left_end.gif) no-repeat bottom left;
	padding:0 10px 3px 15px;
	*padding-bottom:2px;
}

.siteSearch input.textinput, .siteSearch input.textinputhover {
	background:#D1D4D4;
	border-color:#455560;
	border-left:none;
	border-right:none;
	padding:2px 4px;
	width:108px;
}


/* Main Navigation */

#mainNav {
	height:30px;
	background-color:#455560;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
}

#mainNav a {
	color:#fff;
	float:left;
	height:30px;
	background:#455560;
	text-transform:uppercase;
	font-size:13px;
	padding:0 16px;
	margin:0 1px 0 0;
	line-height:30px;
}

#mainNav a.last {
	margin:0;
	padding:0 18px;
}

#mainNav a:hover, #mainNav .down a {
	background-color:#F8972B;
}

#mainNav a#seminarseries:hover, #mainNav .down a#seminarseries {
	background-color:#26ACE2;
}


/* Breadcrumbs */

#breadcrumbs {
	background:url(/images/backgrounds/breadcrumbs_repeat_bg.gif) repeat-x bottom left;
	float:left;
	min-width:250px;
	margin:0 0 15px 0;
	*margin:0 0 -10px 0;
}

#breadcrumbs ul {
	background:url(/images/backgrounds/breadcrumbs_bg.gif) no-repeat bottom left;
	padding-bottom:5px;
}

#breadcrumbs li {
	color:#455560;
	display:inline;
	text-transform:uppercase;
	list-style:none;
	font-size:10px;
}

#breadcrumbs a {
	color:#455560;
}

#breadcrumbs a:hover, .seminarSeries #breadcrumbs a:hover {
	color:#F8972B;
}

.seminarSeries #breadcrumbs li, .seminarSeries #breadcrumbs a {
	color:#fff;
}


/* Sidebar */

#sideBar {
	width:200px;
	float:right;
}

.home #sideBar {
	width:574px;
}

.noSidebar #sideBar {
	display:none;
}

.sideBarLink {
	margin:0 0 15px 0;
}

.home #featuredNewsContainer, .home #seminarSeriesLinkContainer, .home #masterClassesContainer {
	width:180px;
	float:left;
	overflow:hidden;
	margin:0 17px 0 0;
}

.home #featuredNewsContainer {
	margin:0;
}

.masterClassesBox {
	background:#fff;
	font-size:11px;
	line-height:16px;
	padding:10px 13px;
}

.masterClassesBox a {
	color:#000;
	display:block;
	font-size:12px;
}

.masterClassesBox a:hover {
	color:#61C08B;
}

.masterClassesBox p.divide {
	padding:0 0 13px 0;
	margin:0 0 7px 0;
	background:url(/images/backgrounds/master_classes_divide.gif) no-repeat bottom center;
}

.seminarSeriesBox {
	background:#40C2F3;
	color:#fff;
	padding:11px 13px;
}

.latestNewsHeading, .featuredNewsBox {
	background:#455560;
	display:block;
	color:#fff;
	padding:3px 11px;
	margin:0 0 5px 0;
}

.featuredNewsBox, .featuredNewsBox:hover {
	background:#fff;
	padding:7px 11px;
	font-size:11px;
	line-height:14px;
	color:#455560;
	margin:0 0 4px 0;
}

.featuredNewsBox span {
	color:#000000;
	font-size:10px;
}

.featuredNewsBox:hover span {
	color:#F8972B;
}

.subscribeLink:hover, .latestNewsHeading:hover, .seminarSeries .subscribeLink {
	background:#F8972B;
	color:#fff;
}

.subscribeLink {
	color:#fff;
	background:#00AEEF;
	text-align:center;
	display:block;
	padding:4px 0;
}

.seminarSeries .subscribeLink:hover {
	background:#61C08B;
}


/* Content */

#contentWrapper {
	background:#EDEDED;
	padding:25px 25px 20px;
}

.home #contentWrapper {
	background:#D0D8DC;
	padding-bottom:1px;
}

#contentWrapper.seminarSeries {
	background:url(images/backgrounds/seminar_series_bg.gif) no-repeat #00AEEF;
}

#content {
	width:669px;
	padding:15px 15px 1px;
	float:left;
	background:#fff;
}

.home #content {
	width:340px;
	padding:0;
	background:none;
}

.noSidebar #content {
	width:auto;
	float:none;
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
}

#content ul, #content ol {
	margin-left:18px;
}


/* News */

.displaying {
	text-align:center;
}

#content p.blogDate {
	margin:0 0 10px 0;
	color:#888;
}

#content p.blogSummary {
	margin:0 0 10px 0;
}

.readMore {
	color:#000;
	font-size:11px;
}


/* Footer */

#footer {
	background-color:#fff;
	font-size:11px;
	height:70px;
}

#footer li {
	display: inline;
	list-style: none;
	border-right:1px solid #455560;
	padding:0 9px 0 0;
	margin:0 9px 0 0;
	float:left;
	height:12px;
	line-height:12px;
}

#footer li.last {
	border:none;
	margin:0;
	padding:0;
}

#footerNav {
	padding:40px 0 0 25px;
}

#footerNav a {
	color:#455560;
}

#footerNav a:hover {
	color:#F8972B;
}

#footerLogos {
	float:right;
	padding:15px 25px 0 0;
}

#footerLogos li {
	padding:0 13px 0 0;
	margin:0 13px 0 0;
	float:left;
	height:41px;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:4px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #F8972B; 
	padding:3px;
}

.submit {
	text-align:right;
}

.submitBT {
	background:#F8972B;
	color:#fff;
	padding:5px 12px;
	*padding:4px 5px 3px;
	border:none;
	cursor:pointer;
}

.submitBT:hover {
	background:#26ACE2;
}

.errorText {
	color:#FF0000;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
	margin:0 0 15px 0;
	padding:15px;
	border-width: 3px;
	border-style: solid;
}

.error_box {
	border-color: #CC0000;
	background-color: #FFEBEB;
}

.info_box {
	border-color: #02a2c6;
	background-color: #E1F1F5;
}

#content .error_box ul {
	margin-bottom:0;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}
