
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	font-size: 62.5%;
	background: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	color: #555;
	margin-bottom: 20px;
}

a { color: #2583ad; text-decoration: none; font-weight: bold; }
a:hover { color: #d54e21; }

strong { font-weight: bold; }
em, cite { font-style: italic; }

.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.clear {
  clear: both;
  margin: 0 auto;
  padding: 0px;
  height:0px;
  width:0px;
  line-height:0px;
}

#header {
	height: 70px;
	min-width: 960px;
	background: #464646;
	padding-top:5px;
}

#header h1 a {
	display: block;
	background: url(/images/logo.gif) center left no-repeat;
	width: 302px;
	height: 70px;
	text-indent: -9999px;
	float: left;
}
#header2, .header3 {
	height: 22px;
	min-width: 960px;
	background: #464646;
	padding-top:5px;
}
.header3 { min-width: 350px; }

#topmenu {
  height:70px;
  display:table-cell; 
  vertical-align:bottom;
}
.fr{ float:right;}

#header ul {
  padding-top:18px;
	margin-right: 0px;
	list-style: none;
	min-width: 500px;
}

#header ul li {
	float: left;
}

#header ul li a {
	font-weight: normal;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
	text-shadow: #333 1px 1px 1px;
}

#header ul li a:hover {
	color: #fff;
}

#header ul li a.current, #header ul li#signup a.current {
	color: #555;
	background: #e4f2fd;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #c6d9e9 1px 1px 1px;
}

#header ul li#signup a {
	background: #d54e21 url(/images/download-tab-bg.png) bottom left repeat-x;
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #b5421c 1px 1px 1px;
}

#header ul li#signup a:hover {
	color: #ffac90;
}

#header ul li#signup a.current:hover {
	color: #555;
}

#headline {
	height: 50px;
	min-width: 960px;
	background: #e4f2fd;
	border-bottom: 1px solid #c6d9e9;
}
#headline2, .headline3  {
	height: 16px;
	min-width: 960px;
	background: #e4f2fd;
	border-bottom: 1px solid #c6d9e9;
}
.headline3 { min-width: 350px; }
#headline h2 {
	color: #555;
	font-size: 26px;
	line-height: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 13px 0px 10px 12px;
	float: left;
}

#headline .login {
	position: relative;
	float: right;
	padding: 15px 0px 10px 0px;
	margin-right: 30px;
}

#headline input.text {
	background: #fff;
	border: 1px solid #c6d9e9;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	margin: 0 14px;
}
.fl { float: left; }

.col-1 { width: 52px; }
.col-2 { width: 132px; }
.col-3 { width: 212px; }
.col-4 { width: 292px; }
.col-5 { width: 372px; }
.col-6 { width: 452px; }
.col-7 { width: 532px; }
.col-8 { width: 612px; }
.col-9 { width: 672px; }
.col-10 { width: 800px; }
.col-11 { width: 852px; }
.col-11-5 { width: 900px; }
.col-12 { width: 932px; }

h3 {
	font-size: 14px;
	color: #333;
	font-weight:bold;
	margin: -1px 0 1px 0;
}

h4, h3.head {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 4px;
	color: #333;
	margin-bottom: 18px;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 12px;
}

input.text {
	margin-right: 2px;
	font-size: 10px;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 14px;
	vertical-align: top;
	color: #666;
}

.button, .button2 {
	font-size: 10px;
	cursor: pointer;
	color: #246;
	background: #e5e5e5;
	height: 22px;
	padding: 0 4px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

span.button a {
	line-height: 22px;
	display: inline-block;
	height: 22px;
}

span.button {
	height: 22px;
	display: inline-block;
	vertical-align: bottom;
}

p.button {
	padding-bottom: 8px !important;
}

.button2 {
	background: #cee1ef;
	border-color: #80b5d0;
}

.button:hover, .button2:hover {
	color: #d54e21;
}

.button:hover {
	border-color: #535353;
}

.button2:hover {
	border-color: #328ab2;
}

#pages {float:right;}

#  .submenu, #pagebody #submenu {
	margin-left: 0;
	margin-top: -2px;
	font-size: 10px;
	list-style: none;
}

