/*********************/
/* RESET */
/*********************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

/*********************/
/* BASIC */
/*********************/
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #767575;
}

/*********************/
/* CONTAINER */
/*********************/
#container {
	width: 85%;
	margin: 5px auto 5px auto;
	background: #fff;
	border: #c4102f 2px solid;
}

/*********************/
/* BANNER */
/*********************/
#banner {
	margin-left: 15px;
	padding: 15px 10px 0 15px;
	background: #fff;
}

/*******************************/
/* LEFT SIDE BAR - NAVIGATION BAR */
/******************************/
#mainnav {
	float: left;
}

#mainnav ul {
	width: 165px;
	margin: 35px 0 20px 22px;
	padding: 10px;
}

#mainnav ul li {
	list-style: none;
}

#mainnav a {
	color:#000;
	font-weight: bold;
	font-family: Candara, Verdana, Geneva, sans-serif;
	font-size: .85em;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 35px;
	margin: 5px 0 10px 0;
	background: #c9c9c9 url(../images/template_images/link_icon.gif) no-repeat left center;
	border-top: medium inset #c9c9c9;
	border-right: medium inset #c9c9c9;
	border-bottom: medium inset #767575;
	border-left: medium inset #767575;
}

#mainnav a:hover {
	color: #fff;
	font-weight: bold;
	background: #767575 url(../images/template_images/go_to_icon.gif) no-repeat 0px 50%;
	border-top: medium inset #767575;
	border-right: medium inset #767575;
	border-bottom: medium inset #c9c9c9;
	border-left: medium inset #c9c9c9;
}

/*special formatting for home page link*/
a#homeLink {
	background: #c9c9c9 url(../images/template_images/home_icon.gif) no-repeat 0px 50%;	
}

/* styles for the "you are here" buttons */
body#home a#homeLink, 
body#about a#aboutLink,
body#projects a#projectsLink,
body#testimonials a#testimonialsLink,
body#news a#newsLink,
body#bidreq a#bidreqLink,
body#links a#linksLink,
body#faqs a#faqsLink
body#contact a#contactLink {
	background: #c9c9c9 url(../images/template_images/here_icon.gif) no-repeat 0px 50%;
	padding: 5px 15px 5px 35px;
	font-weight: bold;
}

/*********************/
/* DATE FORMAT */
/*********************/
.dateformat {
	color: #767575;
	font-size: .65em;
	text-align: right;
	padding: 5px 65px 10px 0;
}

/*******************/
/* MAIN CONTENT*/
/*******************/
#content {
	margin-left: 190px;
	background: #fff;
	border-left: 1px solid transparent;
}

#content p {
	font-size: .70em;
	color: #767575;
	text-align: justify;
	line-height: 16px;
	padding-left: 35px;
	padding-right: 65px;
	margin: 10px 0;
}

.imglarry {
	float: left;
	margin: 5px 10px 0 17px;
	border: medium inset #767575;
}

.imgcathy {
	float: right;
	margin: 5px 60px 0 10px;
	border: medium inset #767575;
}

#content h1 {
	font-family: Candara, Verdana, Geneva, sans-serif;
	font-size: 1.35em;
	color: #767575;
	font-weight: bold;
	line-height: 20px;
	margin-left: 35px;
	margin-bottom: 25px;
	padding-left: 35px;
	background:url(../images/template_images/header_arrow.gif) no-repeat 0px center;
}

#content h2 {
	font-family: Candara, Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #c4102f;
	line-height: 16px;
	padding-left: 35px;
	padding-right: 60px;
	margin: 15px 0;
}

#content h2 a {
	font-family: Candara, Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #c4102f;
	line-height: 16px;
	padding-left: 35px;
	padding-right: 60px;
	margin: 15px 0;
}

#content  h2 a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#content ul {
	font-size: .70em;
	color: #767575;
	text-align: justify;
	line-height: 16px;
	padding-left: 50px;
	padding-right: 65px;
	margin: 10px 0;
}

#content ul li {
	list-style-type: disc;
}

