
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;
	padding: 0;
	width: 100%;    
	word-wrap: break-word;
	color: #666666; 
    background-color:#FFFFFF;   
}
#menu a, .breadcrumbs a, h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	
}
a {
    color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:hover.no_hover {
	border: none;
}

.anchor {
    text-decoration:none;
    color: #CC0000;
}

.anchor:hover {
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	color: #CC0000;
	padding: 5px 0 5px 0;
}
h1 {
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
p {
	color: #666666;
	font-size: 14px;
	line-height: 160%;
	padding: 5px 0;
}
p.small {
	font-size: 12px;
	line-height: 21px;
	color: #666666;
	padding: 5px 0 5px 0;
}
hr {
	border-color: #CCCCCC;
	border-style: solid none none;
	border-width: 1px medium medium;
	color: #CCCCCC;
	height: 0;
}
ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 1.2em;
	font-size: 14px;
	line-height: 160%;
	color: #666666;
}
ul li {
	list-style: square;
	padding: 0;
}
ul ul {
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 24px;
	color: #666666;
}
ol {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin: 0 0 5px 0;
	padding: 0 0 0 1.2em;
	list-style: decimal;
}
ol li {
	list-style: decimal;
	color: #666666;
}
ol ol {
	line-height: 24px;
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;
}

ol ul li {
    list-style: square outside none;
}
img {
	max-width: 100%;
	height:auto;
}
/* Table styles*/

table {
	width: 100%;
	margin: 10px 0;
	/*border-top: 3px solid #ccc;*/
	color: #666666;
    
}
table th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	background: #CC0000;
	color: #FFFFFF;    
}
table td {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
    vertical-align:middle;
}

table img {
    max-width:30px;
}

.contentTableFooter {            
    font-size:.75em;    
    text-align:right;    
    padding-top:0;
}

.timeline {
    line-height: 24px;
    width: 100%;    
}

.timeline th {
    background: #FFFFFF;
    color: #666666;
    min-width: 180px;
}

.float_clear {
	clear: both;
}
/* Structural elements */

#titleBanner {
    margin-bottom:120px;
    width:1000px;
}

#title75Banner {
    margin-bottom:100px;
    margin-top:20px;
    width:1025px;    
}

#categoryContainer {
    float:left;
    height:120px;
    background-color:#333333;
    width:350px;
    position:absolute;
    color:#FFFFFF;
    text-align:left;
}

#categoryText {
    vertical-align:-95px;
    color:#FFFFFF;
    font-size:40px;
    padding-left:20px;
}

#categoryImage {
    margin-left:0px;
    padding-left:0px;
    padding-right:39px;
    left:538px;
    position:absolute;
    height:120px;
    text-align:center;
    background-color:#333333;
}

#container {
	background: #FFFFFF;
	margin: 0 auto;
	width: 100%;         
}

#wrapperContent {
	color: #666666;
	width: 1024px;        
	position: relative;    
	z-index: 100;
	padding: 0;    
    padding-top:110px;
	margin: 0 auto 60px;    
    float:left;         
    min-height:620px;           
}

#wrapperContentHome {
	color: #666666;
	width: 1024px;        
	position: relative;    
	z-index: 100;
	padding: 0;        
	margin: 0 auto 60px;    
    float:left;         
    min-height:620px;           
}

div.contentBoxFull {
    /*margin-top:.75em; */   
    margin-top: 15px;    
}

div.contentBoxLeftThird {
    float:left;
    width:20%;
    padding-right:2.5em;
    margin-top:15px;        
}

div.contentBoxRight2Thirds {
    float:left;
    width:72%;
    padding-left:2.5em;
    margin-top:15px;
    margin-bottom:15px;    
}


div.contentBoxLeftHalf {
    float:left;
    width:46%;
    padding-right:2.5em;
    margin-top:15px;    
}

div.contentBoxRightHalf , div.contentBoxRightHalfNoDivider {
    float:left;
    width:46%;
    padding-left:2.5em;
    margin-top:15px;
    margin-bottom:15px;
}

/* Left content */
#leftContent {
	float: left;
	padding: 0 0 0 10px;
	width: 62%;
}

#leftContent .leftStory {
	width: 100%;
	float: left;
	padding-bottom:15px;
}

#leftContent img {
	margin: 0;       
}

#leftContent .imageFiller {
    min-height:125px;  
    width:20%;      
    float:left;
    padding:0;
    margin:0;    
    padding-right:10px;
    padding-top:8px; 
    
}

#leftContent .indent {
	margin: 0;
	width: 20%;
    float:left;
    padding-right:10px;
    padding-top:8px;
}

