/* 	GOAPEMAREKTING CSS Document
	Created & Copyright (c) Sky Wide Design - 2009 
	COLORS: 333333 - Lt. Black
			FF0000 - Red
			808000 - Olive
			600012 - Brown
			336600 - Dk Green	
			D8D8C6 - Lt. Olive
			fdcc99 - Tan
							
	v.1		May 2009
	v.2		June 2009 - horizontal nav	 
*/

/**remove browser defaults**/
body, p, h1, h2, h3, h4, h5, h6, td, th, ol, ul, li, blockquote  {
	padding:0;
	margin:0;
	border:0;
	font-size:14px;	
}
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#D8D8C6; /**Lt. Olive**/
	line-height:1.4em;		
}
p {
	color: #333333; /**Lt Blk**/
	padding-bottom: 0.5em;	
} 
a {
	text-decoration: none;
	font-weight:bold;	
	color: #336600; /**Dk. Green**/
}
a:hover, a:active {
	text-decoration:underline;
	color: #FF0000;  /**Red**/
}
ul {
	font-weight: bold;
	color: #808000; /**Olive**/
	margin-left: 1em;
	font-size: 110%;
	top: 4px;
	bottom: 4px;
	padding-bottom: 0.5em;	
}
li {
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
li ol li {
	list-style-type: none;
	text-indent: 1em;
}

h1, h2, h3, h4, h5, h6{font-weight: bold;}
h1 {
	color: #FF0000;  /**Red**/
	font-size: 180%;
	letter-spacing: 0.01em;
	padding-bottom: 0.5em;
}
h2 {
	color: #FF0000;  /**Red**/
	font-size: 120%;
	padding-top: 0.75em;
	padding-bottom: 1.2em;
}
h3 {
	color: #600012;  /**Brown**/
	font-size: 115%;
	padding-bottom: 0.5em;
}
h4 {
	color: #600012;  /**Brown**/
	font-size: 105%;
}
h5 {
	font-size: 105%;
	padding-bottom: 2em;
	color: #333333; /**Lt Blk**/
}
.black {
	color: #000000; /*Blk*/
}

/***********************************************/
/* MAIN Layout Divs                            */
/***********************************************/
#container {
	text-align:left;
	margin: 0 auto;
	width: 845px;
	z-index: 2;
	background-color: #FFFFFF; /**White**/
	background-image: url(../images/border_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#branding{
	padding: 5 0;
	height: 155px;
	width: 100%;
	text-align: center; 
	background-color: #808000; /**Olive**/
	color: #FFFFFF; /**White**/
	border-top-width: 2px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D8C6; /*Lt Olive*/
	border-bottom-color: #D8D8C6; /*Lt Olive*/
}
#content{
	width: 100%;
	clear: both;	
}


/***********************************************/
/* #branding DIV       styles               */
/***********************************************/
#branding-logo {
	float: right;  
	padding-bottom:10px;
	padding-right:10px;
	z-index: 150;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 25px;
}
#branding-name {
	z-index: 175;
	height: 75px;
	float: left;
	text-align: left;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	line-height:1.0em;
}
#branding .snippet {
	color:#FFFFFF;
	font-size:120%;
	font-style: italic;
}
.brandTxt {
	font-size:180%;
	line-height: 1em;
}
/***********************************************/
/*  #date DIV            styles                */
/***********************************************/
#date {
	font-weight:normal;
	color: #D8D8C6; /**Lt Olive**/
	text-align: right;
	line-height:1.0em;
	width:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	float: right;
}

/**********************************************/
/* #content-main DIV       styles             */
/**********************************************/
#content-main {
	width:70%;
	float:left;
	padding-left: 20px;
}

