@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: Stewart & Craig
	
*/



/*------ global elements------*/ 

body {font:14px "Palatino", Georgia, Times, serif; color:#222; line-height:22px;}

img{border:0;}

p{padding:0 0 20px 0; margin:0;}

ul,ol{padding:0 0 20px 0; margin:0 0 0 15px;}

hr{width: 100%; height: 0px; border: 0px; border-top: 1px solid #ccc; margin:0 0 20px 0;}

.bordered{padding:4px; border:1px solid #ccc; margin:0 10px 0 0;}


/*------ typography ------*/

/* global links */
a:link,
a:visited{color:#3c7c54; text-decoration:underline;}
a:hover,
a:active{color:#3c7c54; text-decoration:none;} 

/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; font-weight:normal;}

h1 {font-size:30px; margin-bottom:12px; color:#005090; line-height:30px;}
h2 {font-size:18px; margin-bottom:8px; color:#005090; line-height:22px;}
h3 {font-size:16px; margin-bottom:0px; color:#3c7c54;}
h4 {font-size:14px; margin-bottom:6px;}
h5 {font-size:12px; margin-bottom:5px;}
h6 {font-size:11px; margin-bottom:4px;}

/* special */
#rightCol h1, #rightCol h2, #rightCol h3{margin-bottom:15px;}
.lite{color:#3c7c54;}
.alternate{font-size:11px; color:#666;}
.xl{font-size:34px;}




