/* @group general */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: url(images/background.gif) repeat-y center;
	height: 1%;
}

#container {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float: left;
	width: 560px;
	_padding-top: 50px;
	background: url(images/background_main.gif) no-repeat;
}

#sidebar {
	padding-top: 135px;
	width: 200px;
	float: left;
	background: url(images/background_sidebar.gif) no-repeat right top;
}

/* @end */

/* @group main */

#main h1 {
	display: none;
}

#main h2 {
	color: #036;
	text-transform: none;
	padding-left: 125px;
	clear: both;
}

#main #content {
	padding-left: 125px;
	padding-bottom: 100px;
	clear: both;
}

#main #content img {
	
}

#main #content p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 90%;
	line-height: 2em;
}

/* @group nav */

#nav-subsection {
	border-bottom: 1px solid #036;
	padding-left: 125px;
	margin-bottom: 25px;
	margin-top: 50px;
	float: left;
}

#nav-subsection ul {
	list-style-type: none;
	width: 425px;
}

#nav-subsection li {
	display: inline;
	float: left;
	background: url(images/menu_subsection_left_off.gif) no-repeat left top;
	padding: 0 0 0 3px;
	margin-right: 4px;
}

#nav-subsection a {
	background: url(images/menu_subsection_right_off.gif) no-repeat right top;
	color: #fff;
	padding: 5px 11px 4px 8px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	display: block;
	float: left;
}

#nav-subsection span {
}

#nav-subsection li.current {
	background: url(images/menu_subsection_left_on.gif) no-repeat left top;
}

#nav-subsection li.current a {
	background: url(images/menu_subsection_right_on.gif) no-repeat right top;
}



/* @end */

/* @end */

/* @group sidebar */

#sidebar h4 {
	color: #333;
}

#sidebar p {
	margin-bottom: 1.5em;
	color: #666;
	font-size: 90%;
	line-height: 1.5em;
}

#sidebar strong {
	color: #333;
}

/* @group nav */

#nav-section {
	list-style-type: none;
	margin-bottom: 25px;
}

#nav-section ul {
	list-style-type: none;
}

#nav-section li {
	margin-bottom: .25em;
	border-bottom: 1px solid #999;
	text-align: right;
	background: url(images/menu_section_bottom_off.gif) right;
}

#nav-section a {
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
	word-spacing: -.2em;
}

#nav-section span {
	display: block;
	padding: .75em;
}

#nav-section li.current {
	border-bottom-style: none;
	background: url(images/menu_section_bottom_on.gif) 0 bottom;
}

#nav-section li.current a {
	color: #fff;
}

#nav-section li.current span {
	background: url(images/menu_section_top_on.gif) no-repeat;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #fff;
	border-bottom: 3px double #ccc;
	opacity: 0.9;
}

#branding {
    margin-top:          15px;
}

#branding p {
    display:             none;
}

/* @end */

/* @group form */

#main form {
    margin-top:         15px 0 0 225px;
    padding:            15px;
    border:             1px solid #999; 
    background:         #EEE;
    /* IE Hack: Trigger IE's haslayout */
    zoom:               1;
}

#main form label, #main form input, #main form textarea {
	margin-bottom:     5px;
	display:           block;
	float:             left;
}

#main form label {
	width:             150px;
	margin-right:      20px;
	text-align:        right;
}

#main form br {
	clear:             left;
}

#main form #submit {
    width:              60px;
}

/* @end */

/* @group employee */

#employee-login {
	width: 750px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #ddd;
	padding: 10px 5px;
}

#employee-login a {
	color: #666;
}

#employee-login h4 {
	float: left;
	display: inline;
	color: #666;
	font-weight: bold;
}

#employee-login

#employee-login form input {
	display: inline;
	margin-right: 15px;
}

#employee-login form label {
	display: inline;
	margin-right: 5px;
	color: #999;
}

/* @end */