@charset "UTF-8";

* {
 	margin: 0;
 	padding: 0;
 	border: 0;
 }




body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0; /* 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, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1  {
	font-size: 100%;
	line-height: 1.4em;
	margin-top: 24px;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #530000;
	letter-spacing: 0.17em;
	width: 98%;
	background-image: url(images/dashes-underscore.gif);
	background-repeat: repeat-x;
	background-position: 0px 15px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #520000;
	padding-top: 10px;
	font-weight: bold;
}
h3 {
	font-size: 90%;
	font-style: italic;
	line-height: 125%;
	color: #999999;
	padding-bottom: 6px;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	font-style: normal;
	line-height: 110%;
	color: #5200009;
	padding-bottom: 10px;
	font-weight: bold;
}
h5 {
	font-size: 80%;
	font-style: italic;
	line-height: 100%;
	color: #999;
	padding-bottom: 0px;
	font-weight: normal;
}
.titles {
	background-image: url(images/dashes-underscore.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left;
	color: #534646;	
	min-width:920px;
}


.twoColFixLtHdr /* HEADER ELEMENTS */ 

 #logIn {
	background: #890000 url(images/topBkgrnd.gif) repeat-x;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 6px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #890000;
}

.twoColFixLtHdr #Flash {
	background: #890000;  
	height: 154px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
} 

.twoColFixLtHdr #nav {
	background: #DDDDDD url(images/home/nav_bkgrnd.gif) repeat-x;
	height: 20px;
	margin: 0px 0px 0px;
	padding: 0;
	min-width:800px;
}


.twoColFixLtHdr #noFlash {
	background: #890000;  
	height: 154px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
} 


/* MAIN CONTENT STYLES */

.twoColFixLtHdr #container #mainContent {
	margin: 0 0 0 252px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	color: #4B4B4B;
	height: 100%;
	width: 65%;
	float: none;
} 

.twoColFixLtHdr #container #mainContent p {
	margin-bottom: 8px;
	font-size: 95%;
	line-height: 125%;
}

.twoColFixLtHdr #container #mainContent #boxContainer {
	height: 95px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}	
.twoColFixLtHdr #container #mainContent #boxContainer #box {
	margin: 4px 19px 2px 3px;
	width: 22%;
	position: static;
	float: left;
	padding: 0px;
	}	
.twoColFixLtHdr #container #mainContent #boxContainer #box p {
	margin: 0px;
	font-size: 90%;
	line-height: 110%;
}
.twoColFixLtHdr #container #mainContent #boxContainer #boxRight {
	margin: 4px 0px 2px 3px;
	width: 22%;
	position: static;
	float: left;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #boxContainer #boxRight p {
	margin: 0px;
	line-height: 110%;
	font-size: 90%;
}


/* case study styles */
.twoColFixLtHdr #container #mainContent #caseStudy {
	margin: 0px 8px 0px 0px;
	position: static;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #caseStudy p {
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;/* side column styles */
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 1000px;
	background: #FFFFFF url(images/leftCol-bkgrnd.gif) repeat-y -28px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	clear: both;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 110%;
	color: #151515;	
}
.twoColFixLtHdr #container #sidebar1 p {
	margin-left: 20px;
	margin-right: 14px;
	margin-top: 6px;
	color: #666666;
	margin-bottom: 8px;
	font-size: 95%;
}



/* FOOTER  styles */

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	font-size: 90%;
} 
.twoColFixLtHdr #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 */
	text-align: center;
	font-size: 75%;
	color: #666666;
}
.twoColFixLtHdr #footer #legal {
	color: cccccc;
	font-size: 90%;
	text-align: left;
	line-height: 95px;
}
.twoColFixLtHdr #container #mainContent #footer #legal p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;



/* Miscellaneous classes for reuse */
}
.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;
}
.sprialImage { 
	clear:both;
    height:0;
  

}
.commentItal {
	font-style: italic;
}

