body {background-color:#000; margin-top:20px; padding:0px; margin-bottom:3px; }
body, td { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; } /*default font-family and font color*/

/*some standards*/
form, ul, ol, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { text-indent:50px; text-align:justify; }
a img { border: none; } /*default border attribute on images that have a link*/
/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
h1 { font-size:21px; color: #CF9943; font: "Palatino Linotype",Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; margin-bottom:3px;}
h2 { font-size:17px; color: #ba842c; font: "Palatino Linotype",Verdana, Arial, Helvetica, sans-serif;  text-align:center; margin-bottom:3px; margin-top:0; font-style:italic;}
.none{list-style-type:none;}
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }
#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }
.indent  {text-indent:25px;text-align:justify;}
.indent2  {text-indent:70px;text-align:justify;}
.center{ text-align:center; }
.fl{float:left;}
.fr{
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#000; text-decoration:underline; }
a:hover { }

/*to override default color on text-links and text-decoration*/

.banner{ background-image:url(../images/new_banner.jpg);height:169px; background-repeat:no-repeat; }
.banner2{ background-image:url(../images/articles_banner.jpg);height:255px; background-repeat:no-repeat;}
.sidenav{ width:283px; background-color:#5d0201;}
.testimonial{ width:283px; color:#FFFFFF; padding:10px 5px 5px 5px; text-align:justify;}
.testi{ text-align:right;}
.testi2{ text-indent:50px;}
.marg{ margin-left:30px;}
.marg2{ margin-left:30px;}
.content{ background-color:#FFFFFF; padding:13px 20px 13px 17px;}
.footer{ background-color:#CF9943; color:#A30303;  padding:8px 10px 0px 10px; height:25px;}
.footer a:link, .footer a:visited{ color:#A30303; text-decoration:none; padding-right:5px;}
.footer a:hover{color:#FFFFFF; text-decoration:none;}

/* LOCATIONS */

.locations2 {
	width: 508px;
	border: 2px solid #cd861e;
	background-color: #f2eef1;
	margin: 10px auto 25px;
	height:390px;
}

.locations2 h3 {
	display: block;
	background-color: #f3d4a6;
	padding: 5px;
	color: #a60402;
	margin: 0;
	border-bottom: 1px solid #cd861e;
}

.locations2 img {
	border: 1px solid #cd861e;
	margin-bottom: 5px;
}

.locations {
	width: 508px;
	border: 2px solid #cd861e;
	background-color: #f2eef1;
	margin: 10px auto 25px;
	height:350px;
}

.locations h3 {
	display: block;
	background-color: #f3d4a6;
	padding: 5px;
	color: #a60402;
	margin: 0;
	border-bottom: 1px solid #cd861e;
}
.locations img {
	border: 1px solid #cd861e;
	margin-bottom: 5px;
}
.locations ul {
	list-style-type: none;
	padding: 10px;
}

.locations a:link{ text-decoration:underline;}
.locations ul img {
	border: 1px solid #cd861e;
	margin-bottom: 5px;
}

li.building {
	float: left;
}

li.map {
float:right;
}

.li,#li,li {
text-align:justify;
}

h3 {
	padding-left:15px;
	line-height: 1.5em;
	font-size:14px;
}

/*Contact Form*/
#contactform {
	margin-left: auto;
	margin-right: auto;
	width:500px;
	padding:10px;
	border: 2px solid #f3d4a6;
	background-color: #e8e8e8;
	margin-bottom: 25px;
}
#contactform input, #contactform textarea {
	font-size: 1.2em;
	border: 1px solid silver;
}

#contactform textarea {
	width: 200px;
}


#contactform .submit:hover {
	background-color: #bb852d;
	color: white;
	cursor: pointer;
}

/*Contact Form*/
ul.test{list-style-type:none;}
