/* typography.css */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2em;line-height:1;margin-bottom:0.5em;color:darkblue;padding-top:30px;}
h2 {font-size:1.4em;margin-bottom:0.75em;color:#003300;border-bottom:1px solid #000000;font-weight:bold;}
h3 {font-size:1.5em;line-height:0.5;margin-bottom:1em;color:#003300;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

a:focus, a:hover {color:#000;text-decoration:underline;}
a {color:#006600;text-decoration:none;}

/* grid.css */
/*.container {
	width:950px;
	margin:auto;
}*/
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
	float:left;
	margin-top:0px;
	padding-left:0px;
	/*padding-right:2px;*/
}
.last, div.last {margin-right:0;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
div.rowborder {padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #eee;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:280px;margin-left:15px;text-align:left;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:450px;margin-left:15px;text-align:left;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {/*width:940px;*/width:100%;height:100%;background:#ffffff url(../../images/template/tail_content.gif) repeat-x scroll left top;}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
.small {font-size:.8em;line-height:1.875em;}