/*
CSS - Judith Molyneux
*/

/* layout styles */


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #3f298a url(../images/core/bg.gif) repeat-x;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background: #58449a url(../images/core/container_bg.gif) repeat-x;
}

#content_left {
	width: 386px;
	float: left;
}

#content_left img {border: 8px solid white;}

#content_right {
	float: right;
	margin-top: 28px;
	width: 364px;
}

#content_centre {
	width: 714px;
	padding: 20px;
}

#content_centre img {border: 3px solid white;}

.contentbox {height: 200px; width: 714px;}
.contentbox img {float: left; margin: 0 50px 0 0;}
.contentbox p {float: left; width: 330px;}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
 /* End hide from IE-mac */

#header {
	width: 750px;
	height: 118px;
	background: #FFFFFF;
}

/* font styles */
#content_right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d3cef7;
	margin-top: 10px;
	padding-right: 8px;
}

#content_right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #94d22f;
	font-weight: normal;
	margin-top: 50px;
}

#content_centre h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #94d22f;
	font-weight: normal;
	margin-top: 20px;
}

#content_centre p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d3cef7;
}

#content_centre a:link, #content_centre a:visited, 
#content_right a:link, #content_right a:visited {color: #ffa200; text-decoration: underline;}
#content_centre a:hover, 
#content_right a:hover {color: #ffa200; text-decoration:none}

#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 30px;
	float: right;
	margin-top: 84px;
	margin-right: 23px;
	line-height: 23px;
	background: url(../images/core/header_mailicon.gif) no-repeat;
}

#header a:link, #header a:visited {color: #3f298a; text-decoration: none;}
#header a:hover {color: #3f298a; text-decoration: underline;}

#footer {
	margin-top: 40px;
	height: 71px;
	border-top: 1px solid #3f298a;
	clear: both;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d3cef7;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	float: left;
}

#footer a:link, #footer a:visited {color: #d3cef7; text-decoration: underline;}
#footer a:hover {color: #d3cef7; text-decoration: none;}


/* styles */


/* 	simplebits rollover technique:
	http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html */
#nav {
	height: 29px;
	list-style: none;
	display: inline;
	overflow: hidden;
	margin-left: 10px;
}

#nav li {list-style: none; display: inline;}

#nav a:hover {background-position: 0 -29px;}

#nav a {
	float: left;
	overflow: hidden;
	height: 29px;
	text-indent: -9999px;
}

#nav_home a {width: 44px; background: url(../images/nav/nav_home.jpg) top left no-repeat;}
#nav_seminars a {width: 69px; background: url(../images/nav/nav_seminars.jpg) top left no-repeat;}
#nav_consultation a {width: 85px; background: url(../images/nav/nav_consultation.jpg) top left no-repeat;}
#nav_guidebook a {width: 90px; background: url(../images/nav/nav_guidebook.jpg) top left no-repeat;}
#nav_contact a {width: 65px; background: url(../images/nav/nav_contact.jpg) top left no-repeat;}

/* end rollover styles */

form {
	float: left;
	border-right: 2px dotted #3f298a;
	width: 300px;
}

textarea {border: none;}
