@import url("reset.css");
/**
*** Styles by Pigment Limited
*** January 2009
*** http://www.thinkpigment.com
**/

/* Page Layout */

body {
	font-family: helvetica,arial,sans-serif;;
	font-size: 96%;
	color: #444;
	background: #666 url(/images/backgrounds/page.gif) repeat-x scroll left top;
}

#content-wrapper {
	height: auto;
	overflow: auto;
	width: 100%;
	background: #fff;
}
#content {
	width: 980px;
	margin: 0 auto;	
}

#header {
	height: 150px;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#logo {
	width: 430px;
	height: 140px;
	display: block;
	float: left;
}

#quote {
	width: 540px;
	height: 100px;
	padding: 20px 0 0;
	display: block;
	float: right;
}

#footer-wrapper {
	width: 100%;
	background: #666 url(/images/backgrounds/footer.gif) repeat-x scroll left top;
}
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 40px 15px 50px;
	font-size: 0.75em;
	color: #ccc;
}
#footer a {
	color: #ccc;
	text-decoration: none;
	padding: 2px 4px;
}
#footer a:hover {
	color: #000;
}
#footer .copyright {
	float: left;
}
#footer .design {
	float: right;
	font-size: 0.9em;
	color: #000;
}

.left {
	width: 240px;
	display: block;
	position: relative;
	float: left;
	padding: 30px 0;
}
.right {
	width: 730px;
	display: block;
	position: relative;
	float: right;
	padding: 30px 0px 30px 10px;
}

.clearfix {
	clear: both;
	height: 1px;
}


/* Other Elements */
h1 {
	display: block;
	clear: both;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	margin-bottom: 0.5em;
	padding-bottom: 20px;
	background: transparent url(/images/backgrounds/h1.gif) no-repeat scroll left bottom;
}
h2 {
	font-size: 1.3em;
	letter-spacing: -0.02em;
}
h3 {
	color: #333;
	font-size: 1.1em;
	letter-spacing: -0.02em;
	margin: 1em 0 0.2em;
}
h4 {
	color: #333;
	font-size: 1em;
}
h5 {
	color: #666;
	font-size: 1em;
}
a, a:link, a:visited {
	color: #06c;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
a.more, a.more:visited {
	font-weight: bold;
	padding: 3px 4px 1px;
}
a.more:hover, a.more:active {
	color: #fff;
	background-color: #06c;
}
a.bottom {
	position: absolute;
	bottom: 0;
	right: 11px;
}
a.top {
	display: block;
	text-align: right;
	font-size: 0.8em;
	padding: 0 15px 20px 0;
	background: transparent url(/images/global/top.gif) no-repeat scroll right bottom;
}
a.top:hover {
	font-weight: bold;
}

dl {
	display: block;
	clear: both;
	float: none;
	margin-bottom: 1em;
}
dl dt {
	width: 20%;
	float: left;
	display: block;
	clear: left;
	padding: 0.2em;
}
dl dd {
	width: 75%;
	float: left;
	display: block;
	padding: 0.2em;
	font-weight: bold;
}
.larger {
	font-size: larger;
}

/* Menu */
ul#nav {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	clear: both;
}
ul#nav li {
	list-style: none;
	list-style-image: none;
	display: block;
	padding: 0;
	margin: 0 0 10px 00;
}
ul#nav li a {
	display: block;
	height: 18px;
	padding: 9px 10px;
	margin: 0;
	color: #360;
	text-decoration: none;
}
ul#nav li.current a,
ul#nav li a:hover {
	font-weight: bold;
	color: white;
	background: transparent url(/images/backgrounds/nav.gif) no-repeat scroll left top;
}

