html, body {
	margin:0px;
	padding:0px;
	font-family:verdana,arial,sans-serif;
	font-size:0.9em;
	color:#777;
	height:100%;
}

#container {
	position:relative;
	width:100%;
	text-align:left;
	min-height:100%;
	}

* html #container{
	height:100%;
	}/* ie6 and under*/
	

#wrapper {
	width:800px;
	margin:auto;
}

.inner {
	width:800px;
	margin:0px auto;
	position:relative;
}

#toplinks {
	color:#f4e325;
}


#header {
	width:100%;
	height:78px;
	background:#1b5bb5 url(images/headerbg.gif) repeat-x bottom;
	}

#landingheader {
	width:100%;
	height:59px;
	background:#02a507 url(images/headerbg.gif) repeat-x top;
	margin-bottom:10px;
	border-bottom:1px solid #000;
	}
	
#header h1 a {
	color:#6099e8;
	font-size:1.3em;
	position:absolute;
	top:25px;
	left:10px;
}

#header h1 a:hover {
	text-decoration:none;
}
	
.logo {
	position:absolute;
	top:20px;
	left:10px;
	width:286px;
	height:46px;
	background:transparent url(images/logo.gif) no-repeat top;
	text-indent:-9999px;
}

.header-graphic {
	position:absolute;
	top:-20px;
	right:0px;
	width:220px;
	height:147px;
}

.tagline {

}

#menu {
	margin-bottom:10px;
	background:#1b57ad url(images/menubg.gif) repeat-x top;
	border-bottom:1px solid #000;
}
	
#menu ul {	
	padding:10px 0px 10px 0px;
	margin:0px;
	}

#menu li {
	list-style:none;
	display:inline;
}

#menu a {
	color:#fff;
	height:23px;
	font-size:0.9em;
	padding:0.5em 10px 0px 10px;
	text-decoration:none;
}

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

#col1 {
	float:left;
	width:580px;
	background:#fff;
	padding:0px 10px 10px 10px;
	margin:20px 20px 0px 0px;
	line-height:1.4em;
}

#col2 {
	float:left;
	width:180px;
	margin:20px 0px 20px 0px;
	line-height:1.4em;
}

#wide {
	float:left;
	width:780px;
	padding:0px 10px 10px 10px;
}

#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	background:#fff url(images/footertop.gif) repeat-x top;
	height:100px;
	text-align:center;
	padding-top:10px;
	border-top:1px solid #a8a7a7;
	}

#footer a {
	color:#1051a8;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	background:none;
	}

#footer p {
	padding:10px;
	margin:5px;
	padding:0px;
}

#clearfooter{clear:both;height:140px;width:100%}

a {
	color:#225199;
	text-decoration:none;
}

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

.logo h1 {
	font-family:verdana, arial,sans-serif;
	color:#fff;
	font-size:1.6em;
	letter-spacing:0.1em;
}

.logo h1 span {
	color:#84c4fa;
}

img {
	border:none;
}

.leftimage {
	float:left;
	margin:0px 10px 10px 0px;
}

h1 {
	font-family: "trebuchet ms","helvetica", sans-serif;
	font-size:1.4em;
	font-weight: normal;
	color: #474747;
	margin:0px;
	padding:0px;
}

h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:1.9em;
	font-weight: normal;
	color: #2569c5;
	margin-top:10px;
	line-height:1.1em;
	margin:0px 0px 0px 0px;
}

.review h2 {
	display:inline;
	font-size:1.2em;
}

h3,h4 {
	font-size:1.4em;
	color: #474747;
	margin:0px;
	padding:0px;
	font-weight:normal;
}


h1.top {
	float:right;
	margin:0px;
	padding:0px;
	margin-top:10px;
	line-height:1.2em;
	width:200px;
	color:#fff;
	font-weight:normal;
	font-size:1.2em;
}

form {
	margin-top:10px;
}

.textbox {
	width:100%;
	border:1px solid #eee;
	margin-top:3px;
}

.textarea {
	width:100%;
	border:1px solid #eee;
	margin-top:3px;
}


.submit {
	background:#eee;
	border:1px solid #ccc;
	width:73px;
	height:31px;
	cursor:pointer;
	font-weight:bold;
	color:#6d6d6d;
	margin-top:10px;
}

