/* CSS Document */

body {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	line-height: 1.16;
	margin: 0px;
	padding: 0px;
}

a
	{
	color: #152b52;
	text-decoration: none;
}

a:link
	{
	color: #152b52;
	text-decoration: none;
}

a:visited
		{
	color: #152b52;
	text-decoration: none;
}

a:hover
	{
	color: #152b52;
	text-decoration: underline;
}

h1
	{
 font-family: Helvetica,Arial,sans-serif;
 font-size: 120%;
 color: #152b52;
 margin: 0px;
 padding: 0px;
}

h2
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 110%;
	color: #003366;
	margin: 0px;
	padding: 10px 10px 0px 15px;
}

h3{
 font-family: Helvetica,Arial,sans-serif;
 font-size: 100%;
 color: #152b52;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Helvetica,Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 798px;
	height: 116px;
	background-image: url(../images/header_bg.jpg);
	background-color:#152b52;
}


#block_1
        {
	float: left;
	width: 197px;
	height: 500px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
 }
#block_2
        {
        float: left;
        width: 598px;
		background-color: #ffffff;
        }
/* Start Mac IE5 filter \*/
#block_1, #block_2
        {
        padding-bottom: 32767px !important;
        margin-bottom: -32767px !important; 
        }

#block_1, #block_2
        {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important; 
        }
#block_1:before, #block_2:before
        {
        content: '[DO NOT LEAVE IT IS NOT REAL]';
        display: block;
        background: inherit;
        padding-top: 32767px !important;
        margin-bottom: -32767px !important;
        height: 0;
        }

/* End Mac IE5 filter */

/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
        {
        position: absolute;
        bottom: 0;
        }
#block_1 .verticalalign
        {
        width: 197px;
        }
#block_2 .verticalalign
        {
        width: 598px;
        }
/* hack for Opera 7+ */

.verticalalign
        {
        width: 100% !important;
        }

/* But Opera 9 does it right, so CSS3 hax to the max */

div #block_1 .verticalalign
        {
        width: 197px !important;
        }

div #block_2 .verticalalign
        {
        width: 598px !important;
        }

/* hack for IEs of all persuasions before IE7 */

* html .verticalalign
        {
        width: 100% !important;
        }
.verticalalign p
        {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 0;
        }
#wrapper_extra
        {
        position: relative;
        }
* html #wrapper
        {
        position: relative;
        }
#wrapper
        {
margin:0 auto;
width:798px;
background-color:#959ec9;
background-image: url(../images/color_bg.jpg);
border-left:1px solid #152b52;
border-right:1px solid #152b52;
height:auto;
padding:0px 0px 0px 0px;
overflow: hidden; /* This hides the excess padding in non-IE browsers */
        }
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra
        {
margin:0 auto;
width:800px;
height:auto;
padding:0px 0px 0px 0px;
        }
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
        {
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
        float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
        float/**/: none;
        }
/* easy clearing */
#wrapper:after
        {
        content: '[DO NOT LEAVE IT IS NOT REAL]'; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
        }
#wrapper
        {
        display: inline-block;
        }
/*\*/
#wrapper
        {
        display: block;
        }
/* end easy clearing */

		
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */

* > #footer, * > form, * > #notes, * > .output
        {
        position: relative;
        z-index: 1000;
        }


/***********************************************/
/* Components                                  */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
	clear: both;
	font-size: 80%;
	color: #97a0cb;
	letter-spacing: 1px;
	padding: 40px 0px 0px 15px;
}

#globalNav img{
 padding: 0px 0px 0px 0px;
}

#globalNav a, globalNav a:link, globalNav a:visited {
	color: #97a0cb;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
	text-decoration: none;
	
}	

#globalNav a:hover
	{
	color: #cccccc;
	text-decoration: underline;
	
}


/*********** #block_1 link styles ***********/

#block_1 ul a:link, #block_1 ul a:visited {display: block;}
#block_1 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#block_1 li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #block_1 li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 20px;
}

#sectionLinks a:link,
#sectionLinks a:visited{
	display: block;
	border-top: 1px solid #000000;
	color: #97a0cb;
	padding: 4px 0px 4px 20px;
}

#sectionLinks a:hover{
color: #002651;
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 4px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
display: block;
color: #97a0cb;
padding: 0px 0px 10px 0px; 
}

.relatedLinks a:hover{
color: #002651;
	background-color: #dddddd;
	}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 35px 0px 35px;
	font-size: 80%;
}


.story a, story a:link,  story a:visited {
	color: #152b52;
	text-decoration: none;
	
}	

.story a:hover
	{
	color: #152b52;
	text-decoration: underline;
	
}

/************** .label styles *****************/

.label{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

.label a, label a:link, label a:visited {
	color: #152b52;
	text-decoration: none;
	
}	

.label a:hover
	{
	color: #152b52;
	text-decoration: underline;
	
}

/************* #footer styles ***************/


#footer
        {
	clear: both;
	margin:0 auto;
	width:800px;
	padding: 2px 0px 3px 0px;
	font-size: 70%;
	font-family: Arial,sans-serif;
	letter-spacing: 1px;
	color: #333333;
	background-color:#000000;
	text-align:center;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

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