/*
Menu
1. Tidy Browsers
2. Headings
3. Columns
4. Main Navigation
5. Lists
6. Padding
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: url('../img/header-bg.gif') repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}
ol, ul {
	list-style: none;
	letter-spacing:1px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clear both */
.clear {
	clear:both;
}

/* Headings */
h1 {
	padding:40px 0 0 10px;
	color:#fff;
	font-size:120%;
}

h2 {
	padding:0 0 0 10px;
	color:#fff;
	font-size:78%;
	line-height:2em;
}

h3 {
	font-size:110%;
	padding:0 0 1em 0;
}

h4 {
	font-size:100%;
	padding:0 0 1.5em 0;
}

/* Paragraph Variations */

p {
	line-height:1.75em;
	font-size:0.75em;
	letter-spacing:1px;
	padding:0 0 1.5em 0;
}

.par-1 {
	color:#666;
	line-height:1.5em;
	padding:0 0 1.5em 0;
	font-size:1em;
	letter-spacing:1px;
}

/* page content containers */
.container1 {
	width:100%;
	background:url('../img/header-bg.jpg') repeat-x top left;
}

/* Header */
.header {
	width:700px;
	margin:0 auto 0 auto;
	padding:0 0 80px 0;
}

#logo {
	position:absolute;
	display:block;
	top:0px;
	width:250px;
	height:65px;
	margin:27px 0 33px 0px;
	background:url('../img/logo.jpg') no-repeat top left;
	z-index:10;
}

#logo a {
	position:absolute;
	display:block;
	top:0px;
	width:250px;
	height:65px;
	margin:0px 0 33px 0px;
	background:url('../img/logo.jpg') no-repeat top left;
	z-index:10;
}

#logo a:hover {
	background:url('../img/logo.jpg') no-repeat 0 -65px;
	z-index:10;
}

#header1 {
	position:absolute;
	width:201px;
	padding:0 0 0 65px;
	z-index:0;
}

#header2 {
	float:right;
	width:434px;
	display:block;
	padding:44px 0 0 0;
}

/* Column container 1 */
.column1 {
	width:700px;
	margin:0 auto 0 auto;
	padding:0 0 60px 0;
}

/* Left Column */
.container2 {
	float:left;
	width:410px;
}

/* Right Column */
.container3 {
	float:right;
	width:260px;
}

/* Footer Column */
#footer {
	width:100%;
	background:#A1D014;
/*
	border-top:1px solid #15352D;
	border-bottom:1px solid #15352D;
*/
	line-height:3em;
	margin:0 0 30px 0;
	padding:15px 0 0 0;
	font-size:0.75em;
}

#footer a {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer-column {
	width:700px;
	margin:0 auto;
}

.footer-left {
	float:left;
	width:50%;
}

.footer-right {
	float:left;
	width:50%;
	text-align:right;
}

/* Main Menu Nav */
#nav {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	font-size:1em;
	text-align:center;
	line-height:1.1em;
}

#nav ul {
	float:left;
	display:block;
}

#nav li {
	float:left;
	font-weight:bold;
	text-align:center;
	display:block;
}

#nav a {
	display:block;
	height:25px;
	padding:5px 0 0 0px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#nav-1 a {
	width:75px;
}

#nav-1 a:hover {
	background:url('../img/nav/nav-1.jpg') no-repeat center -30px;

}

#nav-1 a.selected {
	background:url('../img/nav/nav-1.jpg') no-repeat center 0px;
}

#nav-2 a {
	width:100px;
}

#nav-2 a:hover {
	background:url('../img/nav/nav-2.jpg') no-repeat center -30px;
}

#nav-2 a.selected {
	background:url('../img/nav/nav-2.jpg') no-repeat center 0px;
}

#nav-3 a {
	width:130px;
}

#nav-3 a:hover {
	background:url('../img/nav/nav-3.jpg') no-repeat center -30px;
}

#nav-3 a.selected {
	background:url('../img/nav/nav-3.jpg') no-repeat center 0px;
}

#nav-4 a {
	width:129px;
}

#nav-4 a:hover {
	background:url('../img/nav/nav-3.jpg') no-repeat center -30px;
}

#nav-4 a.selected {
	background:url('../img/nav/nav-3.jpg') no-repeat center 0px;
}

/* Lists */
ul {
	
}

li {
	
}

#tick-1 {
	float:left;
	width:100%;
	margin:0;
	list-style:none;
	list-style-type:none;
	font-size:90%;
	border-top:1px solid #999;
	color:#333;
}

#tick-1 li {
	display:block;
	padding:0 0 0 25px;
	line-height:3em;
	border-bottom:1px solid #999;
}

#tick-1 li a {
	font-weight:normal;
	text-indent:20px;
}

#tick-1 li a:hover {
	color:#1E9D8B;
	font-weight:normal;
	text-decoration:underline;
}

.tick-1 {
	background:url('../img/tick-1.gif') 0px 1em no-repeat;
}

#tick-1 li ul li {
background:url('../img/dot-1.gif') 0px 0.75em no-repeat;
	line-height:2em;
	border-bottom:none;
	padding:0 0 12px 12px;
	font-size:0.75em;
}

/* padding */
 .pad-30 {
 	padding:0 0 30px 0;
 }
 


/* Contact Form 
label {

line-height:2em;
float:left;
clear:both;
width:100%;
}
*/
.error {
background:#FFFFCC;
}

label.error {
float:left;
display:block;
width:94%;
line-height:1em;
margin:10px 0;
padding:2% 3%;
background:#FFFFCC;
font-size:0.75em;
font-weight:bold;
}

.form1 {
float:left;
color:#666666;
width:410px;
margin:0;
padding:0 0 10px 0;
}

.form1 input {
width:96%;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1em;
}

.form1 textarea {
width:96%;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
}

#sprytextfield1 {
float:left;
width:410px;
}

#s {
float:right;
width:100px;
margin:10px 0 0 0;
padding:5px 0;
}

.form1 label {
line-height:2em;
}

input.text {
padding:0.5em;}

textarea.text {
padding:0.5em;}