@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f788a;
	background-color: #0e2957;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 60px 0px;
}
a {
	font-size: 11px;
	color: #781108;
	text-decoration: none;
}
a:visited {
	color: #781108;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
}
h1 {
	font-size: 18px;
	color: #000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #781108;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	color: #000;
}
h4 {
	font-size: 11px;
	color: #0E2957;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}

a img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}
input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

strong {
	color: #0E2957;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #d0cec1;
}

/* IDs */

#container {
	width: 900px;
	text-align: left;
	background-color: #FFF;
}
#logo {
	padding: 25px 30px 10px 30px;
}
#banner {
	background-image: url(../images/banner_home.jpg);
	background-repeat: no-repeat;
	height: 151px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #FFF;
	padding: 40px 500px 0px 30px;
	line-height: 150%;
}
#banner img {
	position: absolute;
	margin-top: -220px;
	margin-left: 266px;
}
#inside #banner {
	background-image: url(../images/banner_inside.jpg);
	height: 28px;
	padding: 22px 0px 0px 30px;
	font-size: 25px;
}
#menu {
	background-color: #6d7789;
	height: 30px;
	margin-top: 1px;
}
#content {
	line-height: 150%;
	padding: 30px;
}
#inside #content {
	background-image: url(../images/railroad.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	width: 900px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 71px;
	padding-top: 15px;
	margin-top: 2px;
	font-size: 10px;
	color: #c1c5cd;
}
#footer a {
	font-size: 10px;
	color: #c1c5cd;
	text-decoration: none;
	padding: 0px 5px;
}
#footer a:hover {
	text-decoration: underline;
}


/* Classes */

img.left {
	border: 1px solid #CCC; 
	padding: 5px; 
	margin-right: 10px;
	float: left;
	width: 100px;
	height: auto;
}
img.right {
	border: 1px solid #CCC; 
	padding: 5px; 
	margin-left: 10px;
	float: right;
	height: auto;
}

.subMenu{
	padding-top: 15px !important;
	width: 200px !important;
}
.subMenu a {
	display: block;
	border-bottom: 1px dotted #FFF;
	padding: 5px 0px;
}

.box {
	float: right;
	width: 260px;
	background-color: #eeede7;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 160%;
	margin-left: 30px;
}

.box div {
	padding-top: 20px;
	font-size: 11px;
	color: #650b07;
	line-height: 140%;
}
.box a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.box a.small {
	font-size: 12px;
	color: #0E2957;
}

.projectImages {
	border: 1px solid #CCC;
	padding: 3px;
	float:left;
	margin-top: 5px;
}
.projectImages img {
	width: 100px;
	height: 100px;
	padding: 3px;
	float: left;
}

.nowrap {
	display: table;
	width: 550px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/* Dropdown Menus */

.anylinkcss{
	position:absolute;
	visibility: hidden;
	background-color: #6d7789;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 180px;
	margin-left: 407px;
	color:#FFF;
}

.anylinkcss a,
.anylinkcss a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color:#FFF;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #781108;
	color: white;
	text-decoration: none;
}



