/* @group typography */
/* @group main */
body {
	text-align: center;
	font-size: 75%;
	font-family: 'Lucida Grande', 'Verdana', 'Helvetica Nueu', sans-serif;
	line-height: 1.666667em;
	background: url(/images/coursesmart/line_bkgd.gif);
}

/*for standards compliant browsers*/
html>body {
	font-size: 12px;
}

div#wrapper {
	margin: 8px;
}

div#content_wrapper {
	margin: 0 10px;
}

div#main_content_wrapper{
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
/* @end main */

/* @group headings */
h1, h2, h3 {
	font-weight: bold;
}

h1 { font-size: 3em; line-height: 1; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; line-height: 1; }
h4 { font-size: 1.2em; line-height: 1.25; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }

/* @end headings */

/* @group links - anchors */

/*LoVe HAte*/
a, a:visited, a:hover, a:active {
	text-decoration: none;
}
a, a:visited, a:active {
	color: #960;
}
a:hover {
	color: #693;
}

/* @end links - anchors */
/* @end typography */

/* @group header */

div#header {
	height: 92px;
	background: #012043;
	margin-bottom: 15px;
	overflow: hidden;
	text-indent: -9999em;
}
div#header h1 {
	height: 45px;
	width: 212px;
	margin-top: 20px;
	margin-left: 20px;
	background: url(/images/coursesmart/logo_coursesmart_new.gif) no-repeat left bottom;
}

/* @end header */
/* @group footer */

div#footer {
	text-align: center;
	margin-top: 40px;
	color: rgb(153,204,51);
	font-size: .91667em;
}
ul#footer_links li {
	display: inline;
}
ul#footer_links li a {
	color: rgb(1,32,67);
}
div#footer p.copyright {
	color: rgb(153,153,153);
}

/* @end footer */
/* @group clearing floats */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* @end clearing floats */

/* @group footer */

div#footer {
	text-align: center;
	margin-top: 40px;
	color: rgb(153,204,51);
	font-size: .91667em;
}
ul#footer_links li {
	display: inline;
}
ul#footer_links li a {
	color: rgb(1,32,67);
}
div#footer p.copyright {
	color: rgb(153,153,153);
}

/* @end footer */
/* @group download */

.download_number {
	font-size: 3em;
	color: #ddd;
}

.release_box {
	padding: 10px 20px 20px 40px;
	margin: 0 40px;
	background: #fffdf1 url(/images/coursesmart/download_banner.gif) no-repeat top left;
	border: 1px solid #ccc;
}
.release_box {
	font-size: .8333em;
	line-height: 1.5em;
}
.release_box h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#min_requirements {
	margin-top: 2em;
}
/* @end download */