.leftStory div h2 {
	font-size: 20px;
	line-height: 130%;
	font-family: arial;    
    
}

.leftStory div h2 a {
	font-size: 20px;
	line-height: 130%;
	font-family: arial;
    color:#CC0000;            
}


#newsEvents {
	padding: 3px 0;
	margin: -25px 0px 20px 0px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#newsEvents h1 {
	position: relative;
	top: 12px;
	background: #FFFFFF;
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 20px 0 0 0;
	font-family: arial;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
}

#leftContent #rightEventsNews {
	width: 46%;
	float: left;
}
#leftContent #rightEventsNews h1 {
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	font-family: arial;
}
#leftContent #rightEventsNews p {
	vertical-align: top;
	margin: 0;
	display: block;
	padding: 10px 0;
	width: auto;
	border-bottom: 1px solid #eee;
}
#leftContent #rightEventsNews p:last-of-type {
	border-bottom: 0;
}

#sidebarRight {
	float: right;
	margin: 5px 10px 0 0;
	position: relative;
	width: 25%;	
	display: block;	
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


#sidebarRight #content {
	background: #E1E1E1; 	
	line-height: 19px;
	margin: 0 auto;
	min-height: 400px;
	padding: 15px;
}

#sidebarRight #content h2 {
	font-size: 16px;
	color: #CC0000;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	margin: 0;
	font-weight: normal;
	font-family: arial;
}
#sidebarRight #content h3 {
	font-size: 14px;
	color: #000000;
	text-transform: none;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
	font-family: Arial, sans-serif;
}
#sidebarRight #content h3:first-child {
	padding: 0 0 10px 0;
}
#sidebarRight #content h2:first-child {
	padding: 0 0 6px 0;
}
#sidebarRight #content img {
	margin: 5px 15px 10px 0;
	float: left;
	width: 100px;
}
#sidebarRight #content p {
	font-size: 14px;
	padding: 0 0 10px 0;
	margin-top: 2px;
}
#sidebarRight #content ul {
	margin-top: 5px;
	list-style-position: outside;
	padding: 0;
}
#sidebarRight #content li {
	color: #666666;
	line-height: 130%;
	list-style: none outside none;
	padding: 0 0 10px;
}
#sidebarRight #content a {
	color: #000000;	
}


ul.submenu {    
    background-color:#E1E1E1;
    padding:.1em;
    text-align:center;
}
li.submenu {
    list-style:none;
    display:inline;
    color:#000000;
    border-left:.1em #000000 solid;   
    padding:0;
    padding-left:2em;
    padding-right:2em;
    background-color:#E1E1E1;
}

li.submenuFirst {
    list-style:none;
    display:inline;
    color:#000000;    
    padding:0;
    padding-left:2em;
    padding-right:2em;
    background-color:#E1E1E1;
}

div.clearFloat {
    clear:both;
}

.centered {
    text-align:center;    
    padding-left:0;
    padding-right:0;    
}

.left {
    float:left;
    padding-right:15px;
}

.right {
    float:right;
}

span.title {
    font-weight:bold;
}

/* People pages */

div.dataPanel {    
    border-top:.1em #CC0000 solid;
    border-bottom:.1em #CC0000 solid;    
}

div.dataPanelTop {    
    border-top:.1em #CC0000 solid;
    line-height:1.3em;    
}

.text-right {
    text-align:right;
}

.text-left {
    text-align:left;
}

.margin-spaceRight {
    margin-right:1em;
}

.margin-spaceLeft {
    margin-left:1em;
}

.peopleFiller {
    margin-right:4em;    
}

/* Bottom content*/
#bottomContent {
	width: 1004px;
	border-top: 1px solid #eee;
	padding: 20px 10px;
	margin: 50px 0 0;
}
#bottomContent .feature {
	margin-right: 3%;
	width: 31%;
	float: left;
}
#bottomContent .feature img {
	float: left;
	margin: 0 10px 10px 0;
	width: 125px;
}
#bottomContent .feature h2 {
	font-size: 16px;
	line-height: normal;
	padding: 0 0 3px 0;
}
#bottomContent .last {
	margin: 0;
}


.light {
    background-color:#FFFFFF;
    color:#000000;        
}

.dark {
    background-color:#E1E1E1;
    color:#000000;
}

td.datetime {
    text-align:left;
    padding-top:5px;
    padding-bottom:5px;
}

td.info {
    text-align:left;
}

td.highlight {
    color:#CC0000;
    font-weight:bold;    
}


