/* <!-- */
/* Layout from http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:verdana, arial, helvetica, sans-serif;
}
a {
	color:#476C8E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	margin:0 0 0 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	border:none;
}
iframe {
	border:none;
}
big {	
	font-size:300%;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	position:relative; /* for position:absolute; in h2 below */
}
#header {
	border-bottom:1px solid #000;
	background-color:#ffffff;
}
#header p,
#header h1 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header h2 {
	position:absolute;
	top:.4em;
	right:0;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 0px;
	padding:3px 20px;
	text-align:center;
	background:#ddd;
	border-top:1px solid #A8A8A8;
	border-left:1px solid #A8A8A8;
	border-right:1px solid #A8A8A8;
	color:#369;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* login and social bookmarking sub menu */
#submenubar {
	clear:both;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:left;	
}
#submenubarheader {
	clear:both;
	border-top:1px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin-top:10px;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#fff;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:73%;			/* left column content width (75% left column width minus 1% left and 1% right padding) */
	left:26%;			/* (25% right column width) plus (1% left column left padding) */
}
.rightmenu .col2 {
	width:23%;			/* right column content width (25% right column width minus 1% left and 1% right padding) */
	left:28%;			/* (25% right column width) plus (1% left column left and 1% right padding) plus (1% right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}

.col1 h2 { 	margin-bottom:15px; }
.leftsideinfo { float:left;clear:left;margin-right:5px;margin-bottom:5px; }
.rightsideinfo { float:right;clear:right;margin-left:5px;margin-bottom:5px; }
.sidebaritem { clear:both;margin-bottom:15px; }
.maincontentitem { -moz-border-radius:5px;-webkit-border-radius:5px;border:1px solid #A8A8A8;background:#eee;padding:5px;margin-bottom:15px; }
/* .maincontentitem p { clear:left; } */
.maincontentitem p img { float:right;clear:right;margin-left:5px;margin-bottom:5px; }
/* --> */
