* {
    margin: 0;
    Padding: 0;
}
body {
	font-size: medium;
	font-weight: normal;
	color: black;
	margin: 0px;
	padding: 0px;
	font-family: Amphion,Angostura,Bangle;
	//background-image: url(../images/RWBbackground.gif);
	//background-attachment: fixed;
	text-align: center;
}
h1 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	text-align: center;
	font-size: 1.5em;
}

h2 {
	font-size: 150%;
	color: #999999;
	margin: 20px;
	padding: 0px;
      text-align: center;
}

h3 {
	font: bold 15px Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}

h4 {

}

h5{

}

hr{
	text-align: center;
}

 

.leftimage {
	
	margin-right: 15px;
	margin-bottom: 5px;
}
p em {
	color: #990000;
}

#firstp:first-letter {
	font-size: 210%; 
	line-height: 1.0;
	font-weight: bold;
}

#firstp:img{
	border-right-width: medium;
	margin: 0px 10px 0px 0px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.rightimage {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
}
#wrapper {
	margin: 0px 40px 0px 40px;
	width: auto;
	text-align: left;
	background-color: white;
	color: black;
	
}

#banner {
	height: auto;
 	margin: 0px 70px 0px 70px;
	text-align:center;
}

#nav{
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	height: 38px;
	border-bottom: thin solid blue;
	font-size: medium;
	font-family: Times New Roman, Times, Serif;
}

#nav a:visited{
	text-align: center;
	background-color: #ffffff;
	color: blue;
	height: 38px;
	font-size: medium;
	font-family: Times New Roman, Times, Serif;
}

#dropmenudiv{
	position:absolute;
	border: 1px solid black;
	border-bottom-width: 0px;
	font-size: medium;
	font-family: Times New Roman, Times, Serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	text-align: left;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:visited{
	text-align: left;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

#dropmenudiv a:hover{ /*hover background color*/
	text-align: left;
	background-color: #ffffff;
	color: red;
	text-decoration: underline;
}
#dropmenudiv a{ /*link background color*/
	text-align: left;
	background-color: #ffffff;
}




.nav {
	height: auto;
	text-align: center;
	margin: 5px;
}
 

.nav ul {
	padding: 0;
	margin: 0;
}
.nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.nav ul li a {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 15px;
	text-align: center;
	width: 9em;
	background: #0000FF;
	margin: 0px;
	border: 1px solid #FF0000;
}
.nav ul li a:hover, .nav ul li a:focus{
	background-color:#FF0000;
	border: 1px solid #0000ff;
}
.leftimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	
}
#BlueBox {
	background: #6699FF;
	width: 250px;
	border: 1px solid #000000;
}

#footer {
	text-align: center;
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Times New Roman, Times, Serif;
	clear:both;
}

#contentSub {
	margin: auto 20px;
	padding: 0px 30px 0px 30px;
	position: relative;
	height: auto;
}
.content {
	padding: 0px 30px 0px 30px;
	margin-left:250px;
	position: relative;
	height:auto;
	width: auto;
	font-size: medium;
}
.portfolio{
	text-align:center;
	padding: 0px 0px 0px 0px
	// position: relative
	height: auto;
	width: auto;
	font-size: small;
	
}
.INDEXTEXT {
	color: #FFFFFF;
}
#inclusions {
	width: 720px;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto 25px;
	text-decoration: none;
	font-size: 0.8em;
}

#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


