* 
{
padding: 0;
margin: 0;

}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
height: 100%;
background: url(images/left-bg.gif) repeat-y #fff;  
}
.service{
margin-left:160px;
}
.serviceright
{
float:right;
width:5px;
}
body {
font-size: 75%;
min-width: 760px;
}
p {
padding: 7px 0 7px 0;
font-family:Arial, Helvetica, sans-serif;
}
#right p{
color:#000;
padding-left:5px;
padding-right:5px;
font-family:Arial, Helvetica, sans-serif;
}
#rightbox p{
color:#FFF;
padding-right:3px;
font-family:Arial, Helvetica, sans-serif;
}

#header img{
padding:0px;
}
#left p{
color:#333333;
padding-right:3px;
padding-left:3px;
font-family:Arial, Helvetica, sans-serif;
}
#footer p {
font-size: 85%;
}

a {
color: #0044FF;
text-decoration: none;
}
a:hover{
color: #0099FF;
text-decoration: none;
}

#left a, #right a {
color: #333333;
text-decoration: none;
}
#left a:hover, #right a:hover{
color: #333333;
text-decoration:underline;
}
#right a {
color: #000;
text-decoration: none;
}
#right a:hover{
color: #000;
text-decoration:underline;
}

h1, h2, h3, h4{
font-weight: bold;
padding-bottom: 5px;
}
h5{
font-weight:normal;
padding-bottom: 5px;
}

.contentWrap h1,.contentWrap h2, .contentWrap h3, .contentWrap h4{
font-weight: bold;
padding-top: 5px;
padding-bottom: 0px;
} 
h1 {
font-size: 2.4em;
color: red;
}

#h1small{
font-size: .6em;
color: #fff;
}
#h2small{
font-size: .7em;
}
#h4small{
font-size: .6em;
color:#000;
font-weight:bold;
}
h2 {
font-size: 1.4em;
font-family:Arial, Helvetica, sans-serif;
}

#right h2 {
color: #fff;
font-size: 1.4em;
font-weight:bold;
}
#right h1 {
color: #00478d;
font-size:1.55em;
}

h3 {
font-size: 1.2em;
}


#right h3 {
color: #00478d;
font-size: 1.2em;
}
#left h3 {
padding-left: 3px;
padding-bottom:0px;
color: #c78700;
font-size: 1.2em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: .9em;
}
h1 a, h1 a:hover{
color: #fec352;
}
#header h1, #header h1 a, #header h3{
color: #fff;
}
#header h1{
font-size: 2.0em;
padding: 0;
}
#header h2, #header h2 a{
color:#fff;
font-size: 1.3em;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 0;
}

#header h3{
color:#fec352;
font-size: 1.4em;
padding: 0;
}
#header a{
color:#fec352;
}
#headerright h3{
font-size: .93em;
padding: 0;
}
#headerright h3{
color:#FFFFFF;
font-size: 1.0sem;
padding: 0;
}
.clear { clear: both; }
#mainContainer {
min-height: 100%;
background: url(images/right-bg.gif) 100% 0 repeat-y; 
}
* html #mainContainer {
height: 100%;
}

input {
    border-width:1px;
	border-color: #000000;
}
.textarea {
    border-width:1px;
	border-color: #000000;
}
.button
{
    border-width:1px;
	border-color: #000000;
	background-color:#FFFFFF;
	color: #0044ff;
	padding: 4px;
	
}
td {
padding: 0px 5px 2px 0;
}

form#format{
text-align:right;
}

.pageform
{
width: 400px;
}
/**************************
HEADER
**************************/
#header {
background: #0099FF;
padding: 10px;

}
#headerleft {
	position:absolute;
	top:100px;
	left:10px;
}
#headerright {
position:absolute;
top:0; 
right:0;
width: 210px;
}

#headerright form{
background-color:#FFFFFF;
width: 150px;
padding-bottom:1px;
}
#hpad{
height:10px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px; /*** Same width as margin-left for the float-wrap div ***/
padding-right: 175px; /*** Our right column width ***/
}
.inner {
width: 100%;
padding-bottom: 60px; /*** Padding-bottom value is the same value as the total height of the footer ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}

#content {
float: right;
margin-right: -165px; /*** Same length as .outer padding-left but with negative value ***/
width: 100%;
background: url(images/t-2.gif) 100% 0 no-repeat; /*** Our upper right rounded image to create the rounded content look ***/
border-top: 10px solid #fec352; /*** We have used border top here to push the content down, but other solutions can also be used ***/
position: relative; /*** IE needs this  ***/
}

