.pngfix { behavior: url(/assets/js/iepngfix.htc) }

html, body {
	height: 100%;
}

body {
	background-color: #303c4e;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}

a {
	color: #bbcae5;	
	text-decoration:none;
}

a:hover {
	color: #bbcae5;	
	text-decoration:underline;
}


/* home page */


#home_wrapper {
	height: 735px;
	background: url(assets/images/intro_BKG_repeat.jpg) repeat-x;
}

#home_content {
	width: 995px;
	height: 735px;
	background: url(assets/images/intro_BKG.jpg) no-repeat;
}

#home_logo {
	float:left;
	width:240px;
	height:100px;
	margin: 0;
	padding: 0;
}

#policies {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E1120;
	text-decoration: none;
}

#policies:hover{
	color: #FFFFFF;	
}


/* sub pages */


#pg2_logo {
	float:left;
	width:240px;
	height:100px;
	margin: 0;
	padding: 0;
}

#menu {
	height: 20px;
	font-size: 0;
	margin: 0;
	margin-top: 0px;
	_margin-top: 0px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

#header{
	width:100%;
	height:140px;
	background: url(assets/images/pg2_hdr_BKG_repeat.jpg) repeat-x;
}

#header_cont{
	width:995px;
	height:140px;
	background: url(assets/images/pg2_hdr_BKG.jpg) no-repeat;
}

#wrapper {
	position:relative;
	min-height: 100%;
}

#content {
	width: 800px;
	padding: 20px;
	padding-bottom: 300px;
}

#footer {
	position: absolute;
	bottom: 0;
	width:100%;
	height:237px;
	background: url(assets/images/pg2_ftr_BKG_repeat.jpg) repeat-x;
}

#footer_cont{
	width:995px;
	height:237px;
	background: url(assets/images/pg2_ftr_BKG.jpg) no-repeat;
}

#footer_menu{
	width:750px;
	margin:0 0 0 15px;
	padding:25px 0 0 0;
}

#footer_menu ul{
	padding:0;
	margin:0;
}

#footer_menu li{
	display:inline;
	list-style-type:none;
	float:left;
	margin-left:15px;
}

#footer_menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E1120;
	text-decoration: none;
	
}

#footer_menu a:hover{
	color: #FFFFFF;	
}

h2 {
	color: #bbcae5;	
	font-family: Arial, sans-serif;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}


/* ddm */


.ddm {
	position:absolute;
	top: 0px;
	margin-top:0px;
	margin-left:-5px;
	border: 0px solid #1f2630;
	border-bottom-width: 0px;
	line-height:15px;
	border:0px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	text-align:left;
}

.ddm ul {
	margin:0;
	padding:0;
	list-style-type:none;
	border: 0px solid #1f2630;
}

.ddm li a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 4px;
	text-decoration: none;
	/*border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	color: #fff;
	background:#1f2630;
	font-size: 12px;
}

#ddm_about ul li a, #ddm_about ul li a:active, #ddm_about ul li a:visited,
#ddm_services ul li a, #ddm_services ul li a:active, #ddm_services ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#ddm_about ul li a:hover,
#ddm_services ul li a:hover {
	color: #fff;
	background:#414a57;
	text-decoration: none;
}

* html .ddm a { /* ie hack*/
	width: 100%;
}

.ddm li a:hover {
	color: #fff;
	text-decoration: underline;
}

button, input[type="reset"], input[type="button"], input[type="submit"] {
	display:none;
}