fieldset {
	padding:0px;
	border:none;
}

blockquote {
	background:#fff;
	padding:0px;
	color:#363636;
	font-style:italic;
	margin:0px 0px 30px 0px;
	font-size:1.3em;
}

blockquote p {
	margin:0px;
	padding:0px;
	line-height:1.4em;
}

cite {
	color:#000;
	font-size:10px;
	font-style:italic;
}


#col2 ul {
	margin-left:0px;
	padding-left:15px;
	list-style:square;
}

#col2 ul li {
	list-style-image: url(images/bullet_green.png);
	margin-left:5px;
}

.leftimg {
	float:left;
	padding: 0px 10px 10px 0px;
	border:2px solid #eee;
}

table {
	border:1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	margin:20px 0px;
	background:#f9f9f9;
}

th {
	background:#eee;
	padding:10px;
	border-bottom:1px solid #ccc;
}


td {
	padding:10px;
	vertical-align:top;
}

td.bg {
	background:#f2f2f2;
	border-left:1px solid #eee;
}

.list p a {
	display:block;
	margin-bottom:0px;
	padding:0px;
}

td p {
	margin-top:0px;
	margin-bottom:10px;
}

.book {
	float:left;
	width:75px;
	height:100px;
	margin-right:15px;
	margin-bottom:15px;
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
}

.more-button {
	display:block;
	background:#1b5bb5 url(images/menubg.gif) repeat-x top;
	border:1px solid #073d88;
	color:#fff;
	padding:10px 20px;
	margin-bottom:20px;
	width:120px;
}

a.more-button {
	color:#fff;
}
a.more-button:hover {
	color:#fff;
}

p.rating {
	font-size:0.9em;
	color:#2569c5;
	margin:10px 0px 0px 10px;
}

img.rating {
	margin:5px 0px 0px -5px;
}

ul {
	margin:0px;
	padding:0px 15px;
}

li {
	margin-bottom:15px;
}

.apply li {
	margin-bottom:5px;
}

ul.apply {
	margin:0px;
	padding:0px;
	padding-left:15px;
}

ul.faq {
	margin:0px;
	padding:0px 15px;
}

ul.faq li {
	margin-bottom:5px;
}

#col1 ul.review {
	margin:0px;
	padding:0px;
}

#col1 ul.review li {
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style:none;
}

a.button {
	display:block;
	width:177px;
	height:57px;
	background:#32be37 url(images/applybutton.gif) no-repeat top;
}

a.button:hover {
	display:block;
	width:177px;
	height:57px;
	background:#32be37 url(images/applybutton.gif) no-repeat bottom;
}

.hidden {
	display:none;
}

#col2 ul {
	padding:0px 10px 0px 20px;
}

#col1 li {
	list-style-image:url(images/bullet_green.png);
	margin:5px 5px;
}

p.tagline {
	margin:7px 0px 0px 0px;
	padding:0px;
	font-size:0.8em;
	color:#0247a5;
}
.rank {
	font-size:1.2em;
	color:green;
	font-weight:bold;
}

.highlightlink {
	padding:10px;
	border:1px solid green;
	background:#d3ffd2;
}

/*landing page for articles */

body.landing {
	background:#ffc30d;
}

.landing #wrapper {
	border:1px solid #d2a00a;
	margin:40px auto 40px auto;
	overflow:hidden;
	background:#fff;
	padding:20px;
	text-align:left;
}

.landing h2 {
	color:#f2553c;
	font-size:2.8em;
}

.landing .tagline {
	color:#777	;
	font-size:1.3em;
}

.landing #col2 blockquote {
	font-size:1em;
}

img.woman {
	float:right;
	margin:0px 0px 10px 10px;
}

.landing .more-button {
	width:250px;
	text-align:center;
	background: #ffc30d;
	color:#4f4f4f;
	border-right:1px solid #dba709;
	border-bottom:1px solid #dba709;
	border-top:1px solid #e5b219;
	border-left:1px solid #e5b219;
}

.landing .more-button:hover {
	text-decoration:none;
	color:#4f4f4f;
	background:#f1b80c;
}