/* --------------------------------------------------------------------
	content.css gives layout and styling for the maincontent
	and sidecontent areas.
   ------------------------------------------------------------------ */
   
   
img { /* needed for firefox */
	border: 0px;
	}	
		
a {
	color: #8D3500;
	text-decoration: none;
	}
	
a:hover {
	color: #8D3500;
	text-decoration: underline;
	}
		
a:visited {
	color: #8D3500;
	}
	
a, a:hover, a:visited {
	outline:none;
	}
	
	
h3 {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #000;
	}
	
h3.headtitle {
	font-family: Tahoma, Verdana,  Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #8F8F75;
	margin: 0px;
	padding: 5px 0 10px 0px;
	background: url(images/divider_horizontal_4px.gif) no-repeat bottom left;
	clear: right;
	} 	
	
p {
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #666;
	}

h4 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin:0;
	padding:0;
	}
	
.article h4 {
	margin: 0px 0px 10px 0px;
	}	
	
h5 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}

.paragraphs p { 
	margin: 0px;
	padding: 2px 0 5px 0;
	line-height: normal;
	}

ul {
	list-style-type: none;
	padding: 0px;
	}

ul li {
	color: #666;
	margin:0;
  	padding:0;
  	}
  	
ol {
	margin-left: 0px;
	padding-left: 30px;
	}
  	
ol li {
	color: #666;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	
ul li ul, ol li ol, ol li ul, ul li ol {
	margin-top: 10px !important;
	}
	
ul.bulletlist {
	margin: 0px 0px 0px 18px;
	}

ul.bulletlist li {
	list-style-type: disc;
	margin: 0px 20px 5px 0px;
	}	
   
  
/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
	}		
	
.subheadtitle a {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #8F8F75;
	float: right;
	clear: both;
	margin: 10px 0px 0 0;
	padding: 0px;
	}
		
.legal {
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 9px; 	
	margin: 0px;
	padding: 0px;
	}
		

	
/* ------------------------------------------ 
          left + right column content         
   -------------------------------------------*/   

.sidecontent {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
		
.sidecontent h3 {
	background: #b5b19e url(images/sidecontent_bg_top.gif) no-repeat right bottom;
	color: #ffffff;	
	font-family: Tahoma, Verdana,  Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing:normal;
	margin: 0px;
	padding: 5px 12px 20px 12px;
}


#module {	
	background: url(images/bg-moduleHeader.png) top right no-repeat;
	margin: 40px 12px 0px 12px;
	}
	
#module img {	
	border-top:1px solid #cccccc;
	}	

#module h4 {
/*	border:1px solid white;
*/	color: #ffffff;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	height:22px;
	margin-bottom:none;
	padding: 3px 0px 0px 25px;
	}	

#module h4.tshirt {
	background: url(images/icon-tshirt.png) left no-repeat;
	}	

#module h4.services {
	background: url(images/icon-services.png) left no-repeat;
	}	

#module h4.portfolio {
	background: url(images/icon-portfolio.png) left no-repeat;
	padding-left: 32px;	
	}

#module h4.contact {
	background: url(images/icon-contact.png) left no-repeat;
	}	

#module h4.links {
	background: url(images/icon-links.png) left no-repeat;
	padding-left: 30px;		
	}		

#module p {
	margin: 5px 0px 5px 0px;
	}

#module .linkList {
	margin: 5px 0px 0px 0px;	
	}	

#module .linkList p {
	font-size:10px;
	line-height:normal;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

#module .linkList a {
	padding: 0px 5px 0px 0px;	
	}
	
	
.itemlist {
	margin: 0px 0px 0px 15px;
	}	
	
.itemlist li {
	padding: 3px 0px 5px 0px;
	margin-right: 15px
	}	
	
.itemlist ul {
	compact: true;
	list-style-image: url(images/bullet-chevron.gif);
	margin: 0 0 20px 10px;
	/* ORIGINAL  list-style-type: disc; */		
	}
	
.itemlist p {
	margin: 0 0 0px -5px;
	font-weight: bold;
	}	
	
.address {
	margin: 0px 10px 20px 10px;
	}
	
