html{
	height:100%;
}
body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	margin: 0;
	text-align: center;
	height:100%;
	background-image:url(/Images/graduate/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

hr {
	color: #99042e;
	height: 1px;
	margin-bottom : 2px;
	margin-top : 2px;
}

a {
	color:#99042E;
}

h1, h2, h3, h4, h5 {margin: 0em 0 1em 0;}

h1 {font-size: 1.4em; color: black;}
h2 {font-size: 1.0em; color:black}
h3 {font-size: 1.1em; color: #9A0431;}
h4 {font-size: 1.0em; color: #9A0431;}
h5 {font-size: 0.9em; font-weight: bold;}

p { font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #333333}

ul {line-height: 1.2em;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	list-style-type:square;
	list-style-image:URL(/Images/mainsite/dot_red.gif);
}

li {margin: 0 0 0 .5em; padding: 0;}
p {margin: 0 0 1em 0;}
xa {color: #4A5C68;}
a img {border: 0;}
form {margin: 0;}

/*tag redefinitions*/

/*main layout*/
body#homeBody div#shell {
	/*background-image: url("/Images/home_bg.gif");
	background-repeat: repeat-x;
	border-right:1px solid #979797;*/
}
#shell {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#contentOuter {
	clear: both;
	width: 950px;
	float: left;
	background-repeat: no-repeat;
}

#contentFullWidth {
	float: right;
	width: 810px;
	text-align: left;
	padding-right:10px;
    border:1px solid red}

#contentHalfWidth {
	float: right;
	width: 550px;
	text-align: left;
	padding-right:10px;
}

#contentQuarterWidth {
	float: right;
	width: 490px;
	text-align: left;
	padding-right:10px;
}

#contentMenu {
	float: right;
	margin-left: 50px;
	margin-right: 20px;
	width: 200px;
	text-align: left;
}
/*main layout*/

/*top menu*/
#topNavShell {
	width: 100%;
	height: 148px;
	padding-top:48px;
}

#topNavShell #search {
	text-align:right;
}

* html #topNavShell #search {
	margin-right:5px;
}

div#search img{
	margin-top:1px;
}
td.searchText {
	font-size: .8em;
	font-weight: normal;
	padding-right: 5px;
}

#searchbutton {
	margin-bottom:-4px;
}

div#logo {
	display:inline; /*To Fix Double margin IE Bug*/
	float:left;
	margin-left:45px
}
/*top menu*/
#topNav {
	float:right;
	width:740px;
	font-size:.85em;
	margin-top:25px;
	padding-right:10px;
	text-align:right;
}
/*
#topNav ul {text-transform:uppercase; list-style-type:none; margin:0px; padding:0px;}
#topNav li {display:inline; margin:0px; padding:0px; list-style:none;}
*/
#topNav a {text-transform:uppercase;text-decoration: none; padding:0px 5px 0px 5px; margin:0 1px 0 0;}
#topNav a:hover {text-decoration:none; background-color: black; color: white;}

.currentcategory {background-color: black; color: white;}
.category        {background-color: white; color: black;}

/*custom classes*/

ul.menuList, ul.menuListRed, ul.subMenuList {
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
	list-style-image: url("/Images/mainsite/list_img.gif");
}

li.liOpen {
	list-style-image: url("/Images/mainsite/list_img_down.gif");
}


ul.menuList li, ul.menuListRed li {
	margin: 0;
	padding: 0;
}

ul.subMenuList li {
	margin: 0.2em 0 0 -3px;
	padding: 0;
}


ul.subMenuList li a {
	color: #9A0431 !important;
	text-decoration:none;
	font-weight:bold;
}

ul.subMenuList li a.highlight {
	color: #8F8F8F !important;	
}

ul.menuListRed li {
	margin-bottom: .1em;
	line-height: 110%;
}

ul.menuListRed li a {
	text-decoration: none;
	color: #990330;
	font-weight: bold;
}



ul.subList {
	display: none;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: none;
	list-style-type: none;
}

ul.subList li a {
	color: #000;
	font-weight: normal;
	font-size: .9em;
}

li.lihasChildren a,
	ul.menuList li.lihasChildren a,
	ul.subList li.lihasChildren a {
	/*color: #9A032E;
	font-weight: bold;*/
}

