/* Background of page */
body {
	background				: #CCCCCC;
	margin-top				: 0px;
}

/* Kill the active underlines */
a {
	text-decoration		: none;
}

/* Shades on left and right of page */
.border_left {
	background				: url(/images/shadow_l.png) repeat-y;
}

.border_right {
	background				: url(/images/shadow_r.png) repeat-y;
}

/* Header for website */
.header {
	width						: 800px;
	height					: 200px;
	margin-top				: 0px;
	background				: url(/images/Sterling1.png) repeat-y;
}

/* Position credentials */
.move {
	position					: relative;
}

.credentials {
	color						: #e4e5e6;
	font						: normal 11px tahoma;
	position					: absolute;
	top						: 30px;
	left						: 645px;
}

/* Footer of pages */
.footer {
	background				:url(/images/footer.jpg) no-repeat;
	width						: 800px;
	height					: 21px;
}

.footer a {
	font						: normal 10px verdana;
	color						: #FFFFFF;
	margin					: 0 10px 0 10px;
	text-decoration		: none;
}

/* Position of menu */
.position {
	margin-left				: 68px;
	margin-bottom		: 10px;
}

/* Position of footer */
.position_f {
	margin-left				: 225px;
}

/* Font and style of all pages */
.main {
	background				: #55669b;
	font						: normal 14px verdana;
	line-height				: 19px;
	color						: #FFFFFF;
	width						: 700px;
}

.services {
	background				: #55669b;
	font						: normal 14px verdana;
	line-height				: 19px;
	color						: #FFFFFF;
	/*width						: 500px;*/
}

/* Title of each pic on main page */
.pic_title {
	font						: normal 12px verdana;
	color						: #FFFFFF;
	text-align				: center;
}

/* White box on all pages */
.box {
	background				: #8facc0;
	border					: 1px solid #FFFFFF;
	padding					: 15px;
	color						: #1c2445;
	margin-top				: 15px;
	margin-bottom		: 15px;
	text-align				: justify;
}

/* Space where space is needed */
.space {
	line-height				: 0px;
}

/* Signature */
.signature {
	font						: normal 10px verdana;
	color						: #5f6d8c;
	margin-top				: 10px;
	text-align				: center;
}

.signature a {
	color						: #5f6d8c;
	text-decoration		: none;
}

/* Box for contact us */
.contactus {
	border					: 1px solid #55669b;
	background				: #ededed;
	padding					: 7px;
	width						: 265px;
}

.submit {
	border					: none;
	background				: url(/images/submitbtn.png);
	width						: 83px;
	height					: 21px;
	cursor					: pointer;
}

/* Contact images box */
.images {
	margin-left				: 10px;
	margin-right			: 10px;
	margin-bottom		: 10px;
}