#pagebody .submenu a#subcurrent, #pagebody #submenu a#subcurrent {
	color: #333;
	cursor: default;
}


#pagebody .submenu li {
	border-bottom: 1px solid #dedede;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0;
}

#pagebody .submenu li a {
	width: 100%;
	display: block;
}

#pagebody .submenu li.current {
	background: url(/images/arrow.png) center left no-repeat;
	font-weight: bold;
}

#pagebody .submenu li ul {
	margin-top: 0 !important;
	margin-left: 16px !important;
}

#pagebody .submenu li ul li {
	border: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}

#pagebody {
	font-size: 12px;
	margin-top: 29px;
}

#pagebody p, #pagebody ol, #pagebody ul {
	margin: 0 0 22px 0;
}

#pagebody ul {
	margin-left: 16px;
	list-style: square;
}

#pagebody ol {
	margin-left: 22px;
	list-style: roman;
}

#pagebody p.intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 15px;
	margin-top: -1px;
	margin-bottom: 23px;
}

#pagebody p.intro a {
	font-weight: normal;
}

#pagebody p.bodytext {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 18px;
	margin-top: -1px;
	margin-bottom: 23px;
}
.bodycontainer {
   width:100%;
   padding:10px 0px 20px 0px;
}
.aboveformcontainer {
   width:570px;         
   text-align:left;
   color: #666;
   font-family: Georgia, Times, "Times New Roman", serif;
   padding: 0px 0px 10px 0px;
}
.formimg { position: relative; top:2px; }
.formtextcontainer { display block;  }
.formheading { font-weight:bold; font-size:18px;  padding-bottom:5px; }
.formsubtext, .formchktext { font-size:13px; line-height:15px;  }
.formsubtext { margin:0px 20px 0px 23px; text-align:left; }
.formchktext { margin:0px 0px 0px 26px; } 
.formcontainer {
   width:490px;   
   background-color:#DAE7E6;
   border:1px solid #9ABEBB;
   padding: 5px 40px 10px 40px;
}
.rightform{
    float:right;
    width:350px; 
    background-color:#DAE7E6; 
    border:1px solid #9ABEBB; 
    padding: 10px 20px 30px 20px;
    margin-left:10px;
}
.rightformheading{
    width:100%;
    font-weight:600;
    font-size:16px;
    color:#77A6A6
}
.rightformlabel{ 
    font-size:12px;
    line-height:14px;
    padding-top:20px;
}
.col-90, .col-80, .col-110, .col-220, .col-330, .col-490 { text-align:left; font-size: 14px; line-height:15px;color:#333}
.col-80 { width: 80px; }
.col-90 { width: 90px; }
.col-110 { width: 110px; }
.col-220 { width: 220px; }
.col-330 { width: 330px; }
.col-490 { width: 490px; }
 
.forminstr { float: right; left:15px; position:relative; }
.fieldinstr { font-size:10px; color:#666; line-height:11px;}
.tbl-fn { text-align:left;width:232px;padding-bottom:1px;line-height:13px; }
.field-fn,.field-60x20,.txtarea-340x200, .field-490x250, .field-330x150, .field-110x28, .field-90x28, .field-220x28,.field-330x28, .field-490x28 { height:28px; font-size:22px; border: 1px solid #777;}
.field-fn { height:24px;width:160px;font-size:18px; }
.field-60x20 { height:20px;width:60px; font-size:14px;}
.field-90x28 { width:90px; }
.field-110x28 { width:110px; }
.field-220x28 { width:220px; }
.field-330x150, .field-330x28 { width:330px; }
.field-490x250, .field-490x28 { width:490px; }
.field-330x150 { height:150px; }
.field-490x250 { height:250px; }
.field-15x15 { height:15px;width:15px; }
.txtarea-340x200 { height:200px;width:340px; font-size:16px;} 
.fb-590x150px { width:590px; height:150px;}

.but-fn,.but-80x28,.but-100x34 { font-size:16px; font-weight:600; color:#333; border: 1px solid #333; background-color:#EFEFEF; cursor:pointer; cursor:hand;} 
.but-fn { height:24px;width:70px;font-size:14px;position:relative;left:2px;top:-2px;	 }
.but-80x28 { width:80px; height:28px; }
.but-100x34 { width:100px; height:34px; }

.chk-lg { height:16px; width: 16px; padding:0px; margin:0px; border: none; background-color: #DAE7E6; }
.chk-sm { height:14px; width: 14px; padding:0px; margin:0px; border: none; background-color: #DAE7E6; }
.shift-l20 { position: relative; right:20px;}
.shift-b10 { position: relative; top:10px;}
.shift-b15 { position: relative; top:15px;}
.shift-b4 { position: relative; top:4px;}
.shift-b5 { position: relative; top:5px;}
.pad-l10 {padding-left:10px;}
.shift-t6 { position: relative; top:-6px;}
.shift-t20 { position: relative; top:-20px;}
.row {clear:both;height:20px;line-height:20px;font-size:20px;padding:0px;margin:0;}
.row2 {clear:both;height:10px;line-height:10px;font-size:10px;padding:0px;margin:0;}
.row3 {clear:both;height:5px;line-height:5px;font-size:5px;padding:0px;margin:0;}

.olink, .vlink {  font-family: Georgia, Times, "Times New Roman", serif; font-size: 15px;  text-decoration: none; font-weight: bold; cursor:pointer; cursor:hand; color:#999999;}
.vlink { color: #2583ad; }
.vlink:hover { color: #d54e21; }
.ml-20 {  margin-left:20px; }
.filebox { height:100px;width:100px;margin-left:30px; }
.fileinner { position:relative;top:-13px;left:2px;background-color:#fff; }
.fileicon { width:100%;height:80%; }
.filecaption { position:relative;top:20px;width:100%;text-align:center;line-height:11px;font-size:10px; }
.greyborder { border:1px solid #cccccc; }

.nodisplay {display:none}

#footer {
	clear: both;
	border-top: 1px solid #dedede;
	padding: 6px 14px;
	width: 932px;
	margin: 0 auto;
}

#footer .wrapper {
	width: 932px;
}

#footer p {
	float: left;
	color: #bbb;
}

#footer h6 {
	float: right;
}

blockquote {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 22px 22px 0;
	margin-bottom: 22px;
}

ul#books {
	list-style: none;
	margin: 0;
}

.alt { background: #f9f9f9; }

.featured {
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: 11px 11px 16px;
	margin: 32px 0;
	overflow: auto;
	width: 670px;
}

.submit {
	border-top: 1px solid #ccc;
	padding: 1.5em 0 0 0;
	margin: 10px 0 0 0;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#pagebody table.widefat {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin-bottom: 11px;
}

#pagebody table.widefat a {
	text-decoration: none;
}

#pagebody table.widefat tr.alt {
	background-color: #f9f9f9;
}

#pagebody table.widefat thead {
	background-color: #464646;
	color: #d7d7d7;
}

#pagebody table.widefat td, #pagebody table.widefat th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 12px;
	padding: 6px;
	vertical-align: text-top;
}

#pagebody table.widefat th {
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: left;
}

#pagebody table.widefat .check-column {
	text-align: center;
	vertical-align: text-top;
	width: 3%;
}

.wrap, .updated, .error {
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	max-width: 980px;
}

.error {
	background-color: #ffebe8;
	border-color: #c00;
}

.error a {
	color: #c00;
}

.col-10 .col-5 {
	margin: 0;
	width: 352px;
	padding-right: 20px;
}

.col-10 .col-10 {
	margin: 24px 0 0;
	clear: both;
}

.col-10 .col-8, .col-10 .col-7 {
	margin: 0;
}

.col-10 .col-5 table td {
	line-height: 1.5em;
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}

.more {
	font-size: 90%;
}

.column-list {
	font-size: 10px;
	line-height: 1.5em;
}

.column-list li {
	padding-bottom: 4px;
}
