@charset "utf-8";
/* CSS Document */
body {
	min-height:100%;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

.header {
	height:100px;	
}

.logo 
{
	margin-top:5px;

}

h1,h2{
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 30px;
	letter-spacing: 2px;
}

h2 {
	font-style:oblique;
	color:#fff;
}

.topline 
{
	height:5px;
	background:#CCC;
}

.toplineborder
{
	height:1px;
	background:#EEE;
}

.callout 
{
	padding-top: 40px;
	background-color:#6CF;
	padding-bottom:40px;
	margin-bottom:20px;
}

.bottom 
{
	height:160px;
	width:100%;
	position:absolute;
	bottom:0;
background: rgb(224,224,224); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(224,224,224,1) 19%, rgba(188,188,188,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(224,224,224,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 19%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(224,224,224,1) 19%,rgba(188,188,188,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(224,224,224,1) 19%,rgba(188,188,188,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(224,224,224,1) 19%,rgba(188,188,188,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

}

.bottomline
{
	height:1px;
	background:#CCC;
	width:100%;
	position:absolute;
	margin-bottom:160px;
	bottom:0;
}

.bottombox
{
	padding:10px;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#999;
}

.wrapper
{
	position:relative;
	min-height:100%;
	background: rgb(255,255,255); /* Old browsers */
}

.mainContent {
	padding-bottom:180px;
}

p {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 14px;
}

/*h1
{
	font-family: 'Cabin', Helvetica, Arial, sans-serif;	
	font-size: 36px;
	line-height: 30px;
}*/

h3 
{
	font-family: 'Cabin', Helvetica, Arial, sans-serif;	
	font-size: 24px;
}

h3,h5
{
	margin-bottom:0px;
	color:#036;
}

a 
{
		color:#036;	
}

a:hover 
{
	color:#6CF;
}

.box {
	padding:10px;
	moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border:1px solid #CCC;
background:#EEE;
}

.bottom img 
{
	opacity: 0.6;
   filter: alpha(opacity=60);
   zoom: 1;  
	height:40px;	
	padding: 10px;
}

.bottom img:hover
{
	opacity: 1;
   filter: alpha(opacity=100);
   zoom: 1;  
}

.contact 
{
	float:right;	
}

.contact:hover
{
	color:#000;	
}
