/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Author: Danny Halarewich
    Website: www.limewheel.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	font: normal small "trebuchet ms", verdana, sans-serif;
	color: #041b33;
	background: none;
	margin: 0;
	padding: 0;
}

* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE versions */
}


div#wrapper {
    width: 100%;
    background: none;
	margin: 0 auto;
}

div#header {
    width: 100%;
	height: auto;
    background: none;
}

#logowrap {
	width: 100%;
	height: auto;
}
    #logowrap h1 {
		font: bold 300% "trebuchet ms", verdana, sans-serif;
		color: #73839C;
        margin: 0;
		padding: 0;
    }

    #logowrap h1 a {
		display: inline;
        background: none;
		text-decoration: none;
    }
		#logowrap h1 a span {
			color: #FFE060;
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


div#uppernav {
	display: none;
}

div#navigation {
	display: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Structural Divs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#banner {
	width: 100%;
	height: 80pt;
}


#contentwrap {
    width: 100%;
	padding: 0;
}

	#contentwrap #maincontent {
		width: 60%;
		float: left;
		padding-right: 35pt;
	}
	
	#contentwrap #sidebar {
		width: 25%;
		float: left;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footerwrap {
	width: 100%;
}

#footer {
    width: 100%;
}

#footercontent {
	width: 100%;
	padding: auto;
}

/* --- Tall Footer columns --- */

#footercontent #col-1 {
	float: left;
	width: 30%;
	padding: 0 10pt 0 0;
}
#footercontent #col-2 {
	float: left;
	width: 30%;
	padding: 0 10pt 0 0;
}
#footercontent #col-3 {
	float: left;
	width: 30%;
}	

#footercontent p#copyright {
	font-size: 90%;
	margin: 0;
}
/* add the tallfooter class to the copyright paragraph when it is shown below the "Tall Footer" content, otherwise do not use it */
#footercontent p#copyright.tallfooter {
	clear: both;
	border-top: 1pt dashed #7C8BA1;
	padding-top: 8pt;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Emergency Login
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#emergencylogin {
	display: none;

}

		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Hot Boxes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.hotbox {
	width: 100%;
	height: auto;
	margin-bottom: 10pt;
	padding: 0;
}

.hotbox h2 {
	font-size: 150%;
	color: #fff;
	margin: 0 0 3pt 0;
}
	.hotbox h2 a {
		color: #fff;
		text-decoration: none;
	}
	
.hotbox p {
	font-size: 100%;
	color: #fff;
	line-height: 110%;
	margin: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h2 {
	font: bold 200% "trebuchet ms", verdana, sans-serif;
	color: #041b33;
	margin: 15pt 0;
}

h3 {
	font: bold 160% "trebuchet ms", verdana, sans-serif;
	color: #041b33;
	margin: 15pt 0;
}

h4 {
	font: normal 130% "trebuchet ms", verdana, sans-serif;
	color: #041b33;
	margin: 15pt 0;
}

p {
	font: normal 110% "trebuchet ms", verdana, sans-serif;
	line-height: 140%;
	color: #041b33;
	margin: 15pt 0;
}

a {
    font: normal 100% "trebuchet ms", verdana, sans-serif;
    color: #5670d1;
}
a:hover {color: #d8ab10;}

abbr,acronym {
	border-bottom: 1pt dotted #041b33;
}

blockquote {
	background-color: #D4D8DF;
	border: 1pt solid #7C8BA1;
	font: italic 120% "trebuchet ms", verdana, sans-serif;
	padding: 5pt;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Misc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header h1 a,
#navigation ul li a,
#emergencylogin h2 {      /*----Add image replaced element here----*/
    letter-spacing: 0;
    text-indent: 0;
    overflow: visible;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

