/*	##################################
   	RESET
	################################## */
	
html, body, ul, ol, li, img, hr, input, textarea, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

/* prevents page from 'moving' in firefox depending on if scrollbars appear or not */
 html {overflow: -moz-scrollbars-vertical;}

/*	##################################
   	GENERAL
	################################## */
	
body {
	background: #595454;
	color: #000;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 76%;
}

img {border: 0;}


p {
	line-height: 16px;
	margin-bottom: 20px;
}

/*	##################################
   	LAYOUT
	################################## */
#wrapper
{
margin: 0 auto;
margin-top: 30px;
background: url("images/background_2011-home.gif") top left no-repeat;
width: 880px;
height: 503px;
border: 1px solid #767070;
}

#head
{
width: 880px;
height: 153px;
}

#head #logo
{
width: 532px;
height: 153px;
}

/* Navigation start */
#head #navarea
{
float: right;
background: url(images/nav_area.gif) top left no-repeat;
width: 348px;
height: 170px;
margin-top: 7px;
}

#navlist
{
float: right;
width: 176px;
height: 153px;
margin: 10px 0 0 0;
}

#nav_area ul
{
margin-left: 35px;
}

#navlist li a, #navlist li a:visited {color: #fff; font-size: 16px; text-decoration: none;}
#navlist li a:hover {color: #e1110f; font-size: 16px; text-decoration: underline;}
#navlist li#active {color: #e1110f; font-size: 16px;}



/*#about #nav_about_active, #services #nav_services_active, #contact #nav_contact_active {color: #e1110f; font-size: 16px;}*/


#homebase #navlist a, #homebase #navlist a:visited
{ 
	 color: #fff;
	 text-decoration: none;
	 font-size: 16px;
/* declarations to style the current state */ 
} 

#homebase #navlist a:hover
{ 
	 color: #e1110f;
	 text-decoration: none;
/* declarations to style the hover state */ 
}


/* Navigation end */

#contentwrap
{
width: 880px;
}

#contentwrap-home
{
width: 880px;
margin-top: -30px;
}

#centercontent
{
margin: 0 auto; 
width: 725px;
margin-left: 60px;
}

#centercontent-home
{
width: 875px;
text-align: center;

}

#content
{
margin-top: 10px;
width: 725px;
padding: 0.5em 1em;
background: #fff;
border: 5px solid #666;
}

#content #homeport
{

width: 875px
}

#content #homeport .block
{
margin-bottom: 8px;
background: #e1110f;
display:table; margin:auto;
}

#breadcrumbs
{
font-size: .88em;
margin-bottom: 15px;
}

#breadcrumbs a, #breadcrumbs a:visited
{
color: #0e215f;
}

#breadcrumbs a:hover
{
color: #e1110f;
}

#homecontent
{
width: 860px;
height: 380px;
margin-left: 15px;
margin-top: 20px;
}

#hometextblocks
{
width: 100%;
margin-top: 15px;
}

#hometextblocks .lg-gray
{
color: #595454;
font-size: 2.88em;
text-align: left;
}

#portwrapper
{
float: left;
width: 555px;
height: 375px;
margin-top: -20px;
margin-left: 35px;
display:inline-block;
}
.ie9 #portwrapper {margin-top: -10px; width: 600px; margin-left: 0; clear: both; border: none;}

#portwrapper .floatitem
{
float: left;
width: 170px;
height: 153px;
padding-right: 13px;
margin-left: 15px;
padding-bottom: 10px;
text-align: left;
display: inline;
}

.ie9 #portwrapper .floatitem
{
padding-right: 0; 
margin-left: 0;
}

#services
{
position: relative;
display: inline-block;
left: 675px;
height: 325px;
width: 150px;
margin-left: -35px;
padding-left: 45px;
color: #e1110f;
}

.ie9 #services
{
left: 80px;
}

#services ul
{
margin: 40px 5px 0 -50px;
width: 200px;
height: 260px;
overflow: hidden;
}

#services li
{

color: #e1110f;
font-size: 16px;
padding-left: 5px;
padding-bottom: 12px;
}

span.bulletimg {
background: url("images/checkmark-white.gif") top left no-repeat; 
width: 16px;
height: 19px;
padding-right: 24px;
}

#wrapper-secondary
{
width: 880px;
background: #000 url("images/secondary_background.gif") top left repeat-x;
margin: 0 auto;
height: 710px;
}


	
/*	##################################
   	LISTS
	################################## */
	
ul.basic
{
list-style-type: none;
padding: 0px;
margin: 0 0 15px 0;
}
ul.basic li
{
background-image: url(images/bullet_arrow.gif);
background-repeat: no-repeat;
/*background-position: 0px 5px;*/
padding-left: 20px;
padding-bottom: 4px;
height: 16px;
font-size: 1.1em;
margin-left: 15px;
}


	
	
/*	##################################
   	HEADINGS
	################################## */
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
}

/*h1 a, h2 a {
	color: #444!important;
	text-decoration: none;
}*/

h1 {
	font-size: 1.8em;
	color: #e1110f;
	padding-left: 5px;
}

h2 {
	font-size: 1.5em;
	color: #525252;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}


/*	##################################
   	CLEARING
	################################## */

.clear {
	clear:both;
}

.hidden {
	display: none;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#footer
{
width: 880px;
padding-top: 5px;
color: #fff;
margin: 0 auto;
text-align: center;
}

/* portfolio */
#portcontainer
{
width: 99%;
display: inline-block;
padding-bottom: 5px;
}

#portleft
{
float: left;
display: inline-block;
width: 295px;
overflow: hidden;
margin: 7px;
}

#portright
{
float: right;
display: inline-block;
width: 398px;	
text-align: right;
padding: 0;
margin: 0;
}

.porthead
{
color: #e1110f;
font-size: 1.2em;
margin: 0 0 -12px 0;
font-weight: bold; 
}

.porthead a, .porthead a:visited
{
color: #0e215f;
text-align: center;
text-decoration: none;
}

.porthead a:hover
{
color: #e1110f;
text-decoration: underline;
}

#portleft p
{
color: #000;
font-size: 1.1em;
}

.portpage-row
{
width: 700px;
}

.portpage-item
{
float: right;
width: 30%;
margin: 7px;
}


.portpagehead
{
margin-bottom: -8px;
text-align: center;
color: #0e215f;
font-weight: bold;
font-size: .9em;
line-height: 1em;
width: 180px;
}

.portpagehead a, .portpagehead a:visited
{
color: #0e215f;
text-align: center;
text-decoration: none;
}

.portpagehead a:hover
{
color: #e1110f;
text-decoration: underline;
}



/* Alignment */
.al-left {text-align: left;}
.al-right {text-align: right;}
.al-verttop	{vertical-align: top;}
.al-ctr {text-align: center;}
.verttop {vertical-align: top;}

/* measures */
.fiftypct {width: 50%;}
.margbot7px {margin-bottom: 7px;}
.margtop15px {margin-top: 15px;}
.margtop25px {margin-top: 25px;}
.margleft100px {margin-left: 100px;}
.oneeightypx {width: 180px;}
.floatright {float: right; margin: 7px 0 7px 7px; display: inline;}
.floatleft {float: left; margin: 7px 7px 7px 0; display: inline;}



/* FONTS */
.small {font-size: .88em;}

/* MISC */
div.forimg
{
padding: 0;
margin: 0;
}

/* Widths */
.onefortypx {width: 140px;}
.minustop15px {margin-top: -15px;}

/* Colors */
.rednav {color: #e1110f;}
