@charset "utf-8";
/* CSS Document */

/*********************
* Eric Meyer's Reset *
*********************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************************
* General Styles and Typography *
********************************/
body,
input,
textarea,
.page-title {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height: 1.4em;
	color: #FFFFFF;
}
body {
	background-color: #000066;
}

body,
input,
textarea {
	font-size: 12px;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height: 1.4em;
	margin-bottom: 5px;
}

h1 {
	font-size: 18px;
	color: #99CCFF;
}

h2 {
	font-size: 16px;
	color: #6699CC;
}

h3 {
	font-size: 14px;
	color: #999999;
}

a:link, a:visited {
	text-decoration: none;
	color: #6699CC;
	border-bottom: 1px dashed #336699;
}
a:hover {
	border-bottom: 1px solid #336699;	
}
a.no-border {
	border: none;	
}

p {
	margin: 10px 0;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}
ol {
	list-style-type: decimal;
	margin-left: 20px;
}

blockquote {
	margin: 15px 40px;
	border: 1px dashed #CCC;
	background-color: #369;
	padding: 10px 15px;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/********************
* General Structure *
********************/
#wrapper {
	height: 800px;
	margin: 0px auto;
	display: block;
}
#header {
	display: block;
	margin: 0px auto;
	background-color: #000000;
}
#top-nav {
	width: 911px;
	height: 36px;
	display: block;
	margin: 0px auto;
	background: top center no-repeat;
	padding: 10px 40px 0;
}
#content {
	width: 911px;
	display: block;
	margin: 0px auto;
	background: url(../images/background-tile.png) top center repeat-y;
	padding: 10px 40px;
}
#footer {
	width: 991px;
	height: 100px;
	display: block;
	margin: 0px auto;
	background: url(../images/footer-bg.png) top center repeat-y;
}

/*****************
* Top Navigation *
*****************/
#header h1 {
	color: #FFF;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	text-align: center;
}
#top-nav li {
	display: inline;
	list-style-type: none;
	margin-right: 7px;
}
#top-nav li a {
	color: #FFF;
	border: none;
	font-size: 14px;
	padding: 5px 6px;
	zoom: 1;
}
#top-nav li a:hover, #top-nav li.current a {
	color: #FFF;
	border: none;
	background: #369;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
	behavior: url(/css/border-radius.htc);
    border-radius: 7px;
	zoom: 1;
}

/*********
* Tables *
*********/
table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin: 20px;
	text-align: left;
}
th {
	border-bottom: 1px dashed #CCC;
	padding: 12px 17px;
}
td {
	padding: 7px 17px;
}
tr.odd td {
	background-color: #DDD;
}

/*********
* Forms  *
*********/
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}
/* ----------- form ----------- */
.form{
border:solid 2px #999;
background:#DDD;
}
.form h2 {
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}
.form p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #999;
padding-bottom:10px;
}
.form label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
.form .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
.form input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #ccc;
width:200px;
margin:2px 0 20px 10px;
}
.form button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border: 1px solid #CCC;
}
.form button:hover{
	background: #CCC;
	color: #333;
	cursor: pointer;
}

/******************
* Usefull Classes *
******************/
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
