@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	background-color: #333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#c-site {
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#c-banner {
	height: 185px;
	width: auto;
}
#c-ruler {
	height: 25px;
	width: auto;
	background-image: url(../img/bg-ruler.jpg);
	padding-top: 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#c-menu {
	height: auto;
	width: auto;
	padding: 15px;
	color: #FFF;
}
.arrowlistmenu{
	width: 145px; /*width of menu*/
}

.arrowlistmenu ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #FFF; /*custom bullet list image*/
	display: block;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 16px;
	background-image: url(../img/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #78A4BB;
}

.arrowlistmenu ul li a:visited{
}
.arrowlistmenu ul li a:hover, .arrowlistmenu ul li .current{ /*hover state CSS*/
	color: #FFF;
	background-color: #3899CC;
	font-weight: bold;
}
#c-content {
	height: auto;
	width: auto;
	padding: 5px;
}
#content {
	width: auto;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
}
#photo {
	height: auto;
	width: 200px;
	border: 2px solid #266BA0;
}
#photo-right {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-left: 25px;
	border: 2px solid #266BA0;
}
#c-footer {
	height: 30px;
	width: auto;
}
#footer {
	height: 23px;
	width: auto;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	padding-top: 7px;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: repeat-x;
}
#c-keywords {
	width: 810px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #444;
	height: auto;
	font-size: 9px;
	text-align: center;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #266BA0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #444;
}
/* CSS Document */

A.buttons:link, A.buttons:visited{
	text-decoration: none;
	color: #444;
} 
A.buttons:hover, A.buttons:active{
	text-decoration: underline;
	color: #666
}
A.content:link, A.content:visited{
	text-decoration: none;
	color: #333;
	font-weight: bold;
} 
A.content:hover, A.content:active{
	text-decoration: underline;
	color: #F00
}
A.footer:link, A.footer:visited{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
} 
A.footer:hover, A.footer:active{
	text-decoration: underline;
	color: #FFF
}
a:link {
	color: #266BA0;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #266BA0;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #834B3E;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #266BA0;
	font-weight: bold;
}

