﻿/*CSS for Image Rotator*/
/*Styling for rotating image in content area*/
.pagephoto {
	margin:0 auto;
	width:849px;
	height:89px;
	overflow:hidden;
	background:url('../Graphics/images/randomImages/1.jpg') repeat-x;
}

html>body .pagephoto{
	width:100%;
	}
	
/*To add or remove images from the rotator add the respective CSS below and update the number of rotating images in the Template*/
/*First image to rotate*/
#pagephoto1{
	background:url('../Graphics/images/randomImages/1.jpg') no-repeat;
	}
	
/*Second image to rotate*/
#pagephoto2{
	background:url('../Graphics/images/randomImages/2.jpg') no-repeat;
	}
	
/*Third image to rotate*/
#pagephoto3{
	background:url('../Graphics/images/randomImages/3.jpg') no-repeat;
	}
	
/*Fourth image to rotate*/
#pagephoto4{
	background:url('../Graphics/images/randomImages/4.jpg') no-repeat;
	}
	
/*Fifth image to rotate*/
#pagephoto5{
	background:url('../Graphics/images/randomImages/5.jpg') no-repeat;
	}
	
/*Sixth image to rotate*/
#pagephoto6{
	background:url('../Graphics/images/randomImages/6.jpg') no-repeat;
	}
	
/*Seventh image to rotate*/
#pagephoto7{
	background:url('../Graphics/images/randomImages/7.jpg') no-repeat;
	}
	
/*Eight image to rotate*/
#pagephoto8{
	background:url('../Graphics/images/randomImages/8.jpg') no-repeat;
	}
	
/*Ninth Image to rotate*/
#pagephoto9{
	background:url('../Graphics/images/randomImages/9.jpg') no-repeat;
	}
/*End of Image rotator CSS*/

/*Custom Page CSS */
#caption p {
	color: #333333;
	padding-top: 5px;
	padding-left:0px;
	padding-right: 10px;
	font: 10px arial;
	text-align:justify;
	}
#imageright {
				color: black;
				background: #F3F3F3;
				border: solid 1px black;
				padding: 10px;
				margin: 4px 77px 10px 0px;
				float: right;
				width: 364px;
}
	
#imageright img {
	border: solid 1px black;	
	}
	
#descriptiveList {
	margin: 15px 0px 0px 15px;
	}


#descriptiveList h2{
	margin:15px 0 0 0;
	padding:0;
	color:#990033;
	}

#descriptiveList p{
	padding:5px 0 0 0;
	margin:0;
	}
#line {
	height:90px;
	background:url('../Graphics/images/headerDottedLine.gif') repeat-x;
	width:849px;
}


#content a:link {
	color: #6E0025;
	text-decoration: underline;
	font-size: small;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#content a:visited {
	color: #003685;
	text-decoration:underline;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
#content a:hover{
	color:#595959;
	text-decoration:none;
}

#content a med:link {
	color: #6E0025;
	text-decoration: underline;
	font-size: medium;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#content a med:visited {
	color: #003685;
	text-decoration:underline;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
#content a med:hover{
	color:#595959;
	text-decoration:none;
}

#sidebar ul li {
	margin-top:10px;
	line-height:1.1em;
	padding-bottom: 0.9em;
	position:relative;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#sidebar ul ul {
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	background:#515151;
	border:2px solid #7A7A7A;
	z-index:1;
	margin:0;
	padding:0;
	}
	
#sidebar ul ul li {
	margin-top:5px; /*<-- submenu spacing */
	margin-left:18px;
	padding:0;
	line-height:1.0em;
	padding-bottom:0.7em; /*<-- submenu spacing */
	}
	
	margin-left:18px;
	padding:0;
	line-height:1.0em;
	padding-bottom:0.7em; /*<-- submenu spacing */
	}
	
#sidebar ul li:hover ul ul {
	display:none;
}

#sidebar ul ul {
	display:none;
}

#sidebar ul ul li:hover ul{
	display:block;
}

#sidebar ul li:hover ul{
	display:block;
}

h1{
	margin-top:0px;
	line-height: 150%;
	text-indent: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

-bottom: 0px;
}

.nobullet-ul li{
	list-style-type: none;
	padding-bottom: 0.4em;
}

.nobullet-ul li ul li{
	list-style-type: none;
	padding: 0.4em 0 0 0.4em;

}

#googlesearch {
	width:200px;
}

