
html body {
	margin: 0; 
	padding: 0; 
	font-size: 80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;  
	background: url(null) fixed no-repeat #fff;						
}

p,tr,td,ol,li,ul,table {
	font-size: 1em;
}

table {
 padding:0;
 margin:0;

}


h1 {
	font-size: 1.8em;
	background-color: inherit;
	margin: 10px 0 10px 0;
	font-weight: normal;
	color: #9f492e;
}


h2 {
	margin: 30px 0 10px ;
	font-size: 1.4em;
	color: #0a8eda;
	font-weight: normal;
/*	font-style:italic;*/
}

h3 {
	font-size: 1em;
	font-weight: bold;
	background-color: inherit;
	color: #9f492e;
}


/* Used to clear elements within the page. */
.clearboth { 
	clear: both;
}

ol.phases li{
	margin-top: 10px;
}

#mainContent li{
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContent li ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainContent p{
	line-height: 1.3em;
	margin-top: 10px;
}

span.smiley {
	color: #0a8eda;
	font-weight: bold;
}


/******************************************************************
			Start Site Layout and Column Display
******************************************************************/

#shell {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1085px;
}

#outerWrapper {
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 0 0 18px;
}


#innerWrapper {
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0 22px 0 22px;
	padding: 0 22px 0 0;
}

#header {
	height: 141px;
	background-color:#666666;
	margin: 0;
	padding: 0;
	background-image: url(../images/house-banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#innerBorder {
	border: 1px solid #dbd9d9;
}

#container {
	position: relative;
	display: block;
	background-color: #fff;
	padding:0;
	margin:0;

}

#inner {
	display: block; 
	padding: 0;
}

#Nav {
	display: block;
	height: 31px;
	background-image: url(../images/navigation/navigation_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	padding: 0;
}


#mainContent {
	display: block; 
	margin-right: 200px; /* if this value changes drops check the width for the #rightmenu  */
	height: 1%;
	font-size: 1em;
	background-color: #fff;
	padding: 5px 25px 10px 24px;
	border-right: 1px dotted #cccccc;
	min-height: 600px;
}

#rightColumn {
	display: block; 
	float: right; 
	background-color: #FFF;
	margin: 0;
	width: 180px;
	padding: 0 10px 0 10px;
}

#footer {
	clear: both;
	height: 25px;
	background-color:#666;
	color: #fff;
	padding: 5px 5px 0 0;
	font-weight: bold;	
	text-align: right;
	font-size: .9em;	
}


/*****************************************************************
                         Start Drop Shadow Border
*****************************************************************/

#bottomShadow {
	background-image: url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
	height: 22px;
	margin-right:22px;
	margin-left: 22px;
}

#bottomShadowLeft{
 background-image: url(../images/shadow_bottom_left.gif);
 background-repeat: no-repeat;
 float:left;
 height: 22px;
 width: 22px;

}

#bottomShadowRight {
 background-image: url(../images/shadow_bottom_right.gif);
 background-repeat: no-repeat;
 float: right;
 height: 22px;
 width: 22px;
}

#topShadow {
	background-image: url(../images/shadow_top.gif);
	background-repeat: repeat-x;
	height: 22px;
	margin-right:22px;
	margin-left: 22px;
	margin-top:10px;
}

#topShadowLeft{
	background-image: url(../images/shadow_top_left.gif);
	background-repeat: no-repeat;
	float:left;
	height: 22px;
	width: 22px;
}

#topShadowRight {
	background-image: url(../images/shadow_top_right.gif);
	background-repeat: no-repeat;
	float: right;
	height: 22px;
	width: 22px;
}


/*****************************************************************
                         Start Navigation
*****************************************************************/

#Nav ul {
	list-style-type: none;
	padding: 1px 0 0 0;
	margin:0 0 0 19px;
	height: 28px;
	overflow:hidden;		
}

#Nav li {
	display: inline;
	margin:0;
	padding: 0;
}

#Nav li img{
	margin:0;
	padding: 0;
	vertical-align:bottom;
}


/*****************************************************************
                     Start Page Index					
*****************************************************************/

/** NOTE: this style is used for the in-page index in those pages where
there are multiple heading. The syle uses the chevron for the 
list style. **/

