/* Dynamic content styles */


body{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #606060;
}

h1{
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 6px;
	color: #82c846;
}

h2{
	font-size: 23px;
	line-height: 29px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #82c846;
}

h3{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	color: #82c846;
}

h2+h3{
	margin-top: 21px;
}

h4{
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 0 0;
}

p{
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 21px 0;
	padding: 0;
	color: #606060;
}

p.intro{
	font-weight: bold;
}

b, strong{}

blockquote{
	margin-left: 0;
	padding-left: 24px;
}

ul{
	margin-top: 0;
	margin-bottom: 21px;
}

h2+ul{
	margin-top: 21px;
}

ul li{
	list-style: square;
	padding-top: 0;
	padding-bottom: 0;
}

ol{

}

ol li{
	padding-top: 0;
	padding-bottom: 0;
}



sup, sub{
	line-height: 0;
}




a{
	color: #82c846;
	text-decoration: none;
	opacity: 1;
	outline:none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:link{}
a:visited{}
a:hover{
	opacity: 0.6;
}
a:active{}



p.read_more{}
p.read_more a{
	padding-left: 16px;
	background: url(../gfx/arrows.png) no-repeat 0px 0px transparent;
}


a.phone,
a.email{
	display: block;
	background: url("../gfx/icons.png") no-repeat scroll 0 0 transparent;
	padding-left: 21px;
}
a.email{background-position: 0 -99px}
a.phone{background-position: 0 -1199px}


blockquote{

}




/* Image styles */

img,
a img{
	border:0;
}

img.img_left{
	margin-right: 15px;
	margin-bottom: 2px;
	margin-top: 4px;
	float: left;
}

img.img_right{
	margin-left: 15px;
	margin-bottom: 4px;
	margin-top: 2px;
	border: 0;
	float: right;
}

img.img_left_framed{
	margin-right: 15px;
	margin-bottom: 2px;
	margin-top: 4px;
	float: left;
	border: 6px solid #fff;
	-moz-box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 3px 15px rgba(0,0,0,0.2); 
	-ms-box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
}

img.img_right_framed{
	margin-left: 15px;
	margin-bottom: 4px;
	margin-top: 2px;
	float: right;
	border: 6px solid #fff;
	-moz-box-shadow: 1px 1px 10px #bbb;
	-webkit-box-shadow: 1px 1px 10px #bbb; 
	-ms-box-shadow: 1px 1px 10px #bbb;
	-o-box-shadow: 1px 1px 10px #bbb;
	box-shadow: 1px 1px 10px #bbb;
}

img.img_framed{
	border: 6px solid #fff;
	-moz-box-shadow: 1px 1px 10px #bbb;
	-webkit-box-shadow: 1px 1px 10px #bbb; 
	-ms-box-shadow: 1px 1px 10px #bbb;
	-o-box-shadow: 1px 1px 10px #bbb;
	box-shadow: 1px 1px 10px #bbb;
}










/* tables */








table.scopes{
	width: 540px;
	margin-top: 12px;
}

.scopes th{
	padding-bottom: 10px;
	font-size: 12px;
	color: #606060;
	text-transform: uppercase;
}

.scopes td{
	text-align: center;
}

.scopes td.you,
.scopes td.level,
.scopes td.us{
	padding: 10px 5px;
	background: url(../gfx/scopes_bg.png) no-repeat 0 0 transparent;
	
	-moz-box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 3px 15px rgba(0,0,0,0.2); 
	-ms-box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 2px 3px 15px rgba(0,0,0,0.2);
}


.scopes td.you{
	background-color: #ccc;
	background-position: 0px -10px;
}

.scopes td.level{
	background-color: #82c846;
	background-position: -300px -10px;
}

.scopes td.us{
	background-color: #82c846;
	background-position: -300px -10px;
}

.scopes hr{
	display: block;
	clear: both;

	color: #fff;
	border: solid 0px #fff;
	width: 100%;
	height: 3px;
	margin: 16px 0px 10px 0px;
	background: url(../gfx/scopes_bg.png) no-repeat 0 0 transparent;
}


.scopes ul,
.scopes li,
.scopes p{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: normal;
	color: #fff;
}


















