/* @override http://www.dwyerrealty.com/main.css */

@charset "UTF-8";

/* @group normalize */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words 
:link,:visited { text-decoration:none }*/

a:link {
	color: #1466ef;
    text-decoration: underline;
	}    
a:visited {
	color: #1466ef;
    text-decoration: underline;
	} 
a:hover {
	color: #1466ef;
    text-decoration: none;
	}  
a:active {
	color: #1466ef;
    text-decoration: underline;
	}  

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* @end */

h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	}

h4 a:link, h4 a:visited, h4 a:active  {
	color: #006cff;
    text-decoration: none;
    }

h4 a:hover {
	color: #4e6889;
    text-decoration: underline;
	}  
	

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/nav/background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3a4a61;
	font-size: 12px;
}
.twoColFixLt #container { 
	width: 644px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

twoColFixLt #flashContainer {
	width: 644px;
	height: 333px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.twoColFixLt #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px;
}

.twoColFixLt #sidebar a {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 90%;
	line-height: 1.4em;
	color: #006cbe;
	}
.twoColFixLt #sidebar p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 80%;
	line-height: 1.4em;
	
	}
.twoColFixLt #sidebar h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 90%;
	line-height: 1.4em;
	}	
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLt #team-mainContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 90%;
	line-height: 1.4em;
	}
	
.twoColFixLt #footer {	
	width: 644px;
	height: 67px;
	background: url(images/nav/footer_BG.gif) no-repeat;
	
}
.twoColFixLt #footer p{	
	font-size: 90%;
	line-height: 1.8em;
	color: #87a55d;
	
}
.twoColFixLt #footer a{	
	color: #cfdff8;
	font-size: 90%;
	line-height: 1.8em;
}
.twoColFixLt #footer span a{	
	color: #87a55d;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLt #petespath img{
	float: left;
	padding: 0 15px 0 7px;
}
.twoColFixLt #petespath p {
	margin-top: 1px;
	margin-bottom: 0;
	margin-right: 20px;
	font-size: .75em;
	line-height: 1.5em;
}

.twoColFixLt #teamdwyer {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.twoColFixLt #teamdwyer img{
	float: left;
	width: 250px;
	height: 300px;
	padding-bottom: 15px;
}
.twoColFixLt #teamdwyer p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 90%;
	line-height: 1.4em;
	}


/* @group img code */

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}
img.logo {
	width: 178px;
	height: 31px;
	border: none;
	display: block !important;
	left: 66px;
}
img.flash {
	width: 628px;
	height: 283px;
	border: none;
	display: block !important;

	top:-36px;
}
#sidebar img {
	border: none;
	float: left;
 
}
div.item hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
}
div.clearer {clear: left; line-height: 0; height: 0;}

/* @end */

/* @group H3 */

#sidebar h3 {
	background: url(images/nav/title_documents.gif) top left no-repeat;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 0;
}
#sidebar span{
	display: none;
}
#teamdwyer h3 {
	background: url(images/nav/title_teamdwyer.gif) top left no-repeat;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 0;
}

#teamdwyerBios h3 {
	background: url(images/nav/title_teamdwyerbios.gif) top left no-repeat;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 0;
}

#teamdwyerBios{
	font-size: 90%;
	line-height: 1.4em;
	}

#teamdwyerBios span{
	display: none;
	
}

#teamdwyer span{
	display: none;
}
#highlights h3 {
	background: url(images/nav/title_highlights.gif) top left no-repeat;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 0;
}
#highlights span{
	display: none;
}
#information h3 {
	background: url(images/nav/title_information.gif) top left no-repeat;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 0;
}

#information span{
	display: none;
}

#petes-view h3 {
	background: url(images/nav/title_petesview.gif) top left no-repeat;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 0;	
}

#petes-view span{
	display: none;
}
#realideas h3 {
	background: url(images/nav/title_realideas.gif) top left no-repeat;
	height: 29px;
	margin-top: 5px;
	margin-bottom: 0;	
}

#realideas span{
	display: none;
}

/* @end */

/* styles for contact form */
form {
  margin: 10px 10px 0 0px;
  }
#name, #email {
  width: 250px;
  }
#message {
  width: 350px;
  height: 150px;
  }
