﻿/*===============================================
	General styles
=================================================*/
html
{
	background: #2338d1 url("images/background.jpg") no-repeat center top;
	color: #606060;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #fff;
	text-decoration: underline;
}

a:active, a:focus, a:hover
{
	color: #d0d8f0;
	text-decoration: none;
}

a img
{
	border: 0;
}

address
{
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

h1, h2
{
	color: #2048ba;
	background: transparent url("images/line.png") no-repeat bottom left;
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
}

.note
{
	font-size: 0.85em;
}

/*===============================================
	Form styles
=================================================*/
form
{
	margin: 0;
	padding: 0;
}

input[type=text], textarea
{
	background: #fff;
	border: 1px solid #d8d8d8;
	color: #000080;
}

button, input[type=submit], input[type=button]
{
	background: #f9f9fa url("images/button-bg.png") repeat-x left top;
	border: 1px solid #d8d8d8;
	color: #000080;
	padding: 0.5em 0.25em;
}

.error
{
	color: #e00;
}

.field
{
	margin: 0 0 1em 0;
}

.field label
{
	font-weight: bold;
}

.field input[type=text], .field textarea
{
	display: block;
	margin-top: 0.25em;
}

#email-form
{
	width: 60%;
}

#email-form input[type=text], #email-form textarea
{
	width: 99%;
}

#email-form .anti-spam-code input[type=text]
{
	display: inline-block;
	width: auto;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
}

.contact-info
{
	float: right;
	font-size: 1.1em;
	margin: 0 0 1em 1em;
	text-align: center;
	width: 250px;
}

.contact-info .phone
{
	display: block;
	font-size: 1.25em;
	margin: 1em 0 0 0;
}

/*===============================================
	Container styles
=================================================*/
#container
{
	background: #fff url("images/shine.png") no-repeat bottom right;
	margin: 0 auto;
	position: relative;
	top: 184px;
	width: 975px;
}

#content
{
	float: left;
	margin: 0 0 -40px 0;
	padding: 25px;
	text-align: justify;
	width: 725px;
}

#content #flash
{
	margin: 0 0 1em 0;
}

#content .navigation
{
	float: left;
	margin: 3em 0 0 0;
	width: 100%;
}

#content .navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .navigation ul li
{
	background: transparent url("images/background.png") no-repeat top left;
	cursor: pointer;
	float: left;
	margin: 20px 24px 0 24px;
	text-align: center;
	width: 192px;
	height: 151px;
}

#content .navigation ul li .title
{
	color: #2048ba;
	font-size: 1.25em;
	margin: 2px 0;
}

#content .navigation ul li .title a
{
	color: #2048ba;
	text-decoration: none;
}

#content .navigation ul li p
{
	font-size: 0.9em;
	padding: 2px 4px;
}

#aside
{
	margin: 0 9px 0 auto;
	padding: 1em 0 0 0;
	width: 191px;
}

#aside .search
{
	margin: 0 0 1em 0;
	text-align: center;
}

#aside .search input[type=text]
{
	width: 130px;
	vertical-align: middle;
}

#aside .search input[type=submit]
{
	/* width: 50px; */
	background: transparent url("images/search.png") no-repeat center center;
	border: 0;
	color: #000;
	font-size: 0;
	padding-left: 31px;
	width: 31px;
	height: 31px;
	vertical-align: middle;
}

.call-to-action img
{
	margin-bottom: 0.5em;
}

.testimonials
{
	background: transparent url("images/testimonials.png") no-repeat top left;
	/* font-size: 0.8em; */
	font-size: 0.9em;
	padding: 10px;
	text-align: justify;
	width: 171px;
	height: 151px;
}

.testimonials .wrap
{
	overflow: hidden;
	position: relative;
	width: 171px;
	height: 151px;
}

.testimonials .wrap .testimonial
{
	position: relative;
}

.logos
{
	padding: 10px;
}

.logos img
{
	display: block;
	margin: 0 auto;
}

.even
{
	clear: left;
	float: left;
	padding: 0.5em 1em 0.5em 0;
}

.odd
{
	clear: right;
	float: right;
	padding: 0.5em 0 0.5em 1em;
}

#navigation
{
	background: transparent url("images/navigation.png") no-repeat top left;
	position: absolute;
	top: -184px;
	width: 975px;
	height: 184px;
}

#navigation ul
{
	list-style: none;
	margin: 158px 2em 0 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

#navigation ul li
{
	display: inline;
	margin: 1em;
	padding: 0;
}

#navigation ul li a
{
	text-decoration: none;
}

#footer
{
	background: transparent url("images/bottom.png") no-repeat top left;
	clear: both;
	color: #fff;
	font-size: x-small;
	height: 40px;
	margin: 0;
	padding: 5px 1em 0 0;
	position: relative;
	/* bottom: -40px; */
	top: 40px;
	text-align: right;
}

#footer .contact-info
{
	float: none;
	font-size: 1em;
	left: 50%;
	margin: 0 0 0 -125px;
	position: absolute;
}
