@charset "utf-8";
/* CSS Document */

body {
	background-color: #a7a8aa;
	background-image: url(../images/tile-background.gif);
	background-repeat: repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;
	f\ont-size: small; /* for other IE versions */
	font-family: Arial, Helvetica, sans-serif;
}

/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  font-style: italic;
}
/* Commonly used to style section titles. */
h4 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h5 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
}
/* Commonly used to style section titles. */
h6 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  font-style: italic;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #ed171f;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #ed171f;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #ed171f;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #f8971d;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #f8971d;
}



#container1 {
	background-image: url(../images/container1bg.gif);
	background-repeat: repeat-y;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	min-height: 600px;
}

#header {
	border-top: #666666 10px solid;
	border-bottom: #666666 10px solid;
	background-image: url(../images/header_gradientbg.png);
	background-repeat: repeat-x;
}

#slideImages {
	width: 549px;
	height: 309px;
	float: left;
	border-right: #ed171f 10px solid;
	/*margin-bottom: -3px;*/
}

#logo {
	margin: 110px 0 0 610px;
	width: 280px;
}

#navContainer {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;	
	height: 30px;
}

#menuContainer {
	width: 549px;
	height: 30px;
	background-color: #666666;
	border-right: #ed171f 10px solid;
	float: left;
}

#navPhone {
	margin: 3px 0 0 810px;
	width: 120px;
}

#navPhone p {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

#contentWrapper {
	border-top: #ccc 20px solid;
}

#contentBody {
	width: 550px;
	margin: 10px 10px 10px 360px;
	
}

#leftSidebar {
	width: 340px;
	float: left;
}

#testimonialWrapper {
	width: 280px;
	margin: 50px 0 0 20px;
}

#testimonialWrapper a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;

}

#leftSidebar p.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#leftSidebar p.testimonialCredit {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}

#associationLogosWrapper {
	border-top: #000 1px solid;	
	background-color: #ddd;
	padding: 5px 0 5px 0;
}

#associationLogos {
	margin-left: 30px;
}

#associationLogos div {
	display: inline;
	padding: 0 20px 0 30px;
}

#associationLogos div.first {
	padding-left: 0;	
}

#footerNavWrapper {
	height: 20px;
	border-top: #000 1px solid;
}

#footerAddressWrapper {
	height: 20px;
	border-top: #000 1px solid;	
}

#footerAddressWrapper div {
	display: inline;
	text-transform: uppercase;
	padding: 0 20px 0 30px;
	font-size: 11px;
}

#footerBottom {
	height: 30px;
	background-color: #CCC;
	border-top: #000 1px solid;
}

#footerBottom p {
	padding: 10px 0 0 30px;
	font-size: 10px;
	color: #333;
}

/* ///////////////////////// FOOTER MENU ///////////////////////////// */
#footerMenu {
  height: 20px;
}
#footerMenu ul {
	display: inline;
	list-style-type: none;
}

#footerMenu li {
	padding: 2px 30px 2px 0;
	display: inline;
	border-right: 1px solid #000;
}

#footerMenu a:link, #footerMenu a:visited, #footerMenu a:active {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#footerMenu a:hover {
	color:#ccc;
	text-decoration: none;
}

/* ///////////////////////// PORTFOLIO STYLES ///////////////////////////// */

#portText {
	padding: 10px 0 0 10px;	
}

#portContentBody {
	padding-top: 10px;	
}

#portProjNameContainer {
	margin-left: 10px;	
}

h1.portProjectName {
	margin-top: 10px;	
}

/* ///////////////////////// NEWS LIST STYLES ///////////////////////////// */

.newsHeadline {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;	
}

#newsTeaser {
	margin-bottom: 20px;	
}