body {
	behavior: url(../csshover.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

h1 {
	font: bold 1.8em georgia, sans-serif;
	font-size: x-large;
	margin-left: 5px;
	padding: 2px;
}

h2 {
	font: bold 1.8em georgia, sans-serif;
	font-size: large;
	margin-left: 5px;
	padding: 2px;
}

h3 {
	background: #001960;
	color: #fff;
	padding-left: 15px;
	border: outset;
}

a {
	color: #072F8E;
}

#callout a {
	text-decoration: underline;
}

p.whisper {
	color: #333;
	font-style: italic;
	padding-left: 10px;
}

p.warning {
	color: #F00;
	font-size: larger;
	font-weight: bolder;
	font-style: oblique;
}

p.addrblock {
	border: thick solid;
	margin-left: 30px;
	width: 25%;
	margin: 5px;
	padding: 10px;
	text-align: left;
}

p.headercontact {
	font: bold;
	color: #FFF;
	text-align: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p.headercontact2 {
	font: bold;
	color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 130px;
}

img.transheader {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'../images/5th_ave_contact_info_2.png' );
}

img.header {
	margin-left: 250px;
	/*padding: 5px;*/
}

img.article {
	float: left;
	margin: 5px 15px 15px 0;
}

img.article-right {
	float: right;
	margin: 5px 15px 15px 0;
}

#container {
	padding-left: 20px;
	padding-top: 20px;
	/*margin-left: 310px;*/
	margin-left: 0px;
	background: url(../images/body_back.png) no-repeat;
}

#header {
	background: url(../images/skyline_logo_4.jpg) no-repeat top left;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#header2 {
	background: url(../images/skyline_logo_1.jpg) no-repeat top left;
}

#footer {
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: 0px;
	background: url(../images/footer_back.png) no-repeat bottom right;
}

#callout {
	float: right;
	top: 150px;
	width: 25%;
	right: 0;
	border: 3px solid #001960;
	padding: 0 15px 0 15px;
	margin: 8px 0px 8px 15px;
}

#callout2 {
	float: right;
	top: 1800px;
	right: 0;
	border: 2px solid #001960;
	padding: 15px;
}

.center {
	text-align: center;
}

table.form {
    border-style: double;
	border-color: #444;
	border-width: 4px;
	border-collapse: collapse;
	width: 775px;
	/*background-color:#ffffff;  /*or maybe #cccccc*/
	font-family: sans-serif;
	font: Arial;
	font-size: medium; /* was font-size 2 */
	margin-left: auto;
    margin-right: auto;
}

.form_titlebox {
    border-style: double;
    border-color: #444;
    border-width: 2px;
	font-weight: bolder;
	font-size:larger; /* was font-size 3 */
	width: 100%;
	text-align: center;
}

td.form_message {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;  
    font-weight: bold;  
	width: 100%;
	text-align: center;
	background: none;
}


table.form th {
    border-bottom: 1px dotted #009;
	width: 175px;
	background-color: #77AAEE;
	text-align: left;
	padding:4px;
	color: #00B;
}

table.form thead th {
    border-right: 1px solid #fff;
    padding-left:5px;
    color: #fff;
    background: #009;
    text-align: center;
}

table.form td {
    border-bottom: 1px dotted #009;
	width: 600;
	background-color: #FFF;
	padding:4px;
}

tbody tr:hover td, tbody tr:hover th {
    border-bottom: 1px solid #444;
    background-color: #FFF;
    color: #000;
}

.form_required, tbody tr td.form_required, tbody tr th.form_required {
	color: #FF0000;
	font-weight: bolder;
	font-style: oblique;
}



ul {
	list-style-type: square;
	list-style-position: inside;
}

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

ul.menu li {
	font: 11px/ 14px arial, helvetica, sans-serif;
	height: 100%;
	/*background:#330088;*/ /*border-bottom:1px solid #fff;*/
	position: relative;
	float: left;
	width: 100%;
}

ul.menu li ul.menu2 li { /*background:#001960;*/
	
}

ul.menu li a {
	display: block;
	padding: 2px 3px;
}

ul.menu li a:hover { /*color: #a00;*/ /*background: #001960;*/
	/*border-right:3px solid #ddf;*/
	border-left: 5px;
}

ul.menu li ul.menu2 li a:hover { /*background: #bbbbff;*/
	border-left: 5px;
}

ul.menu ul.menu2 {
	position: absolute;
	top: 0;
	display: none;
}

ul.menu li:hover ul.menu2 {
	display: block;
	left: 270px;
}
