@import url('blueprint.css');

body {
	background:#1C3360;
	/* background:#1C3360 url(../images/design/body.png) repeat-y center top; */
}

h2 {
	color:#1C3360;
	font:normal 1.6em/1 "Myriad Pro", Helvetica, Arial, sans-serif;
}

h3 {
	color:#4F4F4F;
	font-size:1.1em;
	font-weight:bold;
}

a {
	color:#511012;
}

.hr {
	border-color:#B9D0E6;
	margin:1em 0.5em;
}

#wrapper {
	background:url(../images/design/bg.png) repeat-x center top;
}

#main {
	background:#FFF;
	margin:0 auto;
	width:748px;
}

#header {
	background:#FFF url(../images/design/content_shadow.png) repeat-x 0 211px;
	height:229px;
}

#branding {
	height:62px;
}

#branding h1 {
	background:url(../images/design/logo.png) no-repeat 13px 11px;
	height:42px;
	margin:0;
	padding:11px 0 0 13px;
	width:463px;
}

#branding h1 a {
	display:block;
	height:100%;z
}

#branding h1 a span {
	display:none;
}

#branding p {
	position:absolute;
	left:-9000px;
	top:-9000px;
}

#head-img {
	background:#222;
	color:#FFF;
	height:101px;
	line-height:101px;
	text-align:center;
}

#head-contact {
	background:#6A9BC9;
	color:#FFF;
	height:24px;
	line-height:24px;
	text-indent:12px;
}

#nav {
	background:#6A9BC9;
	color:#FFF;
	font-weight:bold;
}

#nav ul {
	list-style:none;
	margin:0;
}

#nav ul li {
	border-left:1px solid #D3E1EF;
	float:left;
	height:24px;
	line-height:24px;
	margin:0;
}

#nav ul li.first {
	border:0;
}

#nav ul li.current a,
#nav ul li.current a:hover {
	background:#5789BC;
	color:#213A67;
	cursor:default;
}

#nav a {
	color:#FFF;
	display:block;
	height:100%;
	padding:0 12px;
	text-decoration:none;
float:left;
}

#nav a:hover {
	background:#5789BC;
	color:#FFF;
}

#container {
	background:#FFF url(../images/design/content.png) repeat-y;
}

#content {
	color:#4F4F4F;
	float:right;
	padding:0 35px 0 0;
	width:512px;
}

#side {
	float:left;
	font-size:0.9em;
	padding:0 12px;
	width:136px;
}

#side h2 {
	font-size:1.7em;
}

#side a {
	text-decoration:none;
}

#side a:hover {
	text-decoration:underline;
}

#footer {
	color:#1C3360;
	border-top:1px solid #B9D0E6;
	font-size:0.9em;
	margin:10px auto 0;
	padding:20px 4px 15px;
	width:710px;
}

#footer p {
	margin:0;
}

#footer a {
	color:#1C3360;
}

.img {
	border:0;
	margin:0.5em;
	padding:0;
	overflow:hidden;
	text-align:center;
}

.img img {
	border:0;
	margin:0 auto;
}