@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background:url(../images/repat_bkg.jpg) repeat-x #fff;
}


.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

a, a:visited {
	color:#f5820e;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:192e59;
}

h1, h2, h3, h4, h5 {
	line-height:normal;
}
#jurlist h3 {font-family:Arial, Helvetica, sans-serif; color:#192e59;; font-size:14px; margin-bottom:5px; }
td, th {font-family:Arial, Helvetica, sans-serif; color:#192e59;; font-size:10px; padding-bottom:10px !important; padding-right:3px;}
#jurlist table
{
border-collapse:collapse;
}
#jurlist td {border:1px dotted #999;}


#outer {
	background:url(../images/bkg.jpg) top center no-repeat;
	width:100%;
}

#wrapper {
	margin:0px auto;
	width:930px;
	padding-top:245px;
	font-family:Arial, Helvetica, sans-serif;
	color:#192e59;
	font-size:12px;
	line-height:18px;
}

#navbar {
	width:285px;
	padding-top:100px;
}

#nav {
	background:url(../images/nav_bg.png) bottom no-repeat;
	width:254px;
	min-height:70px;
}


#nav img {
	float:right;
}

#lower {
	width:635px;
}

#main {
	width:400px;
	padding-left:85px;
}

#main_about {
	width:500px;
	padding-left:85px;
}

#home_icons {
	padding-top:45px;
	padding-bottom:35px;
}

#home_icons a img {
	margin-right:40px;
}

#main input {
	width:210px;
	height:20px;
	margin-bottom:8px;
}

#top_txt {	
    padding-left:85px;
	margin-bottom:30px;
}

#send {
	background:url(../images/nav_bg.png) bottom no-repeat;
	width:200px;
	height:55px;
	padding:5px 20px 0px 0px;
}

#send input.send {
	height:25px;
	width:68px;
	/*background:url(../images/submit.jpg) no-repeat;*/
	cursor:pointer;
	border:0px;
	/*text-indent:-1000;*/
	font-size:11px;
	
}


#sidebar {
	width:112px;
}

#paidfor { text-align:center; text-transform:uppercase; font-size:10px; margin:20px auto 10px; width:400px; border:1px solid #192e59}


label.error { display: none!important;}
input.error, textarea.error {background-color: #EBBCBC; color:#FF0000 !important; text-decoration:blink; border:1px solid #F00 !important; padding:2px !important; }



