.background {
	background-image: url(../images/assets/body_background.jpg);
	background-repeat: repeat-x;
	background-color: #29496D;
	text-align: left;
}
.left_margin {
	background-image: url(../images/assets/left_margin.png);
	background-repeat: repeat-y;
	width: 15px;
}
.top_shadow {
	background-image: url(../images/assets/top_shadow.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 930px;
}
.right_margin {
	background-image: url(../images/assets/right_margin.png);
	background-repeat: repeat-y;
	width: 15px;
}
.bottom_shadow {
	background-image: url(../images/assets/bottom_shadow.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 930px;
}
.bottom_navbar {
	background-image: url(../images/assets/bottom_navbar.png);
	background-repeat: repeat-x;
	height: 33px;
}
.content_bg {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 19px;
	text-align: left;
}
.client_login {
	background-image: url(../images/assets/login.png);
	background-repeat: repeat-x;
	text-align: left;
	height: 164px;
	width: 210px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #577A98;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-decoration: none;
	color: #14253F;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sec_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #14253F;
	text-align: left;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #666666;
	text-align: left;
}
.more_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #14253F;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
}
.smallfont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 15px;
}
.form_btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#003366;
	background-image: url(../images/assets/form_btn.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 23px;
	vertical-align: middle;
}
a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #003366;
}
a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #003366;
}
a:hover {
	font-style: normal;
	color: #6699CC;
	text-decoration: none;
}
a:active {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.smallwhitefont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
}
.smallwhitefont a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
}
.smallwhitefont a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
}
.smallwhitefont a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#6699CC;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
}
.smallwhitefont a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
}

hr {
color:#CCCCCC;
}



/******NAVIGATION********/
#nav {
  font-family: Helvetica, Arial, sans-serif;
  height: auto;
  width: 372px;
  text-align: right;
  display:inline;
  color:#FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
}
#nav a {
  color:#FFFFFF;
  letter-spacing: 0px;
  display: inline;
  font-size: 12px;
  padding: 0px 8px 0px 8px;
  text-transform: uppercase;
  text-decoration: none;
  text-align:right;
}
#nav a:hover,
#nav a.on,
body.clients #nav a,
body.current-projects #nav a,
body.virtualoffices #nav a,
body.about #nav a,
body.contact #nav a{
color:#6699CC
}