#footer {
	position: relative;
	width: 100%;
	min-width: 1400px;
    
	background: #CCCCCC;
	z-index: 3;
	border-top: 3px solid #CC0000;
}
#footer .footerContent {
	margin: 0 auto;
	width: 1004px;
	padding: 0 10px;
	height: 100%;
}
#footer .column3 {
	float: left;
	margin: 25px 3% 25px 0;
	width: 31%;
	padding: 0;
	vertical-align: top;
}
#footer .column3 .columnsLeft {
	float: left;
	margin-right: 5%;
	width: 50%;
}
#footer .column3 .columnsRight {
	float: left;
}

#footer .column4 {
	float: left;
	margin: 25px 3% 25px 0;
	width: 20%;
	padding: 0;
	vertical-align: top;
}
#footer .column4 .columnsLeft {
	float: left;
	margin-right: 5%;
	width: 50%;
}
#footer .column4 .columnsRight {
	float: left;
}



#footer .siteindex a {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
#footer .last {
	margin-right: 0;
	padding: 0;
	border: none;
	width: 26%;
}
#footer h1 {
	color: #153252;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: bold;
}
#footer p {
	font-size: 13px;
	color: #666;
	padding: 0;
}
#footer ul {
	list-style: none outside none;
	font-size: 13px;
	line-height: 115%;
	margin: 0;
	padding: 0;
}
#footer li {
	padding: 0 0 7px 0;
	list-style: none;
	margin: 0;
}
#footer a {
	color: #336699;
}
#footer #lowerFooter {
	background: #153252;
	min-height: 70px;
	padding: 35px 0px 25px 0px;
}
#footer #lowerFooter img {
	float: left;
}
#footer #lowerFooter p {
	color: #7893AF;
	float: right;
	padding: 10px 0px 0px 0px;
	text-align: right;
	text-shadow: 1px 1px 1px #000000;
	width: 60%;
}
#footer #lowerFooter a {
	color: #7893AF;
	margin-left: 10px;
}




#menu li#mobileHome {
	display: none;
}

#topNavigation {
	background: no-repeat scroll center top #000000;
    background-color:#000000;
	float: none;	
	width: 1400px;
    min-width:1400px;
	z-index: 10;
	min-height: 105px;
	text-align: center;
	padding: 0;
	position: relative;
    border-bottom: 3px solid #CC0000;        
}
body#home #topNavigation {
	height: 100px;
}
#topTools {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: right;
	padding: 0;
}
#home #topTools #homepageLink {
	display: none;
}
#topTools ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 1%;
}
#topTools li {
	color: #000000;
	text-shadow: 1px 1px 1px #000000;	
	font-size: 10px;
	display: inline;
	text-transform: uppercase;
	font-family: arial;
}
#topTools li a {
	color: #BBD1E1;
	padding: 0 5px;
	margin: 0 5px;
}
#topTools li:last-child a {
	padding-right: 0;
	margin-right: 0;
}
ul#menu {
	margin: 11px auto 0;
    margin-top: 46px;
    /*float:left;	
	position: absolute;
    left:25%;*/
	/*text-align: left;*/
	padding: 0;    
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
    background: #666666;
	
}

#menuHeight {
	height: 100px;
}
#menu > li {
	display: inline-block;
	list-style: none;
    font-size: 105%;
}

#menu > li a.mainItem {
	color: #FFFFFF;    		
	padding: 5px 20px;
	text-shadow: 1px 1px 1px #000000;
	display: inline-block;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
#menu > li a.mainItem:hover, #menu a.active, #menu a.active:hover {
	color: #FFFFFF !important;
	background-color: #333333;
	text-decoration: underline;
}

#menuLine {
    margin: 1px auto 0;
    width: 1024px;    
}

#menuLine:after {
	clear: both;
}

#logo {
	width: 120px;
    height: 240px;    	
    position: absolute;
    top:-3%;
    left:3%;    
    background: rgba(0,0,0,.85);    
    padding-top: 5px;        
    padding-left: 7px;
    padding-right: 7px;
    z-index: -10;    
}

#logo img {
	border: 0;  	
    width:120px;
}

/* Hide menuContainer */
#socialMenu-menuContainer, #bannermenuContainer, #aboutmenuContainer, #mobile-header, #button, #mobile {
	display: none;
}

ul.grid {
    padding:0;
    margin:0;
    list-style:none;       
}

ul.controls {
    text-align:center;
    padding:0;
    margin:0;
    list-style:none; 
    padding-top:1em;      
    padding-bottom:1em;
}

ul.controls li {
    display:inline;
    padding:1em;        
    padding-left:4em;
    padding-right:4em;
}

