
/*---------------------------------------------------------

	Visit Sites CSS
	
	- General CSS

---------------------------------------------------------*/

body,html {
	background:#FFFFFF;
	font-family: "trebutchet", helvetica, sans-serif;
	height: 100%;
}

p {
	margin-bottom:1em;
}

/*-------------------------------------

	Element CSS

-------------------------------------*/

#wrapper {
	padding:0.5em 0.5em 0;
	height: 100%;
}

#content {
	background:#FFF;
	width:80em;
	margin:2em auto 2em;
	padding:0em;
	height: 100%;
	height:auto;
}

#masthead {	
	height: 135px;
	background-color: #000000;
}

#masthead img {
	float: left;
	margin: 0px;
	display: block;
}

#main {
	margin-top: 0px;
	padding: 0em;
	height: 100%;
}

#footer p {
	height:3em;
	line-height:1.6em;	
}


/*-----------------------------------

	Start of columns

-----------------------------------*/

#headertr td {
	background-color: #000000;
	width: 800px;
}

#middletr {
	background-color: #FFFFFF;
}

#left_middletd {
	background-color: #0099FF;
	vertical-align: top;
	padding: 0px;
	width: 199px;
	height: 100%;
	color: #FFFFFF;
	font-family: "trebuchet", helvetica, sans-serif;
	font-size: 12px;
}

#right_middletd {
	background-color: #0099FF;
	vertical-align: top;
	padding: 0px;
	width: 200px;
	color: #FFFFFF;
	font-family: "trebuchet", helvetica, sans-serif;
	font-size: 12px;
}

#right_middletd img {
	margin: 10px;
}

#middletd {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	width: 401px;
}

#colLeft {
	background-color: #0099FF;
	float: left;
	padding: 0px;
	width: 24%;
	height: 100%;
	height:auto;
}

#left_middletd img {
	border-bottom: 4px solid #FFFFFF;
}

#text {
	padding: 10px;
	font-family: "trebuchet", helvetica, sans-serif;
	font-size: 12px;
}

#text p {
	font-family: "trebuchet", helvetica, sans-serif;
	font-size: 12px;
}

#main_left {
	height: 80%;
}

#footer_left {
	height: 20%;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#main_mid {
	height: 90%;
}

#footer_mid {
	height: 10%;
}

#colLeft img {
	margin: 0px;
}

#colMid {
	background-color: #FFFFFF;
	float: left;
	width: 49.9%;
	height: 100%;
	height:auto;
}

#colRight {
	background-color: #0099FF;
	float: left;
	width: 26%;
	height: 100%;
	height:auto;
}

#footer_content {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	margin-right: 25px;
}

/*-----------------------------------

	Start of Typography

-----------------------------------*/


body {
	font:62.5% "trebuchet", helvetica, sans-serif;	 /* This sets the resolution for the site, currently 1em = 10px. */
	color:#666;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	color:#333;
}

h1 {
	font-family: "trebuchet", helvetica, sans-serif;
	font-size:2em;
	color:#0099FF;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-family: "trebuchet", helvetica, sans-serif;
	font-size:1.5em;
	color:#0099FF;
	margin: 10px 0px 10px 0px;
}
