#border {
margin-left: -2.4em;
margin-top: -0.2em;
}
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
img {
border:none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	margin:0px;
	padding:0px;
	text-align:left; 
	line-height: 1.7em;
	background-color: #fff;
}

/* Links*/
a {
color:#007299;
text-decoration:none;
}

.footer a:link, .footer a:visited {
color:#555;
text-decoration:none;
font-weight:bold;
}

.footer a:hover {
text-decoration: underline;
}

/*Headlines*/

h1, h2, h3, h4, h5, h6, .componentheading, .contentheading {
line-height:1.2em;
color:#242424;
padding:0 0 .3em 0;
}

h2, h4, h6 {
color:#00e3ff;
}

h1 {
font-size:4.6em;
font-weight: lighter;
}

h2, .componentheading, .contentheading {
font-size:3em;
font-weight: lighter;
}

h3 {
font-size:1.8em;
font-weight: lighter;
}



h4, .footer h3  {
font-size:1.4em;
font-weight: lighter;
}

h5{
font-size:1.2em;
font-weight: lighter;
}

h6 {
font-size:1.8em;
font-weight: lighter;
}

/* List elements */
li {
margin-left:20px;
}

.mainmenu ul li {
float:left;
list-style: none;
margin:0;
}

.mainmenu ul li a:link, .mainmenu ul li a:visited {
text-decoration: none;
color:#333;
height:40px;
line-height:40px;
padding:14px 10px 13px 15px;
}

.mainmenu ul li a:hover {
background-image: url(../images/active_tab.jpg);
background-repeat: repeat-x;
color:#fff;
}

.mainmenu ul li.active a {
background-color: #999;
color:#fff;
text-decoration: none;

}

/*structure elements*/

.top {
float:left;
width:100%;
background-image: url(../images/topbar_bck.jpg);
background-repeat: repeat-x;
}

.logo {
width: 510px;
float:left;
margin-left: -149px;
}

.int {
margin:0px auto;
width:980px;
}

.main {
float:left;
width:100%;
background-color: #001A29;
background-image: url(../images/bck.jpg);

}

.footer {
float:left;
width:100%;
padding:15px 0 0 0;
color:#555;
font-size:.88em;
background-image: url(../images/footer_bck.jpg);
background-repeat: no-repeat;
background-position: top center;
border-top:1px solid #fff;
}

.header {
float:left;
width:980px;
background-color:#000000;
background-image:url("../images/jtpbg.gif");
background-repeat:repeat-x;
color:#FFFFFF;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:10px;
height:36px;
line-height:36px;
margin:15px 0;
text-align:center;
vertical-align:baseline;
}

.three_boxes {
width:100%;
float:left;
}

.box3 {
width:300px;
float:left;
margin: 15px 40px 0 0;
padding-bottom: 30px;
}

.box3 div {
background-image: url(../images/box_top.png);
background-repeat: no-repeat;
background-position: top;
padding-top:15px;
width:100%;
}

.box3 div div{
background-image: url(../images/box_bottom.png);
background-repeat: no-repeat;
background-position: bottom;
padding-top:0px;
padding-bottom:15px;
width:100%;
}

.box3 div div div {
background-image: none;
background-color: #fff;
padding:0 12px 0 9px;
margin:0px;
width:270px;
}

.box1 {
height:375px;
width:980px;
float:left;
margin:15px 0;
background-color: #fff;

}

.box1top {
display:none;
}


.box1bottom{
background-repeat: no-repeat;
background-position: bottom;
padding-top:0px;
padding-bottom:15px;
width:100%;
float:left;
}

.box1int{
border:none;
background-image: none;
width:950px;
float:left;
margin-top:0px;
margin-left:2.2em;
}


.left {
}

.right {
display:none;
float:right;
width:270px;
padding:0;
margin:0;
background-image: none;
}

.box5 {
float:left;
width:100%;
margin:0 8px 0 7px;
border-right:1px dotted #ddd;
}

.last {
margin-right:0px;
border: none;
}

.mainmenu {
float:right;
width:auto;
}

img.leftimg {
float:left;
margin:0 15px 0 0px;
}

img.rightimg {
float:right;
margin:0 0 0 15px;
}

/*Suckerfish classes*/
ul#menu { /* all lists */

}

ul#menu li { /* all list items */
	float: left;
	position: relative;
	width: auto;
z-index:0;
}

ul#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 3.6em;
	left: 0em;
	border-top:none;
	padding:0;
	margin:0;
	z-index:200;
	width:100%;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#menu li:hover ul, ul#menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

.mainmenu ul#menu li ul li{
padding:0;
margin:0;
background-color: #fff;
float:left;
display:inline;
width:14em;
z-index: 1000;
overflow: hidden;
position: relative;
border-bottom:1px solid #ddd;
opacity:.9;
}

.mainmenu ul#menu li ul li a:link, .mainmenu ul#menu li ul li a:visited, .mainmenu ul#menu li ul li a:hover {
margin:0;
padding:0 10px;
display:block;
color:#444;
text-decoration: none;
color:#333;

}

span.article_separator {
        display:none;
        visibility:hidden;
}
