*{
	color: #000000;
	font-size: 14px;
	line-height: normal;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
body, form, img, p, h1, h2, h3, h4, ul, li, input, textarea, a, dl, dt, dd{
	margin: 0px;
	padding: 0px;
	border: none;
}
body{
	background-color: #ffffff;
	cursor: auto;
}
/**
* Helper
**/
.clear{
	clear: left;
}
/**
* Text definitions
**/
h1, h2, h3{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
/**
* Link definitions
**/
a			{ text-decoration: none; }
a:hover		{ color: #868889; outline: none; }
a:active 	{ color: #868889; outline: none; }
a:focus		{ outline: none; }
/**
* Main ids
**/
#pageWrap{
	width: 800px;
	min-height: 400px;
	margin: 120px auto 30px auto;
	position: relative;
}
#copyRight{
	position: fixed;
	right: 20px;
	bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
}
/**
* Misc
**/
.pointer, li{
	cursor: pointer;
}
.noSIndex{ display:none; }
.csc-textpic img{
	margin-bottom: 10px;
}
h1.title{
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
}
h2{
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
span.subtitle{
	font-size: 24px;
	display: block;
}
div.loc, div.loc a{
	font-size: 16px;
	text-align: center;
}
.nav img{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
ul.nav{
	list-style-type: none;
	margin-top: 40px;
}
/* Clear floats after the columns */
ul.nav:after {
  content: "";
  display: table;
  clear: both;
}
ul.nav li{
	float: left;
	width: 30%;
	margin: 0px 15px 0px 15px;
	/*border-right: 1px solid black;*/
	min-height: 140px;
	
}
ul.nav li:last-child{
	margin: 0px 0px 0px 15px;
	border-right: none;
}
ul.nav a{
	
}
@media screen and (max-width: 600px) {
  ul.nav li{
    width: 100%;
  }
}