ul.controls li.small {
    display:inline;
    padding:.4em;
}

li.gridRow {
    padding-top:2em;
    list-style:none;
}

li.inline {
    display:inline;
    padding:1em;        
}

li.inlineList {
    display:inline;
    padding:0;
    margin:0;
}

li.news {
    padding-top:3em;
}

ul.submenu {    
    background-color:#E1E1E1;
    padding:.1em;
}
li.submenu {
    list-style:none;
    display:inline;
    color:#000000;
    border-left:.1em #000000 solid;   
    padding:0;
    padding-left:1.5em;
    padding-right:1.5em;
    background-color:#E1E1E1;
}

li.submenuFirst {
    list-style:none;
    display:inline;
    color:#000000;    
    padding:0;
    padding-left:2em;
    padding-right:2em;
    background-color:#E1E1E1;
}

div.contentBoxFooter {            
    font-size:1em;
    color:#000000;
    /*text-align:right;*/
    padding-top:1em;
}

div.contentBoxFooter a {
    font-size:1em;
    color:#333333;
}

div.contentTableFooter {            
    font-size:1em;
    color:#999999;
    text-align:right;    
    padding-top:0;
}

div.contentTableFooter a {
    font-size:1em;
    color:#333333;
}

div.submenuBox {    
    margin-bottom:.75em; 
    margin-top:.75em;       
    padding:1px;
    width:90%;
    border:.1em #E1E1E1 solid;        
}

div.submenuBox ul {
    list-style:none;
    padding:0;
    padding-left:5px;
    margin:0;
    text-indent:0;
}

div.submenuBox li {
    padding-top:.3em;
    padding-bottom:.3em;
    list-style:none;
}

div.submenuBox li a{
    text-decoration:none;
}

div.submenuBoxHeader {
    background-color:#E1E1E1;        
    color:#A20000;
    text-align:center;        
    padding:3px;
}


div.summaryBox {    
    margin-bottom:.75em; 
    margin-top:.75em;       
    width:80%;
    border:.1em #A20000 solid;
    text-align:center;        
}

div.summaryBox ul {
    list-style:none;
    padding:0;
    margin:0;
    text-indent:0;
}

div.summaryBox li {
    padding-top:.3em;
    padding-bottom:.3em;
    list-style:none;
}

div.summaryBoxHeader {
    background-color:#A20000;    
    /*border:.1em #FFFFFF solid;*/
    color:#FFFFFF;
    text-align:center;        
}

ul#courseMenu {
    /*background-color:#A20000;*/
    background-color:#CC0000;
    text-align:center;
    padding:.25em;    
    color:#FFFFFF;
}

ul#courseMenu li {
    display:inline;    
    color:#FFFFFF;
    padding-left:2em;
    padding-right:2em;
    font-weight:bold;
}

ul#courseMenu li a {
    color:#FFFFFF;
    text-decoration:none;    
}
ul#courseMenu li a:Hover {
    color:#FFFFFF;
    text-decoration:underline;    
}


ul#courseMenuSmall {
    background-color:#A20000;
    text-align:center;
    padding:.2em;    
    font-size:.9em;
    color:#FFFFFF;
}

ul#courseMenuSmall li {
    display:inline;    
    color:#FFFFFF;
    padding-left:1.1em;
    padding-right:1.1em;
}

ul#courseMenuSmall li a {
    color:#FFFFFF;
    text-decoration:none;    
}
ul#courseMenuSmall li a:Hover {
    color:#FFFFFF;
    text-decoration:underline;    
}

img.inlinePic{
    width:50%;
    float:left;
    padding:.6em;
}

img.inlinePicPlain{    
    float:left;
    padding:.6em;
}

img.inlinePicFull{
    width:25%;
    float:left;
    padding:.6em;
}

img.inlinePicPeople{
    width:100px;
    float:left;
    padding:.6em;
}

form {
    background-color:#E1E1E1;
    padding:.5em;
}

fieldset {
    border:.1em solid #A20000; 
}

legend { 
    color:#A20000;       
}

label {
    width:15em;
    float:left;
    margin:.25em;
    text-align:right;
}

.labelLeft {
    width:15em;
    float:left;
    margin:.25em;
    text-align:left;
}

label.full {
    width:45em;
    margin:.25em;
    float:none;
    text-align:left;
}

label.option {
    width:15em;    
    margin:.25em;
    float:none;
    text-align:left;
}

input,select {    
    margin:.25em;
}

span.alert {
    font-size:1.1em;
    color:#CC0000;    
}

p.heading {
    font-size:1.2em;
    text-align:center;        
}

img.people {    
    height:180px;
}


