/* - - - - - - - - - - - - - - - - - - - - -
Title : RC Catering
- - - - - - - - - - - - - - - - - - - - - */

/* Basic Styles */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

/* IE6 hack */
* html ul li a {
   height:1em;
}

body {
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
 	font-size: 78%;
	color: #000;
	background: #6e0000 url(../images/bkgrdBody.gif) top center repeat;
	text-align: center; /* making IE5 submit */
}

h1 {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 1.9em;
	font-weight: normal;
	font-style: italic;
	color: #6e0000;
	padding-bottom: 3px;
	margin: 0 0 6px 0;
}

h2 {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #e2bc72;
	padding-bottom: 3px;
	margin: 10px 0 10px 0;
}

h3 {
 	font-size: 1.2em;
	color: #4e4e4e;
	margin: 3px 0 5px 0;
	padding: 0;
}

p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

a {
	color: #1f2267;
}

a:hover {
	color: #1f2267;
	text-decoration: none;
}

a img {
	border: none;
}

a.pdfLink {
	background: url(../images/iconPDF.gif) 0 0 no-repeat;
	padding: 0 0 5px 20px;
	margin-bottom: 8px;
}


/* STRUCTURAL STYLES */

#container {
	width: 900px;
	margin: 0 auto;
	background: url(../images/bkgrdTop.png) top center no-repeat;
}

#navCol {
	float: left;
	width: 189px;
}

#contentCol {
	float: right;
	width: 711px;
	text-align: left;
}



/*** NAVIGATION ***/

#nav ul{
	list-style-type: none;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
}

#nav ul li {
	padding-top: 14px;
	display: block;
}

#nav ul li a {
	text-decoration: none;
	padding-bottom: 10px;
	color: #ffdfa0;
	font-size: 1.2em;
	border: 0;
	display: block;
}

#nav ul li a:hover {
	text-decoration: none;
	background: url(../images/bkgrdNav.gif) bottom center no-repeat;
	display: block;
}

#nav ul li a.current{
	background: url(../images/bkgrdNav.gif) bottom center no-repeat;
}


/*** END MAIN NAVIGATION ***/


/* Begin Main Content */




.content {
	margin-top: -5px;
	padding: 10px 20px 20px 20px;
	background: url(../images/bkgrdContent.gif) top center repeat-y;
}

.bottomImageBar {
	padding: 0;
	margin-top: -10px;
}

#reservations {
	float: right;
	background: #ffe4b2 url(../images/bkgrdOpenTable.jpg) bottom left repeat-x;
	margin: 0 0 10px 10px;
}

#reserveContent {
	padding: 5px;
}

.twoCol {
	width: 711px;
	padding: 0;
}

.twoCol .col {
	float: left; 
	padding: 0 30px 0 0;
}

.twoCol .col {
	width: 415px;
}


.twoCol .colRight {
	float: left; 
	padding: 0;
}

.twoCol .colRight {
	width: 415px;
}

.content img {
	margin: 4px;
}




/* Footer */
.footer {
	margin-top: 30px;
	display: block;
	border-top: 1px solid #e2bc72;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}




/* Clearfixorama */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}  

.clearfix { 
	_height: 1px; 
}

br.clear {
	clear: both;
}


blockquote {
	margin-bottom: 0px;
}

p.attribution {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 16px;
	text-align: right;
}

li {
	margin-left: 20px;
}

.printOnly {
	display: none;
}

div.hr {
	border-top: 1px solid #e2bc72;
	margin: 10px 40% 4px 40%;
}