li.liSelected a,
	ul.menuList li.liSelected a,
	ul.subList li.liSelected a {
	font-weight: bold;
	color: #990330;
}

ul.subListOn {
	display: block;
}

p#breadCrumb a {
	color: #999;
	font-size: .9em;
	text-decoration: none;
}

div.snapBack {
	float: left;
	width: 220px;
	margin-top: 1em;
}

div.snapBack a {
	color: #888;
	text-decoration: none;
	font-size: .8em;
}

div.snapBack a:hover {
	text-decoration: underline;
}

div#contentStockPanel {
	float: left;
	width: 390px;
}

div#contentStockPanel p {
	font-size: .8em;
	margin: 1em 0 0 85px;
}
div#contentStockPanelSmall {
	float: left;
	width: 85px;
}

.error {
	color:#FF0000;
}

.highlight {
	font-weight: bold;
}

.highlight_quote {
	background-color:gray;
	color:#FFFFFF;
}

#gradcategory-visualsimage img {
	width:591px;
	height:242px;

}
#gradcategory-visualstext img {
	width: 358px;
	height: 242px;
}

.clear {
	clear:both;
}


/*custom classes*/

/*footer*/
div#footerShell {
	margin: 0 auto;
	width: 100%;
	clear:both;
}
div#footer {
	clear:both;
	margin: 2.5em 0;
	/*clear: both;*/
	float: right;
	text-align: left;
	width: 592px;
	border-top: 1px solid #000000;
	color: #8F8F8F;
	font: .8em Arial, Helvetica, sans-serif;
	
}

div#footer a {
	color: #8F8F8F;
	text-decoration:none;
}

div#search_footer div#footer
{
	width: 862px;
}


/*footer*/


#breadcrumbs {margin-bottom:20px;
              font-size:0.8em;
			  text-transform:uppercase}
#breadcrumbs a:link {padding-left:2px; padding-right:2px; color:black}
#breadcrumbs a:visited{padding-left:2px; padding-right:2px; color:black}
#breadcrumbs a:hover {padding-left:2px; padding-right:2px; color:black}

#HomeRedBar {width:951px; height:242px; background-color:#99002d; overflow:hidden; color:white}
#HomeImageText{float:left; display:inline; width:351px; height:242px;}
#HomeImage{	float:left; width:306px; height:242px; margin:0 0 0 40px;
	background-image:url(/Images/mainsite/HomeImage.jpg);
	background-repeat:no-repeat;}

#HomeHotTopics       {float: left; padding-top: 45px; margin-left: 15px;font-size: 1em;}
#HomeHotTopics h2    {font-size: 1em; font-weight: bold; margin-left: 8px; color: white; text-transform:uppercase;}
#HomeHotTopics h3 {font-size: .9em;}
#HomeHotTopics ul    {padding: 0; margin: 0; list-style-image: none;}
#HomeHotTopics ul li {margin: 0 0 0 20px; padding: 0;}
#HomeHotTopics a:link {color:white; text-decoration:none}
#HomeHotTopics a:visited{color:white; text-decoration:none}
#HomeHotTopics a:hover {color:white;  text-decoration:none}

#HomeLatestNews{float:right; width:222px; padding-right:10px; margin:21px 0 0 0;}
#HomeLatestNews h2{color:#99002d; margin:0;	padding:0; padding-bottom:15px; text-transform:uppercase;}
#HomeLatestNews p, #HomeLatestNews a{color:#000000;}

#HomeContent {float:left;
    clear: both;
	margin: 21px 0 0 85px;
	width: 525px;}
#HomeContent h2 {color:#99002d; text-transform:uppercase}
#HomeFooter {margin-left:80px}


/* ---------------------------------------------------------- */
#gradcategory-shell   {text-align:left}
#gradcategory-visuals      { height:242px}
#gradcategory-visualstext  {clear:both; float:left; width:357px; height:242px; color:white; font-size:2em; border-right:1px solid white}
#gradcategory-visualsimage {float:right; width:591px; color:white; height:242px}

#gradcategory-sublinks     {clear:both; float:left; margin-top:25px; padding-left:85px }
#gradcategory-sublinks a:link {color:blue; text-decoration:none}
#gradcategory-sublinks a:visited{color:blue; text-decoration:none}
#gradcategory-sublinks a:hover {color:blue;  text-decoration:none}


