/* CSS Contents 
1. Main Tag Styles
2. Primary Navigation Styles
3. Page Title Styles
4. Footer Styles
5. Content Styles
6. Secondary Navigation
7. Course Item
*/

/* 1. Main Tag & Container Styles */
BODY {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 13px;
	line-height: 1.4em;
	letter-spacing: 0.2px;
	background: url(../Images/Background.jpg) repeat-x;
}

#content {
	width: 760px;
}

#logoheader {
	text-align: center;
}

#leftcontainer {
	float: left;
	width: 562px;
}

#rightcontainer {
	float: right;
	width: 198px;
}

.clear {
	clear: both;
}

/* 2. Primary Navigation Styles */
#navigation {
	background: url(../Images/navigation_background.png) repeat-x #476C91;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	height: 30px;
}
#navigation A {
	line-height: 14px;
	display: block;
	float: left;
	margin: 5px;
	margin-top: 4px;
	padding: 3px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation A:hover {
	padding: 2px;
	padding-bottom: 8px;
	background-color: #476C91;
	border: 1px solid #476C91;
	border-bottom: none;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
}

/* 3. Page Title Styles */
.pagetitle {
	background: #FABF21;
	border-bottom: 1px solid #CA9404;
	padding: 10px;
	color: #003366;
}

.pagetitle .breadcrumb {
	font-size: 12px;
	color: #003366;
	margin-left: -5px;
}

.pagetitle .breadcrumb a {
	text-decoration: none;
	color: #003366;
	padding-left: 5px;
	padding-right: 5px;
}

.pagetitle .breadcrumb a:hover {
	text-decoration: underline;
}

.pagetitle H1 {
	padding: 0px;
	margin: 0px;
	font-size: 28px;
	font-weight: normal;
	margin-top: 5px;
}

/* 4. Footer Styles */
.footer {
	border-top: 1px solid #FCDA81;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer A, .footer span {
	color: #94A9BF;
	margin-right: 10px;
	float:left;
	padding-left: 3px;
	text-decoration: none;
	font-weight: bold;
}

.footer A.right, .footer span.right {
	float: right;
	font-weight: normal;
}

.footer A:hover {
	text-decoration: underline;
}

/* 5. Content Styles */
.contentcourse {
      padding: 10px;
      padding-right: 0px;
	margin-top: 3px;
	background: url(../Images/navigation/Left_Grad.gif) no-repeat #FFF;

}

.content {
	padding: 10px;
	margin-top: 3px;
	background: url(../Images/navigation/Left_Grad.gif) no-repeat #FFF;
}

.content .navigation {
	float: left;
	width: 210px;
}

.content .contentfloat {
	float: right;
	width: 520px;
	margin-left: 10px;
	margin-top: 5px;
}

.content .homecontent {
	margin: 0px;
	padding: 0px;j
	margin-bottom: 5px;
}

.content .homecontent p {
	padding: 0px;
	margin: 0px;
}

.content H1, .contentcourse H1 {
	padding: 0px;
	margin: 0px;
	font-size: 18pt;
	color: #003366;
	font-weight: normal;
	line-height: 1.4em;
}

.content H3, .contentcourse H3 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
	/*background: url(../Images/h2_border.gif) repeat-x bottom;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4em;
}

.content H4, .contentcourse H4 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	padding-bottom: 3px;
	background: url(../Images/h3_border.gif) repeat-x bottom;
	font-weight: normal;
	padding-top: 2px;
	line-height: 1.4em;
	
}

.content H2, .contentcourse H2 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	padding-bottom: 3px;
	padding-top: 4px;
	/*background: url(../Images/h4_border.gif) repeat-x bottom;*/
	font-weight: normal;
	line-height: 1.4em;
}

.content H5, .contentcourse H5 {
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

.content H6, .contentcourse H6 {
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

.content UL, .contentcourse UL {
	list-style-type: disc;
	list-style-image: url(../images/arrow.gif);
	line-height: 1.5em;
}

.content .breadcrumb, .contentcourse .breadcrumb {
	padding: 0px;
	marign: 0px;
	color: #94A9BF;
	margin-top: 6px;
}

.content .breadcrumb A, .contentcourse .breadcrumb A {
	color: #94A9BF;
}

/* 6. Secondary Navigation */
.w210 {
	float: left;
	width: 210px;
	padding-right: 10px;
}

.w300 {
	float: left;
	width: 300px;
	padding-right: 10px;
}

.nopadding {
	padding-right: 0px;
}

UL.SecNavigation {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

UL.SecNavigation UL {
	list-style: none;
	list-style-image: none;
	padding-Left: 6px;
	margin: 0;
}

UL.SecNavigation LI {
	list-style: none;
	list-style-image: none;
}

UL.SecNavigation LI A {
	display: block;
	line-height: 34px;
	background: url(../Images/navigation/210.gif) no-repeat;
	margin-bottom: 4px;
	padding-left: 7px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

UL.SecNavigation LI A:hover {
	background: url(../Images/navigation/210_Hover.gif) no-repeat;
}

UL.SecNavigation300 {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

UL.SecNavigation300 UL {
	list-style: none;
	padding-Left: 6px;
	margin: 0;
}

UL.SecNavigation300 LI A {
	display: block;
	line-height: 34px;
	background: url(../Images/navigation/300.gif) no-repeat;
	margin-bottom: 4px;
	padding-left: 7px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

UL.SecNavigation300 LI A:hover {
	background: url(../Images/navigation/300_Hover.gif) no-repeat;
}

.navigationhomestrip {
	border-top: 2px solid #FABF21;
}

/* 7. Course Item */
.CourseItem {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
}

.CourseItem A {
	text-decoration: none;
	color: #44678A;
	display: block;
	border: 2px solid #fff;
	background: #FFF2D2;
}

.CourseItem A:hover {
	border: 2px solid #C1D1E1;
	background: #C1D1E1;
	color: #FFF;
}

.CourseItem A DIV {
	padding: 5px;
	display: block;
	overflow: hidden;
	font-weight: bold;
}

.CourseItem P {
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
}

.NoPadding {
	margin-right: 0px;
}