/*** CSS Reset ***/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #2f363b;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
} 
h3 {
	font-size: 14px;
} 
h4, h5 {
	font-size: 13px;
}
a {
	color: #eb2a2e;
	text-decoration: none;
}
ol li {
	margin-bottom: 15px;
}
#mainContent img {
	border: 1px solid #cccccc;
	margin: 5px;
}
/*** Layout ***/
#content {
	width: 1000px;
	background: #C9D2E1 url(../images/layout/blurredBackground.jpg) top center no-repeat;
	margin: 0 auto;
}
#header {
	height: 125px;
	border-bottom: 15px solid #000000;
	margin-bottom: 35px;
}
#sidebar {
	width: 225px;
	float: left;
}

#contentBox {
	border: 1px solid #eb2a2e;
	padding: 15px;
	margin-left: 250px;
	width: 700px;
	background-color: #ffffff;
}

#photoBanner {
	margin-bottom: 20px;
	width: 100%;
}

#mainContent {
	padding: 10px 20px 20px 20px;
	background: #e7f1f5;
	overflow: hidden;
	min-height: 400px;
}
#footer {
	clear: both;
	margin-top: 35px;
	color: #ffffff;
	background-color: #000000;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
.thirdColumn {
	width: 32%;
	float: left;
	padding: 15px 15px 0px 0px;
}

#logos {
	width: 175px;
	float: right;
	text-align: center;
}

/*** Navigation Bar ***/

#navigation a, #navigation a:visited, #navigation a:active, #sidebar #phoneNumber {
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #2f363b;
}

#navigation li, #sidebar #phoneNumber {
	font-size: 14px;
	list-style-type: none;
	text-align: right;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#navigation {
	padding: 0;
	margin: 0;
}

#navigation li ul li a, #navigation li ul li a:visited, #navigation li ul li a:active {
	color: #eb2a2e;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 12px;
}
#navigation li ul {
	margin-left: 0;
	padding-left: 0;
}
#navigation li ul li {
	margin-bottom: 0;
}

#navigation a.currentPage {
	color: #eb2a2e;
}

/*** Content Styling ***/
#mainContent .contactPhone {
	font-size: 18px;
	color: #eb2a2e;
	font-weight: bold;
}

#footer a {
	color: #ffffff;
}

#mainContent a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/layout/icon_pdf.gif) no-repeat center right;
}
#mainContent a[target='_blank'] {
   padding-right: 18px;
   background: transparent url(../images/layout/icon_external.gif) no-repeat center right;
}
#mainContent p, #mainContent h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*** Customer Logos Gallery ***/
#customerLogos {
	background-color: #ffffff;
	text-align: center;
	margin: 10px 0 0 13px;
	width: 150px;
}
#customerLogos h4 {
	margin: 0;
	padding: 10px 0 0 0;	
}
#customerLogos ul {
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin: 10px 15px;
  padding: 0;
}
#customerLogos img {
  margin: 0;
  padding: 0;
  cursor: pointer;
  left:0;
  position:absolute;
  top:0;
}

#mainContent #voicemail table {
  border-collapse:collapse;
}

#mainContent #voicemail td {
  border: 1px solid #666666;
  padding: 5px;
}


#innerHolder{
	position:relative !important;
	left:-10px !important;
	width:720px !important;
	overflow:hidden !important;
}