#gradcategory-content      {float:right; width:573px; margin-top:20px; padding-right:18px }
div#googleSearchResults
{
	margin: 20px 0 20px 84px;
}



#search             {float:right; padding-top:42px; margin-right:10px;}
input.searchField   {width: 140px; border:1px solid black; height:15px;}
input.googleSearchField {border:1px solid #981E32; vertical-align: middle;}
input.googleSearchField {border:1px solid #000; vertical-align: middle;}
input.googleSearchButton {font-family:Arial,helvetica; font-size:8pt; vertical-align: middle;}
#search fieldset    {border:0px; }
#search label       {text-transform:uppercase; font-size:0.8em }

table {}
td {padding:5px;
   vertical-align:top}
   
  #addThis{
	margin-top: 5px;
}  


#cse-search-results ol.search_list{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#cse-search-results ol.search_list li{
    background:none;
    padding:0px;
    margin-bottom: 20px;
}
#cse-search-results .mime_type {
    font-size: 67%;
    color: #9A0431;
}
#cse-search-results .searchlist_title {
    font-size: 17px;
    display: inline;
    font-weight: normal;
    margin: 0;
}
#cse-search-results td{
    padding:0px;
    }
#cse-search-results .searchlist_title b {
    text-decoration:underline;
}
#cse-search-results .paging{
    margin:10px 0px 10px 0px;
    text-align:center;
}
#cse-search-results .paging ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#cse-search-results .paging li{
    background:none;
    padding:0px 5px 0px 0px;
    display:inline;
}
#cse-search-results .paging li.current{
    font-weight:bold;
}
#cse-search-results .paging ul li.previous{
    padding:0px 5px 0px 0px;
}
#cse-search-results .paging ul li.next{
    padding:0px 0px 0px 5px;
}
#cse-search-results .paging ul li.previous a,#cse-search-results .paging ul li.next a{
    color: #9A0431;
    font-weight:bold;
}
#cse-search-results .paging ul li a{
    color: #000000;
}
#googleSearchResults{
    width:600px;
    }
#search_results{
    text-align:right;
    margin:30px 0px 30px 0px;
    border-bottom:1px solid #99042E;
}
#search_results p{
   margin:0px 0px 5px 0px;
}

#generalCounsel {
	padding-left:85px;
	padding-bottom:20px;
	}
#generalCounsel h1{
	margin-bottom:10px;	
	}
#generalCounsel a{
	color:#99042e !important;	
	text-decoration:none !important;
	}
#generalCounsel .clear{
	height:20px;
	}
#generalCounsel .introduction {
	padding-right:50px;
	padding-bottom:20px;
	}
#generalCounsel .general_counsel_report, #generalCounsel .video, #generalCounsel .training {
	width:570px;
	float:left;
	}
#generalCounsel .relevant_contacts, #generalCounsel .other_videos, #generalCounsel .media_articles{
	width:260px;
	float:right;
	}
* html #generalCounsel .media_articles{
	width:270px;
	float:right;
	}
#generalCounsel .relevant_contacts ul, #generalCounsel .other_videos ul {
background: none;
	margin:0;
	padding:0;
	}
#generalCounsel .relevant_contacts ul li{
	padding:0;
	width:85px;
	float:left;
	padding-right:30px;
	background: none;
	}
#generalCounsel .other_videos ul.videos li{
	background: none;
	padding:0;
	width:106px;
	float:left;
	margin-right:20px;
	padding-bottom:25px;
	}
#generalCounsel .other_videos ul.videos li p {
	margin:0 0 5px;
	padding:4px 0 0 ;
	width:106px;
	height:67px;
	background:url(../images/mainsite/video_thumb_border.gif) top left no-repeat;
	text-align:center;
	}
 #generalCounsel .training ul, #generalCounsel .media_articles ul
 {
	 margin:0;
	 padding:0;
	 background: none;
	 }
#generalCounsel .training ul li, #generalCounsel .media_articles ul li
 {
	 margin:0;
	 padding:5px 0;
	 background: none;
	 }
#generalCounsel .training ul p, #generalCounsel .media_articles ul p
 {
	 margin:0;
	 padding:3px 0; 
	 }