/* Boxes */
.box-half h2, .box-full h2  {
	height: 25px;
	padding: 10px 10px 10px;
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: -0.02em;
}
.box-how {
	font-size: 1.2em;	
	font-weight: bold;
	letter-spacing: -0.02em;
}
.box-how a {
	color: #fff;
	display: block;
	background: white url(/images/backgrounds/popup.gif) no-repeat scroll left top;
	padding: 10px 2px 2px 6px;
	height: 28px;
}
.box-how a .view {
	font-size: xsmall;
	color: #000;
}
.box-how h2 {
	color: #360;
	font-size: 1.4em;
	margin-bottom: 0.3em;
}
.box-how a:hover, .box-how a.view:hover {
	color: #000;
	background-position: left -40px;
}
.box-how h3 {
	font-size: 1em;
	letter-spacing: -0.02em;
	margin-bottom: 0.3em;
	padding-bottom: 2px;
}
.box-how ul {
	margin: 0.5em 0.2em 1em;
}
.toggle-tips {
	float: right;
	padding: 4px;
}
#tips-link a {
	padding-right: 10px;
}
#tips-link a#show {
	background: transparent url(/images/global/box-collapsed.gif) no-repeat scroll right center;
}
#tips-link a#hide {
	background: transparent url(/images/global/box-expanded.gif) no-repeat scroll right center;
}

.box-half {
	background: #fff;
	display: block;
	position: relative;
	width: 345px;
	padding: 0;
	margin-bottom: 20px;
	float: left;
	font-size: 90%;
}
.box-half p {
	letter-spacing: -0.02em;
}
.box-half.left {
	margin-right: 10px;
}
.box-half.right {
	margin-left: 10px;
}
.box-half p, .box-jen p  {
	text-align: left;
}
.box-half h2 {
	background: transparent url(/images/backgrounds/box-half-top.gif) no-repeat scroll left top;
}
.box-half h3 {
	margin: 0;
}
.box-half .content {
	position: relative;
	padding: 5px 15px;
	background: transparent url(/images/backgrounds/box-half-content.gif) repeat-y scroll left top;
}
.box-half div.bottom {
	position: relative;
	height: 15px;
	padding: 0;
	background: transparent url(/images/backgrounds/box-half-bottom.gif) no-repeat scroll left top;
}

.box-jen {
	clear: left;
	display: block;
	position: relative;
	float: left;
	width: 215px;
	height: 90px;
	padding: 10px 10px 5px 120px;
	margin-right: 10px;
	color: #360;
	font-size: 95%;
	background: transparent url(/images/backgrounds/box-jen.jpg) no-repeat scroll left top;
}
.box-jen p {
	line-height: 1em;
}

.box-quote {
	display: block;
	position: relative;
	float: left;
	width: 345px;
	margin-left: 10px;
	padding: 0;
}
.box-quote blockquote {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
	letter-spacing: -0.02em;
	padding: 15px 0;
	color: #333;
}
.box-quote img {
	vertical-align: top;
}
.box-quote a.more {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Boxes full width */
.box-full {
	background: #fff;
	display: block;
	position: relative;
	width: 730px;
	padding: 0;
	margin-bottom: 20px;
	float: left;
	font-size: 90%;
}
.box-full h2 {
	background: transparent url(/images/backgrounds/box-full-top.gif) no-repeat scroll left top;
}
.box-full h3 {
	margin: 0;
	font-size: 1.2em;
}
.box-full .content {
	position: relative;
	overflow: hidden;
	padding: 5px 15px;
	background: transparent url(/images/backgrounds/box-full-content.gif) repeat-y scroll left top;
}
.box-full div.bottom {
	position: relative;
	height: 15px;
	padding: 0;
	clear: both;
	background: transparent url(/images/backgrounds/box-full-bottom.gif) no-repeat scroll left top;
}

/* Courses page */

.details {
	width: 330px;
	display: block;
	float: left;
	position: relative;
	padding: 10px 10px 20px 10px;
}
.tl {
	
}
.tr {
	
}
.bl {
	clear: left;
}
.br {
	clear: right;
}