ul.index {
	list-style-image: url(../images/chevron_transparent.gif);
	padding-bottom: 4px;
	line-height: normal;
}

ul.index a:link, ul.index a:visited {
	text-decoration : underline;
	color: #0000ff;
	background-color: inherit;
}

ul.index a:hover, ul.index a:active {
	color : #5643A3;
	background-color: inherit;
}


/*****************************************************************
                     Start Next Previous					
*****************************************************************/

#mainContent p.nextPrevious {
	font-size: .9em;
	font-weight: bold;
	color: #9f492e;
	text-align: right;
	line-height: normal;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

#mainContent p.bottom {
	border: none;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-top: 30px;
}


#mainContent p.nextPrevious a.next {
	background-image: url(../images/chevron_next.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-left: 5px;
	text-decoration: none;
}

#mainContent p.nextPrevious a.previous {
	background-image: url(../images/chevron_previous.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 5px;
	text-decoration: none;
}


#mainContent p.nextPrevious a:link,
#mainContent p.nextPrevious a:visited {
	color: #0a8eda;
}

#mainContent p.nextPrevious a:hover {
	text-decoration: underline;
	color: #9f492e;
}


/*****************************************************************
                     Start Back to Top					
*****************************************************************/

/** NOTE: this style is used for the in-page back to top . The back 
to top in the footer is defined in teh navigation style sheet.**/

.top {
	position: relative;
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
	background-image: url(../images/arrow_up.gif);
	background-position: right;
	background-repeat:no-repeat; 
	font-weight: bold;
	font-size: .95em;
	vertical-align: bottom;
	height: 16px;
}

.top a:link,
.top a:visited {
	color: #0000ff;
	margin-right: 25px;
	text-decoration:none !important;
}

.top a:hover {
	color: #126BC5;
	text-decoration: underline !important;
	margin-right: 25px;
}


/*****************************************************************
                     Start Tables					
*****************************************************************/

table.inpage {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;

}

table.inpage th {
	color: #fff;
	background-color: #2c5787;
	font-size: .9em;
	font-weight: bold;
	padding: 4px;
}

table.inpage td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px;
}



/*****************************************************************
                     Start Right Column					
*****************************************************************/

#rightColumn h2 {
	color: #9f492e;
	font-size: 1.4em;
	margin: 10px 0 10px;
	padding:0;
}


#rightColumn .box{
	margin-top: 0;
}


/* --------------- Start Photo Display  ------------- */

#Gallery {
  margin: 0;
  padding: 0;
}

#Gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#Gallery ul li ul{
  margin: 0;
  padding: 0;
  list-style: disc;
}

#Gallery li {
	position: relative;
  	float: left;
	width: 700px;
 	margin: 10px 10px 10px 0;
	background-color: #fff;
	display: inline;
}


#Gallery li .thumbnail {
	height: 176px;
	width: 206px;
	float: left;
	padding: 5px 0 0 5px;
	margin-right: 15px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
}


#Gallery li .thumbnailVertical {
	height: 226px;
	width: 156px;
	float: left;
	padding: 5px 0 0 5px;
/*	margin-right: 65px;*/
	margin-right: 15px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
}

#Gallery li .thumbnail p, 
#Gallery li .thumbnailVertical p {
	font-size: .95em;
	margin: 0 2px 0 0 ;
	padding: 0; 
	background-color: transparent;
}

#Gallery li .thumbnail p.enlarge,
#Gallery li .thumbnailVertical p.enlarge {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	background-image: url(../images/enlarge.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding-right: 18px;
	height: 18px;
	text-align:right;
	
}

#Gallery li .thumbnail a:link,
#Gallery li .thumbnail a:visited,
#Gallery li .thumbnailVertical a:link,
#Gallery li .thumbnailVertical a:visited {
	text-decoration: none;
	color: #9FA720;
}

#Gallery li .thumbnail a:hover ,
#Gallery li .thumbnailVertical a:hover {
	text-decoration: underline;
}

#Gallery li . text_column{
	float: right;
}

#Gallery li h3{
	margin: 0 0 2px 0;
	color: #0a8eda;
	font-size: 1.0em;
	border: solid #fff;
	border-width: 1px 1px 1px 0;
	padding: 0;
}

#Gallery li p{
	margin: 10px 0 10px 0;
}



