/* ----------    =Header -------------------------------------------------- */
/* ----------    =Structure -------------------------------------------------- */
* {
	background-color:transparent;
}
body {
	margin: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #628ebc url(../_img/background.jpg) no-repeat scroll center top;
}
#wrap {
	margin: 10px auto auto;
	width: 700px;
}
#logo {
	width: 150px;
	position: relative;
	top: 0px;
	right: -550px;
}
#head {
}
#left {
	float: left;
	width: 235px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 33px;
}
#flash_bug {
	width: 125px;
	margin-left: 54px;
}
#right {
	float: right;
	width: 425px;
	margin-top: 100px;
}
#foot {
	clear: both;
	text-align: right;
	padding: 1em 0em;
	font-size: .8em;
}
p {
	font-size: 1.2em;
}
/* ----------    =Links -------------------------------------------------- */
#nav a {
	border-style: none;
	text-align: center;
	vertical-align: bottom;
	line-height: 10px;
	height: 15px;
	width: 65px;
	display: block;
	color: #628ebc;
	font-size: 1em;
	padding-top: 40px;
}
a img {
	border-style: none;
}
a:link, a:active, a:hover, a:visited {
	text-decoration: none;
	color: #f45a22;
}
a:hover {
	border-bottom: 1px dotted #f45a22;
}
/* ----------    =Nav -------------------------------------------------- */
#nav {
	margin: -22px 0px 0px 210px;
	padding: 0px;
}
#nav li {
	height: 55px;
	width: 65px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	font-size: 1em;
}
#home {
	position: relative;
	top: 0px;
}
#home a {
	background: url(../_img/nav/home.png) no-repeat 0px 0px;
}
#home a:hover {
	background: url(../_img/nav/home.png) no-repeat 0px -55px;
}
#about {
	position: relative;
	top: 4px;
}
#about a {
	background: url(../_img/nav/about.png) no-repeat 0px 0px;
}
#about a:hover {
	background: url(../_img/nav/about.png) no-repeat 0px -55px;
}
#why {
	position: relative;
	top: 12px;
}
#why a {
	background: url(../_img/nav/why.png) no-repeat 0px 0px;
}
#why a:hover {
	background: url(../_img/nav/why.png) no-repeat 0px -55px;
}
#products {
	position: relative;
	top: 25px;
}
#products a {
	background: url(../_img/nav/partners.png) no-repeat 0px 0px;
}
#products a:hover {
	background: url(../_img/nav/partners.png) no-repeat 0px -55px;
}
#partners {
	position: relative;
	top: 40px;
}
#partners a {
	background: url(../_img/nav/services.png) no-repeat 0px 0px;
}
#partners a:hover {
	background: url(../_img/nav/services.png) no-repeat 0px -55px;
}
#blog {
	position: relative;
	top: 60px;
}
#blog a {
	background: url(../_img/nav/blog.png) no-repeat 0px 0px;
}
#blog a:hover {
	background: url(../_img/nav/blog.png) no-repeat 0px -55px;
}
#contact {
	position: relative;
	top: 82px;
}
#contact a {
	background: url(../_img/nav/contact.png) no-repeat 0px 0px;
}
#contact a:hover {
	background: url(../_img/nav/contact.png) no-repeat 0px -55px;
}
/* ----------    =Search -------------------------------------------------- */
/* ----------    =Headings -------------------------------------------------- */
h1 {
	font-size: 3em;
/*	position: relative;
	left: -275px;
	top: 0px;
*/}
h2 {
	font-size: 1.8em;
	color: #628ebc;
	border-top: 0px none #f45a22;
	border-right: 0px none #f45a22;
	border-bottom: 1px dotted #f45a22;
	border-left: 0px none #f45a22;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #628ebc;
	font-weight: bold;
}
/* ----------    =Lists -------------------------------------------------- */
ul li {
	font-size: 1.2em;
}
ul li ul {
	font-size: .9em;
}
dl {
	font-size: 1.2em;
}
dt {
	color: #628ebc;
	font-weight: bold;
	width: 100px;
	display: block;
	clear: left;
	float: left;
	text-align: right;
}
dd {
	display: block;
	width: 315px;
	margin-left: 110px;
	margin-bottom: 1.4em;
}
/* ----------    =Forms -------------------------------------------------- */
label {
	font-size: 1.2em;
	width: 100px;
	display: block;
	float: left;
	height: 25px;
	line-height: 1.4em;
}
form div {
	clear: left;
}
/* ----------    =Misc -------------------------------------------------- */ 
br {
	clear: both;
}
abbr {
	color: #628ebc;
}
.clear {
	display: block;
	clear: both;
}
.space {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 300px;
	width: 1px;
}
.doc {
	border-style: none;
	text-align: center;
}
.doctag {
	color: #000;
	text-align: center;
}
.tag {
	text-transform: capitalize;
	color: #f45a22;
}
.portrait {
	width: 140px;
	margin: auto;
	display: block;
}
.photoMargin1 {
	margin-top: 90px;
}
