/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Denisa Hanania
  TARGET SPEC:	CSS 2.1
		 MODIFIED:	2007.10.18
 	  AUTHOR(S):	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

/*
	====================================  ELEMENT DEFAULTS  =========================================
*/

a { color: #06c; cursor: pointer; text-decoration: underline; }
a:hover { color: #06c; cursor: pointer; text-decoration: none; }

html, body, div, img, table, li { margin: 0px; padding: 0px; border: 0px; }
html { background: url("images/bg_pattern.gif") top center; height: 100%; }
body { font: normal 14px/1.71 Georgia, "Times New Roman", Times, serif; color: #000; background: url("images/bg_page.gif") top center repeat-y; min-height: 100%; }
table { font: inherit; }

p { margin: 10px 0px 10px 0px; }

h1, h2, h3 {
	color: #369;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

h1 {
	padding-bottom: 23px;
	background: url("images/sep_h1.gif") bottom center no-repeat;
	text-align: center;
	margin-top: 0px;
}

h2 { font-size: 20px;	margin-bottom: 20px; }

h3 { font-size: 16px; color: #000; }

h6 { font-size: 11px; font-weight: normal; color: #000; padding: 0px 0px 5px 30px; margin: 0px; }

p.FirstChild, h2.FirstChild { margin-top: 0px; }
p.LastChild { margin-bottom: 0px; }

h2 img, #imgLogo img, #bannerSection img { display: block; }

li { padding-bottom: 10px; }

#layoutWrapper { width: 760px; margin: 0px auto 0px auto; position: relative; background: #fff; padding-left: 5px; padding-right: 5px; }

#imgLogo { position: absolute; top: 29px; left: 0px; z-index: 100; }
#imgEmail { position: absolute; top: 25px; right: 0px; z-index: 100; }

#topSection { position: relative; height: 140px; background: #fff url("design-images/bg_navbar.jpg") bottom left no-repeat; }

#navBar { position: absolute; top: 85px; left: 0px; overflow: auto; width: 765px; }
#navBar a { display: inline; float: left; margin: 0px; padding: 0px; outline: none; }

#bannerBlock { position: relative; overflow: auto; margin-bottom: 30px; }
#bannerBlock img { display: block; }

#bannerLinks { position: absolute; top: 249px; left: 28px; }
#bannerLinks a { float: left; margin-right: 10px; }

#contentSection { position: relative; overflow: auto; padding: 0px; }

.HomePage #column1 { width: 510px; margin-right: 30px; }
.HomePage #column2 { width: 220px; margin-right: 0px; }

.HomePage #column2, .CalloutBox, #footerSection { font: normal 11px/1.81 Verdana, Arial, Helvetica, sans-serif; }
.HomePage #column2 h2, .CalloutBox h2 { margin-bottom: 5px; font-size: 18px; }

#footerSection {
	font-size: 11px;
	text-align: center;
	padding: 25px 0px 30px 0px;
}


.Bordered { padding: 9px; background: #fff; border: 1px solid #d0d1aa; }

.CalloutBox { border: 1px solid #d0d1aa; margin-top: 30px; }
.CalloutBox .InnerBox { border: 1px solid #fff; background: #f0f1d6; padding: 20px; }
.CalloutBox .Bordered { padding: 4px; }

.ColumnWrapper { overflow: auto; }

.Column { display: inline; float: left; }

.HeaderImg { display: block; margin: 20px 0px 20px 0px; }
img:first-child, img.FirstChild { margin-top: 0px; }

.Left { display: inline; float: left; margin: 5px 30px 15px 0px; }
.Right { display: inline; float: right; margin: 5px 0px 15px 30px; }

.HomePage .Left { margin-right: 15px; }
.HomePage .Right { margin-left: 15px; }

.Sep {
	background: url("images/sep.gif") top left repeat-x;
	height: 1px;
	line-height: 1;
	clear: both;
	margin: 20px 0px 20px 0px;
}

label { display: block; font-weight: bold; width: 120px; text-align: right; float: left; }
.TextBox { border: 1px solid #369; font: normal 11px Verdana, Arial, Helvetica, sans-serif; padding: 2px 5px 2px 5px; }

#contactForm .TextBox { margin-left: 10px; margin-bottom: 5px; }

