@charset "UTF-8";
/* <VINCENT BUFFONI> LAYOUT CSS */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

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

img {
	border:0;
}

ul, li {
	list-style:none;
}

body {
	font-size:62.5%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/tile.jpg);
	background-position:top left;
	background-repeat:repeat;
	}

/* End Reset default browser styling */


/*#tiles {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	background-image:url(../images/tile.jpg);
	background-position:top left;
	background-repeat:repeat;
	
}*/

#symbol {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	background-image:url(../images/symbol.png);
	background-position:bottom right;
	background-repeat:no-repeat;	
}

#container {
	position:relative;
	float:left;
	width:947px;
	clear:none;
	background-image:url(../images/containerBackground.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFF;	
}

#right {
	position:relative;
	float:right;
	clear:none;
	width:715px;
	background-image:url(../images/rightGradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#headerImage {
	position:relative;
	float:left;
	clear:both;
	width:715px;
	height:153px;
	border-bottom:1px solid #666;
	
}

#content {
	position:relative;
	float:right;
	margin:20px 34px 0px 0px;
	clear:both;
	width:654px;
}

#contentColumns {
	position:relative;
	float:left;
	width:654px;
	background-image:url(../images/columnVerticalLine.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	margin:20px 0px 0px 0px;
}

#stdContentColumns {
	position:relative;
	float:left;
	width:654px;
	margin:20px 0px 0px 0px;
	background-image:url(../images/stdPageDivider.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#contentLeft {
	position:relative;
	float:left;
	width:300px;
}

#stdContentLeft {
	position:relative;
	float:left;
	width:448px;
	padding:0px 0px 0px 0px;
}


#contentRight {
	position:relative;
	float:right;
	width:300px;	
}

#stdContentRight {
	position:relative;
	float:right;
	width:140px;
	padding:0px 24px 30px 24px;
	background-image:url(../images/rightColumnLogo.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#generalNav {
	position:relative;
	float:right;
	margin:30px 0px 10px 0px;
	width:100%;
	text-align:right;
}

#leftPad {
	position:relative;
	float:left;
	clear:none;
	width:230px;
	
}

#left {
	position:absolute;
	top:0px;
	left:0px;
	clear:none;
	width:240px;
	
}

#mainNav {
	position:relative;
	float:left;
	width:234px;
	clear:none;
	background-image:url(../images/mainNavBackground.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFF;	
}

#mnrhShadow {
	position:relative;
	float:left;
	clear:right;
	width:240px;
	background-image:url(../images/mnrhShadow.png);
	background-position:top right;
	background-repeat:repeat-y;
	
}

#mnbtShadow {
	position:relative;
	float:left;
	clear:both;
	width:240px;
	height:26px;
	background-image:url(../images/mnFooter.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:40px;
	
}

#footer {
	position:relative;
	float:left;
	margin:0px 0px -40px 0px;
}

#rhShadow {
	position:relative;
	float:left;
	clear:none;
	width:953px;
	background-image:url(../images/rhShadow.png);
	background-position:top right;
	background-repeat:repeat-y;
}

#btShadow {
	position:relative;
	float:left;
	clear:both;
	width:953px;
	height:10px;
	margin-bottom:50px;
	background-image:url(../images/btShadow.png);
	background-position:top;
	background-repeat:no-repeat;
}


#phoneNumber {
	position:relative;
	float:right;
	width:180px;
	height:80px;
	margin:0px 15px 0px 0px;
	background-image:url(../images/phoneGraphic.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	clear:none;
}

#clearBoth {
	clear:both;
}

#busIndNav {
	position:relative;
	float:left;
	margin:10px 0px -15px 0px;
	clear:both;
}
