/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	DaRae and Friends Catering
  TARGET SPEC:	CSS-2
		 MODIFIED:	2006.05.19
			 AUTHOR:	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

a { color: #2f6780; text-decoration: none; cursor: pointer; }
a:hover { color: #2f6780; text-decoration: underline; cursor: pointer; }

html, body, table, td, div, img { padding: 0px; margin: 0px; border: 0px; }

body { background: #ffead5; margin-bottom: 30px; }
body, table { color: #000; font: 11px Georgia, "Times New Roman", Times, serif; line-height: 1.63; }

td { vertical-align: top; }

sup { font: normal 8px Verdana, Arial, Helvetica, sans-serif; }

h1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 12px 0px;
	padding: 20px 0px 9px 0px;
	color: #e70;
	clear: both;
	border-bottom: 2px solid #e70;
}

h2 {
	display: block;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 9px 0px;
	color: #e70;
	clear: both;
	border-bottom: 2px solid #e70;
}

h3 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 10px 0px;
	color: #e70;
}

h4 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #e70;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style: square outside;
	color: #18b;
}

ul.PlainText { color: #000; }

ul li {
	margin: 3px 10px 3px 10px;		
}

h1 + p, h2 + p, h3 + p, h4 + p, p:first-child { margin-top: 0px; padding-top: 0px; }
h1:first-child, h2:first-child { padding-top: 0px; }
li:first-child { margin-top: 0px; }
p + h1, p + h2, p + h3, p + h4, ul + h1, ul + h2, ul + h3, ul + h4, ol + h1, ol + h2, ol + h3, ol + h4 { padding-top: 15px; }

.BorderedPicLeft, .PicLeft, .QuickLinkPic { float: left; margin: 0px 10px 8px 0px; }
.BorderedPicRight, .PicRight { float: right; margin: 5px 0px 8px 10px; }
.BorderedPicLeft, .BorderedPicRight, .BorderedPicCenter { border: 1px solid #ddb; padding: 4px; background: #fff; }
.BorderedPicCenter { display: block; margin: 10px auto 20px auto; }

.Sep {
	clear: both;
	border-top: 1px solid #ccb;
	padding-top: 10px;
	margin-top: 10px;
}


/*-----------------------------------------------
						MAIN LAYOUT SECTIONS
-----------------------------------------------*/

.ExpandingWrapper { min-width: 775px; max-width: 980px; }

#topSection { height: 136px; background: #2f6780 url("images/bg_top.gif") bottom left repeat-x; padding-top: 20px; }
#imgLogo { float: right; margin: 0px 10px 0px 0px; }

#primaryNav {
	padding-left: 20px;
	width: 424px;
}

#primaryNav a {
	display: block;
	float: left;
	zoom: 1;
	height: 15px;
	padding: 0px;
	margin-right: 10px;
}

#contentSection {
}
#topLeftPic, #leftPic { float: left }
#content {
	margin-left: 444px;
	padding-right: 20px;
}
#menu {
	margin-left: 424px;
	padding-right: 20px;
}
#footerSection {
	clear: both;
	padding: 15px 15px 20px 15px;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6;
}
#footerSection a { color: #000; }
#footerSection a:hover { color: #2f6780; }

.ClearingBlock {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}

.SpacerBlock {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	height: 20px;
}

#contactForm { background: #ddb; padding: 20px; width: 260px; }
#contactForm textarea { width: 100%; height: 100px; }
#contactForm h4 { margin-top: 10px; }
#contactForm #btnSubmit { background: #aa8; color: #fff; border: 1px solid #666; padding: 2px; font-weight: bold; }

.TextBox, textarea { border: 1px solid #aa8; background: #fff; }
.RequiredTextBox { border: 1px solid #fc0; background: #fff; }
