@import url(reset.css);

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}

/* Text
-------------------------------------------------------------- */

p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
a {
	text-decoration: underline;
	color: #e6003a;
}
a:hover {
	color: #083EB4;
}
strong {
	font-weight: bold;
}
.normal {
	font: 12px Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */
h1 {
	margin: 0px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #004a8b;
	text-transform: uppercase;
}
h2 {
	margin: 15px 0 8px 0;
	font-size: 14px;
	font-weight: bold;
	color: #004a8b;
}
h3 {
	margin: 3px 0 10px 0;
	font-size: 12px;
}

/* Lists
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em;
	list-style-type: disc;
}
ul ul {
	margin: 1em 0 0 1em;
}
li {
	margin: 0 0 .7em 16px;
	line-height: 1.4em;
}
dl {
	margin: 0 0 1em;
	line-height: 1.6em;
}

/* Tables
-------------------------------------------------------------- */

table {
	margin: 0 0 1em;
}
th, td {
	padding: 5px;
}

/* Forms
-------------------------------------------------------------- */

input, select, textarea {
	font-size: 11px;
	padding: 4px;
	background: #F2F4F4;
	border-left: 1px solid #a6a7a7;
	border-top: 1px solid #a6a7a7;
	border-right: none;
	border-bottom: none;
}

/* Images
-------------------------------------------------------------- */

img.photo {
   border: 2px solid #fff;
   -webkit-box-shadow: 0px 0px 2px #aaa;
   -moz-box-shadow: 0px 0px 2px #aaa;
   box-shadow: 0px 0px 2px #aaa;
   margin:5px;
}

/* /////////////////////////////////////////////////////////// */

/* Layout
-------------------------------------------------------------- */

/* Blocks */
.center {
	margin: 0 0 15px;
}
.left {
	float: left;
	margin: 0 20px 15px 0;
}
.right {
	float: right;
	margin: 0 0 15px 20px;
}

/* Header
-------------------------------------------------------------- */

#header {
	padding: 10px 20px;
	background: #F8FBFF;
	overflow: hidden;
}
#header h1 {
	float: left;
	width: 800px;
	height: 82px;
	text-indent: -9000px;
	background: url(/img/logo.png) no-repeat;
}
#header p {
	margin: 33px 0 0;
	float: left;
	font-size: 1.1em;
	text-align: right;
	color: #004A8B;
}
#header a { text-decoration: none; }
#header a:hover { text-decoration: underline; }

/* Nav
-------------------------------------------------------------- */

#nav {
	padding: 0 20px;
	background: #DBE6F4;
	border-top: 1px solid #C3D1E5;
	border-bottom: 1px solid #ADC4D9;
	overflow: hidden;
   /* Box shadow */
   -moz-box-shadow: 0px 3px 5px #E8EAF7; 
   -webkit-box-shadow: 0px 3px 5px #E8EAF7; 
   box-shadow: 0px 3px 5px #E8EAF7; 
}
#nav ul {
	margin: 0;
	list-style-type: none;
	width:960px;
}
#nav li {
	float: left;
	margin: 0 10px 0 0;
}
#nav a {
	float: left;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #004A8B;
	text-decoration: none;
	text-transform: uppercase;
}
/* hover */
#nav a:hover { background: #F5F9FE; }
/* active */
#nav li.active a {
	background: #fff;
	cursor: default;
}

/* Content
-------------------------------------------------------------- */

#content {
	padding: 10px 35px 40px;
	width: 960px;
	overflow: hidden;
}

/* Footer
-------------------------------------------------------------- */

#footer {
	padding: 20px 0 20px 35px;
	font-size: .8em;
	color: #aaa;
	background: #333;
	overflow: hidden;
}
#footer p, #footer img { float: left;; }
#footer p {
	margin-top: 60px;
}
#footer a { color: #aaa; }

/* /////////////////////////////////////////////////////////// */

/* Home
-------------------------------------------------------------- */

#iframe-container {
	position: relative;
	top: -25px;
	width: 526px;
	height: 330px;
	overflow: hidden;
}
iframe {
	position: absolute;
	top: -230px;
	width: 900px;
	height: 500px;
}

/* Contact
-------------------------------------------------------------- */

.logos img {
	padding:10px 12px;
}