/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Gill Sans";
	color: #333333;
	line-height: 1.166;
	background:  #0076CC url(../templateimg/background.jpg) repeat-x;
	text-align: center;
	margin:0;
	height:100%;
}
html,body {
	height: 100%;
}



a:link, a:visited, a:hover {
	color: #8E9066;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Gill Sans";
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	color: #000000;
	font:16pt/16pt "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
  	letter-spacing:.2em;
	color: #EC9FAA;
	font-weight: bold;
	text-transform: uppercase;
}

h3{
	font-size: 100%;
	color: #0076CD;
	text-transform: uppercase;
	font:bold 90%/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 780px;
	margin:0 auto; 
	text-align: left;
	background-image:  url(../templateimg/headerback.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
#masthead img{
	border: 0px;
	padding: 0;
	margin: 0;
}

#contentwrap{
	width: 730px;
	margin:0 auto;
	text-align: left;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../templateimg/wrap_bg.gif);
}

#content{
	float:left;
	width: 500px;
	text-align: left;
	background-color: #FFFFFF;
}





/*************** #pageName styles **************/

#pageName{
	margin-bottom: 5px;
	text-align: right;
	padding-top: 5px;
}


/************* #globalNav styles **************/

#globalNav{
color: #FFFFFF;
padding: 0px 0px 0px 0px;
white-space: nowrap;
text-align: left;
width: 760px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 25px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 5px 10px;
	color: #FF6600;
	text-transform: uppercase;
	font:80%/8pt "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	background-color: #FFFFFF;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 70%;
	line-height: 125%;
	background-color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
	float: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Gill Sans";
}

.feature h3{
	padding: 6px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Gill Sans";
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 0px;
	float: left;
	width: 480px;
}

.story p{
	padding: 0px 0px 10px 0px;
	line-height: 125%;
	font-size: 10pt;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.story img{
	padding: px 0px 0px 5px;
	float: right;
	border-color: #CCCCCC;
	border-width: 0px;
}
.story table{
	padding: 5px 5px 5px 5px;
	display:block;
	font:10pt "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-decoration: none;
	color: #000000;
	border: 1px dotted #FFFFFF;
	background-image: url(http://whittle.mywebserver.net/~trampo/radiator/templateimg/backer3.gif);
}
.story td{
	background-color: #FFFFFF;
}

.largeimage{
	clear: both;
	margin-bottom: 5px;
	margin-top: 0px;
	float: left;
}
.largeimage img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #002D51;
	padding: 1px 0px 5px 0px;
	background-color: #FFFFFF;
	margin-top:1px;
	width: 730px;
	float:left;
	text-align:center;
	border-top-color: #0076CD;
	border-top-style: solid;
	border-top-width: 5px;
	}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-decoration: none;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
.topnav{
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font-size: 90%;
	text-transform: uppercase;
	width: 220px;
	float: left;
	text-align: justify;
	background-image:  url(../templateimg/line.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


.topnav a:link {
	color: #FFFFFF;
	font-weight: bold;
	}
	
	.topnav ul {
	display: block;
	margin: 0px 0px 0px 0px;
	}
	.topnav li {
	list-style-position: inside;
	margin: 0px 0px 0px 0px;
	list-style-image:  url(../templateimg/square.gif);
	padding-left: 8px;
	padding-top: 0px;
	}
	
	.topnav li:hover {
	list-style-position: inside;
	margin: 0px 0px 0px 0px;
	list-style-image:  url(../templateimg/squareone.gif);
	padding-left: 8px;
	padding-top: 0px;
	}

.topnav a:active{
	text-decoration: none;
	color: #FFACB9;
}


.topnav a:hover{
	text-decoration: none;
	color: #FFACB9;
}

.topnav a:visited{
	color: #FFFFFF;
	font-weight: bold;
	}
.topnav a:visited:hover{
	color: #FFACB9;
	font-weight: bold;
	}
.bg
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
