@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/main_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#053654;
}
#page
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#container
{
	width:1024px;
	overflow: hidden;
	text-align:left;
}
#content
{
	background-image:url(images/white_05p_bg.png);
	background-repeat:repeat-y;
	/*filter:alpha(opacity=05);  IE's opacity
    opacity: 0.05;*/
	padding:8px 8px 8px 8px;
}
#header
{
	height:120px;
	padding-top:30px;
}
#menu
{
	background-image:url(images/black_20p_bg.png);
	background-repeat:repeat-y;
	margin-bottom:8px;
	height:26px;
}
#menu ul{padding-left:5px;margin:0 0 0 0; padding:0 0 0 0; list-style:none; text-align:center;}
#menu ul li{height:26px; float:left; width:120px; line-height:26px;}
#menu ul li:hover{background-color:#000000; color:#FFFFFF;}
#menu ul li a{font-size:18px;font-family:"Trebuchet MS", "Myriad Pro", Tahoma;font-weight:bold; text-decoration:none;color:#5e8399; }
#menu ul li a:hover{color:#FFFFFF;}
.menuActive{font-size:18px;font-family:"Trebuchet MS", "Myriad Pro", Tahoma;font-weight:bold; text-decoration:none;background-color:#000000; color:#FFFFFF}
#footer{margin-top:10px;background-image:url(images/footer_bg.png);background-repeat:repeat-x;height:186px;width:1024px;}
#nCopy{width:1024px;float:right;text-align:right;font-family:Arial, Helvetica, sans-serif;font-size:11px; color:#6f879d;}
#nCopy ul{float:right;margin:10px 0 0 0; padding:0 0 0 0; list-style:none; text-align:center;}
#nCopy ul li{float:left; width:120px; line-height:20px; border-left-width:1px; border-left-color:#718999; border-left-style:solid; }
#nCopy ul li a{color:#5b9fdf; font-family:Arial, Helvetica, sans-serif;font-size:10px;}
#sMedia{ width:300px; text-align:left;}
.ssMediaFade{ border:none; opacity:0.2; filter:alpha(opacity=20);}
.ssMediaFade:hover{ border:none; opacity:1; filter:alpha(opacity=100);}

#pListings {
	height:100%;
}
#pListings a {
	color:#48b9ff;
}
.pListGroup {
	margin-bottom:8px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d7eaf5;
	font-size:12px;
}
.pListGroupEnd {
	margin-bottom:0px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d7eaf5;
	font-size:12px;
}
.pListItem {
	background-image:url(images/pList_fade.png);
	background-repeat:repeat-x;
	height:200px;
	width:500px;
	float:left;
}
.pListItem2 {
	background-image:url(images/pList_fade.png);
	background-repeat:repeat-x;
	height:200px;
	width:500px;
	float:right;
}
.pType {
	font-size:11px;
	opacity:0.6;
	filter:alpha(opacity=60)
}
.contentText
{
padding-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d7eaf5;
	font-size:13px;
	background-image:url(images/pList_fade.png);
	background-repeat:repeat;
	width:100%;
	}
	.contentText a
	{
	    color:#48b9ff;
	}
.servLine
{
    width:697px; background-color:#5e8aa7; height:1px;
}
