/* CSS Document */

body {
	background-color: #3f3f3f;
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-size: 12px;
	color: #000;
	margin: 0px 0px;
}

img, fieldset {
	border: 0;
}

form, fieldset, select, ul, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

form select {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-size: 12px;
	color: #515151;
	border: solid 1px #b7b7b7;
}

form input,
form textarea {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-size: 12px;
	color: #515151;
	margin: 1px;
	width: 200px;
	border: solid 1px #b7b7b7;
	padding: 2px 1px 2px 1px;
}
form textarea {
	width: 400px;
	height: 100px;
}

form input[type="checkbox"] {
	border: 0;
	width: auto;
}

form table label {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-size: 12px;
	font-weight: bold;
	color: #515151;
	padding-right: 6px;
	text-align: right;
}

form table {
	margin: 4px;
}

form table td {
}

span, p {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-size: 13px;
}

form input[readonly] {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-size: 12px;
	background-color: #f6f6f6;
	border: solid 1px #b7b7b7;
	padding: 2px 1px 2px 1px;
}

menu {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-size: 12px;
	color: #515151;
}

.focus {
	background-color: #fff;
	border: solid 1px #ffff00;
}

div {
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	background-color: #fff;
	background: url(../img/background.png) repeat-y;
	padding: 0px 30px 20px 30px;
}

#homepage_topline {
	background-color: #fff;
	margin: 0;
	margin-bottom: 10px;
}

#header,
#homepage_header {
	height: 78px;
	background-color: #ffff00;
	margin: 0;
}
#homepage_header {
	height: 110px;
}

#header_logo,
#homepage_header_logo {
	float: left;
	width: 120px;
	height: 56px;
	background: url(../img/logo.gif) no-repeat;
	margin-top: 8px;
	margin-left: 10px;
}
#homepage_header_logo {
	width: 270px;
	height: 100px;
	background: url(../img/homepage_logo.gif) no-repeat;
}

#header_home_icon {
	position: absolute;
	left: 160px;
	top: 10px;
	display: none;
}

#homepage_header_search {
	float: right;
	position: relative;
	overflow: hidden;
	width: 268px;
	padding: 2px;
	margin-top: 58px;
	margin-right: 0px;
	height: 40px;
}

#header_search {
	float: right;
	position: relative;
	overflow: hidden;
	width: 268px;
	padding: 2px;
	height: 42px;
	clear: right;
	margin-top: 14px;
	margin-right: 10px;
}

#homepage_header_search a,
#header_search a,
#homepage_header_search a:visited,
#header_search a:visited {
	font-size: 11px;
	text-decoration: underline;
}

#homepage_header_login {
	float: left;
	position: relative;
	overflow: hidden;
	width: 634px;
	padding: 2px;
	background-color: #fff;
}

#homepage_header_login_link {
	float: right;
	margin-top: 70px;
	margin-right: 20px;
	text-decoration: underline;
	font-size: 13px;
	color: #515151;
}

#homepage_items {
	margin-bottom: 10px;
}

#subheader {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 1px;
}

#menubar {
	float: left;
}

#submenubar {
	float: left;
}

#submenu {
	height: 30px;
}

#submenu ul {
	margin-top: 4px;
	padding-left: 30px;
}

#submenu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family: "Century Gothic", Century Gothic, Georgia; 
	color: #515151;
	font-size: 12px;
}

.submenu_container {
}

.submenu_container a {
	text-decoration: none;
	color: #515151;
}

.submenu_container a:hover {
	text-decoration: underline;
	color: #515151;
}


#userdetails {
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	font-size: 11px;
}

#page_heading {
	font-size: 26px;
	color: #515151;
	text-align: left;
	padding: 4px;
	padding-left: 10px;
	margin: 6px 5px 0px 5px;
	background-color: #fff;
	border: solid 1px #999;
}

#content {
}

#lightbox_control {
	clear: all;
	/*background: url(../img/lightbulb.png) #fff no-repeat 4px 4px;*/
	height: 40px;
	border: solid 1px #c0c0c0;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 4px 6px 6px 6px;
	background-color: #ffff00;
}

#lightbox_portal_control {
	background-color: #ffff00;
}

#footer {
	width: 100%;
	height: 60px;
	background-color: #d3d3d3;
	margin-top: 10px;
}

#new_footer {
	width: 100%;
	height: 60px;
	background-color: #d3d3d3;
	margin-top: 10px;
	font-weight: normal;
	font-family: "Century Gothic", Century Gothic, Georgia; 
}

#footer_copyright {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	font-size: 14px;
	color: #616161;
}

#footer_menu {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 11px;
	color: #616161;
	padding: 0;
}

#fullscreen_header {
	height: 68px;
	background-color: #fff;
	margin: 0;
}

