/* CSS for CourseCity - (c)2007 AliveTek, Inc. */

body {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	text-align: center;
	background-color: #f5f5f5;
	color: #000000;
	margin: 0; 
	padding: 0;
}

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

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

img { 
	border: 0;
}

form {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#all {
	text-align: left; 
	margin: auto; 
	padding: 0; 
	width: 800px;
	background-color: #FFFFFF;
	color: #000000;
}


/* HEADER */
div#header {
	width: 800px;
	height: 130px;
	background-image: url('img/bannerSlice.jpg');
	background-repeat: repeat-x; 
	background-color: #2c94e4;
	color: #FFFFFF;
	font-size: 13px; 
}

div#header h1 {
	display: none;
}

#banner_image {
	float: left; 
}

#login {
	margin-top: 25px;
	margin-right: 10px;
	float: right;
	text-align: right; 
}

#new_user_link {
	font-style: italic;
}

#logout_user_link { 
	font-style: italic;
}

a#new_user_link:link { 
	color: #666666;
	text-decoration: none;
}

a#new_user_link:visited  { 
	color: #666666;
	text-decoration: none;
}

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

a#new_user_link:active { 
	color: #666666;
	text-decoration: none;
}

/* NAVIGATION */
div#navigation { 
	position: absolute;
	clear: both;
	width: 800px; 
	text-align: center; 
	background-image: url('img/naviBg.jpg');
	background-repeat: repeat-x; 
	color: #666666;
	font-family: "Century Gothic", "New Gothic Std", "Trebuchet MS", sans-serif;
	font-size: 14px; 
}

ul#navlinks {
	background-image: url('img/naviSpacer.jpg');
	background-position: left;
	background-repeat: repeat-y;	
}

ul#navlinks, ul#navlinks li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#navlinks li {
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0;
	background-image: url('img/naviSpacer.jpg');
	background-position: right;
	background-repeat: repeat-y;
}

#search_box {
	position: absolute;
	top: -1px;
	right: 10px;
	font-size: 13px;
}

#search_button {
	position: absolute; 
	top: 1px;
	left: -30px;
}

/* CONTENTAREA */

#contentarea {
	margin-top: 50px; 
	color: #666666;
	font-size: 14px;
}

body#index #contentarea { 
	text-align: center; 
}

#contentarea h2 {
	text-align: center; 
	font-family: "Century Gothic", "New Gothic Std", "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 20px;
}

#contentarea p {
	padding-left: 10px;
	padding-right: 10px;
}

#contentarea a:link, #contentarea a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#contentarea a:hover, #contentarea a:active {
	text-decoration: none;
	border-bottom: 1px solid #666;	
}

#contentarea a.link_on_image, #contentarea a.link_on_image:visited, #contentarea a.link_on_image:hover, #contentarea a.link_on_image:active  {
	border: 0px; 
}


#left_column, #center_column, #right_column {
	width: 252px; 
	float: left; 
	text-align: left;
}

#left_column {
	margin-left: 11px !important; margin-left: 6px;
}

#center_column {
	margin-left: 11px;
}

#right_column {
	margin-left: 11px;
}

#left_column h2, #center_column h2, #right_column h2 {
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Century Gothic", "New Gothic Std", "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 18px;
}

#left_column h2 {
	color: #e68b23;
}

#center_column h2 {
	color: #71a01b; 
}

#right_column h2 {
	color: #2c94e4;
}

.orange, a.orange {
	color: #e68b23;
}

.orangebg {
	background-color: #e68b23;
	font-family: "Century Gothic", "New Gothic Std", "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;	
}

.green, a.green {
	color: #71a01b;
}

.greenbg {
	background-color: #5C9012; /*#71a01b;*/
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

.blue, a.blue {
	color: #2c94e4;
}

.bluebg {
	background-color: #2c94e4;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff; 
}

/* FOOTER */
#footer {
	clear: both; 
	width: 800px;
	text-align: center; 
	font-size: 10px;
	color: #666666;
	padding-top: 1em;
	padding-bottom: 1em;
}

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

#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}