/* **************** TEMPLATE ***************** */

* {
	background-image:none;
	margin:0;
	padding:0;
	z-index:1;
}


/* ====== Page Head, Body, and Foot ====== */

body {
	background:#ffffff;
	margin:0px;
	font-size:80%;
}

.page {
	margin: 0 auto;
	width: 750px;
}

.oldSchool {
	width:750px;
}
.gs960 {
	width:960px;
}

.main {
	overflow: hidden;
}
.leftCol {
	float:left;
	width:250px;
}
.rightCol {
	float:right;
	width: 300px;
}
.padLeft {
	padding-left:20px;
}
.noPadLeft {
	padding-left:0px;
}
.padRight {
	padding-right:20px;
}

.noPadBottom {
	padding-bottom:0px;
}

.noMargin {
	margin:0px;
}

.noMarginBottom {
	margin-bottom:0px;
}

.noPadding {
	padding:0px;
}

/* extend columns to allow for common column widths */

.w110 {
	width:110px;
}

.w130{
	width:130px;
}
.w160 {
	width:170px;
}
.w180 {
	width:180px;
}
.w220 {
	width:220px;
}
.w240 {
	width:240px;
}
.w300 {
	width:300px;
}
.w380 {
	width:380px;
}
.w460 {
	width:460px;
}

.w640 {
	width:460px;
}
/* **************** GRIDS ***************** */

.line, .lastUnit {
	overflow: visible;
	width:100%;
}
.unit {
	float:left;
}
.unitExt {
	float:right;
}
.size1of1 {
	float:none;
}
.size1of2 {
	width:50%;
}
.size1of3 {
	width:33.33333%;
}
.size2of3 {
	width:66.66666%;
}
.size1of4 {
	width:25%;
}
.size3of4 {
	width:75%;
}
.size1of5 {
	width:20%;
}
.size2of5 {
	width:40%;
}
.size3of5 {
	width:60%;
}
.size4of5 {
	width:80%;
}

.media {
	width:auto;
}

.header {
	height:auto;
	opacity:.95;
	filter: alpha(opacity=95);
	width:750px;
	margin:0px auto;
}

.logo {
	width:300px;
	height:105px;
	background:url(../images/home-logo.jpg) no-repeat;
	float:left;
}

.navigation {
	margin: 40px 0px 0px 0px;
	float:right;
	width:400px;
	overflow:visible;
}

.footer {
	background:url(../images/common/lines2.gif) repeat-x top;
	padding:20px 0px;
	font-size:90%;
	margin-top:20px;
	text-align:center;
	color:#ccc;
}




