body
{
	font-family:Arial, Verdana, Helvetica;
	background-color:#002A3F;
	background-color:#DFE4E8;
	background-image:url(images/body-bg.png);
	background-repeat:repeat-x;
}
.btnJobs
{
	width:158px;
	height:58px;
	background-image:url(images/btnJobs.png);
	background-repeat:no-repeat;
	display:block;
	margin:0 auto;
}
.buttonContainer
{
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.container {
	margin:0 auto;
	position:relative;
	width:650px;
}
.contactUsForm
{
	margin-left:20px;
	font-size:12px;
}
#content
{
	width:650px;
	margin-top:10px;
}
#contentbottom
{
	background-image:url(images/box-bottom.png);
	background-repeat:no-repeat;
	height:6px;
}
#contentmiddle
{
	background-image:url(images/box-middle.png);
	background-repeat:repeat-y;
	min-height:500px;
	padding:10px;
}
#contentmiddle blockquote
{
	margin-left:20px;
	padding-left:10px;
	border-left:dashed 1px #EA672E;
}
#contentmiddle h1, #contentmiddle h2, #contentmiddle h3
{
	color:#EA672E;
}
#contentmiddle h1
{
	text-align:center;
	font-size:18px;
	margin:10px;
	border-bottom:solid 1px #002A3F;

}
#contentmiddle h2
{
	font-size:15px;
	margin:10px;
	margin-top:20px;
}
#contentmiddle h3
{
	font-size:14px;
	margin:10px;
	color:#002A3F;
	margin-top:20px;
	text-decoration:underline;
}
#contentmiddle p
{
	margin:10px;
}
#contentmiddle p em
{
	padding-left:10px;
	margin:20px;
	font-size:14px;
	border-left:1px dashed #EA672E;
	display:block;
}
#contentmiddle ul
{
	margin-left:40px;
	list-style-type:disc;
}
#contentmiddle ul li
{
    margin-top:2px;
}
#contenttop
{
	background-image:url(images/box-top.png);
	background-repeat:no-repeat;
	height:6px;
}
#footer
{
	margin-top:20px;
	background-color:#002A3F;
	border-top:solid 2px #489EC9;
}

#footernav
{
	margin:0 auto;
	position:relative;
	width:650px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-size:10px;
	color:#FFF;
}
#footernav ul
{
	margin-bottom:6px;
}
#footernav ul li
{
	display:inline-block;
}
#footernav ul li a
{
	color:#FFF;
	text-decoration:none;
	padding:10px;
}
#footernav ul li a:hover
{
	text-decoration:underline;
}
#header
{
	margin-top:10px;
}
#logo
{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	width:433px;
	width:650px;
	height:80px;
}
#nav
{
	background-image:url(images/navbar-bg.png);
	background-repeat:no-repeat;
	width:650px;
	height:46px;
	padding:1px;
    text-align:center;
}
#nav ul li
{
	display:inline-block;
}
#nav ul li a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	height:28px;
	display:block;
	padding-top:16px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	margin-left:3px;
	margin-right:3px;
	font-size:15px;
}
#nav ul li a:hover
{
	background-image:url(images/navbar-hover-bg.png);
	background-repeat:repeat-x;
}
#nav ul li .selected
{
	background-image:url(images/navbar-selected-bg.png);
	background-repeat:repeat-x;
	color:#011E40;
}
.photoLeft, .photoRight
{
    background-color:#DFE4E8;
    padding:4px;
    border:solid 1px #011E40;
    margin:8px;
}

.photoLeft
{
    float:left;
}
.photoRight
{
    float:right;
}