

body {
  margin: 0px;
  font-family: Arial, Times New Roman;
  color: #000;
  font-size: 10pt;
}

.content_home_ai {
	padding: 10px 0;
	width: 80%;
	float: right;
	min-width: 900px;
}
a:link, a:visited, .menu_item_dropdown a.menu_item:link, .menu_item_dropdown a.menu_item:visited {
  text-decoration: none;
  color: #B80025;
}


a:hover, a:active, .menu_item_dropdown a.menu_item:hover, .menu_item_dropdown a.menu_item:active {
  text-decoration: underline;
  color: #B80025;
}

a.menu_item:link, a.menu_item:visited
{
  text-decoration: none;
  color: #000;
  text-align: left;
}

a.menu_item:hover, a.menu_item:active {
  text-decoration: underline;
  color: #000;
  text-align: left;
}

.div-center {
  width:100%;
  background-color: #FFF;
}

.header-main .header-top {
  height: 140px;
  padding-left: 15px;
  text-align: left;
}

input.text {
	background: url("/design/input_box.png") no-repeat;
	border: 0px;
  height: 33px;
  width: 126px;
  font-family: Impact, Arial, Time New Roman;
  font-size: 14pt;
  color: #BA0025;
  text-align: left;
  padding-right: 7px;
}

input.signin {
	background: url("/design/header_signin.png") no-repeat;
	border: 0px;
	width: 61px;
	height: 27px;
}

input.logout {
	background: url("/design/header_logout.png") no-repeat;
	border: 0px;
	width: 61px;
	height: 27px;
	top: 5px;
}

input.button {
	background: url("/design/input_button.png") no-repeat;
	background-color: #fff;
	border: 2px #B80025 solid;
}

#header .input-boxes {
  width: 350px;
  position: relative;
  left: 560px;
  top: 5px;
}

#header .input-boxes input.text {
	background: url("/design/text_box.png") no-repeat;
	border: 0px;
  height: 25px;
  width: 130px;
  font-family: Impact, Arial, Time New Roman;
  font-size: 9pt;
  color: #BA0025;
  text-align: left;
  padding-right: 7px;
}

#header img {
  border: none;
}

.nav {
  height: 20px;
  font-family: Arial, Times New Roman;
  color: #BE0026;
  font-size: 12pt;
  background: none;
  position: relative;
  top: -60px;
  width: 450px;
}

.nav a:link, .nav a:visited {
  text-decoration: none;
  color: #FFF;
}

.nav a:hover, .nav a:active {
  text-decoration: none;
  color: #BE0026;
}

.user-nav {
  font-family: Arial, Times New Roman;
  margin-left:10px;
  top: -75px;
  height: 20px;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
  width:600px;
  float: left;
  font-weight: bold;
  font-size: 12pt;
}

.user-nav li{
float: left;
padding-right: 25px;

}

.user-nav a:hover, .user-nav a:active {
  text-decoration: none;
  color: #000000; 
}
.user-nav a:link, .user-nav a:visited {
  text-decoration: none;
  color: #000000; 
}
#header .menu_user {
	position: relative;
	top: -80px;
	width: 900px;
	margin-left: 10px;
	padding-left: 2;
}

.body-left {
  width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  float:left;
}

.body-left img {
  vertical-align: top; 
}

.body-right {
  width: 210px;
  font-size: 8pt;
  float:left;
}

.body-right img {
  position: relative;
  right: 5px;
}

.top-images {
  font-size: 8pt;
  text-align: center;  
  padding-left: 10px;
  padding-right: 10px;
}

.top-images a:link, .top-images a:visited {
  text-decoration: none;
  color: #000;
}

.top-images a:hover, .top-images a:active {
  text-decoration: none;
  color: #B80025;
  outline: #B80025 solid 2px;
}

.news {
  padding-top: 25px;
}

.news a:link, .news a:visited {
  font-size: 8pt;
}

.news a:hover, .news a:active {
  font-size: 8pt;
}

.h1 {
  font-family: Impact, Arial, Times New Roman;
  font-size: 20pt;
  font-weight: bold;
  color: #B80025;
}

h1 {
  font-family: Impact, Arial, Times New Roman;
  color: #B80025;
}

.byline {
  font-family: Arial, Times New Roman; 
  font-size: 8pt;
}

.footer-main {
  clear: both;
  background: #000;
  color: #FFF;
  font-family: Impact, Arial, Time New Roman;
  text-align: center;
  padding-top:5px;
}

.footer-main a:link, .footer-main a:visited {
  color: #FFF;
  text-decoration: none;
  
}

.footer-main a:hover, .footer-main a:active {
  color: #B80025;
  text-decoration: underline;
  font-size: 12px;
}

div.top_menu_link_container, div.top_menu_link_container_end {
  border: none;
  background: none;
  
}

a.top_menu_item:link, a.top_menu_item:visited {
	color: #fff;
	font-size: 12pt;
	font-weight: normal;
	
}

div.top_menu_link, div.top_menu_link_loggedin {
  font-family: Impact, Trebuchet, Arial, sans;
  color: #fff;
  font-size: 12pt;
  text-transform: lowercase;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
  text-align: left;
}

div.header, td.header {
	color: #FFF;
	text-transform: lowercase;
	font-size: 12px;
	border-left: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid; 
	background-color: #000;
	background-image: url("/design/header_top.png");
}

div.page_header{
	color: #000;
	font-family: Impact, Trebuchet, Arial, sans;
	text-transform: lowercase;
}

div.portal_action, div.home_action {
	border-top: dashed 1px;
}

div.portal_content, div.portal_whatsnew, div.home_content, div.home_whatsnew, td.home_box {
	border-left: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
}

div, td {
	text-align: left;
}
  {*Header height temp change from 209 to 300 to see menu in full by Anthony*}
  #header
  {
  	width: 100%;
  	height: 209px;
  	background-image: url(/design/header_back.jpg);
  	background-repeat: repeat-x;
  	overflow: hidden;
  }
  
  #header-image
  {
  	background-image:url("/v2/images/headers/header.php");
  	background-repeat: no-repeat;
  	background-position: 0px 0px;
  	width: 100%;
  }
  
  #header-frame
  {
  	width: 1082px;
  	height: 209px;
  	background: url(/design/header_mask.png) no-repeat;
  }
  
  #footer
  {
  	width: 100%;
  	height: 75px;
  	padding-top: 35px;
  	background-color: #000000;
  	background-image: url(/design/footerback2.jpg);
  	background-repeat: repeat-x;
  }
  
 
.container_home {
	width: 100%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 1px ; 
	overflow: hidden; 
  padding-right: 5px;

}


.sidebar_home {
	float: left;
	width: 175px;
	background: #FFF;
	margin-left:5px;
	padding-bottom: 10px; 
}
.content_home {
  padding-right: 5px;
	padding: 10px 0;
	width: 80%;
	float: right;
}

.portal_whatsnew {
  width: 95%;
}

