body {
	background: url(../images/bg.png) repeat-x #FFF;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 0;
	}
	
#content {
	width: 900px;
	margin: 0 auto 20px auto;
	text-align: left;
	}

/*=====Header=====*/

#header {
	width: 900px;
	height: 127px;
	margin-bottom: 20px;
	background: url(../images/logo-globe.png) no-repeat;
	}

#header img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo-reg.png');
	height: 79px;
	display: block;
	}

#header ul#info {
	float: right;
	font-size: 14px;
	color: #FFF;
	margin-top: 15px;
	}

#header ul#info li {
	display: inline;
	/*border-right: 1px #CCC solid;
	margin-right: 7px;
	padding-right: 10px;*/
	}

/*=====Link	Styles=====*/

a:link, a:visited {color: #F74716; text-decoration: underline;}
a:hover, a:visited:hover {text-decoration: none;}

ul#info a, ul#info a:visited, #footer a, #footer:visited {color: #FFF; text-decoration: underline;}
ul#info a:hover, ul#info a:visited:hover, #footer a:hover, #footer a:visited:hover {color: #EFEFEF; text-decoration: none;}

/*=====General=====*/

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

img {border: 0}

.no-margin {margin: 0 !important;}
.no-border {border: 0 !important;}
.no-padding {padding: 0 !important;}

h1, h2, h3, h4 {font-family: Helvetica, sans-serif;}

h1 {
	font-size: 25px;
	margin: 20px 0;
	color: #1C366F;
	}

h2 {
	font-size: 21px;
	margin: 30px 0 15px 0;
	color: #1C366F;
	}

h2#top {margin-top: 0;}	
	
h3, ul#tabs h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #1C366F;
	}

h3 {
	color: #417DFF;
	margin: 20px 0;;
	}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #417DFF;
	margin: 20px 0 10px 0;
	}

.readmore {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
	color: #F74716;
	}

ul.list {margin: 10px 0;}

ul.list li {
	padding-left: 13px;
	background: url(../images/sitephotos/bullet.png) 2px 6px no-repeat;
	margin-bottom: 5px;
	}
	
/*=====Left Area=====*/

#leftarea {
	width: 200px;
	float: left;
	}

#leftarea img {
	margin-bottom: 10px;
	}
	
/*=====Right Area=====*/

#rightarea {
	width: 670px;
	float: right;
	line-height: 140%;
	}

p#intro {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDDDE;
	font-size: 18px;
	color: #1C366F;
	line-height: 110%;
	}

/*=====Homepage=====*/

#middlearea {
	width: 900px;
	height: 240px;
	background: url(../images/sitephotos/homepage/middlebg.png) no-repeat;
	padding: 10px 10px 18px 10px;
	margin-bottom: 
	}

ul#columns {
	padding-bottom: 20px;
	border-bottom: 1px #1C366F solid;
	}

ul#columns li {
	width: 265px;
	display: inline-block;
	padding: 0 0 0 35px;
	background: url(../images/sitephotos/arrow.png) 20px 3px no-repeat;
	line-height: 130%;
	}

ul#columns li:first-child {
	padding-left: 15px;
	background-position: 0 3px;
	}

ul#rows {
	float: left;
	width: 580px;
	}

#rightcol {
	width: 300px;
	float: right;
	}

#rightcol img {margin-bottom: 15px;}

/*=====Services=====*/

ul#services li {
	padding: 15px 0 0 210px;
	margin-top: 15px;
	border-top: 1px #DCDDDE solid;
	}

ul#services li:first-child {
	margin: 0;
	border: 0;
	padding-top: 0;
	}

ul#services li#corp {background: url(../images/sitephotos/corporate.png) 0 5px no-repeat;}
ul#services li#marketing {background: url(../images/sitephotos/marketing.png) 0 21px no-repeat;}
ul#services li#operations {background: url(../images/sitephotos/operations.png) 0 21px no-repeat;}

ul#services li h3 {margin-top: 0}

/*=====Contact=====*/

#form div {
	clear: left;
	margin: 0 0 15px;
	}

label {
	clear: left;
	float: left;
	font-weight: bold;
	padding: 3px 5px 0 0;
	position: relative;
	width: 150px;
	}

label span {
	color: #FF0000;
	font-weight: bold;
	}

input.text, select, textarea {
	border: 1px solid #CCC;
    height: 22px;
    padding: 4px;
	font-family: Arial, Sans-serif;
    font-size: 13px;
	width: 400px;
	}

select {
	width: 408px;
	height: 30px
	}
	
textarea {	height: 100px;}

.submit {
	margin-left: 155px;
	border: 1px #CCC solid;
	}	

.errorlist {
	margin: 5px 0 5px 155px;
	padding: 5px;
	background: #880A11;
	color: #FFF;
	font-weight: bold;
	width: 400px;
	text-shadow: 0 -1px #000
	}

/*=====Footer=====*/

#footer {
	width: 100%;
	background: #1C366F;
	border-top: 2px #417DFF solid;
	padding-top: 10px;
	clear: both;
	}

#footertext {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	}

ul.foot li {
	display: inline;
	border-left: 1px #CCC solid;
	margin-left: 7px;
	padding-left: 10px;
	}

ul.foot li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	}