

@charset "utf-8";
/* CSS Document */


/*  
Theme Name: Complimentary

*/

body {
	margin: 0 0 0 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2 {
	font-size: 20px;
}

#container h3, #container h3 a, #container h3 a:hover, #container h3 a:visited {
	color:#006F76; /*bluegreen*/
	font-size: 16px;
	padding-top: 5px;
	font-weight: normal;
	}
#branding { 
	width: 370px;
	float: left;
	text-align: left;
	margin-top: 10px;
	height: 66px;
	}
p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 26px;
	font-size: 12px;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #006F76; /*bluegreen*/
	font-weight: normal;
	}

a:hover {
	text-decoration: underline;
	color: #527B29; /*darkgreen*/
	font-weight: normal;
	}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 800px;
	
	margin: 0 auto 40px auto;
	background: ffffff;
}

#overview {
	clear: both;
	width: 800px;
	line-height: 1.2em;
	padding: 8px 0 10px 0;
	text-align: center;  
	font-size: 12px; 
	}

strong {
	font-weight: bold;
	}

/*Start Tabs Formatting*/
#tabs {
	float: left;
    width: 800px;
	background: #FFF url("../images/tabs/tab_norm_bg.gif") repeat-x bottom;
    line-height: normal;
	height: 37px;
	font-size: 12px; /*fixed font size for IE*/
	display: inline; /*for IE5*/
	}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
    }
	
#tabs li {
    display: inline;
	margin: 0;
	padding: 0;
    }

#tabs a {
	float: left;
	background: url("../images/tabs/tab_both_right.gif") no-repeat right top;
	background-position: 100% -100px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
    }

#tabs .spacer {
	height: 31px;
	width: 10px;
	display: inline;
	}

#tabs a span {
	float: left;
	display: block;
	background: url("../images/tabs/tab_both_left.gif") no-repeat left top;
	background-position: 0% -100px;
	padding: 0 8px 0 6px;
	color: #333333;
	/*color: #005CA0;*/
	font-weight: normal;
	text-align: center;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
  /* End IE5-Mac hack */

#tabs a:hover {
  background-position: 100% 0px;
  cursor: pointer;
  }
  
#tabs a:hover span {
  background-position: 0% 0px;
  color: #333333; 
  cursor: pointer;
  }

#tabs .current a, #tabs .current a:hover {
	background-image: url("../images/tabs/tab_current_right.gif");
	background-position:100% 0px;
    }

#tabs .current a span, #tabs .current a:hover span {
	background-image: url("../images/tabs/tab_current_left.gif");
	padding-bottom: 1px;
	color: #527B29; /*darkgreen*/
	/*color: #005CA0;*/
  	background-position:0% 0px;
  }

#tabs img {
	padding: 3px 4px 2px 0;
	}
/*End Tabs Formatting*/

#container {
	width: 768px; /*800 width with 15px paddings and 1 px borders*/
	border: solid #ABD74B;
	border-width: 0px 1px 2px 1px;
	padding: 8px 15px 10px 15px;
	line-height: 1.3em;
	font-size: 12px; 
	clear: both;
	} 
#resumecontainer {
	/*width: 788px; /*800 width with 5px paddings and 1 px borders*/
	/*border: solid #ABD74B;
	padding: 5px 5px 5px 5px;
	line-height: 1.4em;*/
	width: 768px; /*800 width with 15px paddings and 1 px borders*/
	border: solid #ABD74B;
	border-width: 0px 1px 2px 1px;
	padding: 15px 15px 20px 15px;
	line-height: 1.5em;
	font-size: 12px; 
	clear: both;
	} 
/#resumecontainer ul, #resumecontainer ol {
	margin-left: 20px;
	}

#resumecontainer li {
	padding: 3px 0 3px 0;
	}
