/*
This style sheet is for the departmental pages of the site and supplements global.css

WARNINGS:

1. IE 6 does not like pagebreaks in floated DIVs, so don't use them. You will just have to live
   with how the page prints. It does work like a charm in Firefox.

*/
html {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	background-color: #006699;
	background-image: url(../Images/pattern.png);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0.1in;
	margin-right: 0.3in;
	margin-bottom: 0.1in;
	margin-left: 0.3in;
}

#logoHeader {
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url(LogoColorSmaller.png); */
	float: none;
	height: 155px;
	width: 260px;
	border: thin none #000000;
	margin: 2px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	left: 3px;
	top: 3px;
} /* Contains the logo */

#tagAndPhone {
	background-repeat: no-repeat;
	height: 155px;
	/*width: 260px;*/
	border: thin none #000000;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 4px;
	top: 3px;
	right: 3px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
} /* Contains the tag line and phone numbers in the header of the page */

.tagLine{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

.mainPhone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	font-style: normal;
}

.otherPhone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-style: normal;
}


#leftcol {
	float: left;
	width: 170px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
	padding: 3px;
	margin-right: 0px;
	list-style-type: none;
	}
	
#leftcol ul li {
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	margin-left: -55px;
	}	
	
/*
CSS really only allows for a 2-column float. To get a third right-most column requires a workaround. In this case #rightcol is NOT floating, but has a fixed absolute position that will NOT move as the page is resized in the browser window.

Since this is being used to contain logo/links to other sites, if the items in the #rightcol div cause its length to lower on the page, it will overlay the footer and container divs. If this ever happens, the fix is to put several empty <p> tags (pressing enter to start a new paragraph) at the bottom of the #leftcol div. This will cause the #leftcol div to lengthen forcing down the footer and bottom border below the fixed #rightcol.
*/

#leftcol A:link {
	FONT-WEIGHT: bold;
	COLOR: #00599C;
	width: 150px;
	text-decoration: none;
}/* This option allows you to have different link colors within a given div such as leftcol  */

#leftcol A:visited {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	width: 150px;
	color: #00599C;
}
#leftcol A:hover {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #00599C;
	width: 150px;
}
#leftcol A:active {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #00599C;
	width: 150px;
}
/*
#rightcol {
	position: absolute;
	left: 80%;
	top: 235px;
	width: 140px;
	z-index: 3;
	color: #000;
	padding: 3px;
	margin-top: 10px;
	height: 92px;
	}
*/	
#centercol {
	color: #000;
	margin-top: 0px;
	/*margin-right: 20%;*/
	margin-bottom: 0;
	margin-left: 185px;
	padding-left: 15px;
	border-top-width: thin;
	/*border-right-width: thin;*/
	border-bottom-width: thin;
	border-left-width: thin;
	/*border-right-style: solid;*/
	border-left-style: solid;
	border-top-color: #000000;
	/*border-right-color: #000000;*/
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 15px;
	}

#twocol {
	color: #000;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 15px;
	}

/* can't use #singlecol in print pages. Must use a fixed position div layer. See model_page.html as a
   template. */
#singlecol {
	width: 87%;
	left: 25px;
	top: 190px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
}

#footer {
	clear: both;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	float: none;
	}	

h6 {
	text-decoration: underline;
}

#mainMenu {
	background-repeat: no-repeat;
	float: left;
	height: 1px;
	width: 1px;
	line-height: 20px;
	text-align: justify;
	clear: none;
	border-bottom-style: none;
	border-bottom-color: #A6BADA;
	border-bottom-width: 5px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	visibility: hidden;


} /* contains the main menu just below the logo, tag line and phone numbers  */
