﻿body {
	background:url(../siteart/sitebg.jpg) repeat-x top center #fff;
	margin:0 auto;
}

td {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#c61f09;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

h1 {
	font-size:26px;
	font-weight:normal;
	color:#c61f09;
	display:block;
	margin:0;
}

h2 {
	font-size:20px;
	font-weight:normal;
	display:block;
	margin:0 0 5px;
}


#content {
	background:url(../siteart/contentbg.png) no-repeat top;
	padding:12px 13px 12px 12px;
}

#topbar {
	background:url(../siteart/topbarbg.gif) no-repeat top #212121;
	padding:15px;
	text-align:right;
	font-size:16px;
	color:#fff;
	border-bottom:3px solid #c61f09;
}


/*------------Sidebar Section-----------*/

#sidebar {
	background:url(../siteart/sidebarbg.gif) repeat-x top;
	width:248px;
	vertical-align:top;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li {
	display:block;
	float:left;
}

#sidebar li a:link, #sidebar li a:visited {
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	color:#004c95;
	padding:8px 0;
	text-indent:8px;
	border-bottom:1px solid #d1e7fb;
	border-top:1px solid #fbfdff;
	display:block;
	width:248px;
}

#sidebar li a:active {
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	color:#004c95;
	padding:8px 0;
	text-indent:8px;
	border-bottom:1px solid #d1e7fb;
	border-top:1px solid #fbfdff;
	display:block;
	width:248px;
	background:url(../siteart/nav-arrow.png) no-repeat right center;
}

#sidebar li a:hover {
	background:#004c95;
	color:#fff;
}



/*-------------Main Section-------------*/

#main {
	vertical-align:top;
	padding:19px;
	width:693px;
}

#gallery {
	display:block;
	margin-bottom:5px;
}

#tagline {
	background:#272727;
	border-bottom:3px solid #c61f09;
	display:block;
	padding:10px;
	font-size:20px;
	font-style:italic;
	color:#fff;
	margin-bottom:15px;
}

#contact-info {
	display:block;
	margin:15px 0;
	border-top:1px solid #f1f1f1;
	padding:15px 0;
}

.col1 {
	width:251px;
	padding-right:40px;
}

.col2 {
	width:241px;
	padding:0 40px;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
}

.col3 {
	width:201px;
	padding-left:40px;
}

.employee {
	border-bottom:1px dotted #000;
	padding:15px 0;
}

#footer {
	border-top:1px solid #f1f1f1;
	padding:15px 0;
	text-align:center;
}