@charset "utf-8";
/* CSS Document */

/* Begin CSS 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,
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;
}
img {
	vertical-align: middle;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

/* Bitstrem Vera Sans Font - http://www.fontsquirrel.com/fonts/Bitstream-Vera-Sans */
@font-face {
	font-family: 'BitstreamVeraSansRoman';
	src: url('fonts/Vera-webfont.eot');
	src: local('☺'), url('fonts/Vera-webfont.woff') format('woff'), url('fonts/Vera-webfont.ttf') format('truetype'), url('fonts/Vera-webfont.svg#webfonteZH5QGQP') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* End Bitstrem Vera Sans Font */

/* universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Begin General Font Styles */
body {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #535353;
}

h1 {
	font: normal 22pt 'BitstreamVeraSansRoman', Verdana, sans-serif;
	color: #0091cd;
	margin-bottom: 0.5em;
}

h2 {
	font: normal 19pt 'BitstreamVeraSansRoman', Verdana, sans-serif;
	margin: 1.75em 0 0.5em;
}

h3 {
	font: normal 16pt 'BitstreamVeraSansRoman', Verdana, sans-serif;
	margin: 1.75em 0 0.5em;
}

h4 {
	font: normal 12pt 'BitstreamVeraSansRoman', Verdana, sans-serif;
	margin: 1.75em 0 0.5em;
}

p {
	margin: 1.25em 0;
}

a {
	color: #0e6989;
}

a:visited {
	color: #950024;
}

a:hover {
	color: #cc0031;
}

ul {
	margin-bottom: 20px;
}

li {
	margin: 0.75em 0;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
}

.visualClear {
	clear: both;
}

.imgFloatRight {
	float: right;
	margin-left: 15px;
}

.imgFloatLeft {
	float: left;
	margin-right: 15px;
}

.note {
	font-size: 8pt;
}

/* Begin Header */
#header {
	background: url(images/graybar.png) no-repeat center top;
}

#header > .wrapper {
	padding: 25px 0 0;
}

#header .logo {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 30px;
}

#header .blockedSites {
	float: right;
}

#header h1,
#header .h1 {
	float: left;
	font-size: 60pt;
	line-height: 1;
	margin-top: 25px;
}

#header h1 span {
	display: block;
	font-size: 23pt;
	color: #535353;
}
/* End Header */

/* Begin Main */
#main > .wrapper {
	padding: 30px 0;
}

#main > .wrapper h1:first-child,
#main > .wrapper h2:first-child {
	margin-top: 0;
}

.browsers {
	list-style: none;
	margin-top: 0;
}

.browsers li {
	float: left;
	width: 300px;
	margin: 0 0 0.5em; 
}
/* End Main */

/* Begin Footer */
#footer {
	background: url(images/graybar.png) no-repeat center top;
	font-size: 8pt;
	text-align: center;
	padding: 5px;
}
/* End Footer */