/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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 { background-color: #4f4f4f; font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif; line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: 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;}



#banner {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(images/shadowbig.jpg);
	height: 180px;
	width: 100%;
	position: absolute;
	background-color: #0a77af;
}

#wraper {
	position: absolute;
	height: 100%;
	width: 100%;
}

#menu {
	background-position: center bottom;
	background-repeat: repeat-x;
	background-image: url(images/menu.jpg);
	background-color: gray;
	height: 39px;
	position: absolute;
	width: 100%;
	margin-top: 60px;

}
#menu2 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(images/1shadow.png);
	height: 39px;
	position: absolute;
	width: 100%;
}
#footer {
	top: 820px;
	position: absolute;
	font-size: small;
	padding-top: 20px;
	color: white;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/shadowdown.png);
	height: 80px;
	width: 100%;
	background-color: #4f4f4f;
}

#title {
	font-size: x-large;
	margin-left: -200px;
	left: 50%;
	position: relative;
	color: white;
	width: 400px;
}

#phone {
	font-size: large;
	right: 0px;
	top: 10px;
	position: absolute;
	height: 50px;
	width: 150px;
	color: white;
}

#content {
	line-height: 1em;
	text-decoration: none;
	font-variant: normal;
	background-color: white;
	padding-top: 50px;
	text-align: center;
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
	width: 100%;
	background-position: center 50px;
	background-image: url(images/bg.png);
	top: 98px;
}

p {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

h1 {
	padding-bottom: 5px;
	padding-top: 10px;
	font-style: normal;
	font-size: large;
	font-weight: normal;
	color: #0a88c9;
}

#title img {
	margin-left: -100px;
	margin-top: 50px;
}

.button {
	font-style: normal;
	font-weight: normal;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 10px;
	float: left;
	height: 29px;
	width: 125px;
}

#menuholder {
	margin-left: -250px;
	height: 39px;
	left: 50%;
	position: relative;
	width: 500px;
}

.button a {
	text-align: center;
	text-shadow: 1px 1px 3px black;
	color: white;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.button a:hover {

	font-style: normal;

	font-weight: normal;

	text-shadow: 1px 1px 0px black;

}

#phone img {
	margin-left: -15px;
	float: left;
	margin-top: 0px;
}

#page {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin-left: -250px;
	left: 50%;
	position: absolute;
	text-align: left;
	width: 500px;
}

#page p {
	text-align: left;
}

#footer p {
	padding-bottom: 9px;
	font-size: x-small;
}