
   /**********/
   /* Styles */
   /**********/

BODY {
	font-family: Helvetica, Arial;
	font-size: 14px;
}

H1 {
	margin: 10px 0px;
	font-weight: normal;
	font-size: 20px;
	color: #4d8ec4;
}

UL {
	list-style-image: url(images/bullet1.png);
	margin-left: 30px;
}

DIV.frontimage {
	font-size: 25px;
	color: #4a88bd;
	
}

DIV.frontimage EM {
	font-style: normal;
	color: #325d82;
}

UL.mainmenu LI A {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 5;
	width: 95px;
	text-align: center;
}

UL.mainmenu LI A:hover {
	background-image: url(images/mm-hi.png);
	background-position: center center;
	background-repeat: no-repeat;
}

DIV.recentwork {
	font-size: 23px;
	color: #346188;
}

DIV.recentwork DIV {
	padding: 30px 25px;
}

UL.footermenu LI A {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	line-height: 0.9;
}

UL.footermenu LI A:hover {
	text-decoration: underline;
}

INPUT[type='text'], TEXTAREA {
	border: solid 1px #b7d3ea;
	padding: 5px;
	font-face: Helvetica, Arial;
	color: #346188;
	font-weight: bold;
	margin: 8px 0px;
	width: 90%;
}

INPUT[type='submit'] {
	font-face: Helvetica, Arial;
	color: #346188;
	font-weight: bold;
	background-color: #b2cee8;
}

FORM.frontPageForm {
	margin: 0px 20px;
	padding: 10px;
}

DIV.info {
	border: solid 1px #ccc;
	margin: 5px 0px;
	padding: 5px;
	color: #999;
	background-color: #eee;
	font-size: 8pt;
}

DIV.recentwork A {
	float: right;
	margin: 13px;
}

DIV.recentwork IMG {
	border: solid 3px #bed7ed;
}

   /*************/
   /* Structure */
   /*************/


* {
	margin: 0;
	padding: 0;
}

BODY {
	background: url(images/body-background.png) repeat-x;
}

P {
	margin: 0 0 20px 0;
}

DIV.container {
	width: 910px;
	margin: 20px auto;
	background-color: #fff;
}

DIV.header {
	height: 66px;
	background-color: #3c6f9a;
	background: url(images/mm-bg.png) repeat-x;
}

DIV.header IMG.leftcap {
	float: left;
}

DIV.header IMG.rightcap {
	float: right;
}

DIV.header IMG.logo {
	float: left;
}

DIV.frontimage {
	height: 138px;
	background: url(images/frontpageimg1.jpg) no-repeat;
	padding: 40px 20px;
	padding-right: 350px;
}

DIV.recentwork {
	height: 90px;
	background: url(images/mid-bg.png) repeat-x;
}

DIV.content {
	padding: 20px;
}

DIV.footer {
	height: 31px;
	background-color: #3c6f9a;
	background: url(images/bottom-bg.png) repeat-x;
}

DIV.footer IMG.leftcap {
	float: left;
}

DIV.footer IMG.rightcap {
	float: right;
}

DIV.footer IMG.logo {
	float: right;
}

UL.mainmenu {
	height: 64px;
	float: right;
	list-style-type: none;
	list-style-image: none;
}

UL.mainmenu LI {
	float: left;
	margin: 0px 10px;
	height: 100%;
}

FORM.frontPageForm {
	width: 300px;
	float: right;
}

UL.footermenu {
	height: 30px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 11px 0px;
}

UL.footermenu LI {
	float: left;
	padding: 0px 5px;
	border-left: solid 1px #fff;
}

UL.footermenu LI.first {
	border-left: 0;
}

TABLE.table1 TD {
	padding: 10px;
	vertical-align: top;
}

TABLE.table1 EM {
	font-weight: bold;
	font-style: normal;
}

A.portfolio IMG {
	border: solid 3px #bed7ed;
}

A.portfolio {
	text-decoration: none;
	font-size: 7pt;
	font-face: Arial;
	text-align: center;
}