﻿/* ----------  page defaults ---------- */

* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		}

body {
	font-size: 85%;
	background: #cccccc;
	padding-bottom: 20px;
	color: #000066;
}

#masthead, #columnWrapper, #footer {
		font: 1.1em/1.5 Verdana, Arial, sans-serif;
		}

/* ---------- font styles ---------- */

h1, h2 {
		font: bold 1.5em Verdana,Arial, sans-serif;
		text-transform: uppercase;
		margin-bottom: 2px;
		color: #800080;
		}

h1 {
	
	font-size: 2em;
}

p {
		margin-bottom: 1em;
		}

/* ---------- structure ---------- */

#masthead {
	background: #dddddd url('images/bannerwider.gif') no-repeat;
	padding: 10px;
	border-bottom: 1px solid #aaaaaa;
	height: 220px;
}

#footer {
	background: #ebebeb;
	border-top: 1px solid #aaaaaa;
	font-style: italic;
	font-size: 0.8em;
	padding: 5px;
}

.clearFix:after {
		content: '.';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

/* ---------- add your code below ---------- */

#columnWrapper {
		background: #ebebeb url("images/grey-shadow-top.gif") 0 0 repeat-x;
		}

#mainContent {
		background: #ffffff url("images/white-shadow-top.gif") 0 0 repeat-x;
		float: left;
		width: 775px;
		margin-left: 175px;
		}
		
#leftSidebar {
		float: left;
		width: 175px;
		margin-left: -950px;
		}
	
#rightSidebar {
		float: left;
		width: 125px;
		}
		
.columnContentWrapper {
		padding: 30px 10px;
		}
		
#mainContent, #leftSidebar, #rightSidebar {
		padding-bottom: 32767px !important;
		margin-bottom: -32767px !important;
		}
		
#columnWrapper {
		overflow: hidden;
		}		
		
#wrapper {
		width: 950px;
		margin: 0 auto;
		border: 1px solid #555555;
		border-top: 0;
		}		
		
#masthead h1 {
	line-height: 220px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 4em;
}

#changetime {
	text-align: right;
	font-size: 1.5em;
}


.rightimage {
	float: right;
	margin-left: 20px;
	margin-bottom:20px;
}
#service {
	float: left;
	margin-left: 5px;
	width: 245px;
}

#service img {
		height: 190px;
}

#service a {
	color: #800080;
}
.thumb {
	width: 240px;
	padding: 5px 2px 10px 2px;
}

ul {
	list-style-image: url("images/better-list-star.gif");
}

li {
	margin-left:15px;
}

#logo {
	position: relative;
	top: 350px;
	width:160px;
	
}
#navigation ul {
	list-style-type: none;
	list-style-image: none;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#navigation li {
	margin: 10px 0 5px 15px;
}
#navigation a:link, #navigation a:visited {
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:3px 12px 3px 8px;
	background-color:#c000c0;
	color: #ffffff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #dddddd;
}
#navigation a:hover {
	background-color: #ff00ff;
}
#navigation a:active {
	padding: 2px 13px 4px 7px;
	background-color: #5a000a0;
	color: #eeeeee;
	border-top: 1px solid #333333;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #333333;
}

