/******* globalstyles.css *******/

/******** General styles ********/

body {
margin:0;
padding:0;
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#000033;
min-width:600px;		/* Minimum width of layout - the min-width property does not work in old versions of Internet Explorer  */
font-size:75%;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height:1.7em;
}

a {
color:#f9de82;
text-decoration:underline;
}

a:hover {
text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
margin:.8em 0 .2em 0;
padding:0;
}

p {
margin:.4em 0 .8em 0;
padding:0;
}

img {
margin:0px 10px 5px 0;
float: left;
}

iframe {
margin:0px 0px 5px 10px;
float: right;
}

/******** Header styles ********/

#header {
clear:both;
float:left;
width:100%;
}

#header {
color:#fff;
border-bottom:1px solid #000033;
}

#header a {
text-decoration:none;
}

#header p, #header h1, #header h2, #header h3, #header h4, #header h5 {
padding:.4em 15px 0 15px;
margin:0;
}

/*Menu Styles*/

#centeredmenu {
float:left;
width:100%;
background:#000033;
border-bottom:4px solid #000;
overflow:hidden;
position:relative;
}

#centeredmenu ul {
clear:left;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
left:50%;
text-align:center;
}

#centeredmenu ul li {
display:block;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
right:50%;
}

#centeredmenu ul li a {
display:block;
margin:0 0 0 1px;
padding:3px 10px;
background:#9999cc;
color:#000033;
text-decoration:none;
line-height:1.3em;
}

#centeredmenu ul li a:hover {
background:#f9de82;
color:#000033;
}

#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
color:#000033;
background:#f9de82;
font-weight:bold;
}

/* 'widths' sub menu */

#layoutdims {
color:#ccc;
clear:both;
background:#666699;
border-top:4px solid #000033;
margin:0;
padding:6px 15px !important;
text-align:right;
}

#layoutdims a {
text-decoration:none;
}

#layoutdims a:hover {
text-decoration:underline;
}

/* column container */

.colmask {
position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
}

/* 3 column blog style settings */

.blogstyle {
color:#fff;
background:#333366;	/* Right column background colour */
}

.blogstyle .colmid {
color:#fff;
float:left;
width:200%;
margin-left:-200px;	/* Width of right column */
position:relative;
right:100%;
background:#333366;	/* Centre column background colour */
}

.blogstyle .colleft {
color:#fff;
float:left;
width:100%;
margin-left:-200px;	/* Width of centre column */
background:#333366;	/* Left column background colour */
}

.blogstyle .col1wrap {
float:left;
width:50%;
padding-bottom:1em;	/* Centre column bottom padding. Leave it out if it's zero */
}

.blogstyle .col1 {
margin:0 15px 0 415px;	/* Centre column side padding:
				Left padding = left column width + centre column left padding width
				Right padding = right column width + centre column right padding width */
position:relative;
left:100%;
overflow:hidden;
}

.blogstyle .col2 {
float:right;
width:170px;		/* Width of left column content (left column width minus left and right padding) */
position:relative;
left:185px;			/* Width of the left-had side padding on the left column */
}

.blogstyle .col3 {
float:right;
width:170px;		/* Width of right column content (right column width minus left and right padding) */
position:relative;
left:555px;
}

/* Footer styles */

#footer {
clear:both;
float:left;
width:100%;
border-top:4px solid #000033;
border-bottom:4px solid #000033;
color: #fff;
}

#footerleft {
color:#ccc;
clear:both;
background:#666699;
margin:0;
padding:6px 15px !important;
text-align:left;
}

#footerright {
color:#ccc;
clear:both;
background:#666699;
margin:0;
padding:6px 15px !important;
text-align:right;
}

#footer p {
font-size:9px;
padding:10px;
margin:0;
}

#footer a {
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}