/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, 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.5;}

a img {border:none;}

#tester{
	display: none;
}
.tagcloud{
	height:230px; background-color:#FFFFFF;font-family:Arial; border: 1px solid #FFFFFF; text-align:center;padding:0 5px 30px 5px;
}

.social{
	width:360px;height: 80px;margin-left: 18px;
}
.alert{

		border-radius: 3px;
		margin-top: 30px;
		width: 500px;
		padding: 10px 8px;
		color: #755;
		position:absolute;
		margin-left:50%;
		left:-90px;
}

.warning{

		border:solid 1px #f77;
		border-top-color: #f5a5a5;
		border-left-color: #f5a5a5;
		background: #fdf7f7;
		box-shadow: 2px 2px 7px #b19a9f;
}

.message{

		border:solid 1px #7f7;
		border-top-color: #a5f5a5;
		border-left-color: #a5f5a5;
		background: #f7fdf7;
		box-shadow: 2px 2px 7px #919abf;
}


/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#d1daff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-weight:bold;font-size:30px;height:65px;}
h1 {font-size:3.5em;line-height:1;margin-bottom:0.3em;}
h2 {font-size:2.1em;margin-bottom:0.2em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:0;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;text-align:justify;font-size:14px;line-height:1.7em !important;}
li{font-size:14px;line-height:1.7em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;width: 25px;overflow: visible;
	float: left;
padding: 0;
padding-left: 17px;
}

dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;width:275px;display:block;float:left;line-height:27px;}
select{height:20px;}
input[type=number]{
	height: 19px;
	width: 35px;
	font-size: 12px;
	padding-left: 5px;
	margin: 3px 0;
}
b.percent{
	height: 20px;
	margin: 2px 0;
}
label.contact {width:205px;text-align:right;padding-right: 20px;}
form b {line-height:30px;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=number], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title, input.error {width:300px;padding:5px;}
.formwarning{
	display:block;font-weight:normal;margin-top:25px;border:dashed 1px red;padding:4px;width:195px;
}
input.title {font-size:1.5em;}
textarea {width:390px;height:200px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {border:2px solid #ddd;}
.error, input.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* grid.css */
.container {width:950px;margin:0 auto;}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;margin-left:-15px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;display: inline-block;}
.span-7 {width:270px;display: inline-block;}
.span-8 {width:310px;display: inline-block;
}
.span-9 {width:350px;display: inline-block;}
.span-10 {width:390px;display: inline-block;}
.span-11 {width:430px;display: inline-block;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
.append-1 {padding-right:40px;}
.prepend-1 {padding-left:40px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1em;border:none;}
hr.space {background:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
p{ text-indent:2em; margin-top:-1.5em; }
form p + p  { text-indent: 0; }
.alt {color:#666;font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;font-style:italic;font-weight:normal;}
.dquo { margin-left: -.5em; }
p.incr, .incr p {font-size:10px;line-height:1.44em;margin-bottom:1.5em;}
.caps {font-variant:small-caps;letter-spacing:1px;text-transform:lowercase;font-size:1.2em;line-height:1%;font-weight:bold;padding:0 2px;}

/* Menu Style.css */

.donate {
	float:right !important;margin-top:4px;
}
.wrapper1{color: #44433f;margin: 0;padding: 4px 0 0;}
.wrapper1 a{color: #E5F2FB;	text-decoration: none;}
.content a {color:#22B;}
.wrapper1 a:hover {color: #09548B;}
.content a:hover {color:#B22;text-decoration:underline;}
.wrapper1 p {margin: 0 0 17px;padding: 0;line-height: 18px;}
.wrapper {width:1050px;margin: 20px auto;}
#navigation{width:100%;}
.nav {width:1008px;background: #fff url(/images/nav_bg.png) repeat-x;float: left;}
.nev-wrapper {clear: both;float: left;}
.nav-left {background: url(/images/nav_left.png) no-repeat top left;float: left;width: 11px;height: 41px;}
.nav-right {background: url(/images/nav_right.png) no-repeat top right;float: left;width: 11px;height: 41px;}
.nav ul {height: 38px;float: left;margin: 0;padding-top: 3px;list-style: none;font-size: 15px;}
.nav li {float: left;padding: 0 7px;background: url(/images/split.png) no-repeat right center;position: relative;z-index: 1;}
.nav li.last {background:none;}
.nav li:hover {z-index:2;}
.nav li a {display: block;line-height: 38px;overflow: hidden;float: left;}
a .mm {height: 32px;top: 4px;position: relative;
	line-height: 27px;display: block;float: left;padding: 0 6px;margin: 0 2px;
}

.nav li a:hover,.active a,.nav li.hover a,.nav li:hover a {color: #09548B;}
.nav li:hover .sub,.nav li.hover .sub {display:block;}
.nav li:hover .mm, .nav li.active a .mm{
	background: #fff;border: 0px solid #66b;border-top-right-radius: 7px;border-top-left-radius: 7px;border-bottom: none;line-height: 27px;z-index: 0;
}

.nav li:hover .subcat{
	display: block;
}
.nav li .sub{display: none;position: absolute;top: 27px;left: 9px;width: 186px;padding-top: 9px;padding-bottom: 7px;
	border: 1px solid #e4e4e4;background: #fff;border-radius: 7px;border-top-left-radius:0px;border-top: none;box-shadow: 1px 2px 7px #ddd;z-index: -1;
}


 .nav li .subcat{
 	display: none;
	 position: absolute;top: 27px;left: 9px;background:#fff;width: 530px;max-height: 500px;border: 1px solid #e4e4e4;border-radius: 7px;border-top-left-radius:0px;border-top: none;
	 box-shadow: 1px 2px 9px #ccc;padding: 2px 0 0 13px;z-index: -1;
 }


.nav .subcat li{
	display: block;
	float: left;
	position: relative;
	list-style: none;
	width: 150px;
}
.nav .subcat .subcolwide li{
	width:170px;
}

.nav .subcat a{
	font-weight: bold;
	margin-bottom: 0;
}
.nav .subcat li a{
	font-weight: normal;
}
.nav .subcat ul{
	top: -10px;
	position: relative;
}
 .nav li .subcat .subcol{
 	display: block;
 	float: left;
 	position: relative;
 	width: 190px;
 }

 .nav li .subcat .subcolwide{

 	display: block;
 	float: left;
 	position: relative;
 	width: 200px;
 }

 .nav li .subcat .subcolleft{
 	width: 150px;
 }
 .nav li .subcat .subcolleft ul li{
 	width: 125px;
 }

.nav li ul {background: #fff;width: 162px;height: auto;margin: 0;padding: 0 12px 10px;list-style: none;font-size: 14px;}
.nav li .subcat ul{
	background-image:!important none;
	background: #fff;

}
.nav li:hover li,.nav li.active li {padding: 1px 0 2px;border-bottom: 1px #C1D9F0 dashed;background: none !important;}
.nav li:hover li.bottom,.nav li.active li.bottom {	border-bottom:none;margin-bottom:-12px;}
.nav li:hover li a,.active li a {color: #09548B;background: none !important;line-height: normal;width: 156px;padding: 8px 3px 3px;text-indent: 1px;}
.nav li:hover .subcolwide li a,.active .subcolwide li a {width:166px;}
.nav li:hover .subcolleft li a{
	width: 125px;
}
.nav li:hover li a:hover,.active li a:hover {color: #fff;background: #165B9F !important;text-decoration: none;line-height: normal;}
.sub2{position:absolute;margin-left:160px !important;margin-top:-10px;display:none;padding-top:9px;}
.btm-bg2{width: 205px;height: 9px;overflow: hidden;clear: both;}
.sub li:hover .sub2,{display:block;}

/*IE*/
.nav li li a:hover,.nav li li a:hover {color: #fff;background: #165B9F !important;text-decoration: none;line-height: normal;}
/**/
.nav .btm-bg {width: 205px;height: 9px;overflow: hidden;clear: both;}

/* Content used to be 878px wide */
.content {width: 995px;background: transparent url(/images/content_bg2.png) repeat-y;float: left;padding: 10px 20px;}
.content-bottom {width: 1030px;background: transparent url(/images/content_bottom2.png) no-repeat;height: 13px;float: left;margin-bottom:20px;}
div.clear{height:0;line-height:0;clear:both;margin:0;padding:0;border:0;}

input.calculate{
font-size: 16px;
width: 95px;
}

a.scoreButton{
	width:220px;
	text-align:center;
	display:block;
	padding:15px 20px;
	border:solid 1px #046198;
	color:#fff;
	text-shadow:1px 1px 5px #035483;
	background:#007dbe;
	margin:5px auto;
	margin-top:25px;
	border-radius:2px;
	box-shadow:3px 3px 10px #ddd;
}
a.scoreButton:hover{
	box-shadow:4px 4px 8px #ccc;
	color:#fff;
}
a.scoreButton span{
	font-size:14px;
	font-weight:bold;
}
.calculators{
	margin:0 auto;
	float:none !important;
}
.calculators h3{
	font-size:16px;
	font-weight:bold;
	line-height:2em;
}
.calculators ul li{
	list-style:none;
	font-size:15px;
	line-height:1.6em;
}


b.grade,label.grade{
	line-height: 60px;
	height: 60px;
	position: relative;
}
b.grade{
	font-size: 50px;
}
.outof{
	color: #999;
	font-size: 12px;
	font-weight: normal;
}
.g1{color: #e00;}
.g2{color: #a00;}
.g3{color: #200;}
.g4{color: #060;}
.g5{color: #090;}