
BODY {
	background: #000033 url(background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}

A:link { color: #cccccc; text-decoration: underline; }
A:visited { color: #cccccc; text-decoration: underline; }
A:hover { color: #c2994c; text-decoration: none; }
A:active { color: #c2994c; text-decoration: none; }

A.nav:link { color: #f2f0f1; text-decoration: none; }
A.nav:visited { color: #f2f0f1; text-decoration: none; }
A.nav:hover { color: #ffffff; text-decoration: underline; }
A.nav:active { color: #ffffff; text-decoration: none; }

.mainText {
	font-family: 'Century Gothic',Futura,'URW Gothic L',Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	color: #f6f6f6;
	text-decoration: none;
	letter-spacing: 1px;
}
.headerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #f6f6f6;
	text-decoration: none;
	text-transform: capitalize;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #f6f6f6;
	text-decoration: none;
	text-transform: uppercase;
}

.navText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow:1px 1px 2px #ccc;
border-radius:12px;
}

.frameHeight
{
padding: 0px;
border: 1px solid #CCC;
box-shadow:1px 1px 2px #ccc;
border-radius:12px;
}

.iframe
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
max-width: 100%;
height: 350px;
}

.smallframe
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 18px;
}

.resize
{
max-width: 100%;
height: auto;
}


.block
{
padding: 0px;
border: 1px solid #cccccc;
background: #FCB200;
padding: 5px;
box-shadow:1px 1px 2px #ccc;
border-radius:12px;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #FCB200;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	font: bold 20px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FCB200,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #FCB200;
	}
	
	
	.container3Column {
  clear: both;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
 }
.profile3_1 {
  background-color: #;
 }
.profile3_2 {
  background-color: #;
}
.profile3_3 {
  background-color: #;
}

@media only screen and (min-width: 480px) {
 .span3 {
  width: 32.2%;
}
.col3 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col3:first-child {
 margin-left: 0;
}
}