#container {
	width: 900px;
	margin: 0 auto;
	z-index: 30;
	background: #ffffff;
}
body {
	background-color: #FFF;
	background-image: url(gui/bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#container #background {
	z-index: -20;
	float: left;
	margin-bottom: 0px;
	width: 899px;
}
#container #content #left {
	width: 155px;
	z-index: 20;
	position: relative;
	left:	50px;
	top: 90px;
	float: left;
}

#container #content #rightbox {
	width: 150px;
	z-index: 20;
	position: relative;
	top: 30px;
	left: 85px;
	float: left;
	overflow: visible;
}

#apDiv1 {
	position:absolute;
	left:153px;
	top:387px;
	width:211px;
	height:87px;
	z-index:1;
}
#container #content #bodybox {
	width: 620px;
	position: relative;
	left: 50px;
	float: left;
	top: 15px;
	margin-bottom: 0px;
	clear: none;
	min-height: 370px;
}

#container #content #bodybox h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 0 20px;
	color: #777777;
	margin-bottom: 0px;
}

.bodyboxh1 {
	padding:0px;
	font-size:18px;
}

#container #content #bodybox h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	color: #E84337;
	padding: 0 40px 10px 180px;
	margin: 0 0 10px 0;
	line-height: 1;
}

#container #content #bodybox h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 0 00px;
	color: #E84337;
}
#container #content #bodybox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 160%;
	padding-top: 8px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}




#container #content #bodybox2 {
	width: 780px;
	position: relative;
	left: 150px;
	float: left;
}

#container #content #bodybox2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	padding: 0 0 0 40px;
	color: #999999;
}
#container #content #bodybox2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	text-align: right;
	padding-right: 40px;
	color: #E84337;
}

#container #content #bodybox2 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 0 10px;
	color: #E84337;
}
#container #content #bodybox2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #333333;
}



.opaque{
	filter: alpha(opacity=100); -moz-opacity: 1;
}



#nav{
}

.rollover a {
	display:block;
	width: 144px;
	padding:03px 00px 04px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333;
	background: url("img/menu1b.gif") 0 0 no-repeat;
	text-decoration: none;
	text-align: left;
	margin:	5px 0 5px 0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.rollover a:hover { 
background-position: 0 -19px;
color: #fff;
filter: alpha(opacity=100); -moz-opacity: 1;
}
.rollover a:active {
background-position: 0 -19px;
filter: alpha(opacity=100); -moz-opacity: 1;
color: #fff;
}
.rollover a.active {
	filter: alpha(opacity=100);
	color: #fff;
}

.rollover2 a {
	display:block;
	width: 140px;
	padding:01px 00px 03px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333;
	background: url("img/menu2b.gif") 0 0 no-repeat;
	text-decoration: none;
	text-align: left;
	margin:	5px 0 5px 0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	line-height: 16px;
}
.rollover2 a:hover { 
background-position: 0 -36px;
color: #fff;
filter: alpha(opacity=100); -moz-opacity: 1;
}
.rollover2 a:active {
background-position: 0 -36;
filter: alpha(opacity=100); -moz-opacity: 1;
color: #fff;
}
.rollover2 a.active {
background-position: 0 -36px;
filter: alpha(opacity=100); -moz-opacity: 1;
color: #fff;
}

#container #content #left #nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}




#container #content {
	visibility: visible;
	z-index: 50;
	float: left;
	clear: none;
	position: relative;
	margin-bottom: 0px;
}
#container #content #rightbox .title {
	background-color: #E84237;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
#container #content #rightbox .info {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 2px 2px;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	border-left: 1px solid #f00;
}
#container #content #rightbox .info p {
	margin: 8px;
}
#container #content #rightbox .image {
	margin-top: 20px;
}

#container #bottommenu {
	clear: both;
	float: none;
	background: #ffffff;
	text-align: center;
	margin: 25px auto 5px;
	padding: 5px 0 5px 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	border-top: 1px solid #CC0000;
	line-height: .5;
    }
    #bottommenu li {
	margin: 5px 5px 10px 5px;
	padding: 0;
    }
    #bottommenu a {
	text-decoration: none;
	color: #555555;
	margin-top: 5px;
    }
    #bottommenu a:hover {
	color: #ff0000;
	text-decoration: underline;
	margin: 0;
    }
