/* the methods on this page are largely the hard work (freely given) of many people from the css-discuss list [http://www.css-discuss.org], including (but not limited to) Big John, Holly Bergevin, Douglas Livingstone, Scott Sauyet, Victor Caston, Mike Papageorge, and me, Alex Robinson [css-stuff@alex.cloudband.com] */

/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { 
min-width: 800px;
margin: 0px; 
padding: 0px; 
}

body {
margin: 10px auto;
width:800px;
padding: 0px;
color: #000;
background-color:#3D5784;
/* background-color:#77D3C7; */
font: .8em/1.5em Verdana, Helvetica, Arial, sans-serif;
}

a:link {
color: #00a0c6;

background: transparent;
text-decoration: underline;
}

a:visited {
color: #00a0c6;
background: transparent;
text-decoration: none;
}

a:hover {
color: #00a0c6;
background: transparent;
text-decoration: underline;
}

h1, h2, h3, h4 {
margin:10px 0 0 0;
padding: .15em 0 .05em 0;
color: #447f7e;
background: transparent;
font-family:  Verdana, Helvetica, Arial, sans-serif;
line-height: 1.5em;
font-weight:bold;
}

h1 {
font-size: 1.65em;
}

h2 {
color: #0060b6;
background: transparent;
font-size: 1.35em;
text-transform: uppercase;
}

h3 {
font-size: 1.15em;
text-transform: uppercase;
}

h4 {
font-size: 1.15em;
}

p {
margin: 0;
padding: 0 0 .75em 0; 
}

img {
border: 0;
}

sup {
font-size: .8em;
vertical-align: text-top;
}

.center {
text-align: center;
}

.highlight {
font-size: 1.1em;
font-weight: bold;
color: #fff;
background: transparent;
}

/* IE-Win hack to keep list background images from disappearing */
ul, ol, dl {
position: relative;  
}

/* Opera hack: to keep the list item prior to the li.current from inheriting the font-weight of bold. */
html > body ul, html > body ol, html > body dl {
position: inherit; 
}

/* ====================================================================
WRAPPERS
-------------------------------------------------------------------- */

div { 
margin: 0px; 
padding: 0px; 
}

.divclear { 
clear: both;
} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */

/*/*/ .divclear { display: none; } /* */

/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */

.clear {
clear: both;
}

.box-wrap {
color : #000;
background: #fff;
width: 780px;
}

.box-inner-wrap {
border: 0;
margin: 0;
padding: 0;
}

/* ====================================================================
CRUMBTRAIL
-------------------------------------------------------------------- */

.box-crumbtrail {
margin: 0;
padding: 0 0 3px 0;
color: #000;
background: #fff;
font: .8em/1.5em Verdana, Helvetica, Arial, sans-serif;
}


/* ====================================================================
HEADER (Navigation and Title)
-------------------------------------------------------------------- */

.box-header {
color: #000;
background: #d9ebeb;
margin: 0;
padding: 0 5px 0 0;
height: 100px;
}

.box-header h1 {
display: none;
}

.box-header p {
margin: 0;
padding: 0 0 .05em 0;
}

.box-header img {
margin: 0 0 0 5px;
padding: 0;
border: 0;
}


/* ====================================================================
SEARCH
-------------------------------------------------------------------- */

div.box-header .search {
position: absolute;
top: 25px;
right: 0;
width: 180px;
margin: 0;
padding: 0;
font-size: .8em;
white-space: nowrap;
}

div.box-header .search input {
color: #000;
background: #fff;
border: 1px solid #447f7e;
margin: 0;
padding: .125em;
width: 125px;
height: 1.5em;
font: .80em/1.0em verdana, helvetica, arial, sans-serif;
text-transform: none;
} 

div.box-header .search h2 {
margin: 10px 0 5px 0;
padding: 0;
font: 1.2em/1.3em verdana, helvetica, arial, sans-serif;
}

div.box-header .search h2 a:link {
color: #447f7e;
background: transparent;
text-decoration: none;
}

div.box-header .search h2 a:visited {
color: #447f7e;
background: transparent;
text-decoration: none;
}

div.box-header .search h2 a:hover {
color: #000;
background: transparent;
text-decoration: none;
}


/* ====================================================================
TOP NAVIGATION
-------------------------------------------------------------------- */

.nav {
float: left;
width: 780px;
height: 52px;
margin: 0;
padding: 0 0 10px 0;
color: #a2dcc0;
background: #315fb0;
text-align: center;
}

.nav ul {  	
margin: 0;
padding: 0;
list-style: none;
}

.nav li {
float: left;	
position: relative;
margin: 0;
padding: 0;
line-height: 1.15em;
}

.nav li a {
display: block;	
margin: 0;
padding: 15px 8px 30px 8px;
text-decoration: none;
width: auto;
}

.nav a:link {
color: #a2dcc0;
background: transparent;
text-decoration: none;
}

.nav a:visited {
color: #fff;
background: transparent;
text-decoration: none;
}

.nav a:hover {
color: #fff;
background: #315fb0 url(../images/green-glow-sm.gif) 50% 40% no-repeat;
}

.nav a.current:link, .nav a.current:visited, .nav a.current:hover {
color: #fff;
background: #315fb0 url(../images/green-glow-sm.gif) 50% 40% no-repeat;
}


/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

.columns-float {
float: left;
width: 100%;
margin: 0 0 5px 0;
padding: 0;
}

.column-two div.clear {
clear: left;
margin: 0;
padding: 0;
}


/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 

/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2 { 
p\osition: relative; 
}
/* */

/* ====================================================================
TABLE FORMATTING
-------------------------------------------------------------------- */

table {
margin: 0;
padding: 0 0 10px 0;
width: 100%;
}

table td {
margin: 0;
padding: .25em;
vertical-align: top;
}

/* ====================================================================
IMAGES
-------------------------------------------------------------------- */

.img-caption {
position: relative;
margin: .5em;
padding: 10px;
}

.img-caption p {
margin: 0;
padding: .5em 0 0 0;
font-size: .8em;
line-height: 1.5em;
}


.l45, .l75, .l100, .l110, .l125, .l150, .l175, 
.l200, .l220, .l225, .l250, 
.l300, .l325, .l350, .l375, 
.l400, .l425, .l450,
.l500, .l600 {
margin: 0 10px 5px 0;
padding: 5px;
}

.r45, .r75, .r100, .r110, .r125, .r150, .r175, 
.r200, .r220, .r225, .r250, 
.r300, .r325, .r350, .r375, 
.r400, .r425, .r450,
.r500, .r600 {
margin: 0 0 5px 10px;
padding: 5px;
}

.l75 {
float: left;
width: 75px;
}

.r75 {
float: right;
width: 75px;
}

.l100 {
float: left;
width: 100px;
}

.r100 {
float: right;
width: 100px;
}

/* ====================================================================
FOOTER
-------------------------------------------------------------------- */

.box-footer {
clear: both;
margin: 0;
padding: 0 0.5em 0.5em 0.5em;
font: .8em/1.5em Verdana, Helvetica, Arial, sans-serif;
color: #000;
background: #fff;
text-align: center;
}

.box-footer a:link {
color: #003cff;
background: transparent;
text-decoration: none;
}

.box-footer a:visited {
color: #00a0c6;
background: transparent;
text-decoration: none;
}

.box-footer a:hover {
color: #00a0c6;
background: transparent;
text-decoration: underline;
}

.box-footer sup {
vertical-align: super;
}

.home {
	color:#77ccd0;
}