html,body{
	margin:0;
	padding:0;
	background-color:#333333;
	color:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
}
div {
	display:block;
	clear:both;
}
a {
	color:#0125AE;/* VE Blue = #0125AE */
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
img, a img {
	border:none;
}
#wrapper {
	width:990px;
	margin: 0px auto 0px auto;
	border:1px solid #666666;
	background-color:#EEEEEE;
	color:#333333;
	background-image:url('/images/tmpl_home/home_bg.jpg');
	background-repeat:repeat-x;
}
#header {
	clear:both;
	/* img 263px + 2px border + 55px h1 height = 320px total height */
}
#header h1#global_title {
	display:block;
	width:300px;
	height:36px;
	font-size:36px;
	line-height:1em;
	color:#0125AE;
	float:left;
	margin:20px 20px 0px 10px;
	padding:0;
}
#header h1#global_title a:hover {
	text-decoration:none;
}
#header #top_nav {
	position:relative;
	float:right;
	clear:right;
	margin: 39px 10px 0px 0px;
	padding:0;
	font-weight:bold;
	font-size:14px;
	line-height:1em;
}
#header #top_nav a {
	text-decoration:none;
	margin-left:20px;
}
#header #top_nav a.current, #header #top_nav a:hover {
	text-decoration:underline;
}
#header #splash {
	display:block;
	clear:both;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
 {
	clear:left;	
}
#content #promo_bar {
	clear:both;
	height:220px;
	margin:2px 1px 2px 1px;
}
#content #promo_bar a {
	display:block;
	width:300px;
	height:220px;
	text-align:left;
	float:left;
	background-image:url('/images/tmpl_home/promo_box_bg_off.jpg');
	background-repeat:no-repeat;
	font-size:12px;
	cursor:pointer;
}
#content #promo_bar a.middle {
	margin-left:44px;
	margin-right:44px;
}
#content #promo_bar #promo_box.right {
	
}
#content #promo_bar a span.h1 {
	display:block;
	width:300px;
	clear:both;
	font-size:16px;
	margin-bottom:5px;
	line-height:1.8em;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
#content #promo_bar a:hover {
	background-color:#CED7ED;
	background-image:url('/images/tmpl_home/promo_box_bg_on.jpg');
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
#content #promo_bar a span.p {
	display:block;
	width:280px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#333333;
	cursor:pointer;
}
#content #promo_bar a:hover span.p {
	color:#000000;
	cursor:pointer;
}
/* 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%;
}
*/
#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5
#content h6 {
	margin-left:10px;
	margin-right:10px;
}
#footer {
	text-align:right;
	margin:50px 5px 3px 0px;
	font-size:12px;
}






/* LOGIN */
#login_container {
	position:absolute;
	top:58px;
	width:100%;/* this let's us place relative divs inside this container to centre them */
}
#login_link_container,
#login_dialog_container {
	width:990px;
	clear:both;
	margin:0px auto 0px auto;
	text-align:right;
	font-size:small;
}
#login_link_container a {
	color:#FFFFFF;
}
#login_link_container a:hover {
	color: #0000FF;
}
#modalOverlay {
	background-color:#000;
}
#login_dialog_container {
	display:none;
	border:1px solid #93B9DA;
	right:0;
}
#login_dialog_container {
	width:280px;
	text-align:right;
	background-color:#93B9DA;
	padding-bottom:2px;
}
#login_dialog_container iframe {
	background-color:#FFFFFF;
	border-top:10px solid #93B9DA;
}
#login_dialog_container a.modalClose {
	clear:both;
	text-decoration:none;
	color:#0125AE;
	font-weight:bold;
	margin:0;
	padding:3px 7px 3px 3px;
}
#login_dialog_container a.modalClose:hover {
	color: #0000FF;
	text-decoration:underline;
}