@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
}


.text { font-family:Helvetica, sans-serif; color: #666;}
.text2 { font-family:Helvetica, sans-serif; font-size:24px;}
.text3 { text-align:center;font-family:'Trebuchet MS',Arial,Helvetica,sans-serif; font-size:18px;}
.text4 { text-align:center;font-family:'Trebuchet MS',Arial,Helvetica,sans-serif; font-size:.8em;}

h1 { color: #666; text-shadow: 0px 1px 1px #666; font-size:36px;}

a, img { border: none; }

a {color:#07539F; text-decoration:none;}      /* unvisited link */
a:hover {color: #07539F;  text-decoration: underline;}  /* mouse over link */

.homet a {color: #07539F; text-decoration:none;}      /* unvisited link */
.homet a:hover {color: #07539F;  text-decoration: underline;}  /* mouse over link */

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #d1d1d1) );
	background:-moz-linear-gradient( center top, #ededed 5%, #d1d1d1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d1d1d1');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#4a4141;
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:normal;
	padding:11px 57px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #d1d1d1 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ededed');
	background-color:#d1d1d1;
}.classname:active {
	position:relative;
	top:1px;
}

/* Main navigation block element */
#cssmenu{
height:38px;
/* width:384px; */
width: 532px;
display:block;
float:right;
padding:0;
margin:50px auto; 
border:1px solid;
border-radius:5px;
}

#cssmenu > ul {list-style:inside none; padding:0; margin:0;}
#cssmenu > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;}

/* Styling navigation links */
#cssmenu > ul > li > a{
outline:none;
display:block;
position:relative;
padding:12px 15px 12px 12px;
color:#666;
text-align:center;
text-decoration:none;


}

#cssmenu > ul > li:first-child > a{border-radius:5px 0 0 5px;}




/* Gray */
#cssmenu, 
#cssmenu > ul > li > ul > li a:hover{
background:#f6f6f6;

}
#cssmenu {border-color: #CCC;}
#cssmenu > ul > li > a{border-right:1px solid #ccc; color:#666;}
#cssmenu > ul > li > a:after{border-color:#e5e5e5;}
#cssmenu > ul > li > a:hover{background: #CCC;}

      /* Shared styles */

        .drop-shadow {
            position:relative;
            float:left;
            width:95%;
            padding:1em;
            margin:2em 10px 4em;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow p {
            font-size:12px;
        }

        .drop-shadow p.normy {
            font-size:14px;
            line-height:16px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .drop-shadow ul.normy {
            font-size:14px;
            line-height:16px;
        }

        .drop-shadow ul.reviewsky li {
			margin: 20px 30px 0 0;
			list-style-type: none;
        }

        .drop-shadow ul.reviewsky {
            font-size:14px;
            line-height:16px;
        }



        /* Raised shadow - no pseudo-elements needed */

        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

	/*-------------------------------------------------------*/
		/* Contact Section */
	/*-------------------------------------------------------*/
    #contact {
		padding:30px 0;
		overflow:hidden;
	}
	.contact-info, .contact-form {
		float:left;
		padding:0 20px;
	}
	.contact-info {
		width:250px;
	}
	.contact-form {
		width:530px;
	}
	/* Contact info */
	.contact-info ul {
		float:left;
		margin-left:11px;
		border-left:1px solid #fadc66;
		padding-left:18px;
	}
	.contact-info ul li {
		font-size:13px;
		line-height:20px;
		color: #666;
		overflow: hidden;
	}
	/* Contact Form */
	#contactform {
		padding-left:30px;
	}
	#contactform p {
		margin-bottom:15px;
	}
	#contactform p label {
		display:block;
		color:#999;
		margin-bottom:8px;
		font-size:13px;
	}
	#contactform .input {
		line-height: 20px;
		height: 20px;
		width:60%;
	}
	#contactform .textarea {
		width:95%;
	}
	.button {
		color:#fff;
		background-color: #666;
		padding:8px;
		border:none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor:pointer;
		font-size:13px;
	}
	.button:hover {
		background-color: #08539f;
/*
		background-color: #fdc62a;
*/
	}
	#contactform .input, .textarea {
		padding:6px;
		background-color:#f5f5f5;
		border: 1px solid #CCC;
		color:#999;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-size: 13px;
	}
	.success, .error {
		padding:10px;
		margin-bottom:10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.success {
		background-color: #E3EBC6;
		color: #8FA442;
		border: 1px solid #C2D288;
	}
	.error {
		background-color: #f9e5e6;
		color: #b3696c;
		border: 1px solid #f7c7c9;
      }

      
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: center;
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
}

div.mc-field-group {
	margin-bottom: 20px;
}

input#mce-EMAIL {
	color: #08539f;
}


div#tg-title-widget-example {
	width: 670px;
}

.tg-widget {
	width: 670px !important;
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
}
/*
div.tg-title {
	display: none;
}

.tg-title h1 a {
	display: none;
}
*/
.tg-dir-and-act {
	display: none;
}
/*
.tg-widget .inline {
	display: block !important;
}
*/
.tg-events-wr {
	width: 99% !important;
}

.ribbonroll {
	display: block;
/*
	width:135px;
	height:121px;
	background:url('images/trackoff-corner.png') bottom;
*/
	width:177px;
	height:159px;
	background:url('images/trackoff-corner-big.png') bottom;
	text-indent: -99999px;
}

.ribbonroll:hover {
	background-position: 0 0;
}

div#cornerribbon {
	display: block;
	position: absolute;
	right: 0;
	z-index: 5000;
	margin: 0;
}

div#tablediv {
	margin 0 auto;
}

div.lefty {
	display: inline-block;
	width: 200px;
}

div.centrist {
	text-align: center;
}

div.centry {
	display: inline-block;
	text-align: center;
	width: 200px;
}

div.righty {
	display: inline-block;
	width: 200px;
}

div.righty img, div.lefty img, div.centry img {
	 padding-bottom:4px;
}


td#quotdian {
	background: url("images/header-quotey-v05.png") top center no-repeat transparent;
}

img#homerlogo {
	margin-top:40px;
	margin-left:5px;
	margin-bottom:102px;
}


ul.quotes { list-style-type:none; text-align:center; }
ul.quotes li { margin-bottom: 15px; font-size: 16px; }
ul.quotes li a { font-size: 12px; }
ul.quotes li strong { font-weight: bold; }

table.partnertable td {
	margin: 4px;
}


div.toolunit {
	width: 190px;
	margin: 18px;
	display: inline-block;
	float: left;
	text-align: center;
}

div#lastunit { margin-left: 236px; }

.toolunit a {
	color: #428bca;
}

.toolunit a:hover {
	color: #07539F;
}

p.resetthenet {
	display: block;
	clear: both;
	font-size: 1.6em;
	line-height: 3em;
	text-align: center;
}
