body {
	margin:0;
	padding:0;
	background-color:#008ACC;
	background-image:url('/images/background.jpg');
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size:1em;
}

img {
	border:0;
}

#canvas {
	margin-top:16px;
	width:900px;
	background:#FFFFFF;
	clear:both;
}

#header {
	background-color:#000000;
	height:80px;
	border-bottom:1px solid #ffffff;
}

#mainnavigation {
	float:left;
	width:485px;
	margin-left:16px;
	_margin-left:8px;
	margin-top:40px;
	color:#ffffff;
}

#mainnavigation ul {
	margin: 0px;
	width: 100%;
	list-style-type: none;
	padding-left: 0px;
	float: left;
}

#mainnavigation li {
	display: inline;
	margin: 0px;
	float: left;
	display: block;
	padding:0px 14px 0px 14px;
	border-right: #E56519 1px solid;
}

#mainnavigation a {
	margin: 0px;
	width: auto;
	color: #ffffff;
	text-decoration: none;
}

#mainnavigation a:hover {
	text-decoration: underline;
}


#text_size {
	float:left;
	width:90px;
}

#text_size p { 
	font: 12px 'trebuchet ms', 'tahoma', 'arial'; 
	font-weight: bold; 
	text-align: center; 
	color: #eee; 
	margin: 12px 0px 12px 0px;
}

#size_bar { 
	position: relative; 
	width: 80px; 
	height: 0; 
	margin: 8px auto 8px auto; 
	border-top: 1px solid #4d4d4d; 
	border-bottom: 1px solid #b2b2b2; 
}

#size_button { 
	position: absolute;
	top: -4px; 
	width: 12px; 
	height: 12px; 
	background: url(/images/size_button.gif); 
	cursor: e-resize; 
}

#reset_button { 
	font: 12px 'trebuchet ms', 'tahoma', 'arial'; 
	font-weight: bold; 
	text-align: center; 
	color: #eee; 
}

#reset_button a{ 
	text-decoration: none;
	color: #eee; 
}

#reset_button a:hover {
	text-decoration: underline;
}

#logo {
	float:right;
	width:275px;
	margin-top:10px;
}

#main_image {
	border-bottom:1px solid #ffffff;
	height: 130px;
	border: 0px;
}

#youarehere {
	height:20px;
	background-color:#EB721F;
	background-image:url('/images/youareherebackground.jpg');
	color:#ffffff;
	font-size:0.7em;
	margin-bottom:10px;
}

#youareheretext {
	margin-top:3px;
	margin-left:16px;
	_margin-left:8px;
	float: left;
}

#youareheretext a{
	color: #06c;
	}

#youareheretext a:hover {
	color: #147;
	}

#mainarea {
	font-size:0.8em;
	line-height: 180%;
}

#mainareatext {
	margin-left:16px;
	clear:both;
}

#subnavigation {
	position:relative;
	width:115px;
	margin-right:30px;
	float:left;
}


#subnavigation ul {
	margin: 0px;
	width: 100%;
	list-style-type: none;
	padding-left: 0px;
	float: left;
}

#subnavigation li {
	margin: 0px;
	float: left;
	display: block;
	padding:12px 0px 12px 0px;
	border-bottom: #E56519 1px dotted;
	font-size:0.9em;
	font-weight:bold;
	width:100%;
}

#subnavigation a {
	margin: 0px;
	width: auto;
	color: #000000;
	text-decoration: none;
}

#subnavigation a:hover {
	text-decoration: underline;
}

#subnavigation p {
	margin-top:20px;
}

#subnavigation p a {
	color: #4B99E0;
}

.pagedivider {
	background-color:#E56519;
	height: 1px;
	font-size: 1px;
}

#logos {
	height:70px;
}

#footer {
	background-color:#E56519;
	height:18px;
	color:#ffffff;
	font-size:0.7em;
}

#footertext {
	margin-top: 2px;
	margin-left:16px;
	_margin-left:8px;
	margin-bottom: 2px;
	float: left;
}


#footertext ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
	float: left;
}

#footertext li {
	display: inline;
	margin: 0px;
	float: left;
	display: block;
	padding:0px 3px 0px 3px;
}