#container #content #bodybox a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	

}
#container #content #bodybox a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;

}#container #content #bodybox #services_ul {
	color: #E84337;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	font-size: 12px;
	text-align: left;
}
#container #content #bodybox .title {
	font-weight: bold;
	margin-bottom: 0px;
	color: #C00;
	font-size: 12px;
}
#container #content #bodybox .info {
	margin-top: 0px;
	margin-left: 20px;
}
#container #content #rightbox .image img {
	margin: 0 auto;
	width: 150px;
}
#container #content #bodybox2 .box {
	width: 400px;
	float: left;
	clear: left;
	margin-top: 25px;
}

#container #content #bodybox2 .box2 {
	width: 250px;
	float: left;
	clear: none;
	margin-top: 25px;
	padding-top: 10px;
}
#container #content #bodybox2 .box .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#container #content #bodybox2 .box .info {
	padding-left: 25px;
}
#container #content #bodybox .sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}



form p{
	line-height: normal;
	padding: normal;
	margin: auto;
}

label
{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
}

.submit input
{
margin-left: 45px;
color: #000;
background: #ff0000;
border: 2px outset #000
} 
input
{
	color: #781351;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 10px;
	width: 210px;
	margin: 0px 0 5px 0;
}

select {
	font-size: 10px;
	width: 210px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

textarea{
	font-size: 10px;
	width:210px;
	height: 100px;
	background: #fff;
	}


fieldset
{
	width: 400px;
	margin: 0 auto;
	border: 1px none #000;
}

legend
{
	color: #000;
	background: #fff;
	border: 1px solid #000;
	padding: 2px 6px;
	margin-bottom: 20px;
	visibility: hidden;
} 
.inserted_news {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 60px;
}
.inserted_news_header {
	background-color: #C00;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	margin: 0;
	background-image: url(gui/news_corner.gif);
}
#container #content #bodybox .inserted_news .inserted_news_header p {
	color: #FFF;
	font-size: 14px;
}
.newstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#container #content #bodybox .inserted_news .inserted_news_header .newstext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: normal;
	padding: 5px;
}

#container #content #bodybox .inserted_news .inserted_news_body {
	border: 1px solid #c00;
	padding-top: 5px;
}
.news_body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container #content #bodybox .inserted_news .inserted_news_body .news_body {
	margin: 8px 0 0 0;



































	padding: 5
.px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px 5px;
	line-height: 140%;
}

#container #content #bodybox .inserted_news .inserted_news_body .news_body_title {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding: 2px 5px 0px;
	font-weight: bold;
	
}
#header {

}
#container #content #bodybox .footnote {
	font-style: italic;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #content #rightbox .info #nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0 0;
	font-size: 11px;
}
#container #content #rightbox .info #nav li a {
	text-decoration: none;
	font-weight: normal;
	color: #C00;
	text-align: right;
	font-weight: bold;
}

#container #content #rightbox .info #nav li a:hover, #container #content #rightbox .info #nav li a .active {
	text-decoration: none;
	color: #00c;
	margin: 0;
	text-align: right;
	font-weight: bold;
}
#container #content #rightbox .info #nav li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: normal;
	text-align: right;
}
#container #content #bodybox .inserted_news .inserted_news_body .news_body a {
	text-align: right;
}
#container #content #bodybox .inserted_news .inserted_news_body .news_body_link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin: -10px 0 0;
	padding: 0px 8px 5px;
}




#topmenu {
	clear: none;
	float: left;
	background: #ffffff;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	border-top: 1px solid #CC0000;
	z-index: 999;
    }
    #topmenu li {
	margin: 5px 5px 10px 5px;
	padding: 0;
    }
    #topmenu a {
	text-decoration: none;
	color: #555555;
    }
    #topmenu a:hover {
	color: #ff0000;
	text-decoration: underline;
	margin: 0;
    }

#services_right p .descriptionpop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 140%;
	margin-top: 10px;
	padding: 0px 10px 0 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#services_right .titlepop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C30;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	margin: 10px 10px 0 10px;
}
.datapop {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 11px;
	margin: 0 10px 10px 10px;
}
.imagepop {
	text-align: center;
}
.maintitlepop {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #C00;
	width: 98%;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
}
#serviceslist {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 20px;
	border-right: none;
	margin-left: 10px;
	text-align: left;
	padding-right: 10px;
	list-style: none;
}

#serviceslist2 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 20px;
	border-right: none;
	margin-left: 20px;
	text-align: left
	;
	padding-right: 10px;
}


