/* GLOBAL RESET -------------------------------- */

html * {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
}

a:link, a:focus, a:hover, a:active, a:visited {
	outline: none;
}

img {
	border: none;
}

ol, ul {
	list-style: none;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

body * {
	font-size: inherit;
}

/* GENERAL ELEMENT AND CONTAINER STYLES -------------------------------- */

body {
	background-repeat: repeat-x;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #CCD5EE;
	background-color: #252C41;
}

a:link, a:visited {
	text-decoration: none;
	color: #D9E55D;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	padding-bottom: 40px;
}

h1 {
	font-style: normal;
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

h2 span {
	font-style: normal;
	font-weight: normal;
}

#container {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#content ul {
	color: white;
	margin-left: 60px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 40px;
}

#content ol {
	color: white;
	margin-left: 60px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 40px;
}

#content ul li, #content ol li {
	margin-bottom: 10px;
}

#footer {
	height: auto;
	width: 1000px;
}

#footer p {
	font-size: 12px;
	line-height: 18px;
}

#footer ul {
	background-image: url(../images/pw_footer_bkgrnd.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 60px;
	width: 1000px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li {
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 160px;
	display: block;
	cursor:pointer;
}

#footer ul li a:hover {
	background-position: center bottom;
}

/* DEFAULT LAYOUT STYLES -------------------------------- */

#default {
	background-image: url(../images/pw_default_body_bkgrnd.png);
}

#default #header {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/pw_default_header_bkgrnd.png);
	width: 500px;
	height: 1000px;
	margin-bottom: 40px;
	float: left;
}

#default #header ul {
	height: auto;
	width: 310px;
	margin-left: 40px;
	margin-bottom: 160px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#default #header ul li {
	height: auto;
	width: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	padding: 0px;
	float: left;
}

#default #header ul li a:link, #default #header ul li a:active, #default #header ul li a:visited {
	background-repeat: no-repeat;
	background-position: center top;
	width: 310px;
	height: 65px;
	display: block;
	cursor:pointer;
}

#default #header ul li a:hover {
	background-position: center center;
}

	/* -- Page body class defined on each page decides which link is "selected" using the style below. -- */

#default #header ul.course li.course a, #default #header ul.book li.book a, #default #header ul.workshop li.workshop a {
	background-position: center bottom;
}

#default #content {
	text-align: left;
	height: auto;
	width: 500px;
	float: right;
}

#default #title {
	text-align: right;
	height: 350px;
	width: 500px;
	margin-bottom: 100px;
}

/* Additional Styles -------------------------------- */

.clear {
	clear: both;
}

.btn {
	color: #000000;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	cursor: pointer;
	margin: auto;
}

.btn:link, .btn:active, .btn:visited {
	color: #000000;
}

.btn:hover {
	text-decoration: none;
	color: #000000;
	background-position: center bottom;
}

.btn_large {
	font-size: 18px;
	line-height: 70px;
	background-image: url(../images/pw_btn_large.png);
	height: 70px;
	width: 280px;
}

.btn_small {
	font-size: 16px;
	line-height: 50px;
	background-image: url(../images/pw_btn_small.png);
	height: 50px;
	width: 240px;
}

.full_box {
	width: 920px;
	padding-top: 40px;	
	margin-bottom: 40px;
	background-image: url(../images/pw_box_blue_full_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
}

.full_box .mid {
	background-color: #60687E;
	width: 840px;
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
	padding-bottom: 1px;
}

.full_box .btm {
	background-image: url(../images/pw_box_blue_full_btm.png);
	width: 920px;
	height: 40px;
}

.half_box {
	float: right;
	width: 460px;
	padding-top: 40px;	
	margin-bottom: 40px;
	background-image: url(../images/pw_box_blue_half_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 40px;
}

.half_box .mid {
	background-color: #60687E;
	width: 380px;
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
	padding-bottom: 1px;
}

.half_box .mid ul, .half_box .mid p {
	line-height: 24px;
	font-size: 14px;
}

.half_box .mid ul {
	margin-right: 40px;
	margin-left: 40px;
}

.half_box .mid ul li {
	margin-bottom: 20px;
}

.half_box .btm {
	background-image: url(../images/pw_box_blue_half_btm.png);
	width: 460px;
	height: 40px;
}

.box_top_line {
	border-top-color: #CCD5EE;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 40px;
	margin-bottom: 40px;
	height: auto;
	width: 100%;
}

.box_bottom_line {
	border-bottom-color: #CCD5EE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 40px;
	height: auto;
	width: 100%;
}

#content .book_list {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
	border-top-color: #CCD5EE;
	border-bottom-color: #CCD5EE;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	height: auto;
	width: 500px;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: none;
	float: left;
}

#content .book_list li {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	height: 200px;
	width: 140px;
	padding: 0px;
	float: left;
}

#content .book_list li a:link, #content .book_list li a:active, #content .book_list li a:visited {
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 140px;
	display: block;
	cursor:pointer;
}

#content .book_list li a:hover {
	background-position: center bottom;
}

/* --------------------- */