#fullscreen_header_logo {
	float: left;
	width: 126px;
	height: 56px;
	background-image: url(../img/logo.png);
	margin-top: 6px;
	margin-left: 10px;
}

#fullscreen_content {
	margin: 10px;
}

#termsconditions {
	display: none;
	width: 700px;
	height: 500px;
	overflow: auto;
	line-height: 130%;
}

#termsconditions h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

#termsconditions p {
	margin-bottom: 10px;
}

#termsconditions .indented {
	margin-left: 20px;
	margin-bottom: 6px;
}

/* New header */

#new_header {
	height: 78px;
	background-color: #ffff00;
}

#new_header_logo {
	float: left;
	background: url(../img/new_header_logo.gif) #fff;
	width: 148px;
	height: 78px;
}

#new_header_menu {
	 float: left;
	 height: 60px;
}

#new_header_menu_container {
	position: relative;
	z-index: 999;
}

#new_header_login_search {
	 float: right;
	 margin-right: 10px;
}

#new_header_login {
	width: 260px;
	text-align: right;
	margin-top: 5px;
	font-weight: bold;
    	font-family: "Century Gothic", Century Gothic, Georgia; 
}

#new_header_login a {
	text-decoration: none;	
}

#new_header_login a:hover {
	text-decoration: underline;
}

#new_header_login .bullet {
	padding-left: 5px;
	padding-right: 5px;
}

#new_header_search {
	width: 250px;
	margin-top: 24px;
    	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
}

#new_header_search input {
	margin-right: 10px;
	width: 150px;
    font-family: "Century Gothic", Century Gothic, Georgia; 
}

#new_header_search a {
	text-decoration: none;	
}

#new_header_search a:hover {
	text-decoration: underline;	
}

#new_homepage_flash {
	float: left;
	width: 735px;
	height: 338px;
	z-index: 0;
}

#new_homepage_panel {
	float: left;
	width: 215px;
	height: 318px;
	padding: 10px;
}

#new_homepage_panel h1 {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
	font-size: 22px;
}

#new_homepage_panel h2 {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
	font-size: 16px;
}

#new_homepage_panel h3 {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
}

#new_homepage_panel h4 {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
	font-size: 12px;
}

#new_homepage_panel p {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: normal;
	font-size: 14px;
	line-height: 110%;
	margin-bottom: 3px;
	color: #333;
}

#new_homepage_panel input {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 6px;
	width: 210px;
}

#new_homepage_panel .button {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #ffff00;
	color: #000;
	float: right;
	width: 40px;
	padding: 3px;
	clear: both;
}

#new_homepage_panel ul {
	list-style-type: none;
}

#new_homepage_panel ul li {
	float: left;
	margin-right: 15px;
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
	font-size: 14px;
}

#new_homepage_panel a {
	text-decoration: none;
}

#new_homepage_panel a:hover {
	text-decoration: underline;
}

#new_homepage_sections {
	width: 970px;
	background: #e0e0e0;
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-size: 12px;
	color: #333;
	margin-bottom: 6px;
}

#new_homepage_sections .new_homepage_section {
	float: left;
	width: 260px;
	margin: 18px 0 20px 48px;
	overflow: hidden;
}

#new_homepage_sections .new_homepage_section a {
	text-decoration: none;
	font-weight: bold;
}

#new_homepage_sections .new_homepage_section h1 {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
	font-size: 14px;
	color: #333;
	border-bottom: solid 1px #9c9c9c;
	padding-bottom: 2px;
}

#new_homepage_sections .new_homepage_section h2 {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: bold;
	font-size: 12px;
	color: #333;
	padding-bottom: 4px;
}

#new_homepage_sections .new_homepage_section p {
	font-family: "Century Gothic", Century Gothic, Georgia; 
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

#new_homepage_sections .new_homepage_section .image {
	margin-bottom: 4px;
}

#new_homepage_sections .new_homepage_section .image_with_text {
	background-color: #fff;
	margin-bottom: 4px;
}

#new_homepage_sections .new_homepage_section .image_with_text img {
	float: left;
}

#new_homepage_sections .new_homepage_section .image_with_text .text {
	float: left;
	margin: 6px;
}

#new_homepage_sections .new_homepage_section .image_with_date {
	margin-bottom: 4px;
}

#new_homepage_sections .new_homepage_section .image_with_date img {
	float: left;
}

#new_homepage_sections .new_homepage_section .image_with_date .text {
	float: right;
	width: 120px;
	margin: 6px 6px 0px 6px;
	text-align: center;
	font-weight: bold;
}

#new_homepage_sections .new_homepage_section .image_with_date .text h3 {
	font-size: 76px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 100%;
}


/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
