/* CSS for Why Rowan website */

body{background-image:url(../images/skybg.gif); font-family: Verdana, Arial, Helvetica, sans-serif; color: #000;}


#sky{
	/*background: url(../images/sky.gif) repeat-x; 
	z-index: 5;*/
}
#clouds{background: url(../images/clouds.png) center no-repeat; z-index: 7;}

#billboard{margin: 0 auto; background: url(../images/billboard_top.png); background-position:top; background-repeat: no-repeat; }
#billboardwrap{width: 903px; margin: 0 auto;}
.title{
	margin-top: 33px;
	margin-left: 1px;
}
.bbrandom{float: left;}
.home{float: left;}
#nav{float: right; margin-top: 40px; margin-right: 25px;}
#nav li{margin: 0; padding: 0;}

#nav{
    list-style:none;
}

.innerdiv{
	padding: 30px;
}

.innerdiv p{
    margin-bottom: 15px;
}

#subbill{
	position: relative;
	top: 50px;
	background: url(../images/subbg.png);
	width: 775px;
	clear:both;
	color: #59190b;
	font-size: 13px;
	margin: 0 auto;
	background-repeat: y;
	
	
}

#subbillbetween{
	background-image: url(../images/billboard_pole.png);
	background-repeat: y;
	height: 50px;
	width: 775px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 50px;

}

#subbillsecond{
	position: relative;
	top: 50px;
	background-color: #fff8d6; 
	border: dotted 1px black;
	width: 775px;
	clear:both;
	color: #59190b;
	font-size: 13px;
	margin: 0 auto;
	background-repeat: y;

}

#subbillbottom{
	background-image: url(../images/billboard_pole.png);
	background-repeat: y;
	height: 150px;
	width: 775px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 50px;
	z-index: -10;

}

#directions{
    padding: 10px;
    height: 100px;
    background-color: #FFFDF1;
    border: 1px dotted;
}

.subtext{width: 290px; padding: 5px 0 0 20px; float: left;}
.proftext{width: 740px; padding: 5px 0 0 20px; float: left;}
.youtube{float: right; margin-top: 0px; margin-bottom: 15px; margin-left: 15px;}

#buildings{background: url(../images/buildings.gif) center no-repeat; z-index: 1; height: 165px; margin-top: -150px;}
.cow{margin: -78px 0 0 400px;}

#grass{background: url(../images/grass.gif) repeat-x; z-index: 10; margin-top: -25px;}
#footer{width: 650px; margin: 0 auto; padding-top: 20px;}
#footer .logo{float: left; padding: 50px 0 60px 20px;}
#footer .links{float: left; color: #fff; font-size: 9px; padding: 0px 0 60px 20px;}
#footer .text{color: #fff; font-size: 9px;}
#footer .text a{color: #fff;}


.clear{clear: both;}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