.address p {
	margin: 0 0 0 0;
	font-weight: normal;
	font-style: normal;
	}
	
.address em {
	font-weight:bold;
	font-style:normal;
	}	

	
/* ------------------------------ 
         main flash banner        
   ------------------------------*/
   
#mainFlashArea {
	background: #eeeeee url(images/homeFlashBg3.jpg) no-repeat top center;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;		
	text-align: center;	
	margin: 0px;
	padding: 0px;	
	width: 900px;
	height: 200px;
	overflow: hidden;
	vertical-align:middle;	
	}
	
#mainFlashArea img {
	margin-top: 60px;
	}	
	
#mainFlashBanner {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;		
	}
	
	
	
/* -------------------------------------------------------- 
        design journal articles  /  portfolio items           
   ---------------------------------------------------------*/
     
#centerColumn p {
	line-height: 1.4em;
	}
	
.largethumb {
	height: 100px;
	width: 130px;
	float: left;
	margin: 0px 15px 5px 0;
	padding: 0px;
	border: 0px;
	}
	
.blue {
	color: #036;
	font-weight: normal;
	font-style: normal;
	}
	
	
 /*  design journal articles   */ 
 		
	
.article {
/*	background: url(images/divider_horizontal_4px.gif) no-repeat bottom center;*/
	margin: 0px 0 0 0px;
	padding: 25px 0px 20px 0px;
	}		
	
.article h3 {
	margin-bottom: 5px;
	}
	
.article p {
	margin: 0px 0px 10px 0px;
	}
		
.article-divider {
	background: url(images/divider_horizontal_4px.gif) no-repeat center;
	clear: both;	
	height: 4px;
	width: 410px;
	}		


 /*  portfolio items   */ 
   
.item {
	margin: 25px 0 25px 0px;
	overflow: hidden;
	min-height: 112px;
	}
	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.item {
	clear: both;
	}
/* End IE5-Mac hack */


.item h3  {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}	

.item p { 
	margin-top: 2px;
	line-height: normal;
	}	
   
   
   
   

 /* Portfolio Flash Elements */ 
 
 #portfolioFlashDesign,  #portfolioFlashDesignA,  #portfolioFlashDesignB,  #portfolioFlashDesignC,  #portfolioFlashDesignD,  #portfolioFlashDesignE {
	background: #eeeeee;
	margin: 30px 0px 0px 0px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	text-align: center;	
	} 
	
 #portfolioFlashDesign p.getFlashButton {
	margin:auto;
	padding:10px;
	}
	 
 #portfolioFlashDesign.flashBg1 {
	background: url(portfolio/images/bg-ibmFlashDesign.png) no-repeat top left;
	padding:10px;	
	 }	 

 #portfolioFlashDesign.flashBg2 {
/* ibmFlash2, ibmFlash3, mindleverFlash, cmdFlash  */
	background: url(portfolio/images/flashDesign-bg2.gif) no-repeat top center;
	height: 340px; 
	padding-top:3px ;	
	}
	
	
	
	
.portfolioPDF {
	background: url(portfolio/images/acrobatIcon-leftArrow.gif) no-repeat top left;
	border: 1px solid red;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	}



/* ------------------------------ 
         form content         
   ------------------------------*/  
   
.group {
	background:#f8f8f4;
	border: 1px solid #e5e5d9;
	margin: 0px;
	padding: 20px 20px 10px 20px;
	margin: 20px 0px 20px 0px;
	width: 365px;
	}
	
label {
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	}	
	
textarea {
	height: 100px;
	}	
	
.formFields {
	border: 1px solid #8f8f75;
	background: #eeeeee;
	clear:both;
	padding: 1px;
	width: 360px;
	margin-bottom:30px;
	}


/* style hides mouseOut preload images  */
.preloadImg {display:none;}

.required {
	font-weight: bold;
	color: #c00;
	}

.submitButton {
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	width:410px;
	}	
	
.notice  {
	border: 1px solid red;
	color:#FF0000;
	padding:5px;
	}	
	
.pdfLink {	
background: url(portfolio/images/acrobatIcon.gif) no-repeat top left;
height:16px;
padding: 2px 0px 0px 23px;
margin: 20px 0px 20px 0px;
}



























