/*
	TEMPLATE.CSS
	- Contains base styling for generic page elements such as content panels, headings, links, lists, tables, footer, etc.
*/

/* RESET */
a, a:focus, body, div, dl, dt, dd, form, h1, h2, h3, h3:focus, h4, h5, h6, img, p, ul, li {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	font: normal normal normal 11px verdana, arial, helvetica, sans-serif;
}
a:link, a:visited {
	color: #1d4972;
}
a:hover, a:active {
	color: #999;
}
h2 {
	color: #1d4972;
	font-size: 14px;
	margin: 12px 0;
}
p {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}
.content h3 {
	color: #1d4972;
	font-size: 14px;
	line-height: 18px;
}
table {
	border-collapse: collapse;
	width: 100%;
}
th {
	background: #ccc;
	color: #333;
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
}
td {
	text-align: center;
}
.hr {
	clear: both;
	height: 1px;
	margin: 0 0 20px 0;
}	/* Graphical horizontal rule */
.clear, .clearBoth {
	clear : both;
}	/* Clearing div */

.breadcrumbs li {
	background: url('../img/icons/bc_chevron.gif') 0 50% no-repeat;
	display: inline;
	padding: 0 4px 0 14px;
	color:#666;
}
.breadcrumbs li#bc_home {
	background: none;
	padding: 0;
}
.breadcrumbs li a:link, .breadcrumbs li a:visited {
	color: #666;
	text-decoration: none;
}
.breadcrumbs li a:hover, .breadcrumbs li a:active {
	color: #333;
	text-decoration: none;
}

.container {
	margin: 6px auto;
	overflow: auto;
	width: 978px;
}

#topheader 
{
    background: url('../img/topheader.jpg') 0 0 no-repeat;
    width:978px;
    height:69px;
    padding:0px;
	margin: 0px;
}

#topheader h1 {
	color: #666666;
	font: 150% 'Trebuchet MS', arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	float: left;
}
#topheader h1 a {
	display: block;
	width: 305px;
	height: 69px;
	text-decoration: none;
	text-indent: -9000px;
	border: none;
}
#topheader h1 a:hover {
	background-color: transparent;
}



#topheader h2 {
	color: #666666;
	font: 150% 'Trebuchet MS', arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	float: right;
}
#topheader h2 a {
	display: block;
	width: 153px;
	height: 69px;
	text-decoration: none;
	text-indent: -9000px;
	border: none;
}
#topheader h2 a:hover {
	background-color: transparent;
}



.content {
	clear: both;
	color: #333;
	float: left;
	font-size: 10px;
	margin: 6px 0;
	padding: 0;
	width: 732px;
}

#hero 
{
    background: url('../img/backgrounds/hero_bg.jpg') 0 0 no-repeat;
    width:978px;
    height:529px;
    padding:0px;
	margin: 0px;
}

#contentWrapper
{
    clear: both;
    background: #FFFFFF url('../../content/Homepage/contentWrapper_bg.jpg') 0 0 no-repeat;
    position:relative;
	color: #333333;
    width:978px;
    height:568px;
	float: left;
	font-size: 10px;
	padding: 0 0 40px 0;
	margin: 0;
}


#contentWrapper div.educationTitle
{
    position:absolute;
    top:213px;
    left:657px;
}
#contentWrapper div.educationLearnMore
{
    position:absolute;
    top:237px;
    left:686px;
}
#contentWrapper div.businessTitle
{
    position:absolute;
    top:506px;
    left:657px;
}
#contentWrapper div.businessLearnMore
{
    position:absolute;
    top:530px;
    left:686px;
}




/*no tabs layout*/

#no-tabs {
	background: url('../img/backgrounds/content_panel_notabs.jpg') 0 0 no-repeat;
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	overflow: auto;
	padding: 10px 0px 20px 0px;
	width: 732px;
}


/* Sidebar container */
.sidebar {
	background: url('../img/backgrounds/sidebar_border.jpg') 0 0 no-repeat;
	float: right;
	margin: 6px 0;
	padding: 7px 0;
	width: 236px;
	height:345px;
}

#sideNav {
	margin: auto;
	width: 220px;
}

#sideNav ul{
	color: #2176b9;
	font-size: 11px;
	font-weight: bold;
	list-style:none;
	margin:0px;
	padding:0px;
}


#sideNav li a{
	background: url('../img/backgrounds/sideNav_item_header.jpg') 0 0 no-repeat;
	margin: 1px 0 0 0;
	padding: 14px 0 14px 15px;
	color: #2176b9;
	display:block;
	text-decoration: none;
}

#sideNav li a:hover{
	background-position: 0 -41px;
	color: #161616;
}

#sideNav li a.active{
	background-position: 0 -41px;
	color: #161616;
}


/* Footer */
.wholeFooter {
	clear: both;
	color: #000;
	font-size: 9px;
	text-align: center;
	width: 978px;
}
.wholeFooter a:link, .wholeFooter a:visited {
	color: #000;
	text-decoration: none;
}
.wholeFooter a:hover, .wholeFooter a:active {
	color: #666;
	text-decoration: none;
}
.line {
	background: url('../img/dottedline.gif') 0 0 repeat-x;
	font-size: 1px;
	height: 3px;
	margin: 0 0 6px 0;
	padding: 0;
	width: 100%;
}