/**********************************************/
/* #content-sub DIV       styles             */
/**********************************************/
#content-sub{
	width:22%;
	float:right;
	font-size: 90%;
	line-height: 1.5em;
	font-weight:normal;
	padding-right: 10px;
}
#content-sub a {
	color: #808000; /**Olive**/
	text-decoration:underline;
}
#content-sub a:hover, a:active {
	color:#336600;	/**Dk Green**/
	text-decoration:none;
}
#content-sub ul li { 
	color:#000000;
	background-position: 0.4em;
	padding-left: 0.9em;
	line-height: 1em;
	margin: 1em 0;
}
#content-sub img {
	align:center;
	text-align: right;
	float: none;
	padding-bottom: 5px;
	padding-top: 10px;
}
#content-sub .quote {
	text-align: right;
	float: left;
	padding: 5px;
	background-color: #D8D8C6; /**Lt Olive**/
	color: #FF0000;	 /**Red**/
}
#content-sub .quoteCenter {
	text-align: center;
	float: left;
	padding: 5px;
	background-color: #D8D8C6; /**Lt Olive**/
	color: #FF0000;	 /**Red**/
}
#services #content-sub  {
	background-image: url(../images/exclaim200.gif);
	background-repeat: no-repeat;
	background-position: center;	
}
/***********************************************/
/* NAVIGATION Layout Divs                      */
/***********************************************/
/*	BASED ON: http://css.maxdesign.com.au/listamatic/horizontal28.htm
	Browser support: IE6 +, Netscape 7.1 +, Mozilla 1.4 +, Opera 6.0, Safari 1.0 Partial
	Author: Tomek Garbiak
*/
#navcontainer {
	height: 30px;
	width: 100%;
	list-style-type: none;
	background: #D8D8C6; /**Lt Olive**/
}

#navlist li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#navlist li a, #navlist li a:link {
	background: #D8D8C6; /**Lt Olive**/
	color: #333333; /**Lt Blk**/
	text-decoration: none;
	padding: 3px 10px 3px 5px;
	display: block;
}

#navlist li a:hover {
	color: #FDCC99; /*Tan*/
	border-bottom: 3px solid #FF0000; /*Red*/	
	background: #808000; /**Olive**/
}

#navlist li a#current, #navlist li a#current:link {
	color: #333333; /**Lt Blk**/
	font-weight: bold;
	border-bottom: 3px solid #999;
}

#navlist li a#current:hover {
	border-bottom: 3px solid #333333; /**Lt Blk**/
	background: #808000; /**Olive**/
}


/********** IMG styles ************/
/**remove default linked img border in IE**/
img {border-color: #D8D8C6; } /*Lt Olive*/
a img {text-decoration: none;}


/***********************************************/
/*             Unique PAGE styles              */
/***********************************************/
#services tbody tr td {
	background-color: #EEEEEE;
	padding-bottom: 2px;
}
#services tbody tr.odd td {
	background-color: #FFFFFF;
	padding-bottom: 2px;
}
.portfolio {
	line-height: 2.5em;
}

/*********COPYRIGHT & SWD CONTENT***********/
#siteInfo{
	clear: both;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D8C6; /*Lt Olive*/
	border-bottom-color: #D8D8C6; /*Lt Olive*/
	color: #D8D8C6; /*Lt Olive*/
	padding: 10px 10px 10px 10px;
	text-align:left;
}
.copyright {
	font-size: 80%;
	text-align:right;
}
.copyright a {color: #A7A37E;} /**taupe**/

/****************STYLES*******************/
.name {color:#CCCCCC;} /**grey**/
.str-address {line-height: 1.2em;}
.phone {font-weight:normal;}
.email {
	text-decoration: underline;
	text-indent: 3px;
}
.onPage {
	color: #600012;  /**Brown**/
	font-weight:bold;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 2px;
}
.snippet {
	font-size: 90%;
	color: #808000; /**Olive**/
}
.red {color: #FF0000;  /**Red**/ }
.exclaim {
	color: #FF0000;  /**Red**/ 
	font-weight:bold;
	font-size: 150%;	
}
.unbold {font-weight:normal}
.goape {
	font-weight:bold;
	font-style: italic;
}
