
/* Remove padding and margin */
* {margin: 0;padding: 0;}

/* Class for clearing floats */
.clear {clear:both;}
.right{float:right;}
.left{float:left;}


/* =Typography
-----------------------------------------------------------------------------*/
html>body {font-size:10pt;}

body {
  	font: 100%  "Microsoft Sans Serif", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
		
h1{
	color: #af272e;
	padding:5px 0px 10px 0px;
	margin: 0;
}

h2{
	clear:both;
	color: #af272e;
	font-size:18px;
	line-height:22px;
	padding:10px 0px 10px 0px;
}

h3{
	color: #af272e;
	font-size:17px;
	line-height:22px;
	padding:10px 0px 10px 0px;
}


/* =Layout
-----------------------------------------------------------------------------*/

#header, #header-left, #header-center, #header-right{
	display: none;
}
#menu_trail {
	display: none;
}
#sharktop {
	display: none;
}
#navigation {
	display: none;
}
#wrapper{
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	margin-top: -125px;
}
#maincontent, #sides {
	width: 95%;
	margin: 0 0 0 5%;
	float: none !important;
}
.homeleft, .homeright {
	float: none;
	border: 0;
}
.left, .right {
	display: none;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link{
	color:#af272e;
	text-decoration:underline;
}

/* =copyright
-----------------------------------------------------------------------------*/
#copyright a:link{
	display:none;
}

#copyright p{
	font-size:12px;
	font-weight:bold;
	margin:5px auto;
	text-align:center;
	width:700px;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	display:none;
}
#footer-text {
	font-size: 8pt;
	padding: 10px;
	width: 95%;
}
#navlinks {
	display: none;
}

		
/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* =Filters
-----------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/
