﻿/* CSS FOR COMMON BROWSER */

* {
	font-family:Verdana;}
	
body {
	background-color:#7a96a0;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	margin:0;
	padding:0;}

#title1 {
	color:#00aeef;
	padding:0;
	font-size:32pt;}

#title2 {
	color:#ffffff;
	font-size:16pt;}

#title3 {
	color:#666666;
	font-size:14pt;}

p {
	font-size:9pt;}

ul.content {
	list-style-image:url('../images/arrow.png');}

li.content {
	font-size:10pt;
	font-weight:bold;}

ul.list2 {
	list-style-type:decimal;
	color:#ffffff;
	margin:0;
	padding-left:18px;}

dt {
	font-size:11pt;
	padding-top:15px;}

dd {
	font-size:9pt;
	color:#a2e0f5;
	margin-left:0px;
	font-style:italic;}

#container {
	width:964px;
	position:relative;
	margin-left:-482px;
	top:0;
	left:50%;}

#banner {
	width:730px;
	height:198px;
	float:left;
	background-image:url('../images/banner.png');
	padding:0;}

#login {
	width:140px;
	float:right;
	height:198px;}

#topimages {
	background-image:url('../images/topimages.png');
	background-repeat:no-repeat;
	background-position:top right;
	width:100%;
	clear:both;
	height:24px;}

#left {
	float:left;
	width:637px;}

#right {
	float:right;
	width:299px;}

#leftContent {
	background-image:url('../images/content.png');
	background-repeat:repeat-y;
	padding-left:45px;
	padding-right:45px;}

#leftBottom {
	height:40px;
	background-image:url('../images/leftbottom.png');
	height:70px;}

#contact {
	background-color:#c2ceca;
	width:629px;
	margin-left:5px;
	text-align:center;
	height:200px;}

#rightTop {
	background-color:#6b8b97;
	padding-right:15px;
	padding-left:15px;}

#rightQuotes {
	background-color:#0e3544;
	background-image:url('../images/quotes.png');
	background-repeat:no-repeat;
	margin-top:20px;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	color:#ffffff;}

label {
	color:#9999999;
	display:inline-block;
	width:50px;
	height:30px;
	padding-left:10px;
   	font-size:12pt;}

.inputboxes {
	height:30px;
    font-size:14pt;
    font-color:#333;}

#footerbg {
	clear:both;
	float:left;
	width:100%;
	height:238px;
	background-repeat:repeat-x;
	background-image:url('../images/bottombackground.png');
	margin-top:40px;}

#footer {
	background-image:url('../images/hook.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:200px;
	width:964px;}

#bottombox {
	margin-top:20px;
	width:260px;
	height:160px;
	float:left;
	text-align:left;
	padding:10px;
	font-size:8pt;
	line-height:20px;
	color:#ffffff;
	border-right:1px dashed grey;}

.smalltitles {
	padding-top:6px;
	color:#00aeef;
	font-size:11pt;
	display:block;}

p {
	font-size:9pt;
	line-height:20px;}