{
	margin: 0px;
	padding: 0px;
}
.clearfix:after
{
	line-height: 0;
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	content: ".";
}
.clearfix
{
	display: inline-block;
}
#searchform input
{
	border-style: none;
	margin: 0px;
	float: left;
}
#searchform
{
	height: 20px;
	padding: 0px;
	float: right;
	display: block;
}
#search-submit
{
	margin-top: 7px;
}
#search2
{
	width: 80px;
	height: 19px;
}
body
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
body, html
{
	height: 100%;
}
#navTop
{
	display: block;
}
#wrapper
{
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background: url(green.jpg) no-repeat 0 0;
	/*	height: 100%; !important*/	
	display: block;
	clear:both;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;	
    text-align: left;
}
#wrapper #navTop
{
	height: 110px;
	background: url(../images/logo2.jpg) no-repeat left;
	margin: 0px auto;
	width: 775px;
}
#navTopNav
{
	margin-top: 25px;
	float: left;
	margin-left: 120px;
	color: #FFFFFF;
}
#search
{
	width: 75px;
	height: 20px;
	font-size: 9px;
	margin-top: 5px;
}
#wrapper #content
{
	display: block;
	/*height: 80%;*/
	width: 785px;
	background: url(./heading_bg.gif) no-repeat 0px 0px;
	padding: 5px 0px;
	margin: 0px auto;
    
}
/* Josh crap*/
#content #pop_box
{
        display: block;
        min-width: 515px;
        border: 1px solid #CCCCCC;
        padding: 10px;
        /*+border-radius:7px;*/
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
}
#content #pop_box2
{
        display: block;
        min-width: 515px;
        margin-top: 20px;
        border: 1px solid #CCCCCC;
        padding: 10px;
        /*+border-radius:7px;*/
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
}

/* End Josh*/
#content #sectionHdr
{
	display: block;
	float: left;
	width: 583px;
	border: 1px solid #CCCCCC;
	/*+border-radius:7px;*/
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 10px;
}
html>body #content #sectionHdr
{
	width: 561px;
	background-color: #FFFFFF;
}

/* Sam */
.secHdr
{
    display: block;
    float: left;
    width: 583px;
    border: 1px solid #CCCCCC;
    /*+border-radius:7px;*/
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 10px;
    margin-top: 12px;
}
html>body .secHdr
{
   width: 561px;
}

/*End Sam*/

#content #sectionContent input[submit]
{
	background: #D82C1B;
	font: 10px Arial, Helvetica, sans-serif;
}
#content #sectionContent
{
	float: left;
	padding: 10px;
	line-height: 18px;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 587px;
	margin-top: 10px;
}
/*make use of IE's stupidty*/
html>body #content #sectionContent
{
    float: left;
	padding: 10px;
	line-height: 18px;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 525px;
	margin-top: 10px;
}

#content h1, h2, h3, h4, h5
{
	color: #0b5da9;
	margin-bottom: 10px;
}
#content a
{
	color: #3587d3;
	text-decoration: none;
}
#content a:hover
{
	text-decoration: underline;
}
#content a:before
{
	content: url(bullet.png);
	padding-right: 5px;
}
#navSide
{
	float: left;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: left;
	width: 165px;
	padding-top: 50px;
}
#navSide a
{
	color: #FFFFFF;
	display: block;
	margin: 0px 10px;
}
#navSide li
{
	display: block;
	padding: 5px 0px;
	background:url(./bg-nav-li.png) transparent bottom repeat-x;
	/*border-bottom: 1px inset #991b20;*/
}
#navSide ul
{
	padding: 0px;
	list-style-type: none;
}
#navTop #searchbar
{
	float: right;
	padding-left: 10px;
	display: block;
	width: 140px;
	/*[disabled]height:25px;*/
}
#navTopNav a
{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
	margin-left: 5px;
}
#navTopNav a:hover
{
	text-decoration: underline;
}
#wrapper #pageHdr
{
	height: 35px;
	background: url(./page-hdr.png);
	margin: 10px 0px;
}
#wrapper #footer
{
	height: 15px;
	bottom: -9px;
	width: 785px;
	color: #4a4a4a;
	vertical-align: middle;
	padding: 5px 0px;
	font: 10px sans-serif;
	font-weight: bold;	
	text-align: center;
	display: block;
	clear: both;
	margin: 15px auto;
    margin-bottom: 0px;
	border-top: 1px solid #fff;
}
/*Styling for form elements*/
input[type="submit"], input[type="button"], input[type="reset"] {
	background-color:#0b5da9;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	margin: 0px 5px;
	
}
/* input[type="reset"] {
	background-color:#0b5da9;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
/*	margin: 0px 5px;
	
}

input[type="submit"]:hover {
background-color:#990000
}
    */
input[type="text"], textarea, input[type="password"] {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	font: 11px Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	padding: 2px
}
/*For IE Browsers*/
*html #footer 
{
	left: 76px;
}
#wrapper #footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
#userStatus
{
	float: left;
	width: 170px;
	background: url(./bg-sidenav.png) repeat-y;
	height: 200px;
	padding: 10px 5px;
	border: 1px solid #CCCCCC;
}
#searchbox {
	background: url(./search_04.png) no-repeat 0px 0px;
	height: 23px;
	width: 102px;
	_width: 95px;
	border-style: none;
	float: right;
	color: #FFFFFF;
	padding: 5px 0px 0 5px;
}
#country-login {
	float: right;
	width: 95px;
	margin: 5px;
	padding: 5px;
	clear: both;
	text-align: center;
	color: #FFF;
}
#mini-wrapper {
	float: left;
	width: 587px;
	_width: 607px;
	background: #FFFFFF url(./bg-content2.png) bottom;
	padding: 10px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
    margin-bottom: 7px;
    min-height:360px;
    _height: 360;
    line-height: 16px;
    -moz-border-radius-bottomright: 1em;
    -moz-border-radius-bottomleft: 1em;
	/* Opacity for the main content area 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8+ 
	filter: alpha(opacity=90);					/* IE5-7 
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95; */
}
/*
html>body #mini-wrapper{
	float: left;
	width: 587px;
	background: #FFFFFF url(../images/bg-content.png) bottom;
	padding: 10px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
    margin-bottom: 7px;
    min-height:427px;

}
*/
#country-login a {
	color: #FFFFFF;
}
#country-login h2 {
	color: #FFFFFF;
}
#userinfobox {
	display: block;
	padding: 10px 5px;
	text-align: center;
	background: url(../images/bg-nav-li.png) bottom repeat-x;
	color: #FFFFFF;
	
}
userinfobox_fg{
	background-color:#333;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);					
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
td {
    font: 11px Arial, Helvetica, sans-serif;
    color: #4a4a4a;
    padding: 2px;
}
h1{font: 20px;}
.tHdr{
    font: 16px;
    color: #D82C1B;
    font-weight: bold;
}
fieldset{padding: 10px; border-color:#eee;}
th{font-size:12px;}
p{line-height:16px; color:#4a4a4a;}
td>p{line-height:16px; color:#4a4a4a;}
listoneover{cursor:hand;
			font-weight: bold;}
listoneout{font-weight: normal;}