
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight: normal; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }



/*** body
*********************************/
body {
background: #dddddd;
margin: 0 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
}

/*** main
*********************************/
#main {
background: #ffffff;
border: #007FA3 solid 1px;
-moz-border-radius: 1em;
min-height: 31em;
width: 48em;
position: relative;
margin: 0 auto;
padding: 0;
z-index: 1;
font-size: 1.2em;
}

/*** top_bar
*********************************/
#top_bar {
background: #ffffff;
border-bottom: #007FA3 solid 1px;
height: 2.5em;
width: 47.95em;
margin: 1em 0 .5em 0;
z-index: 2;
}

#top_bar h2 {
position: absolute;
top: .6em;
left: 8em;
font-size: 1.5em;
font-weight: bold;
}

#top_bar h2 span {
color: #007FA3;
}

#top_bar #line1 {
position: absolute;
top: 1em;
left: 44.7em;
font-size: .8em;
}

#top_bar #line2 {
position: absolute;
top: 1em;
left: 50.5em;
font-size: .8em;
}

#top_bar #line3 {
position: absolute;
top: 2.05em;
left: 44.7em;
font-size: .8em;
}

#top_bar img {
position: absolute;
top: .7em;
left: 4.2em;
width: 2.9em;
}

/*** navigation_container
*********************************/
#navigation_container {
background: #007FA3;
-moz-border-radius-bottomleft: 1em;
float: left;
width: 11.2em;
height: 27.5em;
margin: -.5em 0 -5em -.5em;
}

/*** navigation
*********************************/
#navigation {
background: #ffffff;
border: #007FA3 solid 1px;
width: 9em;
margin: 1.05em .5em .5em 1em;
z-index: 4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

/*** container
*********************************/
#container {
background: #ffffff;
z-index: 3;
margin: .5em;
/*border: red solid 1px;*/
}

/*** content
*********************************/
#content {
background: #ffffff;
width: 21.5em;
float: left;
margin: 0.6em 0 0 1em;
z-index: 3;
}

/*** additional info container
*********************************/
#add_info_container {
float: left;
/*border: green solid 1px;*/
margin-left: 1.5em;
}

/*** additional info 1
*********************************/
#add_info_1 {
background: #ffffff;
border: #ffffff solid 1px;
width: 12em;
z-index: 6;
}

#add_info_1 #title {
background: #ffffff;
border-bottom: #007FA3 solid 1px;
padding-top: .5em;
padding-left: .5em;
padding-bottom: 0em;
}

#add_info_1 #text {
padding: .3em .5em;
}

#add_info_1 #text p {
font-size: .6em;
}

/*** additional info 2
*********************************/
#add_info_2 {
background: #ffffff;
border: #ffffff solid 1px;
width: 12em;
margin: 1em 0em 0em 0em;
z-index: 7;
}

#add_info_2 #title {
background: #ffffff;
border-bottom: #007FA3 solid 1px;
/*border: #007FA3 solid 1px;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
border-bottom: #007FA3 solid 1px;*/
padding-top: .4em;
padding-left: .5em;
padding-bottom: 0.1em;
}

#add_info_2 #text {
padding: .3em .5em .6em;
/*border: #007FA3 solid 1px;
border-top: none;
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-bottomright: 1em;*/
}

#add_info_2 #text p {
font-size: .6em;
}

#ie_min_height {
height: 25em;
width: 1px;
float: left;
/*border-left: red solid 1px;*/
}

/*** footer
*********************************/
#footer {
background: #dddddd;
height: 1em;
width: 19em;
position: relative;
margin: 0 auto;
padding-left: .75em;
z-index: 5;
}

/*** footer a
*********************************/
#footer a {
	cursor: pointer;
	text-decoration: none;
}

#footer a:link {
	color: #000000;
}
#footer a:active {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #007FA3;
}

/*** footer h6
*********************************/
#footer h6{
position: relative;
font-size: .6em;
}

/*** footer img
*********************************/
#footer img{
position: relative;
top: .4em;
width: 7.8em;
}