/* 

STYLE SHEET FOR [x] WEB SITE
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../imgs/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #4688C4;
	font-family: "trebuchet MS";
	color: #FFFFFF;
	font-size: small;
	line-height: 1.5em;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}

#centre {
	width:921px;
	min-height:1000px;
	background-image: url(../imgs/centre_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
	}
#content {
}

		
#masthead {
	height: 249px;
	background-image: url(../imgs/masthead_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
		}
		
#logo {
		}
		
#navContainer {
	float: left;
	height: 203px;
	width: 225px;
	background-image: url(../imgs/navContainer_bg.gif);
	background-repeat: no-repeat;
	background-position: 11px;

		}

#content {
	width: 680px;
	float: right;
		}
#welcome {
	height: 394px;
	background-image: url(../imgs/div_one_bg.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
	margin-bottom: 5px;
}

.green, .blue {
	width: 676px;
	background-image: url(../imgs/green_middle.gif);
	background-repeat: repeat-y;
	position: relative;
	float: right;
	padding-bottom: 10px;
}

.blue {
	background-image: url(../imgs/blue_middle.gif);
	}

.bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#footer {
	height: 88px;
	width: 676px;
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: no-repeat;
	float: right;
		}

.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../imgs/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		}
#hours {
	width: 300px;
	border: 1px solid #718102;
	border-collapse:collapse;
	margin-left: 25px;
	margin-bottom: 25px;
}
#footer a {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 80px;
}
#footer p {
}

#map {
	height: 300px;
	width: 500px;
	border: 1px solid #718102;
	color: #000000;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 15px;
}

.even {
	background-color: #718102;
}

a:hover {
		}

#navigation {
		}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 8px;
	font-size: small;
	padding-left: 10px;
	display: block;
		}

#navigation ul {
	margin-top: 20px;
	margin-left: 45px;
		}
/*#navigation ul li a:hover {
	background-image: url(../imgs/nav_hover.gif);
	background-position: 120px 3px;
	background-repeat: no-repeat;

}*/
.polaroid {
	position: absolute;
	left: 581px;
	top: 57px;
}

#navigation li {
	margin-top: 5px;
	display: block;
	width: 160px;
	background-image: url(../imgs/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
	margin-left: 25px;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 90%;
	display: block;
		}
#welcome h2 {
	background-image: url(../imgs/dot.gif);
	width: 170px;
	background-repeat: repeat-x;
}
.top {
	margin-top: 10px;
}
.up {
	text-align: right;
}




h3 {
		}
		
h4 {
		}

p {
	margin-left: 25px;
	margin-bottom: 10px;
		}
.sub_col {
	width: 210px;
	float: right;
	height: 350px;
	margin-left: 20px;
	background-image: url(../imgs/v-dot.gif);
	background-repeat: repeat-y;
}


ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
#welcome ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#welcome li {
	display: block;
	padding-left: 15px;
	background-image: url(../imgs/arrow_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#forms {
	height: 81px;
	width: 195px;
	margin-top: 55px;
	margin-left: 6px;
	background-image: url(../imgs/form_box.gif);
}
#forms p {
	margin-left: 75px;
	display: block;
	padding-top: 17px;
}
.green p, .blue p {
	padding-right:20px;
	padding-bottom: 10px;
	}
