@import url(reset.css);
@import url(layout.css);

body {
	font-size: 10px;
	font-family: verdana,helvetica,clean,sans-serif;
}

#logo {
	padding-left: 17px;
}

/* Basic Links */
a {
	text-decoration: none;
	color: #2763a5;
}

a:visited {
	color: #2763a5;
}

a:active {
	color: #2763a5;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}
/* Navigation */

#topLinks {
	float: right;
	padding: 10px 10px 0 0;
}

#nav {
	list-style: none;
	font-family: arial;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#nav a {
	background: url(../images/navBg.png) no-repeat 0px 0px;
	color: white;
	display: block;
	width: 147px;
	height: 25px;
	margin: 0;
	padding: 6px 0 0 8px;
	font-weight: bold;
}

#nav a a {
	padding: 6px 0 0 0;
}

#nav a:hover {
	background-position: -155px 0;
	color: white;
	text-decoration: none;
}

#nav a:visited {
	color: white;
}

#nav a.active {
	background-position: -310px 0;
	color: white;
}

/* SoSF */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 155px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	width: 155px;
}

#nav li li a:visited {
	color: #33c;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 150px;
	margin-top : -31px;
	z-index: 3;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li li a {
	background: #fff;
	color: #33c;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	font-weight: normal;
	font-size: 0.9em;
	height: 18px;
}

#nav li li a:hover {
	background: #eee;
	color: #33c;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav .info {
	margin-left: 110px;
	margin-top: -20px;
	width: auto;
}

#nav .info a {
	width: 170px;
	font-size: 0.8em;
	height: 12px;
	padding: 3px;
	color: #555;
}


#nav .info a:hover {
	background: white;
	color: #555;
}

/* News block */

#news {
	background: url(../images/newsBottom.png) no-repeat bottom left !important;
	border-right: 1px solid #ccc;
}

#news h3 {
	background: url(../images/newsTop.png) no-repeat top left !important;
	margin: 0;
	padding: 20px 10px 5px 10px;
	width: 135px;
	height: 29px;
	font-size: 1.8em;
	text-align: center;
	font-weight: normal;
}

#news .newsItem {
	padding: 6px 15px 6px 20px;
}

#news .newsItem a {
	font-size: 1.2em;
}

#news .newsItem p {
	margin-top: 5px;
	font-size: 0.9em;
	padding-left: 8px;
}


a.more-link {
	display: block;
	padding: 10px 25px 15px 0;
	font-weight: bold;
	text-align: right;
}

.newsPage dt {
	font-size: 1.3em;
	margin: 8px 0;
}

.newsPage dd {
	margin: 5px 0 20px 15px;
}

/* General content styles */

#content {
	color: #333;
	font-size: 1.1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#content p {
	padding: 8px 0;
}

#content p, #content li {
  line-height: 1.5;
}


#content h3 {
	font-size: 1.4em;
	margin: 20px 0 10px 0
}

.caption {
	font-style: italic;
	font-size: 1.1em;
}

/* Lists */

#content ul {
	margin: 8px 0 15px 20px;
	list-style-type: disc;
}

#content ul ul {
	list-style-type: circle;
}

#content li {
	margin: 5px 0;
}

/* Headers */
h2 {
	color: #6191c5;
	font-size: 2.5em;
	font-weight: normal;
	margin: 13px 0;
	font-family: 'trebuchet ms', sans-serif;
}

/* Tables */

table tr.odd {
  background: #eee;
}

table tr.even {
	background: white;
}

.content th, td {
  padding: 7px;
  vertical-align: top;
  line-height: 1.5;
}

abbr {
	letter-spacing: 0.1em;
}

th {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

td.icon {
  text-align: center;
}

table {
	width: 650px;
	margin: 8px 5px 20px 20px;
	border-width: 1px 1px 1px 1px;
	border-color: #ccc;
	border-style: solid;
	
}

/* FAQ */

table#faq {
	line-height: 1.5;
	vertical-align: top;
	border: 0;
}

#faq th {
	text-align: left;
	border: 0 !important;
	font-weight: bold;
}

#faq td {
	border: 0;
}

/* special content */

blockquote {
	line-height: 1.5;
	margin: 10px 10px 20px 10px;
}

/* mailing list form */

form {
	margin: 10px;
}

form br {
	clear: left;
}

label {
	float: left;
	width: 140px;
	margin: 3px 0;
	clear:both;
}

label.required {
	font-weight: bold;
}

input.checkbox {
    clear: both;
}

label.checkbox {
    float: none;
}

input.text, select {
	float: left;
	width: 200px;
	margin: 3px 0;
}

input.submit {
	width: 180px;
	float: left;
}

.alert {
	color: red;
}

h3.lowLink {
	text-align: center;
	padding: 20px 0 5px 0;
}

/* Status Legend */

.status_legend th {
	font-weight: bold;
	text-align: left;
	width: 80px;
	border: 0;
}

.status_legend td, .status_legend th {
	padding: 3px;
}

.status_legend {
	border: 0;
}

.borderless {
	border: 0;
}

.borderless td, .borderless th, .borderless td {
	border: 0;
}

select.dob {
	width: 60px;
}

#official_key_box {
    padding: 10px 0;
}

#paypal {
	background: #eee;
	width: 160px;
	border: 1px solid #ccc;
	padding: 10px;
	float: right;
}