@charset "UTF-8";
/* CSS Document */

html, body {
	min-height:100%;
	margin:0;
	padding:0;
	}

* {
	margin:0;
	padding:0;
	}

body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#706F6F;
	background:url(../images/main/body_back_image.jpg) no-repeat bottom center;
	}

/*
.container {
    position:relative;
    margin:0 auto;
    width:995px;
	padding:0;
	}
*/

#Europe {}
#Europe .logoarea {
	background:url(../images/main/europe_map_graphic.gif) 50px 25px no-repeat;
	}
#Europe .logoareanomap {
	background:url(../images/main/blank_map_graphic.gif) 50px 25px no-repeat;
	}
#USA {}
#USA .logoarea {
	background:url(../images/main/usa_map_graphic.gif) 50px 25px no-repeat;
	}

.headerwrap {
	background:url(../images/main/headerwrap_back.gif) repeat-x top #fff;
	height:288px;
	border-top:#342a65 solid 6px;
	border-bottom:#fcde23 solid 6px;
	}

/* containing header */
.header {
	position:relative;
	margin:0 auto;
	width:995px;
	height:288px;
	}

/* Logo Area */
.logoarea {
	height:156px;
	padding:0 50px;
	background:20px 50px no-repeat;
	}
.logoareanomap {
	height:156px;
	padding:0 50px;
	background:20px 50px no-repeat;
	}
.logo {
	float:right;
	}

/* Menu Area */
.menuarea {
	height:35px;
	background:#fcde23;
	padding:0 50px;
	}

.logintitle {
	float:left;
	width:210px;
	line-height:35px;
	color:#342A64;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	}

a.logintitle {
	float:left;
	width:210px;
	line-height:35px;
	color:#342A64;
	font-size:11px;
	font-weight:bold;
	}
/* Login Area */
.loginstrip {
	height:97px;
	background:#342a65 url(../images/main/loginstrip_back.jpg) top center no-repeat;
	padding:0 50px;
	position:relative;
	text-align:left;
	}

.logintdpad {
	padding:10px 10px 10px 0;
	}

.loginboxes {
	background:#342A64;
	color:#FFF;
	border:#68619B solid 1px;
	padding:3px;
	}
.loginsubmit {
	padding:2px 0;
	}

.regpass {
	line-height:30px;
	color:#fff;
	font-size:10px;
	text-align:left;
	}

.regpass a {
	color:#fff;
	text-decoration:none;
	}

.circleimages {
	position:absolute;
	right:50px;
	top:-52px;
	}
* html .circleimages {
	display:none;
	}

/* menu start */

.menu {
	list-style-type:none;
	font-size:11px;
	}
.menu ul {
	padding:0px;
	margin:0px;
	}
.menu li {
	float:left;
	padding:8px 0 0 0;
	}
.menu li a {
	float:left;
	display:block;
	padding:0 13px;
	color:#575174;
	text-decoration:none;
	border-right:1px solid #575174;
	line-height:18px;
	}
.menu li a:hover {
	color:#24255a;
	}

li.homemenu a {
	padding:0 13px 0 13px;
	}
li.adminmenu a {
	padding:0 13px 0 13px;
	}
li.contactmenu a {
	padding:0 0 0 13px;
	border-right:none;
	}
.home .homemenu a, .about .aboutmenu a, .entries .entriesmenu a, .previous .previousmenu a, .rules .rulesmenu a, .news .newsmenu a, .contact .contactmenu a {
	font-weight:bold;
	color:#24255a;
	}
.home .homemenu a:hover, .about .aboutmenu a:hover, .entries .entriesmenu a:hover, .previous .previousmenu a:hover, .rules .rulesmenu a:hover, .news .newsmenu a:hover, .contact .contactmenu a:hover {
	font-weight:bold;
	color:#24255a;
	}

/* Main content area */

.mainwrap {
	background:url(../images/main/main_grad_back.png) repeat-x top;
	position:relative;
	}
* html .mainwrap {
	background:none;
	}

.mainarea {
	width:895px;
	margin:0 auto;
	padding:50px;
	background:#fff;
	min-height:400px;
	position:relative;
	}

/* Column 1 */

.col1 {
	float:right;
	width:180px;
	padding:15px;
	min-height:400px;
	background:url(../images/main/col1_back.jpg) repeat-x bottom #ededed;
	border-top:1px solid #B2B2B2;
	}
	
.col1 h4 {
	font-size:16px;
	font-weight:normal;
	margin:0.5em 0 1.5em 0;
	color:#24255a;
	}
.col1 h5 {
	font-size:18px;
	font-weight:bold;
	margin:0.6em 0 1.5em 0.5em;
	color:#24255a;
	text-align:left;
	}

.latestnews {
	font-size:16px;
	font-weight:normal;
	margin:0.5em 0 1.5em 0;
	color:#24255a;
	}
	/* not #5d5292 */

.col1 ul {
	list-style-type:none;
	margin-bottom:1.5em;
	font-size:12px;
	}
.col1 ul li {
	margin-bottom:0.75em;
	}
.col1 ul li a {
	color:#333;
	}


/* Column 2 */

.col2 {
	float:right;
	width:670px;
	margin-left:15px;
	min-height:400px;
	}

.col2 img {
	float:right;
	margin:0 0 10px 10px;
	max-width:210px;
	}

/* footer */

.footer {
	width:895px;
	margin:0 auto;
	padding:0 50px;
	height:35px;
	position:relative;
	background:#9D9D9C;
	color:#fff;
	text-align:left;
	}
.footer a {
	text-decoration:none;
	color:#fff;
	}
.footer a:hover {
	text-decoration:underline;
	}

.copyright {
	line-height:35px;
	width:225px;
	float:left;
	font-size:10px;
	}

.footerdetails {
	line-height:35px;
	width:670px;
	float:left;
	font-size:10px;
	}


h1 {
	font-size:16px;
	font-weight:normal;
	margin:1.5em 0;
	color:#24255a;
	}
h2, h3, h4 {
	margin-bottom:1.5em;
	}

h2 {
	font-size:14px;
	font-weight:bold;
	}

p {
	margin-bottom:1em;
	}

a {
	text-decoration:none;
	color:#24255a;
	}
a:hover {
	text-decoration:underline;
	}

.col2 ul {
	margin-bottom:1em;
	padding:0 0 0 2em;
	}
.col1 ul li {
	margin-bottom:0.75em;
	}

hr {
	margin-bottom:1.25em;
	}

.sectionhead {
	font-size:15px;
	font-weight:normal;
	margin:2em 0 1.5em 0;
	color:#24255a;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	}

.subtitle, .col2 h4 {
	font-size:15px;
	font-weight:normal;
	margin:1.5em 0;
	color:#24255a;
	}

.newshead {
	color:#24255a;
	margin-bottom:0;
	}
.newspara {
	margin-bottom:0;
	}
.readmore {
	margin-bottom:1.5em;
	}
.readmore a {
	text-decoration:none;
	color:#24255a;
	font-weight:bold;
	}

.bottomdivide {
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
	}

.weblink {
	font-weight:bold;
	}

.entrylogo {
	padding:20px 0;
	width:210px;
	float:right;
	text-align:center;
	}
.entrylogo img {
	max-width:210px;
	float:none;
	margin:0 auto;
	}


.treefrog {
	width:895px;
	margin:0 auto;
	padding:10px 50px;
	font-size:10px;
	}
.treefrog a {
	color:#999;
	}
.treefrog a:hover {
	color:#666;
	}

/* landing page */

#landing {
	background:#342a65 url(../images/landing/landing_back_image.jpg) no-repeat center bottom;
	}
#landing .mainwrap {
	background:none;
	}
