/* ©2009 Walter Castillo. All rights reserved. */
html, body {
	height: 100%;
}
body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	background-image:url("assets/background.gif");
}
* {
	margin:0;
	padding:0;
	font-weight:normal;
}
/*****************************************************
	shared
*****************************************************/

h1 {
	font-size:22px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:13px;
}
p {
	line-height:17px;
}
ul {
	list-style:none;
}
#wrapper {
	height:100%;
	width:100%;
	background-image:url("assets/backgroundTopWhite.gif");
	background-repeat:repeat-x;
	text-align:center;
}
#content {
	min-height:100%;
	width:827px;
	margin:0 auto;
	background-image:url("assets/backgroundContent.png");
	background-repeat:repeat-y;
	background-position:top center;
	text-align:left;
}
#header {
	margin:0 30px;
	background-image:url("assets/logo.gif");
	background-repeat:no-repeat;
	height:78px;
}
#header .contact {
	text-align:right;
	padding:10px 0 0 0;
	line-height:17px;
}
#header .contact a:link {
   text-decoration:none;
   color:#0c2579;
}
#header .contact a:visited {
	text-decoration:none;
	color:#0c2579;
}
#header .contact a:hover {
	text-decoration:underline;
	color:#0c2579;
}
#header .contact a:active {
	text-decoration:underline;
	color:#0c2579;
}
.topNav {
	height:100px;
	width:807px;
	background-color:#004990;
	margin:0 10px;
	text-align:right;
	color:#fff;
	font-size:14px;
}
.topNav li {
	display:inline;
}
/*****************************************************
	index
*****************************************************/

.indexImage {
	position:absolute;
	top:97px;
	padding:0 0 0 30px;
}
/*
.indexImage .img {
	float:left;
	padding:0 15px 15px 0;
}
*/
.indexBodyTextLeft {
	margin:10px 0 10px 30px;
	padding: 0 20px 0 0;
	width:485px;
	background-image:url('assets/dot_vert.gif');
	background-repeat: repeat-y;
	background-position:top right;
	float:left;
}
.indexBodyTextLeft .img {
	float:left;
	width:182px;
	height:135px;
}
.indexBodyTextLeft h2 {
	color:#0c2579;
	font-size:19px;
	padding:0 0 11px 0;
}
.indexBodyTextLeft h5 {
	color:#999;
	padding:0 0 4px 0;
	font-size:13px;
	font-weight:bold;
}
.indexBodyTextLeft p {
	padding:0 0 12px 0;
	line-height:18px;
	font-size:12px;
}
#rightContent {
	margin:10px 0 0 535px;
	padding:10px 0 0 20px;
}
/*****************************************************
	footer
*****************************************************/

#footer {
	margin:15px 30px 0 30px; 
	background-color:#004990;
	color:#fff;
	padding:5px 10px; 
	clear:both;
}
#footer .left {
	float:left;
	width:399px;
}
#footer .right {
	text-align:right;
	margin:0 0 0 400px;
}
#footer a:link {
   text-decoration:none;
   color:#fff;
}
#footer a:visited {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
#footer a:active {
	text-decoration:underline;
	color:#fff;
}


