/*
/////////////////////////////////////////////////////////////////////////
//      _
//    <' )_,  Copyright RealDecoy
//    (    )          2006
//   ~~~~~~~~
// This file is subject to a license agreement and cannot be used
// or sold without without the written approval of RealDecoy Inc.
// Information about licensing can be found on the RealDecoy website
// at www.realdecoy.com.
//
// Cascading stylesheet for Cornerstone / Le Pilier
//
// $Author: alfredo $ 
// $Date: 2006/03/11 20:27:13 $
// $Revision: 1.2 $
//
/////////////////////////////////////////////////////////////////////////
*/

body {
	font-family:arial,helvetica;
	font-size:0.8em;
}

h1 {
	color:#6634CB;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h1 #siteTitle {
	border-bottom:2px solid #6634cb;
	display:none;
}

h2 {
	color:#CC9900;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:0px;
	padding-top:2px;
}

h3 {
	color:#6634cb;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1px;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

a {
	color:#6634cb;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/* classes and identifiers */
#pageWrapper #topNav img {
	float:left;
}

#pageWrapper #topNav ul {
	display:inline;
	list-style: none;
}

#pageWrapper #topNav li {
	float:left;
	padding:2px 5px 2px 5px;
	width:130px;
	text-align:center;
	background-color:#9999CD;
	margin:0px 5px 0px 5px;
}

#pageWrapper #topNav a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#pageWrapper #topNav a:hover {
	color:#6533ca;
}

#pageContent #mainContent {
	text-align:justify;
}


#leftNav {
	list-style-image: url(/cornerstone/images/template/bullet01.gif);
	margin-top:50px; 
}

#leftNav li {
	padding:0px 0px 16px 3px;
	margin-left:-10px;
}

#leftNav a {
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	width:100%;
}

#leftNav a:hover {
	color:#9999cd;
}

#rightNav {
	list-style:none;
	margin:35px 8px 0px 8px;
	padding:0px;
}

#rightNav li {
	border:5px solid #6533ca;
	background-color:#9999cd;
	margin:0px 0px 10px 0px;
	text-align:center;	
	padding:10px 5px 10px 5px;
}

#rightNav li a {
	color:#fff;
	width:100%;
	height:100%;
	font-weight:bold;
	text-decoration:none;
}

#pageWrapper #printAnchor {
	display:none;
}

#frmContact td {
	font-size:0.8em;
}

#frmContact label {
	width:80px;
}

.inputBox {
	border:0px;
	border-bottom:1px solid #000;
}

#phone_work {
	border-bottom:1px solid #000;
}

.formButton {
	font-size: 1.0em;
	vertical-align: middle;
	background: #6699CC;
	color: #fff;
	border: 1px solid black;
}

.required {
	font-weight:bold;
}

.error {
	font-weight:bold;
	color:#f00;
}

.navFooter {
	color:#999999;
}

.navFooter:hover {
	text-decoration:none;
}

.hide {
	display:none;
}

.show {
	display:block;
}

.content-title {
	font-family:verdana;	
	color:6533ca;
	font-weight:bold;
	font-size:1.0em;
}

/* This class is used for text/lists/etc that are beside the left side section image within the content */
.alongsideImage {
	float:left;
	padding:left:100px;
}

