* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* Page container, background and logo */

#page {
	width: 770px;
	background: url(../img/bg1.png) 0 40px no-repeat #6dc360;
	margin: 0 auto;
	text-align: left;
}

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* Left and right columns */

#leftContent {
	float: left;
	width: 468px;
	border-left: 
}

#rightContent {
	float: right;
	width: 300px;
	border-left: 2px solid #001f8d;
}

#leftContent, #rightContent { margin-top: 20px; }

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* Top blue bar and gradient title */

#page #topBar {
	border-bottom: 5px solid #7f8fc6;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding: 5px;
	margin-bottom: 10px;
}

#page #topBar, #footer {
	background-color: #001f8d;
}

#page #topBar h3 {
	color: #fff;
	font-style: oblique;
	font-weight: normal;
}

#page #topBar h3 .lilac {
	color: #7f8fc6;
	font-weight: bold;
}

#page #topBar h3, #page #topBar h3 .lilac { font-size: 21px; }

#page #topMenu #gradientTitle {
	width: 239px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 5px;
	color: #fff;
	background: url(../img/gradientBar.png) top right repeat-y;
}

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* Top menu bar */

#page #topMenu a {
	float: left;
	width: 92px;
	height: 32px;
	margin: 50px 2px 0 2px;
	padding-top: 2px;
	background: url(../img/menuItem.png) top left no-repeat;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}

#page #topMenu .single { padding-top: 8px; }
#page #topMenu a:hover { color: #fff; }

body, #page #topMenu a, #page #rightContent h2 { color: #001f8d; }

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* Content formatting */

#page #leftContent h2 {
	float: right;
	margin: 0 35px 15px 0;
}

#page #leftContent ul {
	clear: both;
	float: right;
}

#page #leftContent ul { position: relative; left: 2px; }

#page #leftContent ul, #page #rightContent ul { list-style-type: none;	margin-top: 35px; }

#page #leftContent ul li, #page #rightContent ul li {
	background-color: #001f8d;
	color: #fff;
	margin: 5px 0;
	padding: 4px;
	width: 250px;
}

#page #rightContent h2, #page #rightContent .title {
	display: block;
	height: 42px;
	background: url(../img/h2.png) top left no-repeat;
	line-height: 42px;
	text-indent: 58px;
	font-size: 15px;
}

#rightContent p {
	margin: 15px 5px 5px 25px;
}

.blueBox {
	background-color: #4e8aa7;
	color: #fff;
	padding: 5px;
	margin: 5px;
	clear: both;
}
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* Imagery */

.imageBox {
	clear: both;
	text-align: center;
}

.standardImage {
	width: 150px;
	border: 2px solid #001f8d;
	margin: 10px;
}

.portfolioImage {
	width: 75px;
	height: 55px;
	margin: 5px;
	padding: 2px;
	border: 2px solid #001f8d;
	background-color: #fff;
}

.inline { display: inline; }
.smaller { width: 125px; }

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* Footer */

#footer p {
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}