#footertext a {
	margin: 0px;
	width: auto;
	color: #ffffff;
	text-decoration: none;
}

#footertext a:hover {
	text-decoration: underline;
}


.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/*Main page content*/

#content {
	float:left;
	position:relative;
	width:715px;
	font: 1.0em 'trebuchet ms', 'tahoma', 'arial'; ; 
	color: #666; 
	line-height: 1.5em; 
}

h1 {
	font-size: 1.4em;
	padding: 0px;
	margin: 4px 0px 0px 0px;
	color:#66CCFF;
}

h2 { 
	background: url(/images/h2_tag.gif) bottom repeat-x; 
	font: 1.3em tahoma; 
	font-weight: bold; 
	color: #4B99E0;
	margin-top: 20px;
	margin-bottom: 5px;
}
h3 { 
	background: url(/images/h3_tag.gif) bottom repeat-x; 
	font: 1.1em tahoma; 
	font-weight: bold; 
	color: #FE9732; 
	margin-top: 15px;
	margin-bottom: 5px;
}

p { 
	font: 1.0em 'trebuchet ms', 'tahoma', 'arial'; ; 
	color: #666; 
	line-height: 1.5em; 
	margin-top: 0px;
	margin-bottom: 10px;
}

p:first-letter { 
	font-size: 1.2em; 
}

a {
	margin: 0px;
	width: auto;
	color: #4B99E0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FE9732;
}

.half {
	width: 49%;
	float: left;
}

.floatbox_right {
	border: none;
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	text-align: center;
}

.floatbox_left {
	border: none;
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 0px 10px 0px 0px;
	text-align: center;
}

.float_image_border {
	border: 1px solid #999999;
}


.shadowbox2 {
	position: absolute;
	background: url(/images/shadow.png) repeat;
	top: 30px;
	left:50%; 
	width:900px; 
	margin-left: -450px; 
	text-align: left;
	clear:both;
}
	
	
.shadowcontent, .shadowcontent2 {
	position: relative;
	top: -5px; /* these two define the shadow 'offset'*/
	left: -5px; /*...*/
	background: #FFF;
	color: black;
}

#validation {
	position: absolute;
	left:50%; 
	width:900px; 
	margin-left: -450px; 
	text-align: right;
	margin-top:10px;
}

#validation img {
	margin-left: 10px;
}

.download {
	padding-right: 20px; 
	border-top: #999 1px dotted; 
	font-size: 08.em; 
	padding-left: 65px; 
	background: url('/images/download.gif') #e9e9e9 no-repeat 10px center; 
	padding-bottom: 15px; 
	margin: 10px auto; 
	line-height: 180%; 
	padding-top: 15px; 
	border-bottom: #999 1px dotted; 
	text-align: center
}

.download a {
	font-size: 1.2em; 
	color: #555;
}

.download a:hover {
	text-decoration: underline !important;
        color: #555 !important;
}

#content narrowcolumn {
	width:100px;
}

#socialBookMarks {
	border:1px solid #878787;
	clear:both;
	margin:15px 0pt 10px;
	padding:3px;
	position:relative;
}

#socialBookMarks ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:6px 0pt 4px;
	padding:0pt;
	text-align:center;
}

#socialBookMarks ul li {
	display:inline;
	padding:0pt 4px 6px 0pt;
	padding-left: 20px;
	text-align:center;
}

#socialBookMarks ul li.delicious {
	background:transparent url(/images/icons/delicious.gif) no-repeat scroll 0pt;
}

#socialBookMarks ul li.digg {
	background:transparent url(/images/icons/digg.gif) no-repeat scroll 0pt;
}

#socialBookMarks ul li.reddit {
	background:transparent url(/images/icons/reddit.gif) no-repeat scroll 0pt;
}

#socialBookMarks ul li.facebook {
	background:transparent url(/images/icons/facebook.gif) no-repeat scroll 0pt;
}

#socialBookMarks ul li.stumbleupon {
	background:transparent url(/images/icons/stumbleupon.gif) no-repeat scroll 0pt;
}