.contentWrap{
padding: 5px 15px 5px 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

.contentWrap .pic img{
	float:right;
	padding: 5px 10px 10px 10px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#white{
float:left;
background-color:#FFFFFF;
width:135px;
}

#lefttop {
	float: left;
	width: 165px;
	height:10px;
	position: relative; /*** IE needs this  ***/
padding:0px;
	background-image: url(images/left--top-bg.gif);

}
#left {
float: left;
width: 165px;
padding: 5px, 5px, 5px, 0px;
background: url(images/t-1.gif) 100% 0 no-repeat; /*** Our upper left rounded image to create the rounded content look ***/
position: relative; /*** IE needs this  ***/
}

#left ul {
list-style: none;
padding-bottom: 4px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
}
#left li {
padding-bottom: 2px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
}
/*************************
RIGHT COLUMN
**************************/
#rightbox {
position:absolute;
right:0;
width: 180px;

	background-color:#0000FF;
}
#rightbox img{
	float: left;
}
#rightbox p{
font-family:Arial, Helvetica, sans-serif;
padding-left: 4px;
}

#afraidbox {
position:absolute;
right:5px;
width: 170px;
background-color:#FFF;
border-color:#FF0000;
border:3px;
}
#afraidbox p{
font-family:Arial, Helvetica, sans-serif;
padding-left: 4px;
}

#right {
float: right; 
width: 175px;
padding: 5px 0 0 5px;
position: relative; /*** IE needs this  ***/
margin-right: -175px; /** This negative margin-right value is in this example the same as the right column width. ***/
border-top: 10px solid #fec352;
position: relative; /*** IE needs this  ***/
}

#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
#pad{
height:5px;
width:170px;
background-color:#00478d;
}
/**************************
FOOTER
**************************/
#footer {
height: 60px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin-top: -60px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
background: url(images/b-bg.gif) repeat-x #fec352; /*** The lower part of the rounded content look ***/
}
#footerLeft, #footerRight {
height: 15px; 
background: #00478d;
}
#footerLeft{
float: left; 
width: 165px; /*** Same length as .outer padding-left ***/
background: url(images/b-1.gif) 100% 0 no-repeat #fec352; /*** Our left bottom part of the rounded content look ***/
}
#footerRight {
float: right;
width: 190px; /*** Same length as right plus some padding. If you get a horisontal scrollbar try to adjust this value. ***/
background: url(images/b-2.gif) no-repeat #fec352; /*** Our right bottom part of the rounded content look ***/
}
#footer p {
clear: both;
}

/* Jellyfish -compliments of the Octopus Engine from Dragon-Labs*/



.jellyfish {

	border: 4px solid #000;

	background-color:#c78700;

	}



/*.jellyfish * {

	border: 1px solid #000;

	}*/



.jellyfish .north {  

	filter: alpha(opacity=70); 

	-moz-opacity: .75;

	opacity: .75;}

.jellyfish .east { 

	filter: alpha(opacity=60); 

	-moz-opacity: .7;

	opacity: .70;}

.jellyfish .down1 { 

	filter: alpha(opacity=50); 

	-moz-opacity: .7;

	opacity: .7;}

.jellyfish .west { 

	filter: alpha(opacity=30); 

	-moz-opacity: .6;

	opacity: .6;}

.jellyfish .ne { 

	filter: alpha(opacity=15); 

	-moz-opacity: .6;

	opacity: .6;}

.jellyfish .se { 

	filter: alpha(opacity=10); 

	-moz-opacity: 6;

	opacity: .6;}

.jellyfish .sw { 

	filter: alpha(opacity=5); 

	-moz-opacity: .3;

	opacity: .3;}

.jellyfish .nw { 

	filter: alpha(opacity=2); 

	-moz-opacity: .3;

	opacity: .3;}


.style2 {color: #00478D}
.style4 {
	color: #00478D;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
}
.style10 {font-size: 1.1em}
.style11 {font-family: Arial, Helvetica, sans-serif}