.greentable {
	width: 374px; /*376 with 1px borders*/
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	font-size: 12px;
	line-height: 1.4em;
	background-color: white;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.greentable table {
	font-size: inherit;
	}

.greenbox {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	margin-top: 5px;
	float: left;
	line-height: 1.5em;
	font-size: 12px;
	background-color: white;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.greenboxsm {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	float: left;
	line-height: 1.4em;
	font-size: 12px;
	padding: 15px;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.greenboxsm h4 {
	display: inline;
	color: #243e90; /*darkblue*/
	text-decoration: none;
	font-size: 12px;
	}

.greenbox h4, .greentable h4, .greenbox h4 a, .greentable h4 a:hover, .greenbox h4 a:active {
	display: inline;
	/*color: #5F8F27; medgreen*/
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
	color: #243e90; /*darkblue*/	
	}

.greenbox h4 img, .greentable h4 img {
	display: inline;
	padding: 0 0 0 0;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	}

.greenbox h5 {
	display: inline;
	font-size: 11px;
	color: #006F76;
	line-height: 1em;
	text-decoration: none;
	}

.greenbox img, .greentable img {
	margin: 0 5px 0 8px;
	}

.greenbox table {
	float: left;
	}

.greenbox label, .greentable label {
	padding: 0 2px 5px 2px;
	font-weight: normal;
	}

.vertspace {
	margin-top: 10px;
	padding: 0;
	}

#tblCommunity .label {
	margin: 5px 0 2px 0;
	font-weight: normal;
	}

#tblCommunity {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

.greenbox p, .greentable p {
	margin: 0 15px 10px 15px;
	}

.box {
	margin-top: 5px;
	float: left;
	padding: 0;
	}

.box .greenbutton {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	background-color: #EBF5F9;
	line-height: 1.2em;
	font-size: 12px; /*fixed font size for IE*/
	color: #333333;
	font-weight: normal;
	width: 210px; /*buttons for search professionals pages*/
	margin-top: 10px;
	padding: 0;
	}

.box .greenbutton a, .box .greenbutton a:visited {
	color: #333333;
	font-weight: normal;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	text-decoration: none;
	display: block;
	width: 206px; 
	height: 29px;
	padding: 12px 2px 2px 2px;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.box .greenbutton a:hover {
	background-color: #eff7fa; /*pale blue*/
	background-image: none;
	color: #527B29; /*darkgreen*/
	font-weight: mormal;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	text-decoration: none;
	}

.box .greenbutton img {
	float: left;
	margin: -10px 2px 0 0;
	display: inline;
	}

.greenbutton {
	border: solid #ABD74B;
	border-width: 1px 1px 2px 1px;
	background-color: #EBF5F9;
	background-image: url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	color: #333333;
	font-weight: normal;
	width: 165px; /*buttons for property page*/
	}

.greenbutton a, .greenbutton a:visited {
	color: #333333; 
	font-weight: normal;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	text-decoration: none;
	display: block;
	width: 157px; 
	height: 32px;
	padding: 4px;
	}

.greenbutton a:hover {
	background-color: #eff7fa; /*pale blue*/
	color: #527B29; /*darkgreen*/
	font-weight: normal;
	line-height: 1.25em;
	font-size: 12px; /*fixed font size for IE*/
	text-decoration: none;
	}

.greenbutton img {
	float: left;
	padding-right: 5px;
	display: inline;
	}
	
	/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: #F5F5F5 url(images/img02.gif) repeat-x left bottom;
	margin-left: 5px;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 525px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.post {
}

.post .title {
margin-bottom: 5px;	

	padding-bottom: 5px;
	background: url(images/img11.gif) no-repeat right 50%;
	border-bottom: 1px solid #ABD74B;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	color: #006F76;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(images/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Comments */

#comments {
}

#comments p, #comments ol, #comments ul {
	line-height: normal;
}

#comments input {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#comments #submit {
	background: #FFFFFF url(images/spacer.gif);
	border: 1px solid #F0F0F0;
}

#comment {
	width: 500px;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	
float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img12.gif) no-repeat left 10px;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(images/img11.gif) no-repeat right 50%;
	border-bottom: 1px solid #ABD74B;
	font-size: 16px;
	font-weight: bold;
}

/* Search */
#branding { 

	width: 370px;
	float: left;
	text-align: left;
	margin-top: 10px;
margin-bottom: 10px;
	height: 66px;
	}

#topnav {
	width: 430px;
	float: left;
	text-align: right;
	font-weight: normal;
	margin-top: 13px;
margin-bottom: 5px;
	height: 20px;
	}
	
#topnav, #topnav a, #topnav a:visited, #topnav a:hover {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	}
#topnav ul {
	display: inline;
	}

#topnav li {
	display: inline;
	padding-left: 8px;
	}

#topnav a {
	background-image: url(images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .15em;
	padding-left: 13px;
	color: #333333;
	}

#topnav a:hover {
	background-image: url(images/nav_bullet_current.gif);
	background-repeat: no-repeat;
	background-position: 0em .15em;
	padding-left: 13px;
	color: #527B29; /*darkgreen*/
	}

#topnav .current a, #topnav .current a:hover {
	background-image: url(images/nav_bullet_current.gif);
	background-repeat: no-repeat;
	background-position: 0em .15em;
	padding-left: 13px;
	color: #527B29; /*darkgreen*/
	/*color: #005CA0;*/
	}
#search {








}

#search br {
	display: none;
}

#search h2 {
	margin-bottom: 20px;
}

#search input {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#search #s {
	width: 120px;
	margin-right: 5px;
	background: #FFFFFF url(images/spacer.gif);
	border: 1px solid #F0F0F0;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}
blockquote {
border-left: 3px solid #ABD74B;
margin-left: 1.5em;
padding-left: 5px;
font-style: italic;
} 
/* Footer */

#footer {
	clear: both;
	font-size: 12px;
	text-align: right;
	
	margin-bottom: 20px;
	}

}

}
html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 800px;
	margin: 0 auto;
}

#legal {
	
clear: both;
	padding-top: 0px;
	text-align: right;
	color: #333333;
}

#legal a, a:visited, a:active {
	text-decoration: underline;
	color: #006F76; /*bluegreen*/
	font-weight: normal;
	}

#legal a:hover {
	text-decoration: underline;
	color: #527B29; /*darkgreen*/
	font-weight: normal;
	}
#notabcontainer {
	width: 800px; 
	padding: 10px 0 20px 0;
	border-bottom: 2px solid #ABD74B;
	line-height: 1.5em;
	font-size: 12px; 
	clear: both;
	}