/*#############################################################
Diego Lozano © 2007
www.lozanno.com
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


a:hover {
text-decoration: underline;
color: #00274F;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}

body {
	color: #333333;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	color: #151B7E;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 5px;
}

code {
	border-left: 6px solid #00274F;
	color: #333333;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	width: 500px;
	background-color: #FFFFFF;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* title */
.header {
	height: 279px;
	margin: 0 auto;
	width: 800px;
}
.header .left, .header .right {
	height: 279px;	
}
.header .left {
	line-height: 279px;	
	width: 800px;
}

/* navigation */
.navigation {
	background: url(img/menu.jpg) no-repeat;
	height: 30px;
	padding-left: 25px;
}
.navigation a {
	border-right: 1px solid #FFFFFF;
	color: #00274f;
	display: block;
	float: left;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 28px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.navigation a:hover {
	color: #FFF;
	background-color: #00274F;
	text-decoration: underline;
}

/* main */
.main {
	background-image: url(img/bgmain.jpg);
	background-repeat: no-repeat;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 160px;
	margin-right: 10px;
}
.sidenav h2 {
	color: #000099;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding-left: 5px;
}
.sidenav ul {
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #52B2DD;
}
.sidenav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52B2DD;
}
.sidenav li a {
	font-size: 12px;
	color: #1e32b0;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF6600;
}

/* content */
.content {
	float: left;
	width: 570px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 25px;
}
.content .descr {
	color: #333333;
	font-size: 9pt;
	line-height: 17px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	padding: 0px;
	margin-top: 0px;
}
.container strong {
	color: #151B7E;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* footer */
.footer {
	background: url(img/bgfooter.jpg) repeat-x;
	color: #666666;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 96px;
}
.footer a,.footer a:hover {
	color: #000066;
	font-size: 12px;
}
