﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image:url('images/overallbg.jpg');
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#fff;
}

#container {
	min-width: 900px;
}

#left_col {
	float: left;
	width: 100px;
}

#right_col {
	float: right;
	width: 200px;
}

#page_content {
	margin-right: 200px;
	margin-left: 100px;
}

#header{
	width:900px;
	
}
#footer{
	width:900px;
	border-top:1px solid #999;
	height:50px;
	vertical-align:bottom;
	font-family:Verdana;
	font-size:8pt;
	color:#999;	
}

/* commons */
h1{font-size:14pt;}
img{border:0px;}
hr{color:#fff;}

a{
	color:#003893;
	text-decoration:none;
}
a:hover{
	color:#ADD36E;
	text-decoration:underline;
}

/* rounded boxes */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }





/* rounded boxes */
.rbroundboxg { background: url(images/ntg.gif) repeat; }
.rbtopg div { background: url(images/tlg.gif) no-repeat top left; }
.rbtopg { background: url(images/trg.gif) no-repeat top right; }
.rbbotg div { background: url(images/blg.gif) no-repeat bottom left; }
.rbbotg { background: url(images/brg.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopg div, .rbtopg, .rbbotg div, .rbbotg {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentg { margin-left:10px; }
.rbroundboxg { width: 100%; }







/* three box placement */
#threebox{
	width:900px;
}
.left-box{
	font-family:Verdana;
	font-size:9pt;
	float:left;
	width:293px;
}


/* dual fifty box placement */
#dual_foot {
	max-width:900px;
}
.fiftyleft{
	width:300px;
	float:left;
}
.fiftyright {
	float:right;
	width:400px;
}

/* big box & menu layout */
#bigbox {
	width:900px;
}
#bigbox a{
	color:#ADD36E;
}
#bigbox a:hover{
	color:#ADD36E;
	text-decoration:underline;
}

.menuleft {
	width:220px; 
	float:left; 
	margin-left:15px; 
	margin-top:10px;
	border-right:2px #ADD36E groove;
	padding-right:15px;
}
.contentright {
	width:600px; 
	float:right; 
	margin-right:25px;
}


/* thumbnail popups */
.thumbnail  {
position: relative;
float: left;
padding: 5px;
/*z-index: 0;*/
}

.thumbnail:hover {
/*z-index: 50;*/
text-decoration: none;
}

.thumbnail span {
position: absolute;
padding: 5px;
border: 1px solid #000;
background-color:#fff;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { 
border-width: 0px; 
/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible; 
width: 200px;
top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}




/* news */
.centerlf {
	background-color:#e9e9e9;
	float:right;
	height:220px;
	width:200px;
}
.news_story {
	float:right;
	height:152px;
	margin:10px 10px 0 0;
	width:150px;
}
.news_photo {
	background: url('images/news_001.jpg') no-repeat 0 0;
	float:left;
	height:198px;
	margin:10px 26px 0 0;
	width:170px;
}
.news_txt {
	color:#003893;
	float:right;
	height:55px;
	line-height:1.8em;
	margin:-50px 10px 0 0;
	width:150px;
}
