/* CSS Document */

#lightwindow_overlay, #lightwindow {
	display: none;
}
body {
	 font: normal 1em/1.2em Arial, Helvetica, sans-serif;
}

p {
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}


#header {
	
}

/* *** logo *** */
h1 {
	
}

h1 a {
	color: #000;
	text-decoration: none;
}

/* *** left column *** */
#leftCol {
	display: none;
}

/* *** right column *** */
#rightCol {
	clear: both;
	width: auto;
	font-size: .75em;
	color: #000;
	text-align: left;
}

#rightCol h2 {
	color: #000;
	font-size: 1.35em;
	text-transform: uppercase;
	letter-spacing: .2em;
	width: 100%;
	padding-bottom: .75em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}

#rightCol h3, #rightCol h4, #rightColHome h2 {
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 0;
	padding-top: 1em;
}

#rightColHome h2 {
	padding-top: 1.5em;
	text-transform: none;
}

#rightCol h4 {
	text-transform: inherit;
}

#rightCol p {
	margin-bottom: 1em;
	line-height: 2em;
}

#rightCol a, #rightColHome a {
	color: #000;
	text-decoration: none;
}

#rightCol ul {
	margin-left: 1.5em;
	list-style-type: square;
}

/* *** right column homepage *** */
#rightColHome {
	width: auto;
	font-size: .75em;
	
}

#rightColHome p.subTitle {
	font-weight: bold;
	color: #000;
}

#rightColHome p {
	color: #404040;
}

/* *** row 1 *** */
#rightColHome #row1 {
	width: auto;
	height: 213px;
}
#rightColHome #row1 img, #rightColHome #row3 img {
	float: left;
	margin-right: 20px;
}



/* *** row 2 *** */
#rightColHome #row2 {
	width: auto;
	height: 183px;
	background:url(../images/bg-row-2.jpg) no-repeat 0 0;
	clear: right;
	padding-left: 20px;
}

#rightColHome #row2 img {
	float: right;
	margin-left: 20px;
}



/* *** row 3 *** */
#rightColHome #row3 {
	width: auto;
	height: 182px;
}

/* *** contact form *** */
form {
	width: auto;
}

#rightCol br {
	clear: left;
}

#rightColHome {
}

/* *** image styles *** */
#rightCol img.alignLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* *** footer *** */
#footer {
	display: none;
}


/* *** client login *** */
#clientLogin {
	display: none;
}
