body {
     color: #303030;
     font-family: Verdana, Arial,sans-serif;
     font-size: 11px;
     line-height: 1.5em;

}
div { margin: 0; padding: 0; }
a, a:visited, a:hover {
    text-decoration: none;
    color: #0082d6;
}
h1 {
    font-weight: normal;
    font-size: 210%;
    margin: 0;
}
h1 a, h1 a:hover, h1 a:visited { color: black; }
h2 { margin-top: 0.2em; }
h3 { color: #0a3a86; }
a img { border: none; }
p { margin: 0; }

#mainWrapper {
    width: 950px;
    margin: 0.5em auto;
    padding: 0;
    border: 1px solid #ebebeb;
}

#headerWrapper {
        width: 950px;
        height: 132px;
	float: left;
	border-top: 5px solid #0082d6;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 552px;
}

#login {
	width: 324px;
	height: 100px;
	float: right;
}

#loginHeader {
	width: 244px;
	height: 30px;
	float: left;
        background-image: url(../images/login.jpg);
}

#staticNavigation {
	float: right;
	height: 31px;
	width: 736px;
	padding: 3px;
}

#staticNavigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

#staticNavigation ul li {
    display: block;
    float: left;
    font-weight: bold;
    margin-left: 3px;
}

#staticNavigation ul li a {
    color: #0082d6;
    background-image: url(../images/white-menu.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    padding: 7px 0;
    text-align: center;
    width: 119px;
}

#staticNavigation ul li a:hover , #staticNavigation ul li a.current {
    color: #FFF;
    background-image: url(../images/blue-menu.jpg);
}

#orangeLine {
	background-image: url(../images/orange-line.jpg);
	float: left;
	height: 10px;
	width: 950px;
}

#banner {
	background-color: #e4e4e4;
	border: 1px solid #b0b0b0;
        border-bottom: 2px solid #f88413;
	float: left;
	height: 264px;
	width: 949px;
}

#contentWrapper {
        width: 950px;
	min-height: 240px; 
	_height: 240px;
	float: left;
        margin-top: 2px;
        border-top: 2px solid #0082d6;
}

#whiteBg {
        width: 940px;
	min-height: 232px; 
	float: left;
	margin: 4px;
	border: 1px solid #b1b1b1;
}

#mainContent {
        width: 728px;
	min-height: 220px; 
	float: left;
	margin: 4px;
        background-position: center top;
        background-repeat: no-repeat;
	background-image:url(../images/main-content.jpg);
}

#content {
	min-height: 200px; 
	_height: 200px;
	float: left;
	padding: 6px;
        width: 715px;
}


#mainContent1 {
        width: 931px;
	min-height: 220px; 
	float: left;
	margin: 4px;
        background-position: center top;
        background-repeat: no-repeat;
	background-image:url(../images/grey-gradient.jpg);
}

#content1 {
	min-height: 200px; 
	_height: 200px;
	float: left;
	padding: 15px;
        width: 900px;
}

#orange1 {
        height: 18px;
        padding: 6px 10px;
        width: 696px;
	float: left;
        color: #000;
	background-color: #f98412;
}

#orange2 {
        width: 696px;
        padding: 6px 10px;
	height: 18px; 
	float: left;
        color: #000;
	margin-top: 4px;
	background-color: #f98412;
}

#whiteBox1 {
        padding: 0 10px;
        width: 155px;
	height: 122px; 
	float: left;
        line-height: 18px;
        padding: 0 10px;
	margin-top: 4px;
	background-color: #FFF;
}

#whiteBox2 {
        width: 155px;
	height: 122px; 
	float: left;
        line-height: 18px;
        padding: 0 10px;
	margin: 4px 0 0 5px;
	background-color: #FFF;
}

#whiteBox3 {
        width: 155px;
	height: 122px; 
	float: left;
        line-height: 18px;
        padding: 0 10px;
	margin: 4px 0 0 5px;
	background-color: #FFF;
}

#whiteBox4 {
        width: 155px;
	height: 122px; 
	float: left;
        line-height: 18px;
        padding: 0 10px;
	margin: 4px 0 0 5px;
	background-color: #FFF;
}

#box1 {
        width: 170px;
	height: 95px; 
	float: left;
        padding: 8px 15px;
	margin-top: 4px;
        font-size: 17px;
        color: #FFF;
        line-height: 24px;
	background-image:url(../images/blue-box.jpg);
}

#box2 {
        width: 170px;
	float: left;
        color: #FFF;
        padding: 8px 15px;
	margin-top: 2px;
        font-size: 17px;
        height: 95px;
        line-height: 20px;
	background-image:url(../images/blue-box.jpg);
}

#footer1 {
	width: 950px;
	height: 20px;
	float: left;
	text-align: center;
	color: #FFF;
	padding: 5px 0;
	margin-bottom: 5px;
	background-color: #0082d6;
}

#footer2 {
	width: 930px;
	height: 65px;
	float: left;
	color: #000;
	padding: 7px 10px;
	text-align: right; 
	background-color: #858585;
}

#footer2 a { color: #FFF; }

.clear {
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

#loginForm {
        height: 70px;
        width: 320px;
        margin-top: 50px;
}

.whole { width: 255px; height: 30px; float: left; }
.name { width: 100px; float: left; color: #00135e; }
.form { width: 150px; float: left; }
.submit { width: 30px; float: left; }

.full { width: 100%; min-height: 40px; _height: 50px; float: left; }
.tb { width: 150px; float: left; margin-right: 12px; text-align: right; font-weight: bold; }
.otb { width: 250px; float: left; }

#calculatorHolder { width: 383px; min-height: 300px; _height: 300px; }
#calculator { width: 353px; padding: 0px 15px; min-height: 300px; _height: 300px; }
#calculator .full { width: 100%; min-height: 40px; _height: 50px; float: left; }
#calculator .full .tb { width: 35%; float: left; margin-right: 10px; text-align: right; font-weight: bold; }
#calculator .full .otb { width: 60%; float: left; }
#calculator .half { width: 47%; float: left; margin: 0px 1%; }
#calculator .half .full { min-height: 20px; _height: 20px; }
#calculator .half .full .otb { width: 40%; }
.rightText { text-align: right; }
.border { border: 1px solid #000; }
.header { background-color: #F98412; }
.backColour { background-color: #858585; 

}

#responseHolder { width: 500px; min-height: 300px; _height: 300px; }
#response { width: 500px; padding: 0px 15px; min-height: 300px; _height: 300px; }
#response .full { width: 100%; min-height: 40px; _height: 50px; float: left; }
#response .full .tb { width: 35%; float: left; margin-right: 10px; text-align: right; font-weight: bold; }
#response .full .otb { width: 60%; float: left; }
#response .half { width: 47%; float: left; margin: 0px 1%; }
#response .half .full { min-height: 20px; _height: 20px; }
#response .half .full .otb { width: 40%; }
.rightText { text-align: right; }
.border { border: 1px solid #000; }
.header { background-color: #F98412; }
.backColour { background-color: #858585; }