/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #1555B5;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #1555B5;
}

h5 {
	font-size: 30px;
	color: black;
}

h3 {
	font-size: 25px;
	color: black;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 60px;
}

#back
{
width: 796px;
background: #ffffff;
margin: 0 auto;
min-height: 900px;
}

#main {
padding: 10px;
}

#header {
	height: 250px;
	text-align: left;
	border: 10px solid white;
	background: url(images/header.jpg) no-repeat;	
}

#weather {
	/*margin-left: 10px;*/
}

address {
	text-align:left;
	font-size: 20px;
	color: black;
}

#map {
	margin-left: 50px;
	margin-bottom: 40px;
}

/* Logo */
#logo {
width: 766px;
height: 250px;
text-align: left;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 50px;
	color: black;
}

#logo H1 {
padding: 0px;
padding-top: 15px;
margin: 0px;
padding-left: 90px;
}

/* Menu Links Stuff */
#menu {
width: 696px;
height: 44px;
padding-left: 100px;
background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 120px;
	height: 29px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 120px;
    height: 29px;
	color: #ffffff;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}


/* Stuff on right (which is floated) */

#weather {
	/*margin-left: 12px;*/
}

#left {
	float: right;
	width: 236px;
}

#left H3 {
width: 216px;
height: 30px;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
padding-top: 14px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) repeat-x
}

#left ul {
	list-style: none;
	margin-bottom: -5px;

}

#left ul ul {
background: url(images/title_back.gif) no-repeat top;
padding: 0px;
}

#left li {
padding: 10px;
margin-left: 10px;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
	border: 0px;
}

#left a {
	color: #1555B5;
}

#left a:visited {
	color: #1555B5;
}


/* Stuff on left(which is not floated) */
#right
{
width: 500px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #1555B5;
}

#right a
{
color: #1555B5;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ul, #right ol
{
margin-left: 30px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #1555B5;
}

/* Footer */
#footer {
	height: 50px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #1555B5;
	background: url(images/footer.gif) repeat-x bottom;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #1555B5;
}
