@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: Town of Beaumont
	
*/



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

body, td{font:12px "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif; color:#222; line-height:16px;}
.font_medium, .font_medium td{font-size:14px;}
.font_large, .font_large td{font-size:16px; line-height:18px;}

img{border:0; -ms-interpolation-mode:bicubic;}

div#pageContent img{padding:3px; border:1px solid #ddd; margin:0 5px 5px;}

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

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

hr{border:0; border-top:1px solid #ddd; background:#fff; height:1px; padding:0; margin:0 0 15px 0; clear:both;}

a.rMore{background:url(../images/icon_readmore.jpg) left center no-repeat; padding:2px 0 0 26px; text-transform:uppercase;}


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

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

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

h1{font-size:24px; margin-bottom:12px; color:#00b374; line-height:26px;}
.font_medium h1{font-size:26px; line-height:28px;}
.font_large h1{font-size:28px; line-height:30px;}
h2{font-size:14px; margin-bottom:8px; color:#444; text-transform:uppercase;}
.font_medium h2{font-size:16px;}
.font_large h2{font-size:18px;}
h3{font-size:12px; margin-bottom:6px; color:#222; font-weight:bold;}
.font_medium h3{font-size:14px;}
.font_large h3{font-size:16px;}
h4{font-size:13px; margin-bottom:0px; padding-top:2px; color:#444; text-transform:uppercase;}
.font_medium h4{font-size:14px;}
.font_large h4{font-size:15px;}



/* special */
a.nLink{color:#444;}
.alternate{color:#666;}
.pdf{background:url(/images/pdf_icon_sm.png) left center no-repeat; padding:4px 0px 0px 16px;}
.rss{background:url(/images/rss.png) left center no-repeat; padding:3px 0px 1px 18px; margin-bottom:5px;}



