/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11.5pt;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width:800px;
	margin: 0 auto;
}

#masthead{
	width: 450px;
	float: left;
	height: 130px;
}

#logo{
	width:450px;
	height: 80px;
}

#topmenu{
	width:450px;
	text-align: center;
}
#batfacts{
	background-color:#ededed;
	float: left;
	width: 350px;
	height: 130px;
	background-image: url(images/batfacts_02.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
}

#horizlines {
	clear:both;
	width: 800px;
	border-bottom: 1px solid #ededed;
	height: 10px;
	border-top: 1px solid #ededed;
}

#contentwrapper {
	background-image: url(images/redbat-background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 550px;
}

#sidebar{
	width: 221px;
	float: left;
	margin-top: 30px;
}

#portfoliosidebar{
	width: 221px;
	margin-top: 15px;
	position: absolute;
}

#content{
	float:left;
	background-image: url(images/vertstripe.gif);
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	width: 450px;
}

#portfoliomenu{
	margin: 10px auto;
	overflow: hidden;
	font-size: 0.9em;
	height: 50px;
	text-align: center;
}

#portfoliocontent{
	background-image: url(images/vertstripe.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	margin-left: 225px;
	float: right;
}

#sidebar h2 {
	font-size: 1em;
	color: #df0100;
	text-align: right;
	padding-right: 2em;
}

#portfoliosidebar h2{
	font-size: 1em;
	color: #df0100;
	text-align: right;
	padding: 0 2em 0 0;
	margin: 0;
}

#portfoliosidebar a{
text-decoration:none;
color: #df0100;}

#content li {
	list-style-type: none;
}
#topmenu a {
	color: #000000;
	text-decoration: none;
}
#topmenu a:hover {
	color: #df0100;
}

#portfoliomenu a{
	color: #000000;
	text-decoration: none;
}

#portfoliomenu a:hover {
	color: #df0100;
}

#content a {
	color: #000000;
	text-decoration: none;
}

#content a:hover {
	color: #df0100;
}
#batfacts p {
	padding-top: 40px;
	padding-left: 10px;
	color: #df0100;
}

.currentpage {
	color:#df0100;
}

/*Disjointed Rollover */
span.rollover {
	display: none;
}

span.rollovertext {
	display: none;
}

span.rollover img {
border:none;
}

a:hover {
border:none;
text-decoration:none;
}

a:hover span.rollover {
	position:absolute;
	left:235px;
	top:55px;
	display:block;
	visibility: visible;
}

a:hover span.rollovertext {
	position:absolute;
	left:-40px;
	top:350px;
	display:block;
	visibility: visible;
}

.rollovertext {
	font-size: .70em;
	color: #000000;
	text-align: right;
	font-weight: normal;
	width:250px;
}
#content h4 {
	color: #DE0000;
}
#footer {
	font-size: 0.65em;
	padding-left: 35px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
