/* CSS Document THIS IS THE NORMAT STUFF FOR THE LAYOUT OF THE WEBSITE*/

* {
margin:0;
padding:0;
}

html, body {
background-image:url(side.png);
background-repeat:repeat-y;
background-position:top right;
font-size: 12px;
font-family:"Times New Roman", Times, serif;
color:#000000;
}

.newOffer{
height:200px;
width:200px;
position:absolute;
top:0px;
left:0px;
}
.wrapper {
margin:0 auto;
width:738px;
height:100%;
}

.container {
width: 738px;
margin:0 auto;
height:100%;
}

.header {
width:736px;
margin:0 auto;
height:155px;
border-left:1px #999999 solid;
border-right:1px #999999 solid;
border-bottom:1px #999999 solid;
background-image:url(header.png);
}

.main{
float:left;
height:100%;
width:738px;
position:relative;
}

.main1{
float:left;
min-height:550px;
width:227px;
border-left:1px #999999 solid;
background-color:#b2d6df;
}

.main2{
float:right;
min-height:550px;
width:509px;
background-color:#FFFFFF;
border-right:1px #999999 solid;
}

.fleft{float:left; width:200px;}
.fleft p{text-align:right;}

.footer{
float:left;
width:738px;
height:410px;
background-image:url(footer.png);
}


/*THIS IS THE STUFF FOR THE VERTICAL MENU*/

.main1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 228px;
	position:relative;
	}

.main1 ul li {
	position: relative;
}
/*pwn hove stuff*/
div.pwn {height:30px; width:227px; float:left; color:#333333;
background-image:url(dump/nav1.1a.png); font-size:14px;
background-color:#b2d6df; text-align:center;
line-height:30px; text-decoration:none;
border-bottom:1px #999999 solid;
}
div.pwn:hover {background-image:url(dump/nav1.1b.png); color:#008244; background-color:#b2d6df; border-bottom:2px #008244 solid;}

h3, h1, h2, h4, h5, h6{color:#008244;}
.index {
background-color:#008244;
color:#FFFFFF;
text-align:center;
}
.indexSkyline {/*THis is the style for the skyline header*/
background-color:#4e6ca8;
color:#FFFFFF;
text-align:center;
}
.indexSkyline2 {/*THis is the style for the skyline header*/
color:#4e6ca8;
text-align:center;
}
p{color:#00361c;
}

.para{
color:#00361c;
font-size:14px; padding-left:20px;
padding-right:20px;
padding-top:20px;
}
.paraSkyline{
color:#021e46;
font-size:14px; padding-left:20px;
padding-right:20px;
padding-top:20px;
}

.fbottom{
position:absolute;
bottom:0px;
}
.footer2 {font-size:9px; text-align:bottom;
width:738px; height:15px; float:left; color:#FFFFFF;}

.footer3{
background:none;
width:738px;
height:395px;
}

a:link {color:#0099FF;}

a:visited {color:#0000CC;}

a:hover {color:#0033FF;}

a:active { color:#0099FF;}

/*PHOTO HOVER SCRIPT*/

/*a img.imghov{display:none;}
a:hover img.imghov{height:250; width:400; border:none; display:block;}*/
.magnify
{
	cursor: default;
	list-style: none;
	text-align: center;
}
.magnify a
{
	cursor: default; z-index:-1000;
}

.magnify a .preview
{
	display: none; z-index: 1000;
}

.magnify a:hover .preview
{
	display: block;
	position: absolute;
	top: -100px;
	left: -50px;
	z-index: 1000;
}

.magnify img
{
	background:#CCCCCC;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color:#666666;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 126px;
	height: 100px;
	z-index:-1000;
}

.magnify li
{
	background:#CCCCCC;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color:#666666;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview
{
	border-color: #000;
	width: 475px;
	height: 350px;
}