a:link {
	color: #AA0600;
	text-decoration: none;
}
a:visited {
	color: #B40701;
	text-decoration: none;
}
a:hover {
	color: #B50A1E;
	text-decoration: underline;
}
.twoColFixLtHdr #container #logIn #textfield {
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.twoColFixLtHdr #container #mainContent #form1 input {
	font-family: 11;
	color: #890000;
	background-color: #EBEBEB;
	line-height: 15px;
	height: 18px;
	border: 1px solid #CCCCCC;
}
.twoColFixLtHdr #container #mainContent #form1 textarea {
	font-size: 11px;
	color: #890000;
	background-color: #F3F3F3;
	line-height: 14px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/*INSIDE PAGE STYLES */

.twoColFixLtHdr #container #sidebar1Inside {
	float: left;
	width: 186px;
	height: 1000px;
	background: #FFFFFF url(images/leftCol-bkgrnd.gif) repeat-y -28px;
	padding: 0px;
	clear: both;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;	
}
.twoColFixLtHdr #container #sidebar1Inside p {
	margin-left: 20px;
	margin-right: 14px;
	margin-top: 6px;
	color: #666666;
	margin-bottom: 8px;
	font-size: 95%;	

	
}
.twoColFixLtHdr #container #mainContentInside {
	margin: 0 0 0 252px; 
	padding: 0 0px; 
	background-color: #FFFFFF;
	color: #464646;
	height: 100%;
	width: 70%;
	float: none;
} 

.twoColFixLtHdr #container #mainContentInside p {
	margin-bottom: 8px;
	
	line-height: 110%;
}


/*PORTFOLIO-WIDE PAGE STYLES */

.twoColFixLtHdr #sidebar1-Skinny {
	float: left; /* since this element is floated, a width must be given */
	width: 25px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 750px;
	background: #FFFFFF url(images/leftCol-bkgrnd.gif) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font-size: 0.75em;
	clear: both;
	margin: 0px;
}
.twoColFixLtHdr #mainContentSkinny {
	margin: 0 0 0 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	color: #464646;
	clear: right;
}
.twoColFixLtHdr  #container  #mainContentSkinny #rollOver  {
	height: 30px;
	width: 465px;
	margin-left: 250px;
	font-size: 90%;
	text-align: center;
	color: #666666;
}
.subNav {
	margin-left: 250px;
	font-size: 85%;
	line-height: 28px;
	letter-spacing: .2em;
}
.twoColFixLtHdr #insideHeader {
	background: #890000;
	height: 73px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	min-width: 700px;
}

.subNavNoIndent {
	margin-left: 0px;
	font-size: 80%;
	line-height: 28px;
	letter-spacing: 0.12em;
	font-family: Arial, Helvetica, sans-serif;
}
.clientTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F3F3F3;
	width: 88%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 13px;
	padding: 12px;
}
.smallTitles {
	font-size: 80%;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent blockquote {
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent li {
	margin-left: 40px;
}
.twoColFixLtHdr #container #mainContent .imageWrap {
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent .imageWrap2 {
	border-top-width: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.redTXT {
	color: #990000;
}
/*PORTFOLIO-PAGE STYLES MOBILE DEVICE */

.twoColFixLtHdr-m #container {
	
	background: #FFFFFF;
	margin: 0 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left;
	color: #534646;	
	width: 700px;
}
.twoColFixLtHdr #container-mobile img {
	text-align: center;
}

.twoColFixLtHdr-m #insideHeader {
	background: #890000;
	height: 73px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	min-width: 700px;
}
.twoColFixLtHdr-m #nav {
	background: #DDDDDD url(images/home/nav_bkgrnd.gif) repeat-x;
	height: 20px;
	margin: 0px 0px 0px;
	padding: 0;
	min-width: 700px;
}
#container-mobile  {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CCCCCC;
	color: #534646;;
	text-align: left;
	width: 850px;
}
#container-mobile-NAV  {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #CCCCCC;
	color: #534646;;
	text-align: left;
	width: 500px;
}
#container-mobile #column1  {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	color: #4B4B4B;
	width: 300px;
	float: left;
} 
#container-mobile #column2  {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	color: #4B4B4B;
	width: 518px;
	float: left;
}

