/* ================== */
/* = 960 Fixed Grid = */
/* ================== */
.grid_1 { width:60px; }
.grid_2 { width:140px; height:27px; text-align:center; padding-top:10px; padding-bottom:10px; background-repeat:no-repeat; color: #FFF; font-size:14px;  }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; width:460px; padding-top:10px; text-align:right;}
.grid_52 { width:380px; }

.grid_6 { width:460px; padding-top:10px;}
.grid_72 { width:540px; }
.grid_7 { width:900px; }
.grid_8 { width:620px;  }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; height:362px; padding-top:30px; }
.grid_12contact { width:940px; height:362px; padding-top:20px; padding-left:10px; background-image:url(contactbg.jpg); background-repeat:no-repeat; }
.grid_12bottom { width:940px; height:30px; padding-top: 100px; }

.column { /* 10px margin on BOTH sides, resulting in a 20px gutter between columns */
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline; /* ie6 double-margin bug fix */
	color: #003;
	font-size: 14px;
}
.row { /* center the row on the page, clear the interior contents with overflow:hidden hack */
	width: 960px; margin: 0 auto; overflow: hidden; height:auto;

}
.twitterlist { list-style-type:none; list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image:url(underline.gif)
background-repeat: repeat-x;
background-position:bottom;
padding-bottom:15px;
padding-top:15px; }

#footer {position: relative;
	height: 150px;
	clear:both;} 

