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

body{
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #333333;
 margin: 8px;
 padding: 0px;
 background: #cccccc;
 }

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
 color: #005FA9;
 text-decoration: none;
}

a:hover{
 text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
 font-size: 26px;
 color: #4887b3;
}

h2{
 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
 font-weight: bolder;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
 font-size: 26px;
 color: #4887b3;
}

h4{
 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
 font-weight: bolder;
 color: #333333;
 margin: 0px;
 padding: 5px;
}

h6{
 margin-left: 10px;
 font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
 font-weight: bold;
 font-size: 16px;
}

#p1{
 font-size: small;
 padding-left: 10px;
 font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

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

#masthead{
 position: absolute;
 left: 0px;
 right: 2%;
 width: 98%;
 background-repeat: no-repeat;
 top: 0px;
 height: 270px;
}

#pagecell1{
 position:absolute;
 left: 5px;
 right: 5px;
 margin: 2%;
 width:96%;
 height: 1800px;
 background-color: #ffffff;
 top: 270px;
}

#pageNav{
 float: left;
 width:270px;
 height: 97%;
 padding: 0px;
 background-color: #F5f7f7;
 border-right: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 font: small Verdana,sans-serif;
}

#content {
 padding: 0px 10px;
 position: absolute;
 left: 270px;
 right: 2%;
 height: 100%;
}

#pageProject{
 position:absolute;
 left: 5px;
 right: 5px;
 margin: 2%;
 width:98%;
 height: 1000px;
 background-color: #ffffff;
 top: 20px;
}

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

#pageName{
 Height:60px;
 margin: 0px;
 border-bottom:1px solid #ccd2d2;
 padding-top: 5px;
 padding-right: 20px;
 padding-left: 20px;
}

#pageName h2{
 font: bold 175% Arial, sans-serif;
 color: #B07115;
 margin:0px;
 padding: 0px;
}

/************* ProjectNav styles ****************/

#ProjectNav{
 padding: 20px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
 font: italic medium "Times New Roman", Times, serif;
 color: #AAAAAA;
 padding-left: 100px;
 position: relative;
 padding-right: 0px;
}

#breadCrumb a{
 color: #232323;
}

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

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

.feature{
 position: relative;
 margin-left: 20px;
 font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
 height: inherit;
}

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

#sectionLinks{
 margin: 0px;
 padding: 0px;
}

#sectionLinks h3{
 padding: 10px 0px 2px 10px;
 border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
 display: block;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #cccccc;
 font-weight: bold;
 padding: 3px 0px 3px 10px;
 color: #21536A;
}

#sectionLinks a:hover{
 border-top: 1px solid #cccccc;
 background-color: #DDEEFF;
 font-weight: bold;
 text-decoration: none;
}

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

.relatedLinks{
 margin: 0px;
 padding: 0px 0px 10px 10px;
 border-bottom: 1px solid #cccccc;
}

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

.relatedLinks a{
 display: block; 
}


/************* Drop Down Menu Style **************/

.dropdown-content {
 display: none;
 position: absolute;
 margin-left: 60px;
 background-color: #f9f9f9;
 min-width: 160px;
 box-shadow: none;
 border:  solid;
 border-color: #9DACA8;
 z-index: 1;
}

.dropdown-content a {
 min-width: 150px;
 color: black;
 padding: 5px;
 text-decoration: none;
 display: block;
 text-align: left;

}

.dropdown-content a:hover {background-color: #B2CFD1 }

.dropdown:hover .dropdown-content {
 display: block;
}


/************* Mobile Device Style **************/

@media screen and (max-width:481px){
	
	#pagenav, #content{  /*stack the 2 text boxes*/
		float: left;
		padding: 0;
		width: 94%;
		margin: 3%;
	}
	
	#pagenav{
		padding: 0;
		margin-top: 0%;
		width: 360px;
	}
	
}

/********************* end **********************/
