@charset "UTF-8";

/********************/
/*      GENERAL     */
/********************/


/* Cancel out browser defaults */



h1	{
	font-size:15px;
	font-weight:bold;
}
	
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;	
}

img {
      border: none;
	  padding: 0px;
	  margin: 0px;
    }

table {
      margin: 0;
      padding: 0;
      border: none;
	  font-size:12px;
    }

form {
      margin: 0;
      padding: 0;
      display: inline;
    }

	/*General Classes*/
	.clear { clear: both; }
    .floatLeft { float: left; }
    .floatRight { float: right; }
    .textLeft { text-align: left; }
    .textRight { text-align: right; }
    .textCenter { text-align: center; }
    .textJustify { text-align: justify; }
    .blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
    .bold { font-weight: bold; }
    .italic { font-style: italic; }
    .underline { text-decoration: underline; }
    .noindent { margin-left: 0; padding-left: 0; }
    .nomargin { margin: 0; }
    .nopadding { padding: 0; }
    .nobullet { list-style: none; list-style-image: none; }

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	border: none;
	display:block;
	text-align:center;
	background-color:#cccccc;
}

html {
	overflow-y: scroll; /*Hack so page doesn't jump when scroll appears*/
}


a {
	text-decoration:none;
	color: #a50932;
}

a:hover {
	color: #333333;
	text-decoration: none;
}


/* CSS Document */

#container {
	margin: 0px auto;
	width: 1000px;
	background-image: url(http://www.worldrg.com/napa/images/background.jpg); /* Absolute Link*/
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	border-bottom: 1px solid #aaa9a9;
	position:relative;
	text-align:left;
	height:100%;
}


.box /*CSS box model hack alternative*/ {
	padding: 0px;
	border-left: 1px solid  #aaa9a9;
	border-right: 1px solid #aaa9a9;
	min-height:960px;
	height:auto !important;
	height: 960px;	/*Hack for IE*/
	margin: 0px;
	
}


#topnavgrey ul {
	font-size: 14px;
	text-decoration: none;
	display: inline;
}

#topnavgrey li {
	text-decoration: none;
	padding: 3px 14px 3px 14px;
	display: inline;
	list-style: none;
	border-left: 1px solid #aaa9a9;
}

#topnavgrey li.first {
	border-left: none;
	padding: 3px 14px 0px 10px;
	list-style: none;
	display: inline;

}


#titlename {
	font-size: 31px;
	color: #000000;
	font-weight: bolder;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 28px 28px 20px 28px;
}

#titletagline {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 28px 28px 20px 28px;
}

#titleblurb {
	font-size: 25px;
	color: #eb8320;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0px 225px 0px 12px;
	*padding-right: 245px; /* Hack for IE6 */
}

#titleblurb hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #95092e;
	border-bottom-color: #95092e;
	height: 3px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#LeftSide {
	float: left;
	width: 175px;
	height:auto;
	clear:none;
	margin: 0px;
	padding: 0px;
}

#LeftSide ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#LeftSide li {
	border-top: 1px solid #aaa9a9;
	border-bottom: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	*display: inline-block; /* IE6 Whitespace Bug Hack */
}

#LeftSide li.firstbottom {
	border-top: none;
	
}

#LeftSide li a {
	background-image:url(http://www.worldrg.com/napa/images/sidenav.jpg); /* Absolute Link*/
	background-repeat:repeat-y;
	background-repeat: no-repeat x;
	color: #000000;
	display:block;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
	margin-bottom: 0px;
}

#LeftSide li a:hover {
	background-image:url(http://www.worldrg.com/napa/images/sidenav2.jpg); /* Absolute Link*/
	background-repeat:repeat-y;
	background-repeat: no-repeat x;
}

#RightSide {
	float: right;
	width: 180px;
	margin-top: 40px;
	text-align: center;
}

#Content {
	margin: 0px 185px 0px 180px;
	padding: 0px;

	
}
#bars {
	position:relative;
	background-image: url(../images/bars_napa.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#Footer a {
	color:#333333;
	font-size: 12px;
	text-decoration:none;
}

#Footer a:hover {
	color:#333333;
	font-size: 12px;
	text-decoration: underline;
}