#content ul li a {
	font-weight: bold;
	text-transform: none;
	color: #c4102f;
	margin: 10px 0;
	padding-left: 0;
	cursor: pointer;
	text-decoration: none;
}

#content  ul li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#content ol {
	font-size: .70em;
	color: #767575;
	font-weight: bold;
	text-align: justify;
	line-height: 15px;
	padding-left: 55px;
	padding-right: 65px;
	margin: 10px 0;
}

#content ol li {
	font-weight: normal;
	list-style-type: decimal;
	padding: 10px 0;
}

#content ol li a {
	font-weight: bold;
	text-transform: none;
	color: #c4102f;
	margin: 10px 0;
	padding-left: 0;
	cursor: pointer;
	text-decoration: none;
}

#content  ol li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#content p a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #c4102f;
	margin: 10px 0 0 0;
	padding-left: 0;
	cursor: pointer;
	text-decoration: none;
}

#content  p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/*******************/
/* BACK TO TOP*/
/*******************/
#content .top p {
	font-size: .65em;
	text-align: right;
}

#content .top  p a {
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color: #c4102f;
	padding: 4px 0px 0 40px;
	margin: 10px 0 10px 25px;
	background:  url(../images/template_images/to_top.gif) no-repeat  10px center;
}

#content .top  p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/*******************/
/* TOGGLE FORMAT FOR TESTIMONIALS*/
/*******************/
div .testimonials p {
	list-style-type: disc;
}

h3 {
	font-family: Candara, Verdana, Geneva, sans-serif;
	color: #c4102f;
	font-size: 0.85em;
	font-weight: bold;
	margin: 15px 65px 5px 35px;
	background:  url(../images/template_images/open.gif) no-repeat 0 center;
	padding: 0 0 0 30px;
	cursor: pointer;
}

h3.close {
	background-image: url(../images/template_images/close.gif);
	text-decoration: none;
	color: #767575;
}

/*******************/
/* TOGGLE FORMAT FOR FAQS*/
/*******************/
div .faqs p {
	list-style-type: disc;
}

.faqs .top p {
	font-size: .65em;
	text-align: right;
}

.faqs .top  p a {
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color: #c4102f;
	padding: 4px 0px 0 40px;
	margin: 10px 0 10px 25px;
	background:  url(../images/template_images/to_top.gif) no-repeat  10px center;
}

.faqs .top  p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#tablelayout {
	width: 50%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: .70em;
	margin: 5px 0 5px 35px;
	padding: 5px 0 5px 30px;
	border: none;
	line-height: 30px;
}

#tablelayout tr  {
	background-color: #f2f2f2;
}

#tablelayout tr td {
	padding-left: 5px;
}

tr.altRow td {
	background-color: #e9e9e9;
}

h3 {
	font-family: Candara, Verdana, Geneva, sans-serif;
	color: #c4102f;
	font-size: .85em;
	font-weight: bold;
	margin: 15px 65px 5px 35px;
	background:  url(../images/template_images/open.gif) no-repeat 0 center;
	padding: 0 0 0 30px;
	cursor: pointer;
}

h3.close {
	background-image: url(../images/template_images/close.gif);
	text-decoration: none;
	color: #767575;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	clear: both;
}

#footer img {
	margin-left: 15px;
	padding: 10px;
}

/*******************/
/* BOTTOM NAV BAR*/
/*******************/
#bottomnav {
	margin: 5px 0 10px 0;
}

#bottomnav  a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .55em;
	font-weight: bold;
	color: #767575;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#bottomnav  a:hover {
	color: #c4102f;
	text-decoration: underline;
}

/*********************/
/* COPYRIGHT */
/*********************/
.copyright  p{
	color: #c9c9c9;
	font-size: .45em;
	text-align: center;
	padding: 5px 0 10px 0;
}

.copyright a {
	font-weight: bold;
	color: #767575;
	text-decoration: none;
}

.copyright a:hover {
	font-weight: bold;
	color: #c4102f;
	text-decoration: underline;
}
