﻿#content #wrapper #main {
	width: 95%;
}

#content #wrapper #main #welcomeMessage {
    float: left; 
    margin: 0 20px 15px 0; /* 0 25px 25px 0*/
    /*width: 600px;*/
}

#content #wrapper #main #loginTabs {
    float: left;
    width: 320px;
}

#register {
    float: right; 
    margin: 1px 5px 0 0;   
}

/* Accordion */
.accordionHeader {
	background: #f8f8f8 url(/images/bgTitle2.gif) repeat-x left bottom;
	border: 1px solid #eeeeee;
	font-weight: bold;
    padding: 0;
    margin-top: 1px;
	/*margin-left: 105px;*/
    cursor: pointer;
	border-bottom: 1px solid #ffffff;
}

.accordionHeaderSelected {
	background: #eeeeee url(/images/bgTitle2.gif) repeat-x left bottom;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
    margin-top: 1px;
	/*margin-left: 105px;*/
    cursor: pointer;
	border: 1px solid #666666;
	border-bottom: none;
}

.accordionContent {
    background-color: #ffffff;
    border: 1px solid #666666;
    padding: 5px;
	margin-bottom: 5px;
}
/* \*/* html .accordionContent{height: 200px;} /*** a fix for IE Win ***/

.accordionHeader a:link, .accordionHeader a:active, .accordionHeader a:visited {
	background: transparent url(/images/arrowRight.gif) no-repeat 5px 7px;
	text-decoration: none;
	height: 15px;
	display: block; 
	padding: 5px 5px 5px 25px;
	width: auto;
	border: 1px solid #999999;
	color: #999999;
}

html* .accordionHeader a {
	width: 100%; 
}

.accordionHeader a:hover {
	background: transparent url(/images/arrowRight.gif) no-repeat 5px 7px;
	color: #666666;
	border: 1px solid #333333;
}

.accordionHeaderSelected a:link, .accordionHeaderSelected a:active, .accordionHeaderSelected a:visited, .accordionHeaderSelected a:hover {
	background: transparent url(/images/arrowDown.gif) no-repeat 5px 7px;
	height: 15px;
	display: block; 
	padding: 5px 5px 5px 25px;
	width: auto;
	text-decoration: none;
	/*border: 1px solid #333333;*/
	color: #666666;
}

.ulLeftRight {
    
}

.ulLeftRight ul {
    list-style: none;
}

.ulLeftRight li {
    width: 250px;
    float: left;
    margin: 3px 10px 0 0;
    
}