/* MILLER MCMILLAN style guide */

/* COLORS... 
dark gray: #4C4C4C
teal: #14AA9B
orange: #F46549
 */

/* Nav */
.lnav {
	font-size: 11px; 
	font-weight: normal; 
	color: #14AA9B; 
	font-family: verdana, sans-serif;
	line-height: 12px;
	text-decoration: none;
	} 
	
.lnav_sel {
	font-size: 11px; 
	font-weight: normal; 
	color: #F46549; 
	font-family: verdana, sans-serif;
	line-height: 12px;
	text-decoration: none;
	}
	
.lnavbr{
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;
	width: 100px;
	}
	
.lsubnav {
	font-size: 10px; 
	font-weight: normal; 
	color: #4C4C4C; 
	font-family: verdana, sans-serif;
	line-height: 12px;
	text-decoration: none;
	} 
	
.lsubnav_sel {
	font-size: 10px; 
	font-weight: bold; 
	color: #F46549; 
	font-family: verdana, sans-serif;
	line-height: 12px;
	text-decoration: none;
	} 
	
.lsubnavbr{
	font-size: 6px;
	line-height: 6px;
	text-decoration: none;
	width: 100px;
	white-space: nowrap;
	} 

/* General */

a:hover {
	color: #F46549;
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	}	

.caption { 
	font-size: 11px; 
	font-weight: normal; 
	color: #4C4C4C; 
	font-family: verdana, sans-serif;
	line-height: 18px;
	} 
	
.superscript {
	font-size: 11px;
	font-weight: normal;
	}
	
.pgtitle { 
	font-size: 11px; 
	font-weight: bold; 
	color: #14AA9B; 
	font-family: verdana, sans-serif;
	line-height: 18px;
	} 
	
.sectitle { 
	font-size: 16px; 
	font-weight: bold; 
	color: #14AA9B; 
	font-family: verdana, sans-serif;
	line-height: 18px;
	} 	

#excerpt {
	font-family: courier new, courier, monospace;
	font-size: 11px;
	color: #525252;
	line-height: 18px;
	border-style: solid;
	border-color: #FBB3A4;
	border-width: 1px;
	padding: 20px;
	width: 489px;
	}
	
#testim {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #0e8e81; 
	line-height: 14px;
	padding: 0px;
	}
	
#list {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #4C4C4C;
	line-height: 18px;
	padding: 15px;
	}
	
#gap {
	height: 28px;
	}	

a:hover {color:#F46549;}


/*
A.gnav:link    { font-size: 10px; font-weight: bold; color: #000000; font-family: verdana, sans-serif; text-decoration: none; }
A.gnav:visited { font-size: 10px; font-weight: bold; color: #000000; font-family: verdana, sans-serif; text-decoration: none; }
*/

/* spacers */
.br4{font-size:4px}
.br6{font-size:6px}
