/* container **************************************************************************************/

#container {
	width: 950px;
	margin: 0px auto;
	position: relative;
}

/* header *****************************************************************************************/

#logo {
	background: transparent url(../images/logo_135x60.png) no-repeat;
	position: relative;
	float: left;
	width: 950px;
	height: 60px;
}

#logo h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px;
	visibility: hidden;
}

/* navigation bar *********************************************************************************/

#navbar {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	min-height: 28px;
	width: 100%;
	background: #484848 url(../images/bar-darkgrey.gif) repeat-x;
}

#navbar p {
	padding: 7px 0px;
	margin: 0px;
	color: #ffffff;
	margin-left: 10px;
	font-size: 1.1em;
}

#navbar strong {
	color: #ffffff;
}

#navbar img {
	margin: 0px;
	float: left;
	margin-right: 7px;
}

#navbar a {
	color: #ffffff;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: none;
}

/* top menu ***************************************************************************************/

#top-menu {
	margin-top: 45px;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 41px;
	z-index: 10;
	background: transparent url(../images/bar-menu.gif) repeat-x;
}

#top-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 950px;
	background: transparent url(../images/menu-left.gif) no-repeat top left;
	height: 40px;
}

#top-menu ul li {
	padding: 13px 20px;
	float: left;
	font-size: 1.3em;
	background: transparent url(../images/menu-separator.gif) no-repeat top right;
}

#top-menu ul li a {
	padding-bottom: 10px;
	text-decoration: none;
	color: #000000;
}

/* banner *****************************************************************************************/

#banner {
	position: relative;
	float: left;
	width: 950px;
	height: 180px;
	border-top: 1px solid #ffffff;
}

/* content ****************************************************************************************/

#content {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0px;
	width: 684px;
	background-color: #ffffff;
}

#content table {
	width: 100%;
	border-top: 1px dotted #c8c8b0;
	margin-top: 25px;
}

#content h1,p {
	padding: 0px 20px;
}

#content p {
	line-height: 170%;
}

#content .intro-text {
	padding-bottom: 30px;
	font-size: 13px;
}

#content img { 
	margin-left: 20px; 
	margin-top: 15px;
}

#content a.image{
	text-decoration: none;
}

#content span {
	position: relative; 
	bottom: 25px;
	font-size: 13px;
}

#content .rights {
	color: silver; 
	margin-top: 30px;
	margin-left: -20px;
}

/* wizard *****************************************************************************************/

#wizard {
	background: transparent url(../images/bg-wizard-center.gif) -2px 0px;
	padding: 10px 10px 0px 10px;
	margin-left: 35px;
	margin-top: 15px;
	/*height: 420px;*/
}

#wizard a {
	color: #cc0000;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 3px
}

#wizard p input {
	width: 190px;
	background-image: url(../images/input-200.gif);
}

#wizard select {
	border: 0px;
	height: 17px;
	margin-top: 7px;
	margin-left: 10px;
	width: 190px;
	font-size: 1em;
	position: relative;
	z-index: 2;
	display: block;
}

#wizard p {
	width: 210px;
	padding: 0px;
}

#wizard hr {
	margin-top: 12px;
	margin-bottom: 5px;
}

#steps {
	background-color: #57554d;
	color: #ffffff;
	padding: 4px 5px;
	word-spacing: 4px;
	text-align: center;
	margin-left: -5px;
	width: 209px;
	margin-bottom: 15px;
}

#steps strong {
	color: #ffffff;
}

/* left-menu **************************************************************************************/

#left-menu {
	position: relative;
	float: left;
	width: 266px;
	background-color: #ffffff;
}

#left-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}

#left-menu ul:first-child {
	margin-top: 10px;
}

#left-menu ul li {
	padding: 3px 0px 0px 0px;
	background: transparent url(../images/bar-leftmenu.gif) no-repeat;
	float: left;
	width: 223px;
}

#left-menu ul li a {
	padding-bottom: 10px;
}

#left-menu ul li strong {
	padding: 5px 0px;
	display: block;
	padding-left: 15px;
	font-size: 1.12em;
	letter-spacing: 1px;
}

#left-menu ul li ul li {
	padding: 6px 0px 6px 15px;
	float: left;
	text-transform: none;
	width: 207px;
	margin: 0px;
	background: #ffffff;
	border-top: 1px dotted #cccccc;
}

#left-menu ul li ul li:first-child {
	border-top: 0px;
}

#left-menu ul li ul li a {
	 color: #57554d;
	 text-decoration: none;
	 background: transparent url(../images/menu-arrow-grey.gif) no-repeat;
	 padding-left: 25px;
}

/* help *******************************************************************************************/

#helpContent,
#help,
#general_help {
	width: 235px;
	min-height: 23px;
	position: absolute;
	z-index: 500;
	float: none;
	right: 0px;
	bottom: 0px;
}

#help-body {
	background: transparent url(../images/help-middle.png) repeat-y;
	float: left;
	margin-bottom: 0px;
	width: 230px;
}
#help-body h1 {
	font: bold 12px 'trebuchet ms';
	margin: 0px;
	padding: 5px 0px 10px 15px;
	border: 0px;
	background: none;
	cursor: arrow;
}
#help-body p {
	padding: 5px 25px 0px 15px;
	font: 11px 'trebuchet ms';
	width: auto;
}
#help-body hr {
	width: 200px;
	text-align: left;
	margin: 0px;
	margin-left: 10px;
	border: 0px;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
}
#help-body img.close {
	float: right;
	margin-top: -25px;
	margin-right: 25px;
	cursor: pointer;
}
#help div.floatleft {
	float: left;
	margin-bottom: 0px;
}

#help div.floatleft img.block {
	display: block;
}

/* footer *****************************************************************************************/

#footer {
	position: relative;
	float: left;
	width: 684px;
	font-size: 0.97em;
	color: #666666;
	padding: 2px 0px 20px 20px;
}

#footer a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	border-bottom: 0px;
}
