/****************************************************************** GENERAL ***/
html {
	background-color: #fff;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

h1, h2, h3, h4, h5, h6, ul, p, a {
	color: #1e1e1e;
}

h1 {
	color: #1e1e1e;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

p {
	color: #5a6159;
	line-height: 20px;
	margin: 0;
	padding: 0 0 12px 0;
}

ul {
	color: #5a6159;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	text-align: justify;
	padding-bottom: 12px;
}

ul ul {
	padding-bottom: 0;
}

a {
	color: #2959a2;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

img {
	border-width: 0;
}

div.clear {
	clear: both;
}

/******************************************************************** BOXES ***/
div.pages {
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.error {
	border: 1px solid #dd2a2b;
	background-color: #f4cece;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.warning {
	border: 1px solid #efbb2e;
	background-color: #fbedc4;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.confirmation {
	border: 1px solid #3e8213;
	background-color: #d2e5cc;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.admin {
	border: 1px solid #3139ae;
	background-color: #d6d7ef;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.error p,
div.warning p,
div.confirmation p,
div.admin p {
	margin: 0;
	padding: 0;
}

div.error p.error_title,
div.warning p.warning_title,
div.confirmation p.confirmation_title,
div.admin p.admin_title {
	font-weight: bold;
}

/********************************************************************* FORM ***/
input,
select,
textarea {
	margin: 1px 1px 1px 1px;
	border: 1px #bbb solid;
	padding: 2px;
}

input.error,
textarea.error,
select.error {
	border-color: #dd2a2b;
	background-color: #f4cece;
}

input[type="checkbox"] {
	border: 0;
	margin:0;
	padding: 0;
}

/*
table.form {
	width: 100%;
}

table.form tr {
	background-image: none;
}

table.form td {
	padding: 0;
	color: #333;
	padding-top: 3px;
}

tr.form td {
	text-align: right;
}

table.form td {
	width: 150px;
}

table.form td+td {
	width: auto;
}

table.form td input,
table.form td textarea {
	margin-top: -3px;
	width: 98%;
}

table.form td select {
	padding: 2px 0 2px 0;
	margin-top: -3px;
	width: 410px;
}

table.form td input.int {
	margin-top: -3px;
	width: 50px;
	text-align: right;
}

table.form td input.zip {
	margin-top: -3px;
	width: 20%;
}

table.form td input.city {
	margin-top: -3px;
	width: 75%;
}

table.form td input.province {
	margin-top: -3px;
	width: 20%;
}

table.form input.date_d,
table.form input.date_m,
table.form input.date_h,
table.form input.date_i,
table.form input.date_s {
	margin-top: -3px;
	width: 20px;
	text-align: right;
}

table.form input.date_y {
	width: 35px;
	text-align: right;
}

table.form input[type="checkbox"],
table.form input[type="radio"] {
	border: 0;
	width: auto;
}


table.form div.captcha {
	padding-bottom: 2px;
}

table.form input[type="submit"],
table.form input[type="button"],
table.form a.cancel {
	color: #fff;
	text-align: left;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	background-image: url('/static/img/link_green.png');
	background-position: center left;
	background-repeat: no-repeat;
	border-width: 0;
	padding: 0 0 0 30px;
	margin: 0;
	width: 140px;
	height: 21px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}

table.form a.cancel {
	margin: -21px 0 0 150px;
	padding-left: 33px;
	width: 107px;
}

table.form input.cancel {
	margin: -21px 0 0 150px;
}

table.form input[type="submit"]:hover,
table.form input[type="button"]:hover,
table.form a.cancel:hover {
	background-image: url('/static/img/link_green_active.png');
	text-decoration: none;
}
*/

/*********************************************************** GENERAL LAYOUT ***/
div.main {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px auto;
}

div.main div.header,
div.main div.header a,
div.footer,
div.footer a {
	color: #a0a0a0;
}

div.main div.header a:hover,
div.main div.header a:active,
div.footer a:hover,
div.footer a:active {
	text-decoration: none;
}

div.main div.header {
	width: 100%;
	height: 50px;
	padding-top: 10px;
}

div.main div.header div {
	width: 50%;
	float: left;
}

div.main div.header div.languages {
	text-align: right;
}

div.main div.header div.languages span.active {
	color: #2959a2;
}

div.main div.menu {
	background-color: #002d77;
	background-image: url('/static/img/frame/menu_bg.png');
	background-repeat: repeat-x;
	width: 160px;
	margin: 30px 0 10px 0;
	float: left;
}

div.main div.menu ul {
	margin: 0;
	padding: 0;
}

div.main div.menu ul li {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

div.main div.menu ul li a {
	color: #fff;
	background-image: url('/static/img/frame/menu_middle.png');
	background-repeat: no-repeat;
	display: block;
	width: 145px;
	height: 20px;
	padding: 12px 5px 8px 10px;
}

div.main div.menu ul li a:hover,
div.main div.menu ul li a:active {
	text-decoration: none;
}

div.main div.menu ul li a.selected,
div.main div.menu ul li a:hover,
div.main div.menu ul li a:active {
	color: #2959a2;
	/*color: #183377;*/
	background-image: url('/static/img/frame/menu_middle_s.png');
}

div.main div.menu ul li.top a {
	background-image: url('/static/img/frame/menu_top.png');
}

div.main div.menu ul li.top a.selected,
div.main div.menu ul li.top a:hover,
div.main div.menu ul li.top a:active {
	background-image: url('/static/img/frame/menu_top_s.png');
}

div.main div.menu ul li.bottom a {
	background-image: url('/static/img/frame/menu_bottom.png');
	height: 22px;
}

div.main div.menu ul li.bottom a.selected,
div.main div.menu ul li.bottom a:hover,
div.main div.menu ul li.bottom a:active {
	background-image: url('/static/img/frame/menu_bottom_s.png');
}

div.main div.menu ul li.level1 a {
	width: 145px;
	padding-left: 10px;
}

div.main div.menu ul li.level2 a {
	color: #fff;
	width: 125px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

div.main div.menu ul li.level2 a.selected,
div.main div.menu ul li.level2 a:hover,
div.main div.menu ul li.level2 a:active {
	color: #2959a2;
}

div.main div.full {
	width: 770px;
	margin: 30px 0 10px 30px;
	float: left;
}

div.main div.full div.image {
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 770px;
	margin-bottom: 30px;
}

div.main div.full div.image div.top {
	background-image: url('/static/img/box/image_top.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 770px;
	height: 5px;
}

div.main div.full div.image div.middle {
	background-image: url('/static/img/box/image_middle.png');
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 770px;
}

div.main div.full div.image div.bottom {
	background-image: url('/static/img/box/image_bottom.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 770px;
	height: 6px;
}

div.main div.full div.content {
	width: 500px;
	margin-right: 30px;
	float: left;
}

div.main div.full div.box {
	float: left;
}

div.main div.full div.box ul {
	margin: 0;
	padding: 0;
}

div.main div.full div.box ul li {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

div.main div.full div.box ul li a {
	color: #2959a2;
	/*color: #22529b;*/
	background-image: url('/static/img/frame/check_middle.png');
	background-repeat: no-repeat;
	display: block;
	width: 182px;
	height: 20px;
	padding: 10px 10px 10px 48px;
}

div.main div.full div.box ul li a:hover,
div.main div.full div.box ul li a:active {
	text-decoration: none;
}

div.main div.full div.box ul li.top a {
	background-image: url('/static/img/frame/check_top.png');
}


div.main div.full div.box ul li.bottom a {
	background-image: url('/static/img/frame/check_bottom.png');
}

div.main div.push {
	height: 50px;
	clear: both;
}

div.footer {
	background-color: #f0f0f0;
	background-image: url('/static/img/frame/footer.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 960px;
	margin: 0 auto;
}

div.footer div.left {
	width: 150px;
	padding: 18px 0 10px 10px;
	margin-right: 30px;
	float: left;
}

div.footer div.center {
	width: 490px;
	padding: 18px 0 10px 10px;
	margin-right: 30px;
	float: left;
}

div.footer div.right {
	width: 220px;
	padding: 0 10px 10px 10px;
	float: left;
}

div.footer div.right div.right1 {
	width: 40px;
	height: 40px;
	float: left;
}

div.footer div.right div.right1 a.wfsgi {
	background-image: url('/static/img/wfsgi.png');
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 5px;
}

div.footer div.right:hover div.right1 a.wfsgi,
div.footer div.right div.right1 a.wfsgi:hover,
div.footer div.right div.right1 a.wfsgi:active {
	background-position: 0 -40px;
}

div.footer div.right div.right2 {
	width: 175px;
	padding: 10px 0 0 5px;
	float: left;
}
