/*JenTekk Web Solutions template.css CSS file*/

/* Global Reset */
* { 
	margin:0; 
	padding:0; 
}
body {
	background-image: url(../images/bgBody.jpg);
	background-position: left top;
	background-repeat: repeat-x; 
	background-color: #333300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:1.3em;
	color: #555;	
}
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap{
    background-image: url(../images/bgPage.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #fff;
}
#footer{
	padding: 10px 0;
	margin-bottom: 10px;
	border-top: 1px dashed #ccc;
	text-align: center;
	font-size: .9em;
	line-height: 1.3em;
}
#hitCounter {
	text-align: center;
	padding: 15px 0 20px 0;
}


/* typography */

div.slogan {
	margin: 30px 0 0 0;
	padding: 1em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
	color: #CC3300;
	letter-spacing: .07em;
	border: 0px dashed #c30;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; }
ul{
	margin-left:1em;
	margin-bottom: 2em;
}
li,dd {
	margin-left:2em;
	margin-bottom: 0.8em;
}

a { color: #e33e45; text-decoration:none; } 
a:hover{ text-decoration:underline; }

p {
	font-size:1em;
	line-height:1.3em;
	margin-bottom: 15px;
}
blockquote {
	font-style: italic;
	background-color: #F2F2F2;
	margin: 0 70px 30px 30px;
	padding: 15px;
	line-height: 1.5em;
}
h1{
	font-size:1.7em;
	line-height:1.7em;
	margin-bottom: 20px; 
}
h2{
	font-size:1.4em;
	line-height:1.4em;
	color: #5E6B1C;
}
h3{ font-size:1.3em; line-height:1.3em;}
h4{ font-size:1.2em; line-height:1em; color: #757500; }
h5{ font-size:1em; line-height:1em; }
h6{ font-size:.9em; line-height:.9em; font-weight:bold; }



/* Top Nav Bar */
.topNav{
margin: 0;
padding: 0;
}
ul#toplevel-nav {
float: right;
list-style: none;
padding: 0;
margin: 0;
}
ul#toplevel-nav li {
padding: 0;
margin: 0;
float: left;
line-height: 21px;
white-space: nowrap;
border-left: 1px solid #636363;
}
ul#toplevel-nav li a {
padding: 8px 20px 5px 20px;
margin:0;
display: block;
font-size: 1.1em;
color: #fff;
}
ul#toplevel-nav li a:hover {
text-decoration: none;	
background-image: url(../images/bgMenuOver.gif);
background-position: left top;
background-repeat: repeat-x;
}


/* myMenu side menu */
.myMenu {
width: 168px;
margin:0 0 20px 0;
padding: 20px 0 0 0;
background: url(../images/bgMenuTop.gif) no-repeat;
}
.myMenu ul {
margin:0;
padding:0 0 20px 0;
border-top: 1px solid #AFC891;
background: url(../images/bgMenuBottom.gif) no-repeat left bottom;
}
.myMenu li {
	margin:0;
	padding:0;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #AFC891;
	border-left: 1px solid #AFC891; 
	border-right: 1px solid #AFC891;
}
.myMenu li a {
	padding: 6px 0px 6px 28px;
	margin: 0; 
	display: block;
	color: #fff; 
	text-decoration:none;
	background: #98AE7E url(../images/redBullet.gif) no-repeat left center;
	font-size: 1em;
} 	
.myMenu li a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
    background: #ADC68F url(../images/greenBullet.gif) no-repeat left center;
}

/* box for flash movie */
#movieBox {
border: 1px solid #666; 
width:640px; 
height:200px; 
margin: 32px 0 40px 0;
}

.toTop {
	text-align: right;
	margin: 20px 0;
	padding: 20px 15px;
	background-image: url(../images/redArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.top {
	font-size: 12px;
	color: #e33e45;
	text-decoration: none;
}
a.top:hover {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
