@charset "utf-8";
/* CSS Document */

/* +++++++++++++++++++++++++++++++++++++++ Containers +++++++++++++++++++++++++++++++++++++++++ */

html {
	height: 100%;
}

body {
	height: 100%;
	background:url(../images/body-bg.gif) repeat-x #0a3b69;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e3e;
}

#delta {
	width:979px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:left;
	margin: 0px auto -109px auto; /* negative value must be the same height as footer (for stickyness) */ 
}

/* ++++++++++++++++++++++++++++++++++++++ Header Section ++++++++++++++++++++++++++++++++++++++++ */

#header_ {
	position:relative;
	float:left;
	top:0px;
	width:334px;
	height:203px;
	float:left;
}

#topmenu_ {
	position:relative;
	float:left;
	top:0px;
	width:645px;
	height:203px;
}

/* +++++++++++++++++++++++++++++++++++++++ Maincontent Section +++++++++++++++++++++++++++++++++++++++++ */

#maincontent_ {
	position:relative;
	float:left;
	top:0px;
	width:979px;
	min-height:564px;
	background:url(../images/maincontent-bg.gif) repeat-y;
}

#leftmenu_ {
	position:relative;
	float:left;
	top:0px;
	width:318px;
	min-height:564px;
}

#maincontent_text {
	position:relative;
	float:left;
	top:0px;
	width:611px;
	min-height:534px;
	background:url(../images/maincontent_text.jpg) no-repeat;
	padding: 10px 30px 20px 20px;
}

#maincontent_bottom {
	position:relative;
	float:left;
	top:0px;
	background:#02315d;
	width:979px;
	height:22px;
}

/* ++++++++++++++++++++++++++++++++++++++ Footer Section ++++++++++++++++++++++++++++++++++++++++ */

#footer_ {
	width: 100%;
	height: 115px;
	background-color:#003260;
	text-align:right;
}

#footer_inner {
	width: 957px;
	margin: 0 auto;
	height: 107px;
	display: block;
	position: relative;
	background-repeat:no-repeat;
	padding:10px 22px 0px 0px; 
	color:#FFFFFF;
}

.clear {
	clear: both;
}

.push {
	height:22px;
}

.rmb-blue {
	color:#00a9ff;
}

.rmb-red, .required {
	color:#ff0000;
}

#footer_inner a {
	color:#FFFFFF;
}

/* ++++++++++++++++++++++++++++++++++++++ Left Menu ++++++++++++++++++++++++++++++++++++++++ */

#leftmenu_ #contact {
	background:url(../images/leftmenu_contact.jpg) no-repeat;
	padding:50px 30px 0px 37px;
	width:351px;
	height:120px;
	color:#FFFFFF;
}

.contact-heading {
	color:#ffdd00;
	font-size:15px;
}

/* ++++++++++++++++++++++++++++++++++++++ Heading Stylings ++++++++++++++++++++++++++++++++++++++++ */

h1 {
	color:#025992;
	font-size:25px;
	letter-spacing:-0.05em;
}

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

a:hover {
	text-decoration:underline;
}

#maincontent_text ul {
	list-style-image:url(../images/bullet.gif);
	margin-left:-25px;
}

hr { 
	border-top: 1px dotted #CCC;
	color: white;
}

ol {
	margin-left: -20px;
}

/* ++++++++++++++++++++++++++++++++++++++ Gallery Stylings ++++++++++++++++++++++++++++++++++++++++ */

a.gallery img.gallery {
	border: 4px solid #025992;
	margin-right: 10px;
}

a.gallery:hover img.gallery {
	border: 4px solid #0081d5;
}

/* ++++++++++++++++++++++++++++++++++++++ Services Stylings ++++++++++++++++++++++++++++++++++++++++ */

#service-buttons a img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

#service-buttons a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}

#client-buttons img {
	margin-right:15px;
	margin-bottom:15px;
}

/* ++++++++++++++++++++++++++++++++++++++ Home Stylings ++++++++++++++++++++++++++++++++++++++++ */

.button a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.button a img {
	opacity:1;
	filter:alpha(opacity=100);
}