/* 
css design for: interventionspecialists.com 
written by: April Hodge Silver, Springthistle Design, http://springthistle.com
css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ 
All associated graphics copyright 2006-2007, Intervention Specialists.

Created: 09/25/2006

IMPORTANT:

You may NOT reproduce this design without the written permission of Intervention Specialists.

*/

/*  GENERAL * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin-top: 0px;	  
	margin-bottom: 30px;
	background-color: #eaeaea;
	/*background-color: #F1F1F1;*/
	/*background-image: url("images/bg.jpg");*/
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h2 {
	color: #54752B;	
	font-size: 18px;
}

h3 {
	color: #54752B;	
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
}

a, a:visited {
	color: #54752B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 10px;
}


/* STRUCTURE  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#container {
	width: 820px;
	margin: 0 auto;
	background-image: url("images/content-bg.jpg");
	background-repeat: repeat-y;
}

#inside {
	width: 760px;
	margin: 0 auto;
	padding-top: 5px;
}

#content {
	width: 540px;
	float: left;
}


/* when it was inside the #inside
#disclaimer {
	clear: both;
	padding-right: 200px;
	font-size: 10px;
	line-height: 12px;
	color: #777;
} */

#disclaimer {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	width: 760px;
	margin: 10px auto;
	text-align: center;
}

#sidebar {
	width: 180px;
	float: right;
}

#menubar {
	background-color: #CFCFCF;
	width: 800px;
	height: 42px;
	margin-left: 15px;
}


/*  HEADER * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#header {
	width: 800px;
	height: 140px;
	border: 0px;
	margin-left: 15px;
	clear: both;
	background: url("images/header2.png") no-repeat left top;
}

#header p, #header h1 { 
	display: none;
}		


/*  FOOTER  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#footer {
	width: 830px;
	height: 100px;
	border: 0px;
	margin-top: 20px;
	clear: both;
	background: url("images/footer-bg2.jpg") no-repeat left top;
}

#footer p {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #54752B;
	text-align: center;
	line-height: 10px;
	margin: 10px 0 0 0;
}		

#footer a, #footer a:visited {
	color: #fff;
}

/*  TOP RIGHT BOX * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */	
#topBox {
	width: 220px;
	margin-left: 580px;
	text-align: center;
}

#topBox p {
	display: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

#topBox h2 {
	display: none;
	color: #D92121;
	margin: 0 0 5px 0;
	font-size: 18px;
	padding-top: 10px;
	font-family: helvetica, tahoma, sans-serif;
}

#topBox img {
	border: none;
	margin-top: 20px;
}

/*  SIDE BOX * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */	
.sideBox {
	border: 1px solid #C1C1C1;
	background-color: #fff;
	margin-bottom: 15px;
}

.sideBox h3 {
	margin: 0px;
	background: url(/images/fade-bg.gif) repeat-x #e9e9e9;
	color: #54752B;
	font-family: helvetica, tahoma, sans-serif;
	padding: 3px 0 3px 5px;
	font-size: 14px;
	text-align: center;
}

.sideBox h4 {
	color: #589C43;
	margin: 10px 0 0 0;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	font-family: arial;
	
}

.sideBox p {
	margin: 2px 10px;
	color: #a6a6a6;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.sideBox p.bigger {
	color: #666;
	font-size: 14px;
	margin: 8px 10px 2px 10px;
}

.quote {
	background-image: url(images/quote1.jpg);
	background-repeat: no-repeat;
}

.quote p {
	margin-left: 30px;
}

.quoteFrom {
	padding-right: 35px;
	margin: 10px;
	color: #ADADAD;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	background-image: url(images/quote2.jpg);
	background-repeat: no-repeat;	
	background-position: center right;	
}

.leftImg {
	border: 1px solid #666;
	margin-right: 10px;
	float: left;
}

.linkRight {
	text-align: right;
	margin: -7px 5px 10px 0;
	padding: 0;
	line-height: 10px;
	font-size: 10px;
}


/* HOME PAGE SPECIAL STYLES */
#home {
	font-family: helvetica;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

#home h2 {
	color: #54752B;	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -.5px;
}

#home h3 {
	letter-spacing: -1px;
	color: #54752B;	
	font-family: helvetica;
	font-size: 16.25pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

#home a{
    text-decoration: none;
}

#home img{
    border-style: none;
}    


.srf {
	border: 1px solid #999;
	font-size: 10px;
}

/*////////// FOR THE FORMS //////////*/

.error {
	font-weight: bold;
	color: #f00;
}
.success {
	font-weight: bold;
	color: #093;
}
.smallnote {
	font-size: 10px; 
	color: #666; 
	margin-top: 0px;
	padding-left: 10px;
}

.clickToAdd {
	padding: 15px 0;
}

.clickToAdd span {
	color: #54752B;	
	font-size: 14px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #54752B;
	padding: 5px 15px 5px 5px;
	background-color: #c1dE9C;
}

.caption {
	font-size: 10px;
	display: inline;
	color: #666;
	width: 200px;
	text-align: center;
}

.center_box {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

/*////////// DROPDOWN MENU //////////*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #000;
	/* width: 10em; */
}

#nav li { /* all list items */
	list-style-type: none;
	float: left;
	/*width: 7.8em;  width needed or else Opera goes nuts */
	font-size: 14px;
	font-weight: bold;
}

#nav li a { /* all list links */
	padding: 14px 8px 14px 8px;
	margin: 0;
}

#nav li a:hover  {
	background-color: #54752B;
	color: #fff;
}

#nav li ul { /* second-level lists */
	list-style-type: none;
	position: absolute;
	width: 180px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #54752B;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level list items */
	padding: 0;
	width: 180px;
	border: none; /* to negate the default border on top level items */
	margin: 0;	
}

#nav li ul li a { /* second-level links */
	background-color: none;
	border: none;
	color: #fff;
	padding: 6px 0 6px 10px;
	margin: 0;
}

#nav li ul li a:hover {
	background-color: #A0BF7C;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li.blog {
	margin-left: 50px;
}
#nav li.blog a {
	color: #D92121;
}
#nav li.blog a:hover {
	background-color: #bbb;
}

