*{ margin: 0;padding: 0; margin-top:0; }

/* Removes table style */
table {border-collapse: collapse; border-spacing:0; border:0;}

/* This sets the font weight to start with.*/
h1,h2,h3,h4,p,li{font-weight:normal;}

/* Set all font sizes here. */
h1{font-size: 26px; padding-top:5px; padding-bottom:8px; line-height: 18pt;}
h2{font-size: 22px; padding-top: 15px;}
h3{font-size: 20px; padding-top: 15px;}
h4{font-size: 16px;}
p{font-size: 12px;}

blockquote {padding-left: 30px; font-style:italic; color: #006699;}

body {
	background: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

p {
	padding-top:16px;	
}

body a:link { color: #006699; text-decoration:none; font-weight:bold;}
body a:visited { color:#006699; text-decoration:none; font-weight:bold;}
body a:hover {
	color: #CC3300;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	width: 960px;
}

a {
	text-decoration: none;
	color: #362e19;
}

a:hover {
	text-decoration: underline;
	color: #4a3c19;
}

#header {
	background-color: #666666;
	height: 273px;
}

#header h1 { 
	font-size: 38px;
	letter-spacing: -1px;
	padding: 70px 0 0 40px;
	color: #fff;
}

#header h1 a { 
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a:hover {
	color: #000;
}

#header h2 {
	font-size: 19px;
	color: #EFECE0;
	padding: 20px 0 0 40px;
	letter-spacing: -1px;
	font-weight: 100;
}

#login {
	margin-top: -250px;
	height: 50px;
	padding-left: 500px;
	padding-right: 60px;
	text-align: right;
}

#usersStatus {
    font-size: 11px;
	font-style: italic;
    margin-top: -30px;
	padding: 0 60px 0 500px;
	text-align: right;
}
/******** Dropdown menus *********/
.menu, .menuMember {
	height: 2.4em;
	position:relative; 
	line-height: 2.4em;	
	font-weight:bold;
	font-size: 1.1em;
	
}

.menu { 
	background: url(../images/menu2.gif) no-repeat ; 
	z-index: 10;
}

.menuMember {top:0; background: url(../images/menuMember2new.gif) no-repeat right;} 

#updateBackground { 
	background: url(../images/menuMember2.gif) no-repeat right;}

/* Menu header visited */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration: none;
	padding: 0 0.8em;
	color: #e0e0e0;
	cursor: pointer;
	white-space:nowrap;
    overflow:visible;
}
 .menuMember ul li a, .menuMember ul li a:visited{
	display:block;
	text-decoration: none;
	padding: 0 0.8em;
	color: #333;
	cursor: pointer;
	white-space:nowrap;
    overflow:visible;
}

.menuMember ul li a { color: #333;} /* override */

.menu ul, .menuMember ul {margin:0; list-style-type: none; padding-left: 14em;}

.menuMember ul {padding:0 0.9em 0 0; float: right;} /* override */

.menu li, .menuMember li{display:inline; margin:0 0.1em 0 0;padding:0;}
.menu ul li, .menuMember ul li {float:left; position:relative; display:block; z-index: 100;}
.menu ul li ul, .menuMember ul li ul {display: none;}

.menu ul li a:hover {
	color: #fc3;
	text-decoration: none;
}
 .menuMember ul li a:hover {
	color: #333; 
	text-decoration: none;
}

/* Dropdown menu */
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	left: -13.5em; /* offset the padding for menu ul */
	float: left;
	font-size: 0.9em;	
}

.menuMember ul li:hover ul {
	display:block; 
	position:absolute; 
	float: right;
	right: -1.3em;  /* Offset the padding for menu ul */
	font-size: 0.9em;	
}

/* Each dropdown row */
.menu ul li:hover ul li a, .menuMember ul li:hover ul li a {
	display:block;
	background: #ccc; 
	border-left: #e2e2e2 0.1em solid;
	border-right: #e2e2e2 0.1em solid;
	border-bottom: #e2e2e2 0.1em solid;
	color:#006699;
	margin:0; padding:0;left:0; 
	text-align:left;
	padding-left: 0.35em;
	width: 10.55em;   /* width drop down menu */
	height:1.7em;  /* sub menu level 1 height */
	line-height:1.7em; 
	font-weight:bold;	
}

.menuMember ul li:hover ul li a { width: 11.45em; }

