/* 	MACSARDOGS CSS Document
	Created & Copyright (c) Sky Wide Design - 2008-2009
	COLORS: 333333 - Lt. Black
			A7A37E - Taupe
			F26422 - Orange
			EFECCA - Dust
			2C5031 - Dk. Green
			E5CB9F - Tan 
*/

/**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:12px;	
}
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#333333; /**Lt Blk**/
	line-height:1.4em;		
}
p {color: #333333;} /**Lt Blk**/
a {
	text-decoration: none;
	font-weight:bold;	
	color: #2C5031; /**Dk. Green**/
}
a:hover, a:active {
	text-decoration:underline;
	color: #F26422;  /**Orange**/
}
ul {
	list-style-type: none;
	font-weight: bold;
	margin-left: 1em;
	font-size: 110%;	
}
li {
	padding: 0 0 0 5px;
	list-style-position: inside;
}
li ol li {
	list-style-type: none;
	text-indent: 1em;
}

h1, h2, h3, h4, h5, h6{font-weight: bold;}
h1 {
	color: #F26422; /*Orange*/
	font-size: 150%;
	letter-spacing:.01em;
	padding-bottom: .25em;
}
h2 {
	font-size: 130%;
	padding-bottom: 1.5em;
}
h3 {
	font-size: 115%;
	padding-bottom: 0.2em;
}
h5 {
	font-size: 120%;
	padding-bottom: 2em;
	color: #F26422; /*Orange*/
}
.black {
	color: #000000; /*Blk*/
}
/***********************************************/
/*             ARDA Link styles              */
/***********************************************/
h6 {font-size: 90%;}
h6 a{
	color:#000000;
	font-family: Verdana;	
}
h6 a:hover, a:active {
	color:#2C5031; /**Dk. Green**/
}
/***********************************************/
/* MAIN Layout Divs                            */
/***********************************************/
#container {
	text-align:left;
	margin: 0 auto;
	width: 845px;
	z-index: 2;
	background-color: #EFECCA; /**Dust**/
}
#branding{
	padding: 5 0;
	height: 135px;
	width: 100%;
	text-align: center;
}
#content{
	width: 100%;
	clear: both;
}


/***********************************************/
/* #branding DIV       styles               */
/***********************************************/
#branding-logo {
	float: left;  
	padding-bottom:10px;
	z-index: 150;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 25px;
}
#branding-name {
	z-index: 175;
	float: right;
	text-align: right;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	line-height:1.5em;
}
.brandTxt {font-size:165%;}
/***********************************************/
/*  #date DIV            styles                */
/***********************************************/
#date {
	font-weight:normal;
	color: #EFECCA; /**Dust**/
	text-align: right;
	line-height:3.5em;
	width:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	background-image: url(../images/layout/msd_stripe2.gif);
	background-repeat: no-repeat;
}

/**********************************************/
/* #content-main DIV       styles             */
/**********************************************/
#content-main {
	width:50%;
	float:left;
}


/**********************************************/
/* #content-sub DIV       styles             */
/**********************************************/
#content-sub{
	width:25%;
	float:right;
	font-size: 90%;
	line-height: 1.5em;	
	font-weight:normal;	
}
#content-sub a {
	color: #007EB5;
	text-decoration:underline;
}
#content-sub a:hover, a:active {
	color:#F26422;	
	text-decoration:none;
}
#content-sub ul li { 
	color:#000000;
	background-position: 0.4em;
	padding-left: 0.9em;
	line-height: 2.0em;
	margin: 1em 0;
}
/***********************************************/
/* NAVIGATION Layout Divs                      */
/***********************************************/
/*	BASED ON: http://css.maxdesign.com.au/listamatic/vertical08.htm
	Browser support: IE6 +, Netscape 7.1 +, Mozilla 1.4 +, Opera 7.11, Safari 1.0+
	Author: Russ Weakley
Comments: Rollovers can be achieved by converting the a elements within the list to blocks using display: block; and swapping background colors using the a:hover pseudo-class. 
*/
#navcontainer { 
	width:20%;
	float:left;
	line-height: 1.5em;
	padding: 0 30px 10px 0px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	letter-spacing:.1em;
	display: block;
	padding: 8px;
	width: 160px;
	background-color: #A7A37E; /*Dusky Brown*/
	border-bottom: 1px solid #EFECCA; /**Dust**/
}
#navcontainer a:link, #navlist a:visited {
	color: #2C5031; /**Dk Green**/
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #F78D28;
	color: #EFECCA; /**Dust**/
}
/********** IMG styles ************/
/**remove default linked img border in IE**/
img {border-color:#EFECCA;} /**Dust**/
a img {text-decoration:none;}


/***********************************************/
/*             Unique PAGE styles              */
/***********************************************/
/* SITEMAP page only */
#content ul li ul a{
	text-decoration:none;
}
/* SITEMAP page only */
#content ul li ul a:hover, a:active{
	text-decoration:underline;
}

/* DOG page only */
.dogTable {
	text-decoration:none;
	text-align: left;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
.dogTableLine {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC9999;
}
.dogDesc {
	color: #F26422; /**orange**/	
}
td ul li {
	font-weight:normal;
	list-style-type: disc;
}

/*********COPYRIGHT & SWD CONTENT***********/
#siteInfo{
	clear: both;
	border: 1px solid #E5CB9F; /**tan**/
	color: #E5CB9F; /**tan**/
	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: #EFECCA; /*Dust*/
	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: 85%;}
.snippet {
	font-size: 85%;
	color: #A7A37E;
}