body {
	background: #FFF url(../i/background.jpg) no-repeat;
	background-position: 920px 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
h1 { 
	font-size: 16px;
	margin: 0 0 8px 0; 
	color: #C60;
}
h2 { 
	font-size: 13px; 
	color: #C60; 
	margin: 0 0 8px 0;
	font-weight: normal;
}
h3 { 
	font-size: 11px; 
	color: #D9822B; 
	margin: 0 0 10px 0; 
}
ul {
	margin: 0 0 10px 12px;
	padding: 0 0 10px 12px;
}
li {
	list-style-image: url(../i/bullet.gif);
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;	
}
ul.small {
	margin: 0 0 10px 15px;
	padding: 0 0 10px 15px;
	font-weight: bold;
	font-size: 10px;
}
ul.small li {
	list-style-image: url(../i/bullet.gif);
	margin-bottom: 6px;
	padding-bottom: 6px;	
	color: #C60;
}
p { margin: 0 0 12px 0; line-height: 17px; text-align: justify; }
form { display: inline; }
input.txt { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	border: 1px solid #999;
	margin: 2px 0 10px 0;
}
select { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	border-width:1px;
	border-color: #999;
	margin: 2px 0 10px 0;
}

/*** TEXT ***/
.bodyTextSm { font-size: 10px; }
.medText { 	font-size: 12px; }

/*** LAYOUT ***/
.button { cursor: pointer; }
#formTbl { width: 480px; float: left; margin: 20px 0 0 18px; }
html > body #formTbl { margin: 20px 0 0 36px; }
#formTbl td { font-size: 10px; color: #C60; }
.copyBox { margin: 17px 18px 18px 18px; }
.copyBoxWide { margin: 17px 34px 18px 36px; }
.copyBoxMed { margin: 17px 34px 0 36px; width: 460px; }
#extras { 
	width: 180px;
	height: 317px;
	background-color: #fdf5e9;
	float: right;
}
.fr { float: right; }
.fl { float: left; }
#footer { 
	height: 72px;
	background-color: #fdf5e9; 
	border-top: 1px solid #f5d7ac;
	clear: both;
}
/*#footer img { margin: 54px 0 0 538px; }*/
#footer p { 
	font-size: 10px;
	color: #DAB08D;
	margin: 54px 0 4px 530px; 
}

#header { 
	width: 920px; 
	background: #FFF url(../i/nav/nav-background.jpg) no-repeat 0 61px;
}

#header ul { 
	margin: 0; 
	padding: 0;
	background-color: orange;
	clear: left;
}
#header ul li { 
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a { 
	display: block;
	height: 30px;
	text-indent: -9999px;
}
#header ul li a#one { 
	width: 96px;
	background: transparent url(../i/navigation/hom.gif) no-repeat;
}
#header ul li a#two { 
	width: 191px;
	background: transparent url(../i/navigation/soc.gif) no-repeat;
}
#header ul li a#three { 
	width: 145px;
	background: transparent url(../i/navigation/exp.gif) no-repeat;
}
#header ul li a#four { 
	width: 168px;
	background: transparent url(../i/navigation/new.gif) no-repeat;
}
#header ul li a#five { 
	width: 114px;
	background: transparent url(../i/navigation/cot.gif) no-repeat;
}
#header ul li a:hover {
	background-position: 0 -30px !important;
}
#home #header ul li a#one, #social #header ul li a#two, #clients #header ul li a#three, #news #header ul li a#four, #contact #header ul li a#five {
	background-position: 0 -30px;
}
#ltCol { 
	width: 702px; 
	float: left; 
}
#midCol {
	width: 329px;
	height: 352px;
	background-color: #fdf5e9;
	border-left: 1px solid #f5d7ac; 	
	float: right;
}
#rtCol {
	width: 216px;
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #922900;	
	line-height: 19px;
	border-top:1px solid #E2BC8D;
	border-right: 1px solid #f5d7ac; 
	border-left: 1px solid #f5d7ac; 
	background-color: #fdf5e9;
}
.submit { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
}
#printHeader, #sidebar { display: none; }
#wrapper { 
	width: 920px; 
	/*height: 352px;*/
}

/* LINKS */
a { color: #BE1919; text-decoration: underline; }
a:hover { text-decoration: none; }