<!-- 
body  {
	background: #fff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container #mainContent a img {
	padding-left: 30px;
}
#header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
img {
	border: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* =Navbar =nav_main
----------------------------------------------- */
#nav_main {
	text-align: center;
	font-size: .95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6e1c1e;
	margin: 4px 0 0 0;
}

#nav_main a:hover { border-top: 6px solid #6e1c1e; }

#nav_main ul, #nav_main li {
	display: inline;
	list-style-type: none;
}

#nav_main ul {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#nav_main li a {
	padding: 0 5px 0 5px;
	border-left: 1px solid #ccc;
	text-decoration: none;
}

#nav_main li a#nav_main_first {
	border-left: none;
}

a {
	font-weight: bold;
	color: #6e1c1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.2em;
	color: #6e1c1e;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 12px;
	color: #6e1c1e;
}

h3 {
	font-size: 1em;
	margin-bottom: 0;
}

h4 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0;
}

blockquote {
	background-image: url(../images/quotes_small.png);
	background-repeat: no-repeat;
	padding-left: 2em;
	margin-left: 2em;
	width: 85%;
}

.pseudoh1 {
	font-size: 1.2em;
}

.pseudoh2 {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 0;
}

.smlink {
	font-size: .82em;
}
/* =Misc
----------------------------------------------- */

.pli {margin-bottom: 15px;}
    
.list {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}
	
.list li {
	padding-left: 15px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.listb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}

.clear { clear: both; }

.quote{
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
}
.video {
	float: right;
	padding-bottom: 12px;
	padding-left: 12px;
}
.pdf {
	padding-left: 18px;
	background: url(../images/pdf.png) 0 2px no-repeat;
}

.html {
	padding-left: 18px;
	background: url(../images/html.png) 0 2px no-repeat;
}

.left_image {
	float: left;
	padding: 0 10px 10px 0;
}

.right { text-align: right; }

.hidden { display: none; }

.block { display: block; }

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

#logo_home {
	width: 300px;
	padding-bottom: 70px;
}
.spacing {
	padding-bottom: 3px;
}
#mainContent {
	margin-top: 0;
	margin-right: 330px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
} 

#nav_page {
	float: right;
	width: 300px;
	padding: 0 10px 0 10px;
	margin: 0;
}
.style7 {color: #660000; font-weight: bold; }
.style9 {
	color: #6e1c1e;
	font-weight: bold;
}
.style10 {font-size: 14px}
.style11 {
	font-size: 11px;
	line-height: 13px;
}
.style13 {
	font-size: 14;
	font-weight: bold;
	color: #660000;
	padding-top: 6px;
	padding-left: 12px;
}

.contactlabel {
	float:left;
	padding-right:5px;
	text-align:right;
	width:83px;
	padding-top:5px;
	font-size: 11px;
	}

.contactfield {
	float:left;
	text-align:left;
	width:120px;
	padding-top:5px;
	}
	
.contactLargelabel {
	text-align:left;
	font-size: 11px;
	padding-left: 3px;
	}

fieldset  {
border:0px groove threedface;
display:block;
margin-left:2px;
margin-right:2px;
padding:0.35em 0.625em 0.75em;
}

.required {
	color:#6e1c1e;
	}
	

#footer {
	text-align: center;
	padding-top: 40px;
}

#footerhome {
	text-align: center;
	padding-top: 5px;
}

#footer div {
	border-top: 1px solid #ccc;
	font-size: .7em;
	padding: 5px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#footerhome div {
	border-top: 1px solid #ccc;
	font-size: .8em;
	padding: 5px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#callout {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6e1c1e;
	width: 250px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#rounded {
	margin: 0px;
	padding: 0px;
	width: 300px;
}
.roundtop {
	height: 15px;
	width: 300px;
}

.roundbottom {
	padding: 0px;
	height: 16px;
	width: 300px;
}
.sides {
	width: 300px;
	background-image: url(../images/side_repeat.gif);
	background-repeat: repeat;
}
#container #mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#industries {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#container #mainContent .linkedin a img {
	padding: 0px;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->