body {
	width:100%;
	height: 100%;
	background: url(/images/gradient.jpg) top repeat-x #ffffff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#header {
	width:950px;
	height:140px;
	margin:40px auto 0 auto;
}

#navbar {
	width:770px;
	margin: 20px 0 0 180px;
}

#container {
	width:850px;
	margin:0 auto 0 auto;
}

#footer {
	width:850px;
	margin:35px auto 0 auto;
	text-align:center;
	background-image:url(/images/orangeline.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
}

#int_page {
	width:820px;
	background-image:url(/images/bg_faded_curve_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:30px 15px 0 15px;
	margin:0;
	text-align:center;
}

/* Styles */

#int_page p {
	text-align:center;
}

#int_page p a, #int_page p a:visited {
	color:#d16302;
	text-decoration:none;
}

#int_page p a:hover {
	text-decoration:underline;
	color:#d16302;
}


/* Application Page */

.apply {
	list-style:none;
	margin:0 auto 0 auto;
	display:block;
	padding:0;
	text-align:center;
	width:500px;
}

.mapsinfo {
	list-style:none;
	margin:0 auto 0 auto;
	display:block;
	padding:0;
	text-align:center;
	width:750px;
}

.apply li, .mapsinfo li {
	display:block;
	width:250px;
	margin:0 0 20px 0;
	padding:0;
	float:left;
}

.apply a, .apply a:visited, .mapsinfo a, .mapsinfo a:visited {
	color:#d16302;
	text-decoration:none;
}

.apply a:hover, .mapsinfo a:hover {
	text-decoration:underline;
}

.apply a img, .mapsinfo a img {
	border:0;
}

.repair  {
	width: 500px;
	margin: 0 auto 0 auto;	
	text-align: left;
	font-size:14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
}

/* Navigation */

.menu {
	position:relative;
	letter-spacing:.1em;
}

.menu ul {
	padding:0;
	margin:0;
	list-style:none;
}

.menu li {
	float:left;
	position:relative;
}

.menu a, .menu a:visited {
	font-size:15px;
	text-decoration:none;
	background:none;
	color:#000000;
	height:1em;
	border:0;
	margin: 0 15px 0 15px;
}
.menu a:hover {
	color:#d16302;
}
.menu :hover > a {
	color:#d16302;
}

.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}


.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:1em;
	left:0;
	width:720px;
	line-height:60px;
	color:#d16302;
}

.menu ul ul li {
	float:left;
	position:relative;
}

.menu ul ul a, .menu ul ul a:visited {
	display:block;
	color:#d16302; 
	height:60px; 
	line-height:60px;
	font-size:13px;
	margin: 0 10px 0 10px;
}

.menu ul ul a:hover, .menu ul ul ul a:hover {
	color:#000000; 
}

#footer ul {
	list-style:none;
	padding:15px 0 0 0;
}

#footer li {
	display:inline;
	margin:0 8px 0 8px;
}

#footer a, #footer a:visited {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color: #d16302;
}

/* Other */

.clear {
	clear:both;
}