html, body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:170%;	
}

img {
	border:0px;
}

body {
	background-color:#ddd3bf;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

h2 {
	font-weight:normal;
	line-height:150%;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
}

/* Styles */

.lightText {
	color:#666;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
	margin-left:10px;
}

.snugTop {
	margin-top:0px;
}

.snugBottom {
	margin-bottom:0px;
}

.clearBoth {
	clear:both;
}

.centered {
	text-align:center;
}

.sidebarTitle {
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#900;
	margin-bottom:35px;
}

.sidebarSubtitle {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
}

.sidebarText {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

.sidebarTildee {
	margin-top:8px;
	margin-bottom:8px;
}

.sidebarList {
	margin-left:-20px;
}

.menuBG {
	background:url(images/menu_bg.gif) no-repeat;
	background-position:0px 20px;
}

.pngFix { 
	behavior: url(iepngfix.htc)
}

/* Layout Objects */

#content_top {
	width:874px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-image:url(images/content_top.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}

#content_body {
	width:849px;
	min-height:500px;
	padding-left:25px;	
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content_body.png);
	background-repeat:repeat-y;
	behavior: url(iepngfix.htc);
}

#content_bottom {
	width:824px;
	height:28px;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content_bottom.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}

#body_top {
	width:818px;
	height:36px;
	margin-top:10px;
	background:url(images/body_top.gif) no-repeat;
}

#body_content {
	width:818px;
	min-height:300px;
	background:url(images/body_content.gif) repeat-y;
}

#body_bottom {
	width:818px;
	height:36px;
	background:url(images/body_bottom.gif) no-repeat;
}

#leftContent {
	width:505px;
	float:left;
}

#rightContent {
	width:262px;
	float:right;
	line-height:140%;
}

#sectionHeader {
	width:818px;
	height:145px;
}

#contactForm {
	width:290px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
	padding:10px;
	
	font-size:11px;
	
}	

/* Navbar Objects */

#navbar {
	width:797px;
	padding-left:21px;
	height:28px;
	background:url(images/navbar_bg.gif) repeat-x;
}

.navbar_item {
	padding-left:15px;
	padding-right:15px;
	height:28px;
}

.navbar_item:hover {
	background:url(images/navbar_bg_hover.gif) repeat-x;
}
	

/* Page Specific */

#home_animation {
	width:818px;
	height:280px;
}

.home_text {
	font-size:11pt;
	line-height:200%;
}

.home_quote {
	width:252px;
	margin-top:20px;
	padding-left:10px;
	padding-top:5px;
	background:url(images/home_testimonialsQuote.gif) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	line-height:150%;
	text-align:justify;
	color:#333;
}

#home_swirly {
	margin-top:10px;
	margin-bottom:10px;
}

