/* Written By Shawn Wagner
 * Blue Communications 2010
 * */

html, body
{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left: 0;
}
 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	line-height: 1;
	color: black;
	background: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

label
{
	float: left;
	clear: left;
	width: 200px;
}

ol, ul
{
	list-style-type: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

p, h1, h2, h3, h4, h5, h6, ul, ol
{
	margin-bottom: .5em;
}

a img, img
{
	border: none;
	display: block;
}

a
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1
{
	font-size: 197%;
}/* 26px */

h2
{
	font-size: 182%;
}/* 24px */

h3
{
	font-size: 167%;
}/* 22px */

h4
{
	font-size: 152%;
}/* 20px */

h5
{
	font-size: 136%;
}/* 18px */

h6
{
	font-size: 122%;
}/* 16px */

table,th, td
{
	border: 1px solid rgb(16,144,208);
	padding: 1px 5px;
	line-height: 1.1em;
}

th
{
	background-color: rgb(16,144,208);
	color: white;
	border: 1px solid white;
	padding: 1px 10px;
}

strong
{
	text-decoration: none;
	color: rgb(16,144,208);
}

.social
{
	display: none;/*remove to display social networking links*/
}

#pagewrapper
{
	margin: 5px auto;
	background-color: white;
	width: 960px;
}

#topbar, #bottombar
{
	background-color: black;
	height: 10px;
}

#banner
{
	height: 114px;
	padding: 15px;
}

#careof
{
	color: grey;
	font-size: .6em;
	padding: 2px;
}

#topmenu
{
	background-color: rgb(16,144,208);
	padding: 5px;
	padding-left: 20px;
}

#topmenu li
{
	display: inline;
	padding-right: 20px;
}

#topmenu li a
{
	color: white;
}

#sociallinks
{
	float: right;
}

#sociallinks li
{
	display: inline;
	padding-right: 5px;
}

#sociallinks li a
{
	border: none;
}

#sociallinks li a img
{
	display: inline;
}

#redundantlinkswrapper
{
	margin-left: 15px;
	padding-top: 125px;
}

#redundantlinks li
{
	display: inline;
	font-size: 1.7em;
}

#redundantlinks li a
{
	color: grey;
	font-family: "Trebuchet MS";
}

#content
{
	min-height: 250px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 30px;
	clear: right;
}

#contenttext
{
	padding-top: 50px;
	width: 600px;
	padding-left: 5px;
	line-height: 1.5em;
	font-size: .9em;
	float: left;
	margin-bottom: 20px;
	min-height: 180px;
}

#trailer
{
	padding-top: 10px;
}

#footer
{
	clear: both;
}

#bottommenuwrapper
{
	margin-bottom: 2px;
	margin-left: 2px;
}

bottommenu
{
	padding-left: 20px;
}

#bottommenu li
{
	display: inline;
	font-size: .6em;
}

#bottommenu li a
{
	color: black;
}

span.no
{
	color: red;
}

span.yes
{
	color: green;
}