.tagpop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#services_right #popul li {
	line-height: 140%;
	padding-bottom: 10px;
	font-size: 11px;
}

.close {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 10px;
}
#tagbox {
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px 10px;
	background-color: #e6e6e6;
	border: 1px solid #ddd;
}
#tagbox p {
	margin: 0px;
	padding: 0px;
}

#container #content #bodybox table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #content #bodybox table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #content #bodybox .box {
	width: 250px;
	float: left;
	margin-left: 100px;
	margin-bottom: 20px;
}
#container #content #bodybox .box2 {
	width: 220px;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
}
.note {
	color: #900;
	font-size: 10px;
}
#container #header {
	height: 340px;
	float: left;
}
#container #header #headmenu {
	clear: none;
	z-index: 500;
	display: inline;
	color: #F00;
	position: relative;
	float: right;
	top: -340px;
	right: 10px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}




    #headmenu a {
	text-decoration: none;
	color: #fefefe;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    }
    #headmenu a:hover {
	color: #ff0000;
	text-decoration: underline;
	margin: 0;
    }
#container #header #headtitle1 {
	position: relative;
	top: -110px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 16px;
	left: 80px;
	width: 340px;
	margin: 0;
	padding: 0;
	z-index: 500;
	clear: none;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	letter-spacing: 0.5pt;
}

#container #header #headtitle2 {
	position: relative;
	top: -100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 28px;
	left: 200px;
	width: 450px;
	margin: 0;
	padding: 0;
	z-index: 500;
	clear: none;
	letter-spacing: 0.5pt;
}
#container #header #headtitle2 p {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#container #header #headtitle3 {
	position: relative;
	top: -50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 32px;
	left: 50px;
	margin: 0;
	padding: 0;
	z-index: 500;
	clear: none;
	letter-spacing: 0.5pt;
	width: 550px;
	text-align: left;
	white-space: nowrap;
}
#services_left {
	width: 300px;
	float: left;
}
#services_right {
	margin: 0 0 0 0px;
	padding: 5px 5px 5px 10px;
	border-left: none;
}
#container #content #bodybox table tr td #services_right p {
	margin: 0px;
	padding: 0px;
}
#container #content #bodybox table tr td #serviceslist li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	font-weight: normal;
}

#container #content #bodybox table tr td #serviceslist li a:hover, #container #content #bodybox table tr td #serviceslist li a:visited,  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F66;
	font-weight: normal;
}
#container #content #bodybox table .border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#container #content #bodybox table tr .border-left #services_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1;
}
.servtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 0px;
}
p.descriptionpop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 10px;
}
#container #content #bodybox table tr .border-left #services_right .descriptionpop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	margin-top: 15px;
	color: #333;
}

#container #content #bodybox table tr .border-left #services_right #popul{
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
}

#container #content #bodybox table tr .border-left #services_right #popul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
#container #content #bodybox table tr .border-left #services_right .tagpop {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	margin-top: 20px;
}
#container #content #bodybox table tbody tr .border-left #services_right .descriptionpop strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container #content #bodybox table tr .border-left #services_right .descriptionpop strong {
	font-weight: bold;
	color: #666;
}
#container #content #bodybox table tr td #serviceslist li {
	line-height: 140%;
	border: 1px solid #c00;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #c00;
	color: #fff;
	font-size: 12px;
}
#container #content #bodybox #serviceslist li {
	line-height: 140%;
	padding-bottom: 5px;
}


#container #content #bodybox #serviceslist2 li {
	line-height: 140%;
	padding-bottom: 5px;
}
#container #content #bodybox table tr td #serviceslist2 li a.serv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00c;
	font-weight: bold;
	text-decoration: none;
	line-height: 200%;
}
#container #content #bodybox table tr td #serviceslist li a.serv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 200%;
}

#container #content #bodybox table tr td #serviceslist li a.serv:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 200%;
}#container #content #bodybox table tr td #serviceslist2 li a.serv:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ddd;
	font-weight: bold;
	line-height: 200%;
}
#container #content #bodybox #tagbox p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #content #bodybox .download {
	width: 300px;
	margin: 0 auto;
}
#news {
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#news .titlepop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	text-align: center;
}
#container #content #bodybox .image2 {
	width: 144px;
	float: left;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 80px;
}
#container #content #bodybox .image2 img {
	border: 1px solid #333;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
#container #content #bodybox #serviceslist li {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container #content #bodybox #serviceslist li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.smallest {
	font-size: 10px;
}

