/* styles.css for template #124 
   spyka.net Webmaster */
body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
/* Global */
a {
	font-weight:bold;
	text-decoration:underline;
	color:#0000FF;
}
a:hover {
	color:#0099FF;
}
h1 {
	font-size:20px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
h2 {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px solid #CCC;
	color:#0000FF;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
h4 {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	margin:0 0 0 10px;
	color:#0000FF;
}
h5 {
	font-size:18px;
	color: #0000FF;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h6 {
	font-size:16px;
	color: #000066;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h7 {
	font-size:24px;
	color: #000066;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

t1	{
	font-size:12px;
	color: #000000;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
}

p {
	margin-left:20px;
	font-size:0.8em;
}

ul {
	list-style-type:square;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding-left:30px;
	margin-left:30px;
	font-size:0.8em;
}
blockquote {
	border:1px solid #ddd;
	background-color:#eee;
	padding:4px;
	font-size:0.9em;
	font-style:italic;
}
	blockquote p {
		margin:3px;
		padding:0;
	}
/* Layout */
div#homecontainer {
	width:1024px;
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 1200px;
	background-image: url(../images/home-page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

div#bullet {
	margin:0px;
	width:760px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
div#bullet ul{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bullred.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
	height: 10px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 60px;

}

div#container {
	margin:auto;
	width:1024px;
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#page {
	width:857px;
	float:left;
	border-left:1px solid #999;
	padding-left:36px;
	background-color: #EEE9CB;
	height: auto;
	background-image: url(../images/page.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	margin: 0px;
}

div#contactuspage {
	width:893px;
	float:left;
	border-left:1px solid #999;
	background-color: #EEE9CB;
	height: 480px;
	background-image: url(../images/contactus.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}


div#leftcol {
	float: left;
	height: 640px;
	width: 400px;

}
div#rightcol {
	float: right;
	width: 450px;
	height: 640px;

}


/* Header */
div#header {
	background-image: url(../images/topheader.jpg);
	height: 137px;
	padding: 0px;
}
	div#header h1 {
		font-family:Arial, Helvetica, sans-serif;
		color:#77BA2E;
		font-size:1.6em;
		padding:0;
		margin:30px 0 0 20px;
		font-weight:bold;
	}
	div#header h2 {
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:1.0em;
		padding:0;
		margin:0 0 0 20px;
		font-weight:bold;
		border-bottom:0;
	}
/* Navigation menu */
div#menu {
	height:20px;
	border-bottom:20px solid #97D553;
}
	div#menu ul {
		padding:0;
		list-style-type:none;
		margin:0 0 0 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
	}
		div#menu ul li {
			float:left;
			display:inline;
			padding:0 7px;
			margin:0;
		}
			div#menu ul li a {
				display:block;
				float:left;
				font-weight:bold;
				padding:1px 15px 0 15px;
				height:2px;
				color:#999;
				text-decoration:none;
				border:none;
			}
			div#menu ul li a:hover {
				text-decoration:underline;
			}
			div#menu ul li a.current:hover {
				text-decoration:none;
			}
			div#menu ul li a.current {
				position:relative; /* for IE6 */
				color:#fff;
				margin-top:-5px;
				padding-top:5px;
				height:20px;
				border:1px solid #77BA2E;
				border-bottom:none;
				background-color:#97D553;
			}
/* Content */
div#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
/* Sidebar */
div#sidebar {
	width:130px;
	float:left;
	padding:0;
	margin:0;
	background-image: url(../images/leftcol.png);
	height: 430px;
	background-repeat: no-repeat;
}
	div#sidebar ul {
	padding:0;
	list-style-type:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
		/* border-top:1px solid #ccc; /* /* uncomment to add table-like border */
	}
		div#sidebar ul li {
	margin:0;
	padding: 0;
/*	display: inline;*/
			/* border-bottom:1px solid #ccc; /* /* uncomment to add table-like border */
		}
			div#sidebar ul li a {
	display:block;
	font-weight:bold;
	height:32px;
	color:#FFFFFF;
	border:none;
	background-image: url(../images/button1-off.png);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: center;
	text-align: center;
	padding: 0px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 30px;
			}
			div#sidebar ul li a:hover {
				text-decoration:underline;
			}
			div#sidebar ul li a.current:hover {
				text-decoration:none;
			}
			div#sidebar ul li a.current {
	position:relative; /* for IE6 */
	color:#000000;
	height:32px;
	background-image: url(../images/button1-on.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
			}

			
div#sidebarbottom {
	width:130px;
	float:left;
	margin: 0px;
	padding: 0px;
}
div#sidebarbottomtext {
	width:124px;
	float:left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: auto;
	color: #000066;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
/* Footer */
div#footer {
	clear:both;
	background-image: url(../images/footer.jpg);
	height: 52px;
	width: 1024px;
	margin: 0;
	padding: 0;
}
	div#footer p {
	font-size:12px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
		div#footer p a {
			text-decoration:underline;
		}

