@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	background:#002157 url(../images/bg.jpg) top left repeat-x;
	color:#ebebeb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

a {
	color:#fff;
}

#main {
	width:780px;
	margin:0 auto;
	padding:0;
}

#header {
	width:780px;
	height:120px;
	padding:0;
	margin:0;
}

#content {
	width:753px;
	border-top:1px solid #fff;
	border-left: 1px solid #fff;
	margin-left:2px;
	float:left;
	min-height:352px;
	background:url(../images/1px.gif) top right repeat-y;
}

#farright {
	float:right;
	width:24px;
	height:212px;
	background:url(../images/far_right.jpg) top left no-repeat;
}

#farright_empty {
	float:right;
	width:24px;
	height:212px;
}

#left {
	width:403px;
	padding:0 20px 5px 10px;
	float:left;
}

#right {
	width:315px;
	float:right;
	/*background:url(../images/main_img.jpg) top left no-repeat;*/
	min-height:300px;
}

#right ul {
	list-style:none;
	margin-top:55px;
}

#right ul li{
	float:left;
	margin:0 5px 5px 0;
	padding:0;
	border:0;
}


#footer {
	clear:both;
	width:770px;
	height:30px;
	margin-left:2px;
	padding-top:15px;
	background:url(../images/bottom.gif) top left no-repeat;
	font-size:10px;
	text-align:center;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

form {width:400px;}	

input, textarea {
	width:240px;
	margin-left:10px;
	border:solid 1px #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:5px;
}


.validation-advice {
	margin: 5px 0 5px 10px;
	padding: 2px 5px;
	border:solid 1px #FF0000;
	background-color:#990000;
	color : #fff;
	font-weight: bold;
	width:240px;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#box4{
	position:absolute;
	font-size:14px;
}
#box4 div{
	width:713px;
	min-height:300px;
	float:left;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
h4 {display:none;}
#box4 piii{
	text-indent:16px;
}
#box4 img{
	/*width:200px;
	width:150px;*/
	float:left;
	margin:0 10px 10px 15px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

p.buttons {
	width:100%;
	text-align:center;
}

p.buttons span {
	margin:0 5px;
	padding:0 3px;
	cursor:pointer;
}

p.buttons span:hover, p.buttons span.active {
	margin:0 5px;
	padding:0 3px;
	cursor:pointer;
	background:#fff;
	color:#002157;
}

p.prnext {
	font-size:18px; 
	width:100%; 
	text-align:center;
}

p.prnext span {
	cursor:pointer;
}

p.prnext a {
	color:#fff;
}

p.prnext span:hover, p.prnext a:hover {
	background:#fff;
	color:#002157;
	cursor:pointer;
}