body {
	background-color:#1c2d4d;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	line-height:25px;
}
ul.list1 {
	margin: 1.5em;
	width:400px;
	font-size:14px;
}
ul.list2 li {
	list-style-image: url(../images/tick.jpg);
	font-size: 14px;
	line-height:25px;
}
ul.list1 li {
	list-style-image: url(../images/uncheck.gif);
	border-bottom: 1px dotted #333399;
	padding: .5em 0 .5em .5em;
	color: #000;
}
ul.list1 li:hover {
	list-style-image: url(../images/check.gif);
	background-color: #eee;
	color: #333399;
	font-weight:bolder;
}

h1, h2 {
	color:#333399;
	font-size:20px;
	padding-top:15px;
}

h6     {
        color:#333399;
	font-size:25px;
font-weight:bold;
}
#wrapper {
	position:relative;
	width : 820px;
	border:solid 1px #999999;
	background-color : #ffffff;
	padding:15px;	
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	margin-top:50px;
}

.right {
	float:right;
	padding:0 0 10px 10px;
}
#right-images {
	float:right;
	width:341px;
	padding-left:10px;
}
#right-images img {
	padding-bottom:10px;
}
#logo {
	position:absolute;
	top:-30px;
	left:30px;
	width:150px;
	height:150px;
	background-image:url(../images/pmg-services.gif);
	background-color:#FFFFFF;
	border:solid 1px #999999;	
	z-index:300;
}

#header {
	width:820px;
	margin:0 0 10px 0;
	height:245px;
	position:relative;
        background:url(../images/loading.gif) no-repeat 50% 50%; 
	
}
#header img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#copyright {
	width: 850px;
	text-align: right;
	color: #eee;
	font-size: 10px;
	margin:0 auto 0 auto;
	padding:10px 0 10px 0;
}

#nav-lh {
	width:6px;
	height:32px;
	float:left;
	background: #333 url("../images/nav-lh.jpg") no-repeat;
}
#nav-rh {
	width:820px;
	height:32px;
	float:left;
	background: url("../images/nav-rh.jpg") no-repeat;
	background-position:right;
}
.menu {
	background: url("../images/nav-bg.jpg") repeat-x;
	float: left;
	list-style: none;
	height:32px;
	margin: 0;
	padding: 0;
	width: 808px;
}
.menu li {
	float: left;
	font-size: 12px;
	letter-spacing:3px;
	margin: 0;
	padding: 0;
}
.menu a {
	background: #333 url("../images/nav-bg.jpg") repeat-x;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}
.menu a:hover {
	background: url("../images/hover.gif") bottom center repeat-x;
	color: #ccc;
	padding-bottom: 8px;
	}

fieldset {
border:solid 1px #333399;
border-bottom:solid 15px #2D5B8C;
padding:15px;
margin:0;
font-size:14px;
}
#message {
border:solid 1px #333399;
padding:15px;
}

.field {
width:365px;
margin-bottom:15px;
}

.label-style{
width:250px;

}

.input-text {
float:right;
font-size:14px;
width:200px;
background-color:#d7d7d7;
border:dotted 1px #333399;
font-family:Arial, Helvetica, sans-serif;
}

.input-text:hover{
background-color:#ddd;
}

#map
{
border:solid 1px #333399;
padding:15px;
}
.clear { clear:both;}

label.error
{
font-weight: normal;
color: red;
text-align: left;
width: 140px;
padding-left: 25px;
background-color: transparent;
background-image: url("../images/cancel.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
}

.form-left {
float:left;
width:370px;
margin-bottom:15px;
}
.form-right{
float:right;
width:370px;
margin-bottom:15px;
}
