/* reset */
html, body, 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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-size : 100%;
	vertical-align : baseline;
	background : transparent;
} 
body  {
	line-height : 1;
}
ol, ul  {
	list-style : none;
}
blockquote, q  {
	quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after  {
	content : '';
	content : none;
}
:focus  {
	outline : 0;
} 
ins  {
	text-decoration : none;
}
del  {
	text-decoration : line-through;
}
table  {
	border-collapse : collapse;
	border-spacing : 0;
}

html,body,p,td,div {
	font-family: Arial,Verdana,sans-serif;
	color: #444;
	font-size: 12px;
	line-height: 1.33em;
}
p {
	padding: 0 0 0.8125em;
}
a {
	color: #0099CC;
	border-bottom: 1px dotted #0099CC;
	font-weight: bold;
	text-decoration: none;
}
#wrapper {
	background:#FFFFFF url(/app/templates/default/images/page-bg.jpg) repeat-x;
	width: 100%;
	text-align: center;
}
.row {
	padding-bottom: 4px;
	width: 784px;
	margin: 0 auto;
	text-align: left;
}
hr {
	background: url(/app/templates/default/images/topbar.gif) no-repeat;
	height: 12px;
	width: 784px;
	border: 0;
	display: block;
	clear: both;
}
#header {
	position: relative;
	height: 116px;
	padding-bottom: 0;
}
#banner {
	height: 146px;
	padding-bottom: 0;
	display: block;
	width: 784;
	background: url(/app/templates/default/images/largepic.jpg) no-repeat;
	position: relative;
}
#strap {
	position: absolute;
	top: 50px;
	left: 355px;
	color: #0099cc;
	font-size: 22px;
	width: 220px;
}
#fader {
	position: absolute;
	right: 0;
	top: 0;
}
#tagcloud {
	display: block;
	padding-left: 7px;
	background: url('/app/templates/default/images/greycrossbackground.gif') no-repeat;
	height: 190px;
}
#login {
	position: absolute;
	bottom: 60px;
	right: 0;
	width:262px;
}
#login input, #search input {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height: 19px;
	margin:0;
	padding:1px;
	margin-left: 5px;
}
#phonenumber {
	position: absolute;
	right: 0;
	font-size: 2.4em;
	padding-top: 10px;
	width: 180px;
}
#search input {
	float: left;
	margin-left: 0;
	width: 142px;
}
#login a {
	text-decoration: none;
}
#login .loginbutton, #search .searchbutton {
	border: 0;
	padding: 0;
	height: 23px;
	width: 41px;
}
#search .searchbutton {
	width: 45px;
}
#login td {
	vertical-align: top;
}
#nav {
	clear: both;
	background: transparent url(/app/templates/default/images/bottombar.gif) repeat-x scroll 0 0;
	height: 38px;
	line-height: 35px;
	display: table;
	width: 784px;
}
#breadcrumbs {
	background: url(/app/templates/default/images/01-breadcrum-backgr.jpg) repeat-x left bottom;
	color: #C4C4C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 0 7px 12px;;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	display: block;
}
#main {
	background:url(/app/templates/default/images/body-bg-rep.gif) repeat-y left top;
}
#left {
	width: 581px;
	float: left;
	display: inline;
}
#sidebar {
	width: 203px;
	float: right;
	display: inline;
}
#sidebar .pod {
	margin-bottom: 7px;
	margin-left: 7px;
	clear: both;
}
#content {
	padding-left: 12px;
	padding-right: 12px;
}
#contentfooter {
	/*margin-top: -37px;*/
	margin-bottom: -5px;
}
#footer {
	background: #FFFFFF url(/app/templates/default/images/bottomBGrep.gif) repeat-x scroll 0 0;
	height: 100px;
	text-align: center;
	width: 100%;
}

#tweets .status {
	background: url('/app/templates/default/images/twitter.gif') no-repeat left center;
	padding-left: 20px;
}

.subnav {
	border-bottom: 1px dashed #CCCCCC;
	padding: 3px;
	font-size: 11px;
}
ul.sidebar li:last-child {
	border-bottom: none;
}
ul.sidebar li li:first-child {
	/*border-top: 1px dashed #CCCCCC; ie doesn't support last-child etc, so no borders on sub nav*/
	border-bottom: none;
}
ul.sidebar {
	margin-bottom: 1em;
}
ul.sidebar li li {
	margin-left: 12px;
}
.navlink, .navlink:link, .navlink:visited, .navlink:active {
	color: #0099CC;
	text-decoration:none;
	border: 0px;
}
.subnav a {
	background: url('/app/templates/default/images/smallcross.gif') no-repeat left center;
	padding-left: 20px;
}
#subnav .subnav a {
	background: url('/app/templates/default/images/arrowsub2.gif') no-repeat left center;
}
#subnav a {
	display: block;
}

#footernav {
	width: 500px;
	margin: 0 auto;
}

.normallink {
	background: none !important;
	padding-left: 0 !important;
	text-decoration:none;
	border-bottom: none;
}
.clear {
	clear: both;
}
/* heading styles */
h1 {
	display: block;
	width: 100%;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD8B8;
	font-size: 18px;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99CC33;
	text-decoration: none;
	margin: 20px 0 3px 0;	
}
h2 {
	font-size: 16px;
}
#tools {
	float: right;
	margin-right: .5em;
}
#tools img {
	margin-left: 0.25em;
}
.error {
	color: #e00;
	font-style: italic;
}
.required {
	color: #e00;
}
hr.divider {
	border-bottom: 1px dashed #CCD8B8;
	background: none;
	width: auto;
	height: auto;
	margin: 0 0 7px;
}
#sidebar hr.divider {
	margin-left: 7px;
}
#videoLayer
{
    position: fixed;
    bottom: 0px;
    right: 10px;
} 