/*dropdown1 hover menu item */
.menu ul li:hover ul li a:hover, .menuMember ul li:hover ul li a:hover  {background: #CC3300; color:#FFFFFF; }

 /*dropdown1 having sub menu2 only */
.menu ul li:hover ul li a.drop {
	background:#ccc url(../images/arrow.gif) 9.7em 0.65em no-repeat; 
    color:#006699; 
	height:1.7em; 
	line-height:1.7em; 
	text-align:left;
}

.menu ul li:hover ul li ul {display: none;}

/* dropdown menu 2 */
/* absolute is positioned at the specified coordinates relative to its containing block */
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute;
	left:0.25em; 
	top:0; 
	height:1.7em; 
	margin:0;
	text-align:left;
}

.menu ul li:hover ul li a.drop:hover {background:#CC3300 url(../images/arrow_roll.gif) 9.7em 0.65em no-repeat; color:#FFFFFF; }
.menu ul li:hover ul li:hover > a.drop {background:#CC3300 url(../images/arrow_roll.gif) 9.7em 0.65em no-repeat; color:#FFFFFF;}

/***************************************/

#content {
	background: #ffffff url(../images/content2.gif) repeat-y;
	padding: 0 10px;
	width: auto; 
	display:block;	
	line-height: 1.35em;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
	
.main {
	float: left;
	width: 495px;
	text-align: left;
	padding: 15px 15px 25px 15px;
    margin-top: 35px;
}

.main h2 {
	font-size: 20px;
	font-weigh: bold;
	padding: 7px 0;
}

.main h2 a {
	text-decoration: none;
}

.main h2 a:hover {
	text-decoration: underline;
}

#breadcrumbs {
	text-align: left;
	font-size:10px;
	position:absolute;
	z-index: 1;
	margin-left: 208px; 	
	border-bottom: #d0d0c4 1px solid;
	padding: 5px;
	width: 515px;
	background-color: #eeeeee;
	float:left;
}

#leftColumn {
	float: left;
	width: 195px;
	/*margin-top: -31px;*/
	padding-left: 12px;	
	background: #ffffff url(../images/left.gif) repeat-y;
	border-right: #d0d0c4 1px solid;
}

#rightColumn {
	float: right;
	width: 190px;
	/*margin-top: -31px;*/
	background: #ffffff url(../images/right.gif) repeat-y;
	padding-right: 7px;
	padding-left: 10px;
}

#footer {
	background: url(../images/bottom2.gif) no-repeat center;	
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	height: 60px;

	
}

/**************************************/
/*********** Search style **************/
#ajaxSearch_form {
	color: #444; 
	width: auto;
	
}

#ajaxSearch_input {
	display: inline; 
	height: 17px; 
	width: 120px; 
	border: 1px solid #999; 
	background: #FFFFFF url(../images/input-bg.gif) repeat-x top left;
	margin: 0 3px 0 0;
	padding: 3px 0 0 3px; 
	vertical-align: top; 
}
		        
#ajaxSearch_submit {
	display: inline; 
	height:22px; 
	line-height:22px;
	text-transform:lowercase;
}
		
#current-search-results {
        border: 1px solid #044F9F;
	padding: 5px 0 5px 5px;
	height: auto;
	line-height:: 11px;
	background-color:#e4edf5;
	font-size: 10px;
	width: 180px;	
}

#ajaxSearch_output {  
	position: absolute;
	/*right: 0;*/
	z-index:80;
}

.ajaxSearch_paging { 
    border-top: 1px solid #ccc;
    padding: 2px; 
    font-size: 86%;
    color: #044F9F;
}

.AS_ajax_result {
	color: #444; 
	margin-bottom: 3px;
}
   
.AS_ajax_resultLink {text-decoration: underline;}

.AS_ajax_resultDescription{color: #555;}

.AS_ajax_highlight1,.ajaxSearch_highlight1 {
	color:#C00;
	font-weight:700;
	padding:0;
}

.AS_ajax_highlight2,.ajaxSearch_highlight2 {
	color:#DF5380;
	font-weight:700;
	padding:0;
}

.AS_ajax_more {color: #555;}

.AS_intro { display: none;}

#customSearch {	
	float: left;
	width: 195px;
}

/*********** FoxyCart override ********/
#fc_checkout_container { margin-top:0; }

/********* simple rounded corners **********/
.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 98.2%}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 

/* Display radio button in a 2 columns fashion for layout */
.pagination_radio {
	float: left;
	padding-left:5px;
	margin: 0.10em auto;
	width: 200px;
}

#userGroupVALabel, #userGroupClientLabel { margin-right: 7px; }
#userGroupOther { margin-top: 7px; }