@charset "utf-8";
/* Lighting New York Pro styles */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(grfx/bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #555;
}

#body_wrap{
	background-color: white;
	width: 800px;
	text-align: left;
}

#header{
	padding: 10px;
}
#header .hd{
	float: left;	
}
#header .lc{
	border-right: dotted 1px #ccc;
	border-left: dotted 1px #ccc;
	padding: 0 5px;
	width: 200px;
	font-size: 11px;
}
#header .lc h3{
	margin: 0 0 2px 0;
	padding: 0;
}

.clr{ clear: both; }
.float{ float: left; }

#top_nav{
	background-color: #444;
	padding: 2px 0 0 2px;
}
#top_nav a{
	display: block;
	color: white;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 10px;
}
#top_nav a:hover{
	text-decoration: underline;
}

#main{
	width: 350px;
	padding: 5px 15px 5px 10px;
	font-size: 14px;
}
#main h1{
	margin: 0 0 4px 0;
	color: red;
	font-size: 20px;
	font-weight: normal;
}

#main p.s1{
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	font-weight: bold;
	color: #777;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}
#main p.s1 strong{ color: #D83D3D; }
#main p.s1 a{
	text-decoration: none;
	color: #777;
}
#main p.s1 a:hover{
	color: #D3D6E2;	
}

#main p.s2{
	font-size: 14px;
}

#services{
	width: 200px;	
	border: dotted 1px #6A945C;
	background-color: #D7E3D5;
	padding: 5px;
	margin-top: 6px;
}
#services ul{
	margin: 0;
	padding: 5px 0 0 25px;
	list-style-image: url(grfx/check.png);
	font-size: 11px;
}
#services li{
	padding: 2px;	
}
#services div{
	padding: 5px;
	text-align: center;
}

/* application styles */
#apply{
	width: 550px;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
}
#apply h1{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

/* footer styles */
#footer{
	border-top: solid 1px #ddd;
	text-align: center;
	padding: 10px;
	font-size: 10px;
}
#footer a{
	font-weight: bold;
	color: #444;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;	
}
