/*
	Styles lifted from the website
*/
html,body {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
	background-position: top;
	background-image: url('./images/page/window_bg.jpg');
	background-repeat: repeat-x;
	font-family: helvetica, arial, verdana;
}

table,tr,td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: justify;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #2f7938;
}

a:hover {
	color: #f15521;
}

#canvas {
	text-align: center;
}

.main_container {
	width: 1030px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#main_sub_container {
	width: 980px;
	height: 720px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#main_stretch_container {
	width: 1030px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 270px;
	height: 90px;
	background-color: #ffffff;
}

#top_nav {
	margin: 0px;
	background-color: #ffffff;
	background-position: right;
	background-image: url('./images/page/page_top_bg.jpg');
	background-repeat: repeat-y;
	width: 100%;
	vertical-align: top;
	text-align: left;
}

#left_content {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
	background-position: left bottom;
	background-image: url('./images/nav/left_nav_bg.gif');
	background-repeat: no-repeat;
}

#top_nav_utility_links {
	width: 500px;
	height: 65px;
	margin: 0px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
}

#top_utility_links {
	margin: 0px 0px 0px 0px;
	padding: 10px;
}

#top_utility_links li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#top_utility_links li:hover {
	
}

#top_utility_links a {
	background-image: url('./images/nav/top_utility_arrow.gif');
	background-position: 0 2;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #000000;
	font-weight: bold;
}

#top_utility_links li a:hover {
	background-image: url('./images/nav/top_utility_arrow_on.gif');
	background-repeat: no-repeat;
	color: #F15521;
}

#top_nav_connect {
	vertical-align: top;
	float: right;
	height: 42px;
	width: 146px;
	margin: 0px;
	padding: 0px;
}

#top_nav_connect a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('./images/nav/top_nav_connect.gif');
	background-repeat: no-repeat;
}

#top_nav_connect a:hover {
	background-image: url('./images/nav/top_nav_connect_on.gif');
	background-repeat: no-repeat;
}

#top_nav_login {
	vertical-align: top;
	float: right;
	height: 42px;
	width: 146px;
	margin: 0px;
	padding: 0px;
}

#top_nav_login a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url('./images/nav/top_nav_login.gif');
	background-repeat: no-repeat;
}

#top_nav_login a:hover {
	background-image: url('./images/nav/top_nav_login_on.gif');
	background-repeat: no-repeat;
}

#top_nav_button_links {
	margin: 0px;
	padding: 0px;
}

#top_nav_button_links ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: bottom;
}

#top_nav_button_links li {
	margin: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	padding: 0px 5px 0px 0px;
	text-align: center;
	height: 24px;
}

#top_nav_button_links li a {
	height: 24px;
	border-top: 1px solid #4e8454;
	border-bottom: 1px solid #154b1c;
	border-left: 1px solid #2b6332;
	border-right: 1px solid #336a3a;
	background-image: url('./images/nav/menu_top_button_bg.jpg');
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 9pt;
	font-face: 'Helvetica, Arial, Sans-Serif';
	padding: 4px 15px 4px 15px;
	font-weight: bolder;
	text-align: center;
}

#top_nav_button_links ul li a:hover {
	color: #07400e;
	background-image: url('./images/nav/menu_top_button_bg_on.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #4e8454;
	border-bottom: 1px solid #154b1c;
	border-left: 1px solid #2b6332;
	border-right: 1px solid #336a3a;
}

#top_nav_button_links ul li a:active {
	color: #07400e;
	background-image: url('./images/nav/menu_top_button_bg_purple.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #535a8a;
	border-bottom: 1px solid #1a2150;
	border-left: 1px solid #343a6c;
	border-right: 1px solid #343a6c;
}

#content_main {
	width: 970px;
}

#login_canvas {
	padding: 10px;
	width: 100%;
	background-image: url('./images/nav/login_top_bg.gif');
	background-repeat: repeat-x;
	background-color: #3e3cb5;
}

input {
	font-size: 9pt;
	background: #ececec;
	border: 1px solid #7e81b6;
}

.login_fields {
	width: 115px;
}

#login a {
	color: #f15521;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#login td {
	color: #ffffff;
	font-size: 9pt;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navcontainer li {
	margin: 0 0 2px 0;
}

#navcontainer a {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
	color: #fff;
	background-image: url('./images/nav/menu_left_section_bg.jpg');
	background-repeat: repeat-y;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
}

#navcontainer a:hover {
	color: #000000;
	background-color: #b6b8d8;
	background-image: none;
}

#navcontainer ul ul {
	margin: 0 0 2px 0;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
}

#navcontainer ul ul a {
	font-size: 9pt;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: none;
	width: 100%;
	padding: 2px 0px 2px 25px;
}

#navcontainer ul ul a:hover {
	color: #000000;
	background-color: #b6b8d8;
	text-decoration: none;
}

#main_content {
	width: 100%;
	vertical-align: top;
	background-image: url('./images/page/main_content_right_bg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
}

