
html {
	background-color: #252525;
/*	background-image: url(http://a1limousine.com/images/site/skyline.jpg); */
	background-repeat: no-repeat;
	
}

body {
}

#doc {
	color: white;
}

#hd {
	background-color: white;
	border-top: 0;
}

#bd {
	background-color: white;
	border-bottom: 5px solid #FFCC66;
	border-left: 2px solid #FFCC66;
	border-right: 2px solid #FFCC66;
	color: #4C494A;
	position: relative;
	top: -4px;
}


#logo {
}

#skyline {
	width: 100%;
	height: 225px;
	position: relative;
}

.navigation {
	background-repeat: repeat-x;
	background-image: url(http://a1limousine.com/images/site/navbar_bg.png); 
	position: relative;
	top: -4px;
	height: 23px;
	padding-left: 20px;
	padding-top: 5px;
}

.navigation li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.navigation a {
	color: white; 
	font-size: 108%;
	padding: 0 25px 0 0;
	text-decoration: none;
}

.navigation a:hover {
	color: #151d5e;
}

#ft .navigation {
	background-image: none;
	padding-left: 5px;
	margin-bottom: -5px;
}

#ft .navigation a {
	color: #ffcc66;
	font-size: 93%;
	padding-right: 15px;
}

#ft .navigation a:hover {
	color: white;
}

#ft p {
	color: #666666;
	font-size: 85%;
	padding-left: 5px;
}

p {
	padding-bottom: 15px;
}

#bd p {
 line-height: 1.5;
}

#bd h1 {
	background-color: #252525;
	color: #ffcc66;
	font-size: 146.5%;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 1px;
	font-weight: bold;
	border-bottom: 1px solid #976b29;
}

#bd strong {
	font-weight: bold;
}

#list_cell {
	vertical-align: top;
	background-color: #252525;
}

#content_cell {
	vertical-align: top;
}

#content_cell h1 {
	background-color: white;
	color: black;
	border: 0;
	padding-left: 0;
}

#content_cell ul {
	padding: 20px;
}

#content_cell li {
	margin-bottom: 10px;
}

#content_cell h2 {
	font-weight: bold;
	font-weight: 108%;
	margin-top: 8px;
}

#list_cell ul {
	background-color: #252525;
	color: white;
	font-size: 108%;
	font-weight: bold;
	padding: 20px;
	padding-right: 0px;
	width: 125px;
}

#list_cell li {margin-bottom:20px;}

#list_cell a {
	color: white;
}

.question_q {
	color: #ffcc66;
	font-size: 161.6%;
	font-weight: bold;
	font-style: italic;
}

.question {
	font-weight: bold;
	color: #333399;
}

.answer_a {
	font-weight: bold;
	font-size: 161.6%;
	font-style: italic;
}

ol li {
	list-style-type: decimal;
	margin-left: 50px;
	margina-bottom: 15px;
}