label, .warning {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
  
  .linkstyle1 a{
	color: #8DA362;
	font-size: 14px;
	font-weight: bold;
}

	.nonlinkstyle1 {
	color: #8DA362;
	font-size: 14px;
	font-weight: bold;
}

#petes-view {
	color: #949aa6;
	font: italic 15px/1.5em Georgia, "Times New Roman", Times, serif;
}
  
  
.listMain {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	list-style-type: square;
	}
	
.listMain li {
	padding: 0px 0px 5px 0px;
	}	
	


#homeContent {
	margin: 0px;
	padding: 20px 20px 20px 20px;
	line-height: 24px;
	font-size: 12px;
	background: #fff url('images/bgHomeFade.jpg') no-repeat  bottom left;
	color: #222222;
	}
	
#mNav {
	margin: 0px;
	padding: 2px 0px 0px 20px;
	line-height: 24px;
	font-size: 11px;
	background: #fff url('images/navbar.jpg') no-repeat  bottom left;
	color: #4e6889;
	height: 27px;
	width: 624px;
	text-transform: uppercase;
	}	
	
#mNav a:link, #mNav a:visited, #mNav a:active  {
	color: #4e6889;
    text-decoration: none;
    }

#mNav a:hover {
	color: #006cff;
    text-decoration: none;
	}  

	
.imgleft {
	position:relative;
	float:left;
	margin: 10px 0 0 0;
	}
  
.imgright {
	position:relative;
	float:right;
	margin: 10px 0 0 0;
	}	

#focusAreas {
	margin: 10px 10px 10px 30px;
	padding: 13px;
	position: relative;
	float: right;
	width: 200px;
	border: solid 1px #3b4b62;
	line-height: 16px;
	background-color: #d8d0a0;
	color: #222222;
	display: inline
	z-index: 0
	}
 	
 
.mHeader {
  	font-family: georgia, serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 17px;
	font-weight: bold;
	color: #83a55d;
	}
	
.mHeader3 {
  	font-family: georgia, serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	color: #073b2a;
	}	
	
.pHeader {
	margin: 0px;
	padding: 20px 20px 10px 20px;
	font-size: 24px;
	color: #3b4b62;
	text-transform: uppercase;
  	font-family: helvetica, sans-serif;
	}	
	
	
	
	
.navSep {
	padding: 0px 8px 0px 8px;
	display: none;
	}	
	
	
	
	
/* Dropdown Navigation */	
	
	
#nav {
	text-decoration: none;
	}

.nav-bar {
	height: 29px;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	position: relative;
	top: 6px;
	}
	
#nav a:link, #nav a:visited, #nav a:active{
  	border-style: none;
	}	
	
#nav a:hover {
  	border-style: none;
	}		
	
#nav li {
	padding-left: 15px;
	padding-right: 17px;
	background-image: url('images/nav-arrow.gif');
	background-repeat: no-repeat;
	background-position: .0em .5em;
	}
	
#nav li ul li {
	padding-left: 0px;
		padding-right: 0px;
		z-index: 1

	}
	

.nav-wrapper  {
	height: inherit; 
	margin: auto;
	}

.nav-wrapper ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
	text-align: left;
	
	}

.nav-wrapper li {
  	float: left;
  	position: relative;
  	
	}

.nav-wrapper li.sub {
	border-top: 1px solid #506486;
	clear: left; 
	
	}

.nav-wrapper li img {
	display: block; /* IE5, 5.5 */
	}

.nav-wrapper li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
	padding-top: 18px;
	
	}

.nav-wrapper li>ul {
	top: auto;
	left: auto;
	padding-top: 0; 
	padding-right: 0px;
	
	}
	

.nav-wrapper li:hover ul, 
.nav-wrapper li.over ul{ 
	display: block;  
	}

.nav-wrapper li.sub a {
	display: block;
	width: 200px;	
	padding: 3px 10px;
	background: #657899;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	}

.nav-wrapper li.sub a:hover {
	color: #fff;
	background-color: #4c6186;
	}	
	
#nav ul li a:link , #nav ul li a:visited, #nav ul li a:active{
  	border-style: none;
  	color: #fff;
  	
	}	
	
#nav ul li a:hover {
  	border-style: none;
  	color: #a2b2cd;
	}	