#main_sub_content {
	width: 100%;
	vertical-align: top;
	background-image: url('./images/page/main_content_right_bg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#main_content_canvas {
	width: 720px;
	height: 391px;
	background-image: url('./images/page/main_content_left_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px;
}

#main_sub_content_canvas {
	width: 720px;
	height: 570px;
	background-image: url('./images/page/main_content_left_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px;
}

#main_sub_content_stretch_canvas {
	width: 720px;
	background-image: url('./images/page/main_content_left_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 20px;
}

#body_crumbs {
	width: 700px;
	height: 20px;
	color: #1f7929;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 5px;
	margin-top: -10px;
	display: none;
}

#body_canvas {
	width: 700px;
	background-color: #ffffff;
}

#body_title {
	padding: 5px 0px 5px 0px;
	margin-right: 20px;
	width: 490px;
	color: #261755;
	font-weight: bolder;
	font-size: 12pt;
	background-color: #b6b8d8;
	border: 1px solid #9290b7;
}

#bodystatic {
	width: 490px;
	height: 600px;
	border-left: 1px dotted #f15521;
}

#bodyscroll {
	width: 490px;
	height: 600px;
	border-left: 1px dotted #f15521;
	overflow-y: scroll;
	scrollbar-arrow-color: #d7d7d7;
	scrollbar-face-color: #ececec;
	scrollbar-3dlight-color: #d7d7d7;
	scrollbar-shadow-color: #7e81b6;
	scrollbar-darkshadow-color: #ececec;
}

#bodystretch {
	width: 470px;
	border-left: 1px dotted #f15521;
	padding: 10px;
}

#scroll_canvas {
	padding: 10px;
}

#main_content_right {
	display: inline;
	float: right;
	text-align: right;
	width: 190px;
}

#main_content_right {
	display: inline;
	float: right;
	text-align: right;
	width: 190px;
	height: 600px
}

#main_content_right_title {
	color: #f15521;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-top: 10px;
}

#main_content_right_text {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #444444;
}

#columns {
	padding-top: 10px;
}

#column_left {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	width: 345px;
}

#column_center {
	border-left: 1px dotted #f15521;
	border-right: 1px dotted #f15521;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	width: 350px;
}

#column_right {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	width: 345px;
}

#column_left div {
	padding: 0 0 10px 0;
}

#column_right div {
	padding: 0 0 10px 0;
}

#column_center div {
	padding: 0 0 10px 0;
}

.column_title {
	font-size: 12pt;
	color: #7e81b6;
	font-weight: bolder;
	padding-bottom: 25px;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.column_date {
	font-weight: bolder;
	font-size: 9pt;
	color: #7e81b6;
	float: right;
}

.award_picture {
	float: left;
	padding: 0px 10px 0px 10px;
}

.news_picture {
	float: left;
	padding: 0px 10px 0px 10px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	color: #444444;
	font-size: 8pt;
	font-weight: bold;
	width: 980px;
	padding-top: 10px;
}

#footer_utility_links {
	margin: 0px 0px 5px 0px;
}

ul#footer_utility_links li {
	display: inline;
	list-style-type: none;
}

ul#footer_utility_links li a {
	padding-left: 5px;
	padding-right: 5px;
	color: #444444;
}

ul#footer_utility_links li a:hover {
	color: #8d8d8d;
}

.courseNavLinks {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

a.courseNavBack .icon {
	background-image: url("/gaggle/images/Back_Active.gif");
	height:41px;
	width:41px;
	border:none;
	padding: 0 0 25 35;
	background-repeat: no-repeat;
	display:block; 
}

a.courseNavBack:hover .icon {
	background-image: url("/gaggle/images/Back_Hover.gif");
}

a.courseNavBackDisabled .icon {
	background-image: url("/gaggle/images/Back_Disabled.gif");
	height:41px;
	width:41px;
	border:none;
	padding: 0 0 25 35;
	display:block; 
}

a.courseNavBack:active .icon {
	background-image: url("/gaggle/images/Back_Clicked.gif");
}

a.courseNavForward .icon {
	background-image: url("/gaggle/images/Next_Active.gif");
	height:41px;
	width:41px;
	border:none;
	padding: 0 0 25 35;
	background-repeat: no-repeat; 
	display:block; 
}

a.courseNavForward:hover .icon {
	background-image: url("/gaggle/images/Next_Hover.gif");
}

a.courseNavForwardDisabled .icon {
	background-image: url("/gaggle/images/Next_Disabled.gif");
	height:41px;
	width:41px;
	border:none;
	padding: 0 0 25 35;
	display:block; 
}

a.courseNavForward:active .icon {
	background-image: url("/gaggle/images/Next_Clicked.gif");
}

input.courseRadio {
	font-size: 9pt;
	background: none;
	border: none;
}

.questionText {
	font-size: 12pt;
	font-weight: bold;
	display: block;
}

.answerText {
	font-size: 10pt;
	display: block;
}

#errorContent {
	width: 350px;
	margin: 100px auto;
	background-color: #fff;
	border: 1px solid #000;
	padding: 50px;
	text-align: center;
}

.quizButton {
	font-size: 20px;
	font-family: Tahoma;
	color: #ffffff;
	background-color: #f25520;
	height: 40px;
	width: 45px;
}

#courseLoadingMsg {
	font-size: 14px;
	color: #f25520;
}