body {
	background: #FFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	}
	
h2.article_header { /*-Same As H1-*/	
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	}

h2 { /*-Slightly smaller and different color than H1-*/
	font-size: 14px;
	color: #666;
	}

h3 {
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	}
	
p {
	line-height: 140%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
	
	
	
/*-----MAIN CONTAINERS-----*/	
	
#container {
	width: 850px;
	position: relative;
	margin: 0px auto;
	}
	
#header {
	height: 75px;
	}
	
#logo {
	background-color: #FFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 61px;
	width: 400px;
	}
	
#outercontent2 {
	width: 850px;
	padding-top: 10px;
	background-color: #FFF;
	border: thin solid #000000;
	}
	
#outercontent {
	
	min-height:550px;
	background: #FFF ;
	}
	
#content {
	position:relative;
	padding:10px;
	}

#prefooter {
	clear: both;	
	}
	
#footer {
	height: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: center;
	padding-top: 15px;
	}
	
	
	
	
/*-----LEFT SIDE NAVIGATION-----*/
#leftnav {
	float: right;
	background-color: #FFFFFF;
	text-align: right;
	list-style-type: none;
	position: absolute;
	top: 15px;
	right: 0px;
	}
	
#leftnav a:link, #leftnav a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	color: #003333;
	}
	
#leftnav ul {	
	}

#leftnav ul li {
	list-style: none;
	padding: 0 0 0 15px;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: .1em;
	float:left;
	
	}
	
	
	
/*-----SUB NAVIGATION-----*/	
.subnav
{
	margin:1px;
	display:none;
}

ul.subnav
{
	width: 200px;
	position:absolute;
	z-index:25;
	background-color:#E3E3E3 !important;
	margin-top:0px !important;
	padding-top:5px !important;
}

.subnav li 
{
	padding: 2px 0 10px 5px !important;
	width: 100%;
}

.subnav li a
{
	text-decoration:none;
	list-style:none;
	color:#000000;
	padding:0px 5px 0px 5px;
	font-size:10px !important;
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
}


/*----------GALLERY------------*/

#main_image_gallery_image /*actually the container for the main image and related text*/
{
	width: 370px;
	float: left;
	padding-top: 15px;
}

#main_image_gallery_image img /*just the image*/
{

}

.main_image_gallery_title
{
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	display: inline-block;
}

.main_image_gallery_desc
{

}

.main_image_gallery_designer a
{
	color: #000 !important;
	text-decoration: none !important;
	padding-top:15px;
}

.main_image_gallery_designer a:hover
{
	color: #003333 !important;
}

.main_image_gallery_designer::before
{
   content: "Designed by: ";
}

.main_image_gallery_subcat
{
	display: none;
}



/*for the maller thumbnail pics of other items in the same gallery*/

#image_gallery_wrapper
{
	float:right;
	padding-top:50px;
	width:450px;
	
}

.image_gallery_image /*actually the container for the image and related text*/
{
	float: left;
	height: 90px;
	width: 90px;
}

.image_gallery_image img /*just the image*/
{
	max-width: 90px;
	width:expression(document.body.clientWidth > 91? "90px": "auto" );
}

.image_gallery_title
{
	display: none;
}

.image_gallery_desc
{
	display: none;
}

.image_gallery_designer
{
	display: none;
}

.image_gallery_subcat
{
	display: none;
}




/*--------------------EXTRA NAVIGATION FOR GALLERY AREA-----------------------------*/

#image_gallery_categories
{	
	background-color:#FFFFFF;
	float:left;
	left:5px;
	list-style-type:none;
	position:absolute;
	text-align:left;
	top:-5px;
}

#image_gallery_categories a:link, #image_gallery_categories a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
	
#image_gallery_categories a:hover, #image_gallery_categories a:focus, #image_gallery_categories a:active {
	color: #003333;
	}
	
#image_gallery_categories ul li {
	list-style: none;
	padding: 0 0 0 15px;
	float:left;
	}

#image_gallery_subcategories
{	
	float:right;
	list-style-type:none;
	position:absolute;
	right:5px;
	text-align:right;
	top:-5px;
	width:375px;
}

#image_gallery_subcategories a:link, #image_gallery_subcategories a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#image_gallery_subcategories a:hover, #image_gallery_subcategories a:focus, #image_gallery_subcategories a:active {
	color: #003333;
	}
	
#image_gallery_subcategories ul li {
	list-style: none;
	padding: 0 0 0 15px;
	float:right;
	}














#article_header_2009-08-26-home { display: none; }
#article_header_2009-08-26-services { display: none; }



