/*
<doc>
	<FileInfo DateCreated="05/22/2009" CreatedBy="CA" TaskNo="">
		External CSS file for eCondoSystems public site
	</FileInfo>
	<RevisionHistory>
		<Revision DateRevised="" RevisedBy="" TaskNo="">
		</Revision>
	</RevisionHistory>
	<CustomChunks>
		<Chunk chunk_id="" scope="" scope_id="">
		</Chunk>
	</CustomChunks>
</doc>
*/


/*
	NOTE:  Please keep all style declarations in alphabetical order!!!
*/


/*************************************************************/
/*                G L O B A L   S T Y L E S                  */
/*************************************************************/
a {
	color: #5699A7;
	text-decoration: none;
}

a:hover {
	color: #5699A7;
	text-decoration: underline;
}

body {
	background: #FFFFFF;
	color: #4B4942;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	margin: auto;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}



/*************************************************************/
/*        H E A D E R / F O O T E R   S T Y L E S            */
/*************************************************************/
#footer{
	background: #F1EEE7;
	border-top: 5px solid #42423B;
	font-size: 75%;
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 25px;
	text-align: center;
	width: 100%;
}

#header {
	background: #4A4841 url(/images/public/header_bg.jpg) top repeat-x;
	height: 200px;
	overflow: hidden;
	position: relative;
}

#header #navBar td#nav {
	float: left;
	font-size: .9em;
	font-weight: normal;
	padding-right: 27px;
	padding-top: 22px;
	text-align: right;
}

#header #navBar td#nav a {
	color: #FFFFFF;
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#header #navBar td#nav a:hover {
	color: #2C2C2C;
}

#header #navBar td#nav a.active {
	color: #2C2C2C;
}

#header #navBar td#title {
	background: url(/images/public/bg_logo_left.gif) left top no-repeat;
	display: block;
	color: #FFFFFF;
	font: 22px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 22px 9px 25px 20px;
	position: absolute;
	height: 71px;
	top: 15px;
	width: 185px;
}

#header #navBar td#title span {
	background: url(/images/public/bg_logo_right.gif) right top no-repeat;
	height: 71px;
	position: absolute;
	right: -13px;
	top: 0;
	width: 13px;
}

#header #skyline {
	background: url(/images/public/skyline.gif) right bottom no-repeat;
	bottom: 0;
	color: #A49C8F;
	font-size: 10pt;
	font-weight: bold;
	height: 95px;
	padding:0 440px 0 57px;
	position: absolute;
	width: 900px;
}

#header #navBar td#skylineTD {
	background: url(/images/public/skyline.gif) right bottom no-repeat;
	bottom: 0;
	height: 95px;
	position: absolute;
	width: 900px;
}

#header #navBar td#skylineTD #tagline {
	color: #A49C8F;
	font-size: 10pt;
	font-weight: bold;
	height: 95px;
	padding: 0 0px 0 17px;
	width: 475px;
}



/*************************************************************/
/*               C O N T E N T   S T Y L E S                 */
/*************************************************************/
#content {
	font-size: 10pt;
	line-height: 20px;
	width: 900px;
}

#content .box {
	background: #EEEDED;
	color: #58584D;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px;
	width: 200px;
}

#content .boxContent {
	border: 1px dashed #D9E0E8;
	overflow: hidden;
	padding-bottom: 6px;
	width: 190px;
}

#content .boxContent h4 {
	color: #483F3D;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

#content .boxContent li {
	color: #483F3D;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 5px 0 5px;
}

#content .boxContent p {
	color: #483F3D;
	font-size: 10pt;
	font-weight: normal;
	padding: 0 5px 5px 5px;
}

#content #menu {
	margin-right: 20px;
	width: 160px;
}

#content #menu h3 {
	background: #F1F0EF;
	color: #8C8685;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 5px 0 10px 23px;
}

#content #menu .menuItem {
	background: #F1F0EF;
	padding: 5px 15px 10px 23px;
}

#content #menu .menuItem a {
	border-bottom: 1px dashed #D1CFCD;
	color: #42423B;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	padding: 3px 0 0 2px;
	text-decoration: none;
}

#content #menu .menuItem a:hover {
	background: #E5E5E4;
	color: #42423B;
}

#content #menu .menuItem a.active {
	color: #5699A7;
}

#content table {
	font-size: 10pt;
	line-height: 20px;
}

#content th {
	color: #5699A7;
	font-size: 14pt;
	font-weight: normal;
	line-height: 23px;
	padding-bottom: 10px;
	text-align: left;
}