/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body
	{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a
	{
	color: #006699;
	text-decoration: none;
}

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

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

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

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

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

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

h4{
 font-family: 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;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

hr{
	height: 1px;
	color:#cccccc;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border: none;
	background-color:#cccccc;
	}


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

#header{
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-image: url(../images/header_bg_img.gif);
	overflow:hidden;
}

#block_1
        {
        float: left;
        width: 200px;
		background-color:#eeeeee
        }
#block_2
        {
        float: left;
        width: 550px;
		background-color: #ffffff;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
        }
/* 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: 200px;
        }
#block_2 .verticalalign
        {
        width: 550px;
        }
/* 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: 200px !important;
        }

div #block_2 .verticalalign
        {
        width: 550px !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;
		background-color: #eeeeee;
        }
* html #wrapper
        {
        position: relative;
        }
#wrapper
        {
        width: 760px;
        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
        {
        float: left;
        width: 100%;
        }
/* 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                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 15px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	color: #000000;
	width: 100%;
	font-size: 75%;
	white-space: nowrap; 
	padding: 7px 0 6px 15px;
	background-color: #A4CAD2;
	border-bottom: 1px solid #A4CAD2;
}


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

#globalNav {
	padding: 7px 15px 10px 15px;
	font-size: 80%;
	background-color: #1E315D;
	width: 720px;
	height: 12px;
	
		
}

#menu {
	padding: 0;
	margin: 0;
	color: #999999;
	list-style-type:none;
	white-space:nowrap;

		
}

#menu li {
	
	display:inline;
	float: left;
	
	
}
#menu li a, globalNav a:link, globalNav a:visited {
	color: #cccccc;
	text-decoration: none;
	
	
}	

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


#menu div
{	position: absolute;
	visibility: hidden;
	text-align:left
	margin: 0;
	padding: 0;
	background: #A4CAD2;
	border: 1px solid #1E315D;
	z-index: 3000;
	
	}

	#menu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #A4CAD2;
		color: #1E315D;
		font: 11px arial;
		}

	#menu div a:hover
	{	background: #1E315D;
		color: #cccccc;
		}

/*************** #photoBar styles **************/

#photoBar{
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #68A7B4;
	background-image: url(../images/photo_barI_test.jpg);
	border-bottom: 1px solid #999999;

	
}

/************** #intro styles ***************/

#intro{
	padding: 15px 10px 10px 15px;
	font-size: 80%;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/test2.jpg);
	background-color: #BCC2BE;
}

#intro h3{
	padding: 0px 5px 15px 15px;
	text-align: left;
	line-height: 1.4;	
	color: #ffffff;
}

#intro p{
	padding: 0px 10px 0px 15px;
}

#intro img{
	float: left;
	padding: 2px 10px 10px 0px;
}


/************** .feature styles ***************/

.feature{
	clear: both;
	padding: 15px 10px 10px 15px;
	font-size: 80%;
}

.feature h3{
	padding: 5px 5px 10px 15px;
	text-align: left;
}

.feature p{
	padding: 0px 10px 0px 15px;
}

.feature img{
	padding: 2px 10px 10px 0px;
}

/************** .specialimage styles ***************/

.specialimage{
	clear: both;
	padding: 15px 10px 10px 15px;
	float: right;
}

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

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

.story p{
	padding: 0px 10px 0px 15px;
}

/************** .calendar styles *****************/

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

.calendar h2{
	padding: 0px 10px 0px 0px;
}

/************** #tableData styles *****************/

#tableData{
	clear: both;
	padding: 5px 10px 5px 15px;
	font-size: 70%;
	color: #333333;
}

#tableData p{
	padding: 5px 10px 5px 15px;
}

/************** #formData styles *****************/

#formData{
	clear: both;
	padding: 10px 10px 10px 15px;
	font-size: 80%;
	color: #333333;
}

#formData p{
	padding: 5px 10px 5px 15px;
}


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


#footer
        {
        clear: both;
		width: 100%;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		padding: 10px 10px 10px 15px;
}

#footer img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

.smallNav 
	{
	font-size: 75%;
	color: #999999;
	width: 750px;
}
.smallNav a, smallNav a:link, smallNav a:visited
	{
	color: #006699;
	text-decoration: none;
	
}

.smallNav a:hover
	{
	color: #006699;
	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 #EEE;}

/* 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;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

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

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 4px 0px 4px 15px;
}

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


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 10px 10px 10px 15px;
	font-size: 80%;
}

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

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/*********** .horRule styles ***********/

.horRule {
height: 1px;
border-top: 1px solid #cccccc;
margin-top: 4px;
margin-bottom: 3px;
margin-left: 15px;
margin-right: 15px;
}

.horRule hr {
display: none;
}

.horRule2 {
height: 1px;
border-top: 1px solid #cccccc;
margin-top: 4px;
margin-bottom: 3px;
margin-left: 0px;
margin-right: 0px;
}

.horRule2 hr {
display: none;
}
