
/* MACRO LAYOUT STYLES */
body { 
	border-top: 0em;
	border-bottom: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom:0em;
	background-color: #CC3333;
	font-family: "Helvetica Neue (TT)", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px; 
	line-height: 17px;
	color: #000000;
}

table.content { 
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left:0px;
	background-color:#ffffff;
}
	td.content {
			background-image: url(../../images/ui/bg-warm.jpg);  
/*	background-image: url(../../images/ui/maincopy2.png);  */

		background-repeat: no-repeat;
		background-position: top;  
	}
	td.contentWork {
		background-image: url(../../images/ui/topNav-shad.jpg); 
		background-repeat: no-repeat;
		background-position: top;
	}

	td.content p { font-weight:normal;}


table.contentMain { /* index page has different positioning for bg image */
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left:0px;
	background-color:#ffffff;
	font-size: 12px; 
	line-height: 18px;
	}
	td.contentMain {
		background-image: url(../../images/ui/bg-main-warm.jpg);  
/*	    background-image: url(../../images/ui/maincopy2.png);  */

		background-repeat: no-repeat;
		background-position: top;
	}

div.about {
	margin: 0px 60px 0px 60px; 
	font-weight: bold;
}
/*	div.about p { text-align:justify; } */
	
.outer-left {
	background-image: url(../../images/ui/bg-left-shad.gif); 
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #cc3333;
}

.outer-right {
	background-image: url(../../images/ui/bg-right-shad.gif); 
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #cc3333;
}



/* by selector */
p { margin-top:18px; margin-bottom:18px;}
	.citation {font-weight:normal; font-style:italic; margin-left:48px;}
	.caption {font-size:11.5;margin-bottom:0px;}
	
ul { margin-top: 6px; }
	.testimonial {font-weight:normal; margin:0px; }	
	.testimonial li {font-weight:normal; margin:12px 0px 12px 0px; }	
	.projects { 
		font-size:11.5px; 
		font-weight:normal; 
		margin: 12px 0px 0px 1.5em; 
		padding: 0px;
		}
	.projects li { 	margin: 4px 0px 4px 0px; }
	
b, strong { font-weight: bold;}

h1, h2, h3 {
/*	font-family: "Helvetica Neue (TT)", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	text-align: left;
	}

h1 {
	font-size: 14px; 
	line-height: 20px;}
	h1.mainRed {
		font-family: "Arial Black", sans-serif;
		text-align: center;
		font-weight:normal;
		font-size:16px;
		line-height:20px; 
		color: #CC3333;}
	h1.mainRed4 {
		font-family: "Arial Black", sans-serif;
		text-align: center;
		font-weight:normal;
		font-size:16px;
		line-height:22.5px; 
		color: #CC3333;}
	h1.mainK {
		font-family: "Arial", sans-serif;
		font-weight:normal;
		text-align: center;
		font-size:16px;
		line-height:30px; 
		color: #000000;
		
	}
		h1.mainK2 {
		font-family: "Arial", sans-serif;
		font-weight:bold;
		text-align: center;
		font-size:16px;
		line-height:25px; 
		color: #CC3333;
		}
		h1.mainK3 {
		font-family: "Arial", sans-serif;
		font-weight:normal;
		text-align: center;
		font-size:14px;
		line-height:25px; 
		color: #000000;
		}

h2 {
	font-size: 11px; 
	line-height: 18px;
	color: #CC3333;
}
	h2.categoryLabel {
		text-align:center;
		margin-bottom:8px;
		}

h3 {
	font-size: 13px; 
	line-height: 18px;
	font-style: italic;
	font-weight:normal;
}

/* by ID */

/* by CLASS */

/* LINKS */
a, a:link, a:visited { color: #000000; text-decoration: underline; }	
a, a:hover, a:active { color: #555555; text-decoration: underline;}	

a.contact, a.contact:link, a.contact:visited { color: #000000; text-decoration: none; }	
a.contact, a.contact:hover, a.contact:active { color: #000000; text-decoration: underline;}	

.bottomlink-alt { color: #7F7E7E; }
a.bottomlink-alt, a.bottomlink-alt:link, a.bottomlink-alt:visited { color: #7F7E7E; text-decoration: none; 	font-size: 10px; letter-spacing: 0.2em; }	
a.bottomlink-alt, a.bottomlink-alt:hover, a.bottomlink-alt:active { color: #7F7E7E; text-decoration: underline; font-size: 10px; letter-spacing: 0.2em; }	

/*.bottomlink {text-align:center;color:#535350;margin-top:6px;}*/
.bottomlink {text-align:center;color:#898988;margin-top:6px;}
a.bottomlink, a.bottomlink:link, a.bottomlink:visited { color: #D2D2D2; text-decoration: none; 	font-size: 10px; letter-spacing: 0.2em; }	
a.bottomlink, a.bottomlink:hover, a.bottomlink:active { color: #D2D2D2; text-decoration: underline; font-size: 10px; letter-spacing: 0.2em; }	

/* COLORS */
.cotelRed { color: #CC3333; }

