@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#5d9cdc;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fdfff0;
}

a {
	color: #0CF;
	text-decoration:none;
}

a:visited {
	color: #0CF;
	text-decoration:none;
}

a:hover {
	color: #0CF;
	text-decoration:underline;
}

a:active {
	color: #0CF;
	text-decoration:underline;
}

h1 {
	width:870px;
	height:38px;
	font-size:24px;
	font-weight:bold;
	padding:10px 9px 0px 9px;
	margin:0px 0px 3px 0px;
	background-image:url(images/bg-title.gif);
	background-repeat:repeat-x;
	border:1px solid #00101d;
	text-align:center;
	color:#ffffff;
}

h2 {
	width:422px;
	height:38px;
	font-size:24px;
	font-weight:bold;
	padding:10px 9px 0px 9px;
	margin:0px 0px 3px 0px;
	background-image:url(images/bg-title.gif);
	background-repeat:repeat-x;
	border:1px solid #00101d;
	text-align:center;
	color:#ffffff;
}

h3 {
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	padding:0px 0px 3px 0px;
	margin:0px;
}

.cleardiv {
	clear:both;
	width:100%;
	height:0px;
	font-size:0px;
}

.wrapper {
	position:relative;
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
}

.logo {
	float:left;
	width:433px;
	height:132px;
}

.logo a {
	display:block;
	width:433px;
	height:132px;
	background-image:url(images/jon-wile-law.png) !important;
	background-image:url(images/jon-wile-law.gif);
	background-repeat:no-repeat;
}

.phone {
	float:right;
	width:450px;
	height:auto;
	padding-top:35px;
	font-size:64px;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
}

.skyline {
	width:900px;
	height:142px;
	background-image:url(images/skyline.png) !important;
	background-image:url(images/skyline.gif);
	background-repeat:no-repeat;
}

.nav {
	width:894px;
	height:auto;
	background-color:#002241;
	padding:3px;
	margin-top:-3px;
}

#mainnav {
	float:left;
	list-style: none;
	display:inline;
	margin:0px;
	padding:0px;
	width:894px;
	height:30px;
	font-size:16px;
	text-align:center;
}

#mainnav li {
	display: block;
	float:left;
	width:auto;
	height:30px;
	line-height:15px;
	font-size:15px;
	text-align:center;
	margin-left:0px;
	text-align:center;
}

#mainnav li a {
	display: block;
	float:left;
	width:auto;
	height:22px;
	padding:8px 11px 0px 10px !important;
	padding:8px 10px 0px 9px;
	line-height:15px;
	text-decoration: none;
	color: #ff0000;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:2px 0px 2px 2px;
	text-transform:uppercase;
}

#mainnav li a.last {
	border: 0;
}

#mainnav li a:hover, #mainnav li.current {
	padding:8px 11px 0px 10px !important;
	padding:8px 10px 0px 9px;
	background-color:#184579;
	text-decoration: none;
	color: #ffffff;
}

.frontflash {
	width:890px;
	height:auto;
	padding:5px;
	background-image:url(images/bg-fade-flash.png) !important;
	background-image:url(images/bg-fade-flash.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.frontmain {
	width:890px;
	height:auto;
	padding:5px;
	background-image:url(images/bg-fade1.png) !important;
	background-image:url(images/bg-fade1.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.boxwide {
	width:870px;
	height:auto;
	padding:9px;
	margin:0px 0px 5px 0px;
	background-color:#1c4b74;
	border:1px solid #00101d;
}

.frontvideo {
	float:right;
	width:425px;
	height:auto;
	margin-left:10px;
}

.frontleft {
	float:left;
	width:442px;
	margin-right:6px;
}

.frontright {
	float:left;
	width:442px;
}

.boxhalf {
	width:422px;
	height:auto;
	padding:9px;
	margin:0px 0px 5px 0px;
	background-color:#1c4b74;
	border:1px solid #00101d;
}

.question {
	font-size:16px;
	padding-bottom:10px;
	font-weight:bold;
}

.textbox {
	width:250px;
	height:auto;
	background-color:#ffffff;
	padding:2px;
	border:1px solid #00101d;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.textarea {
	width:415px;
	height:auto;
	background-color:#ffffff;
	padding:2px;
	border:1px solid #00101d;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.row {
	width:100%;
	height:auto;
	border-bottom:1px solid #5d9cdc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.picfloat {
	float:left;
	width:170px;
	height:170px;
	padding:2px;
}

.picfloat img {
	border:1px solid #5d9cdc;
	padding:2px;
}

.picfloat img:hover {
	border:1px solid #ffffff;
	padding:2px;
}