/******************/
/*GENERAL STYLES*/
/******************/
body {
	background: #104b85;
	margin: 20px;
	margin-top: 0px;
	text-align: center;
	color: #373737;
	padding: 0px;
	font: 0.75em helvetica, arial, sans-serif;
	letter-spacing: 0.05em;
	line-height: 2.0em;
	background-image: url(blue_bg.png);  
	background-repeat: repeat-x;
	background-attachment: fixed;
}
p {
}
b, strong {

}
a:link, a:visited {
	color: #0074d8;
	text-decoration: none;
}
a:hover, a:active {
	color: #373737;
}
img {
	border-style: none;
}
.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}
.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	

/****************/
/*POSITIONING*/
/****************/
#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #000000;
	width: auto;
	max-width: 70em;
	min-width: 50em;
}
.clearer {
	clear: both;
	height: 0px;
}
/*userText*/
#userText{
	text-align: right;
	font-weight: bold;
}
/*HEADER*/
#headerContainer {
	background-color: #676767;
	height: 9em;
	margin-bottom: 1.5em;
	position: relative;
	background-image: url(darker_top_gradient.png);  
	background-repeat: repeat-x;
}
#headerContainer img {
	position: absolute;
	top: 10px;
	right: 10px;
}
#headerContainer h1 {
	color: #ffffff;
	margin: 0px;
	padding: 1em 0px 0px 1em;
	letter-spacing: 0.25em;
	font-size: 2.2em;
}
#headerContainer h2 {
	color: #cccccc;
	font-weight: normal;
	letter-spacing: 0.25em;
	margin: 0px;
	padding: 0.5em 0px 0px 2em;
	font-size: 1.5em;
}
/*BREADCRUMBS*/
#breadcrumbContainer {
	overflow: auto;
	clear: both;
	text-align: left;
	border: 1px solid #bdbdbd;
	margin-bottom: 1.5em;
	padding: 1em 0px 1em 0px;
	background: #ffffff;
	background-image: url(grey_top_gradient_small.png);  
	background-repeat: repeat-x; 
}
#breadcrumbContainer ul {
	width: auto;
	float: left;
	display:inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#breadcrumbContainer li {
	display: inline;
}
#breadcrumbContainer a {
	padding: 0px 0px 0px 1em;
}
#breadcrumbContainer a:hover {

}
#searchForm{
	float:right;
	width: auto;
	padding: 0px 1em 0px 1em;
}
/*CONTENT*/
#contentContainer {
	padding: 0px;
	margin: 0px 0px 1.5em 19.5em;
	position: relative;
	z-index: 10;
	background: #ffffff;
}
#contentContainer #content {
	padding: 1em;
	padding-bottom: 0px;
	border: 1px solid #ccc;
}
#content .clientBrief {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dashed #ccc;
}
#content .jobBrief {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dashed #ccc;
}
#content .invoiceBrief {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dashed #ccc;
}
/*SIDEBAR*/
#sidebarContainer { 
	float: left;
	width: 18em;	
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 0px 0px 2em;
	padding: 0px;
	position: relative;
	background-image: url(grey_top_gradient.png);  
	background-repeat: repeat-x;
}
#sidebarContainer #sidebar {
	padding: 0px 1em 1em;
	line-height: 1.6em;
}
#sidebarContainer .sideHeader {
	padding: 10px 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #0074d8;
}
/*FOOTER*/
#footerContainer {
	height: 4em;
	text-align: left;
	background: #676767;
	background-image: url(darker_top_gradient.png);  
	background-repeat: repeat-x;
}
#footerContainer p {
	color: #ffffff;
	padding: 1em;
}
#footerContainer a:link, #footer a:visited {
}
#footerContainer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}
/*FLASH MESSAGES*/
#flashContainer{
	margin: 0px 0px 1.5em 19.5em;
	position: relative;
	z-index: 10;
	padding: 0em;
	border: #FC6 1px solid;
	background-color: #FFC;
	text-align: center;
}

/*********/
/*STYLES*/
/*********/
/*NAVIGATION*/
#navContainer {
	background: #ffffff;
	line-height: 2.0em;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
}
#navContainer #current {
	color: #333333;
	font-weight: bold;
	background: #f1f1f1;
}
#navContainer #current:hover {
}
#navContainer .currentAncestor {
	color: #333333;
	font-weight: bold;
	background: #f1f1f1;
}
/*LEVEL 0*/
#navContainer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navContainer li {
}
#navContainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 1em;
	border-bottom: 1px solid #cccccc;
	height: 2em;
}
#navContainer a:hover {
	background: #f1f1f1;
}
#navContainer a:active {
}
/*LEVEL 1 */
#navContainer ul ul {
}
#navContainer ul ul li {
	background-color: #ffffff;
}
#navContainer ul ul a {
	color: #333333;
	padding: 0px 0px 0px 3em;
}
#navContainer ul ul a:hover{
}
#navContainer ul ul #current{
	font-weight: bold;
	background: #f9f9f9;
}
#navContainer ul ul .currentAncestor {
	font-weight: bold;
	background: #f9f9f9;
}
/*LEVEL2*/
#navContainer ul ul ul {
}
#navContainer ul ul ul li { 
}
#navContainer ul ul ul a{
	padding: 0px 0px 0px 5em;
	color: #808080;
}
#navContainer ul ul ul a:hover{

}
#navContainer ul ul ul #current{
	font-weight: bold;
	background: #fdfdfd;
}
#navContainer ul ul ul .currentAncestor {
	font-weight: bold;
}
/*LEVEL 3*/
#navContainer ul ul ul ul {
}
#navContainer ul ul ul ul li { 
}
#navContainer ul ul ul ul a{
	color: #999999;
	padding: 0px 0px 0px 7em;
}
#navContainer ul ul ul ul a:hover{

}
/* LEVEL 4*/
#navContainer ul ul ul ul ul {
}
#navContainer ul ul ul ul ul li { 
}
#navContainer ul ul ul ul ul a{
	color: #b3b3b3;
	padding: 0px 0px 0px 7em;
}
#navContainer ul ul ul ul ul a:hover{

}

/******************/
/*GLOBAL CLASSES*/
/******************/
blockquote, .standout {
	font-style: italic;
	color: #666666;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
.imageStyle {
}
/* Main content area unordered list styles */
#contentContainer #content ul {
}
#contentContainer #content li {
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 1em;
	padding: 0 1em;
}
#sidebarContainer #sidebar li {
}


/***************/
/*FORM STYLES*/
/**************/
#content p.legend {
	margin-bottom: 1em;
}
#content p.legend em{
	color: #C00; font-style: normal;
}
#content div.errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}
#content div.errors p {
	margin: 0;
}
#content div.errors p em {
	color: #C00;
	font-style:normal;
	font-weight: bold;
}
#content form p {
	margin: 0;
}
#content form p.note {
	margin-left: 170px;
	font-size: 90%;
	color: #333;
}
#content form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}
#content form legend {
	font-weight: bold;
	color: #666;
}
#content form fieldset div { 
	padding: 0.25em 0;
}
#content label, #content span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: bold;
	color: #666;
}
#content label.error, #content span.error {
	color: #C00;
}
#content label em, #content span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}
#content input.error {
	border-color: #C00;
	background-color: #FEF;
}
#content input:focus, #content input.error:focus, #content textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}
#content div.controlset label, #content div.controlset input {
	display: inline;
	float: none;
}
#content div.controlset div {
	margin-left: 170px;
}
#content div.buttonrow {
	margin-left: 180px;
	margin-bottom: 1em;
}

dt{
	font-weight: bold;
}




