﻿/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	background-color: #00fcfd;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bggradient.jpg);
	background-repeat:repeat-x;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}

a:hover {
	text-decoration: none;
	color: #FF3300;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}

h2{
 font-size: 150%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 200%;
 font-weight: bolder;
 color: #00CC00;
}

h5{
 font-size: 150%;
 color: #0000FF;
}

ul{
 list-style-type: square;
}

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

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

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

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	background-color: #999999;
	background-image: url(images/navbarbg.jpg);
	border: 2px solid red;
}

#content{
	width: 785px;
	height:auto;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 10px;
}

#top_content{
	width: 800px;
}

#mainheader{
	border-bottom: 2px solid #000000;
	width: 800px;
	text-align:center;
	}

#titlenull{
	background-image:url(images/titlebg23.jpg);
	height: 50px;
	background-repeat:no-repeat;
	padding: 8px 10px;
}

#secondheader{	
}

#mainflash{
	float: left;
	margin: 0px;
}

#aux_buttons{
	float: right;
	margin: 0px;
}

#container{
	width: 810px;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 10px;
	background-color:#FF0000;
}

#flashandbuttoncontainer{
	width: 800px;
	margin: 0px;
}

#box_container{
}

#littlegrayboxes{
	width:225px;
	background-image:url(images/little_box_bg2.jpg);
	padding: 15px;
	margin: 15px 0px 15px 0px;
	text-align:center;
	height: 250px;
}

#littlergrayboxes{
	width:210px;
	background-image:url(images/little_box_bg.jpg);
	padding: 15px;
	margin: 15px 0px 15px 0px;
	text-align:center;
}

#content1{
	width:520px;
	padding:25px;
}

#content1FULL{
	padding:25px;
	}


/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

#pageName{
	padding: 0px 0px 10px 10px;
}


.headline {
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
.unnamed1 {
	line-height: normal;
	font-weight: normal;
}

/*****************IMAGE HOVER*****************/

/*DO NOT CHANGE*/
.smallpic{
position: relative;
z-index: 0;
}

/*DO NOT CHANGE*/
.smallpic:hover{
background-color: transparent;
z-index: 70;
}

/*coding for big pic*/
.smallpic span{
position: absolute;
background-color:#4d9fc9;
padding: 7px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

/*coding for enlarged picture*/
.smallpic span img{
border-width: 0;
padding: 5px;
}

/*coding for big pic on hover*/
.smallpic:hover span{ 
visibility: visible;
top: -200px;
left: 60px;

}



/*DO NOT CHANGE*/
.smallpic2{
position: relative;
z-index: 0;
}

/*DO NOT CHANGE*/
.smallpic2:hover{
background-color: transparent;
z-index: 70;
}

/*coding for big pic*/
.smallpic2 span{
position: absolute;
background-color:#FFFFFF;
padding: 30px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
width:400px;
}

/*coding for enlarged picture*/
.smallpic2 span img{
border-width: 0;
padding: 5px;
}

/*coding for big pic on hover*/
.smallpic2:hover span{ 
visibility: visible;
top: -250px;
left: -440px;

}
