/*
Additional styles for live site

*/

.top_nav_wrapper {

	margin-left: 0;
	margin-right: 0;
}


.grid_5{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border-width:1px;
	border-style:solid;
	border-color:#69BD45;
}

.adhoc_message{
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}
.content-wrap{
}




.nomargins {
	margin: 0 0 0 0;
}
/* Styles for Big Footer.  Big footer is only displayed on wide screens.  The styles are here for simplicity */

	.bigfooter
	{
		background: #e6e6e6;
		display:block;
		width:100%;
		min-height:200px;
		margin-bottom: 0px;
		font-size: 0.81em;
	}
	.bigfooter .grid_3
	{
		margin-bottom: 0px !important;
	}
	.bigfooter h2
	{
		font-weight: bold;
	}

	.bigfooter a
	{
		text-decoration: none;
	}


/*
Large screens.
*/

@media only screen and (min-width: 1025px) {

.content-wrap
	{
		width:90%;
		margin: 0 auto;
		/*text-align:center; */
	}
	
	.top_nav_wrapper {

	margin-left: 5%;
	margin-right: 5%;
	}
}


@media only screen and (min-width: 1140px) {

.content-wrap
	{
		width:85%;
		margin: 0 auto;
		/*text-align:center; */
	}
	
	.top_nav_wrapper {

	margin-left: 7.5%;
	margin-right: 7.5%;
	}
}
	
@media only screen and (min-width: 1280px) {

	.content-wrap
	{
		width:80%;
		margin: 0 auto;
		/*text-align:center; */
	}
	

.top_nav_wrapper {

	margin-left: 10%;
	margin-right: 10%;
}
	
	#icons
	{
	}
	
	#icons li
	{
		line-height:24px;
		
	}
	
	#icons img
	{
		float:left;
		margin-right:15px;
		margin-top:4px;
		margin-bottom:15px;
	}
	
	.address
	{
		line-height:24px;
		
	}
	.address span
	{
		width:57px;
		float:left;
		color:#000
	}
	
	.address a
	{
		color:#76a300
	}
	
}




.lightbg {
	background-color:#eeeeee !important;
	border: 2px solid;
	border-color: #aaaaaa;
	color:#222222;
	border-radius: 20px;
	padding:7px;
	vertical-align: middle;
}

.left {
	float:left;
	padding-right:10px;
}






/*
This is for mobile devices with larger screens.
*/
@media only screen and (min-width: 481px) {
	#top_nav
	{
		text-align: right;
	}
	

}



@media only screen and (max-width: 769px) {

.bigfooter {
		display:none;
	}

}

/* Small screens */
@media only screen and (max-width: 480px) {
	
	
	#top_nav {
		text-align: center;
		padding:3px 0 0 0	
	}
}

#top_nav a {
	color:#000;
	text-decoration:none;
	font-size:0.8em
}
#top_nav a:hover {
	text-decoration:underline
}
#top_nav .end {
	padding-right:0;
	margin-right:0;
	background:none
}




#logo img {
	 max-width: 100%;
    height: auto;
}


.appointmentcard
{
	padding-bottom: 20px;
}

.invoicetable {
	margin:0px;padding:0px;
	margin-top:10px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #3f7f00;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.invoicetable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.invoicetable tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.invoicetable table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.invoicetable table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}
.invoicetable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}
.invoicetable tr:hover td{
	
}
.invoicetable tr:nth-child(odd){ background-color:#e4f7e4; }
.invoicetable tr:nth-child(even)    { background-color:#ffffff; }
.invoicetable td{
	vertical-align:middle;
	border:1px solid #3f7f00;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.invoicetable tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.invoicetable tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.invoicetable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.invoicetable tr:first-child td{
		background:-o-linear-gradient(bottom, #69bd45 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #69bd45), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #69bd45 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#69bd45", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#69bd45,3f7f00);

	background-color:#69bd45;
	border:0px solid #3f7f00;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.invoicetable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #69bd45 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #69bd45), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #69bd45 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#69bd45", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#69bd45,3f7f00);

	background-color:#69bd45;
}
.invoicetable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.invoicetable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.banner
{
	width:100%;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom:5px;
	padding-top: 10px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 110%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}



.doclisttable{
	margin-left: 10%;
	border-collapse: collapse;
}

.doclisttable td{
	vertical-align:middle;
}

.doclisttable td:nth-child(even) {
    padding-top: 6px;
}



.salutation{
	font-size: 35px;
	font-family: 'Marck Script', cursive;
	    line-height: 110%;

}
body {
	padding-left: 5px;
	padding-right: 5px;
}


.contactstable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #3f7f00;
	margin-top:10px;	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.contactstable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.contactstable tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.contactstable table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.contactstable table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}
.contactstable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}
.contactstable tr:hover td{
	
}
.contactstable tr:nth-child(odd){ background-color:#ffffff; }
.contactstable tr:nth-child(even)    { background-color:#ffffff; }

.contactstable td{
	vertical-align:middle;

	border:1px solid #3f7f00;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.contactstable tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.contactstable tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.contactstable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.contactstable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.contactstable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }




