#landing .mainarea {
	background:#322961 url(../images/landing/landing_grad_back.gif) repeat-x top;
	color:#fff;
	}
#landing h1 {
	color:#fff;
	}
#landing .mainarea a {
	color:#999;
	font-size:15px;
	}
#landing .mainarea a:hover {
	color:#fff;
	text-decoration:none;
	}
#landing .mainarea a img {
	vertical-align:middle;
	padding:0 5px 5px 0;
	}
.landingmap {
	float:right;
	position:relative;
	}
.usamap {
	display:block;
	width:200px;
	height:226px;
	position:absolute;
	top:0px;
	left:0px;
	}
.usamap:hover {
	background:url(../images/landing/usa_map_hover.gif) no-repeat top left;
	}
.europemap {
	display:block;
	width:216px;
	height:201px;
	position:absolute;
	top:0px;
	left:255px;
	}
.europemap:hover {
	background:url(../images/landing/europe_map_hover.gif) no-repeat top left;
	}
a.logout {
line-height:20px;
}
.imagefloat {
float:right;
width:250px;
}

.socialmedia {
	position:absolute;
	left:275px;
	top:25px;
	font-size:10px;
	text-transform:uppercase;
	}
.socialmedia a {
	padding-right:10px;
	}
#landing .socialmedia {
	left:50px;
	top:90px;
	}

.heading {
font-weight:bold;
font-size:14px;
}
.institute {
display:table;
width:100%;
margin-bottom:20px;
}
.institutetext {
float:left;
width:350px;
}
.instituteimagefloat {
float:right;
width:300px;
}
