@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background:url(images/bg_sidebar.png) repeat-y #FFF;
}

#container #sidebar {
	float: left; 
	width: 200px;
	height: 100%;
	background: #171312;
}

#container #sidebar #logo {
	margin: 0 auto;
	height: 120px;
	display: block;
}


#container #sidebar h3 {
	padding: 0 .5em 0 .5em; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #FFCC33;
}

#container #sidebar div img {
	margin: 0 auto;
	display: block;
}

#sidebar div {
	padding: 0 .5em 0 1.7em; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-bottom: 5px;
	color: #FFCC33;
}

#sidebar div a:link, #sidebar div a:visited {
	color: #FFF;
	text-decoration: none;
}

#sidebar div a:hover, #sidebar div a:active {
	color: #FFCC33;
	text-decoration: none;
}

#container #banner { 
	margin: 0 auto;
	padding: 0;
	background-color: #FFCC33;
	height: 120px;
}

#container #banner img { 
	margin: 0 0 0 40%;
	padding-top: 20px;
	display:block;
}

#container #navigation { 
	font-size: 0.8em;
	font-variant:small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 14em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #FFCC33;
}

#container #navigation a.menu:link, #container #navigation a.menu:visited {
	color: #C00;;
	text-decoration: none;
}

#container #navigation a.menu:hover, #container #navigation a.menu:active {
	color: #00F;
	text-decoration: none;
}

#container #mainContent {
	margin: 0 0 0 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

#container #mainContent h1 { 
	font-size: 1.0em;
	color: #C03F39;
	text-align: center;
	margin: 2em 0 1.5em 0;
	/*padding-top: 2em 0 1em 0;*/
}

#container #mainContent h2 {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0.7em;
}

#container #mainContent h3 { 
	font-weight: bold;
	font-size: 0.75em;	
	line-height: 16px;
}

#container #mainContent p, #container #mainContent div.details, #container #mainContent ul li, #container #mainContent ol li,  #container #mainContent table {
	font-size: 0.75em;	
	line-height: 16px;
	padding-right: 20px;
}

#container #mainContent p span.orange {
	font-weight: bold;
	color: #C00;
}

#container #mainContent p a:link, #container #mainContent p a:visited, #container #mainContent ul li a:link, #container #mainContent ul li a:visited, #container #mainContent div.details a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
	color: #C03;
	text-decoration: none;
}

#container #mainContent p a:hover, #container #mainContent p a:active, #container #mainContent ul li a:hover, #container #mainContent ul li a:active {
	color: #00F;
	text-decoration: none;
}


#container #footer { 
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 200px;
	padding: 5px 0 5px 0;
	border-top: 3px solid #FFCC33;padding-bottom: 5px;
	border-bottom: 3px solid #FFCC33;
}

#invoice div {
	font-size: 0.8em;	
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
