/*

style.css

*/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: small; 
	margin-top: 0px;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: large;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	letter-spacing: 0.25em;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;

}

/* for Microsoft IE5-mac users */
* html h2 {height: 1%;}
/* end */

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 135%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 118%;
	margin-top: 0;
	margin-bottom: 0;
}

table {

	margin-top: 0;
	margin-bottom: 0;

}


/* start default table settings ----------------------*/

td.pageContainer {

	background: #FFFFFF;

}

/* end default table settings ----------------------*/

/* start Header settings -----------------------------*/


#headerLogo {

	margin: 0;
	width: 100%;

}

#logo {

	float: left;
	text-align: left;

}

#surveyButton {

	float: right;
	padding-right: 5px;
	padding-bottom: 0px;
	text-align: right;

}

/* end header settings -----------------------------*/

/* start Main Content settings -----------------------------*/

#mainContentContainer { 

	background: #FFFFFF;

}

#mainContent { 

	background: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;

}



/* end Main Content settings -----------------------------*/

/* start Header Image settings ------------------------------------------------------*/

#headerImageContainer {

	width: inherit;
	margin: 0;
	overflow: hidden;

}

/* for Microsoft IE5-mac users */
* html #headerImageContainer {height: 1%;}
/* end */

#headerImage {

	width: auto;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	height: 110px;

}

/* for Microsoft IE5-mac users */
* html #headerImage {height: 1%;}
/* end */

/* end Splash Image settings --------------------------------------------------------*/

/* start Global Navigation settings -----------------------------*/

#globalNav {

	margin: auto;
	background: #000000;
	text-align: center;
	padding: 0;
	padding-bottom: 2px;

}

/* for Microsoft IE5-mac users */
* html #globalNav {height: 1%;}
/* end */

#globalNav td {

	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: url(../images/white-divider.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	font-size: x-small;
	vertical-align: top;

}

#globalNav td.active {

	color: #FFFFFF;
	background-image: none;

}

#globalNav td.inactive {

	color: #FFFFFF;

}

#globalNav td.active a {

	color: #FFFFFF;

}

#globalNav td.inactive a {

	color: #FFFFFF;

}

#globalNav td.active a:link, #globalNav td.active a:visited, #globalNav td.active a:active, #globalNav td.inactive a:link, #globalNav td.inactive a:visited, #globalNav td.inactive a:active {

	text-decoration: none;
	color: inherit;

}

#globalNav td.active a:hover, #globalNav td.inactive a:hover {

	text-decoration: underline;

}

/* end Global Navigation settings ---------------------------------------------------*/

/* start Left Column Container settings --------------------------------------------------------*/

#leftColumnContainer {

	width: 100%;
	background: #FFFFFF;
	float: left;
	margin-right: -210px; /* expands to 210 to fix rendering issue in IE5 */

}

#leftColumnSubContainer {
	float: left;
	width: 165px;
	font-size: 105%;

}

#leftColumnSubContainer p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}

#leftColumn {
	margin: 0;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: -12px;
	position:relative; 

}

p.leftColumn {
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0px;
	text-align: left;
}

p.leftNav a:link, p.leftNav a:visited, p.leftNav a:active {
	text-decoration: none;
	color: #000000; 

}

p.leftNav a:hover {
	text-decoration: underline;
}


#leftLogoImage {

	text-align: center;

}

/* end Left Column Container settings --------------------------------------------------------*/

/* start Side Bar navigation -----------------------*/

#leftNavContainer {
	float: left;
	width: 170px;
	font-size: 105%;

}

#leftNavContainer p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}

#leftNav {
	margin: 0;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: -12px;
	position:relative; 
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div.leftNavDottedLine {
	margin-top: -3px;
	margin-bottom: -3px;
	margin-left: 10px;
	margin-right: 5px;
	background: url(../images/dotted-line.gif);
	background-repeat: repeat-x;
}

p.leftNav {
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0px;
	text-align: left;
}

p.leftNav a:link, p.leftNav a:visited, p.leftNav a:active {

	text-decoration: none;
	color: #000000; 

}

p.leftNav a:hover {

	text-decoration: underline;

}

/* end Side Bar navigation -----------------------*/

/* start Main Content */

#contentColumn { 
	margin-left: 165px;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 1.5;

}

/* for Microsoft IE5-mac users */
* html #contentColumn {height: 1%;}
/* end */

.mainContent {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 110%;
	text-align: left;

}

.mainContent a:link, .mainContent a:active, .mainContent a:visited {
	color: #666666;
}

/* for Microsoft IE5-mac users */
* html .mainContent {height: 1%;}
/* end */

p.mainContentIntroText {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
}

.mainContentIntroText a:link, .mainContentIntroText a:active, .mainContentIntroText a:visited {
	color: #666666;
}


.contentImage {
	float: right;
	width: 160px;
	vertical-align: top;
	margin-left: 15px;
	padding-bottom: 5px;
}

.contentImage img {
	padding-bottom: 4px;
}

.contentImageCaption {
	width: 140px;
	padding: 10px;
	font-size: 95%;
}

.contentImage2 {
	float: right;
	width: 230px;
	vertical-align: top;
	margin-left: 15px;
	padding-bottom: 5px;
}

.contentImage2 img {
	padding-bottom: 4px;
}


/* end Content */

/* start Footer ------------------------------------------------------------*/

#footer {

	background: #FFFFFF;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

#footerTextNav {

	background: #FFFFFF;
	text-align: left;
	line-height: 20px;
	margin-top: 15px;
	margin-left: 185px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: x-small;
	border-top: 1px solid #CCCCCC;

}

#footerTextNav a:link, #footerTextNav a:visited, #footerTextNav a:active {

	text-decoration: none;
	color: #666666;

}

#footerTextNav a:hover {
	text-decoration: underline;
}


/* end Footer --------------------------------------------------------------*/

/* start Misc. functions ------------------*/

.clearFloats {
	height: 0;
	margin: 0;
	clear: both;
}

.whiteSpacer {

	background: #FFFFFF;
}

.dottedLine {
	margin-right: 25px;
	background: url(../images/dotted-line.gif);
	background-repeat: repeat-x;
}

.solidLine {
	width: auto;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* end Misc. functions ------------------*/
