/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	min-width: 900px;
}


a:link, a:visited{
	color: #4577A7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img.outlined {
border:1px solid #b0b0b0;
margin:5px 15px 6px 0px;
padding:5px;
}

h1, h2, h3, h4{
	color: #174F84;
	font-weight:bold;
}

h2{
	font-size: 2em;
	margin-top: 5px;
}

#right h2 {
	font-size: 1.5em;
}

h3{
	font-size: 1.5em;
}

#right h3 {
	font-size: 1.2em;
}

h4{
	font-size: 1.2em;
}

h5{
	font-size: 1em;
}


li{
	list-style-image: url(../images/listImageRed.gif);
	line-height: 1.5em;
}

fieldset {
	border: thin inset;
	padding: 15px 6px 10px 10px;
	color: #007700;
}

button {
	width: 50%;
	font-weight: bold;
	height: 30px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell{
	top: 160px;
	left: 2%;
	right: 2%;
	width:96%;
	position: absolute;
}

#masthead{
	position: absolute;
	top: 0px;
	width:100%;
	height: 150px;
	background-image: url(../images/headerBg.jpg);
	background-repeat: repeat-x;
	
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

#left{
	float:left;
	width: 60%;
	margin: 50px 0 0 20px;
	background-color: white;
	background-repeat: repeat-x;
	padding: 0 0 50px 20px;
	min-width: 550px;
	background-image: url(../images/headingBg.jpg);
	border-style: outset;
	border-width: 2px;
	border-color: #DEEBFA;
}


#right{
	margin-left:66%;
	padding: 0 10px 0 10px;
	font-size: 1em;
	margin-top: 60px;
	min-width: 350px;
}

#footer{
	padding:0 0 20px 10px;
	text-align:left;
	color:#888888;
	float: left;
	margin-top: 20px;
	clear: both;
	margin-left: 20px;
}

#date{
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
	margin-top: 0px;
	height: 22px;
	line-height: 36px;
	color: #174F84;
}

.infoSet {
	margin-bottom: 30px;
}

.infoSet a:link, .infoSet a:visited {
	display: block;
	width: 90%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #C4D6FA;
	font-weight: bold;
	font-size: 1em;
	padding: 3px 0px 3px 10px;
	color: #980503;
	text-decoration: none;
	margin-left: 1em;
}

.infoSet a:hover{
	border-top: 1px solid #cccccc;
	background-color: #980503;
	background-image: none;
	text-decoration: none;
	color: white;
}

.mainPhoto{
	text-align: center;
}

.mainPara{
	margin:0px 0 20px 0;
	padding:0px 20px 0 0px;
}


/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 96%;
	min-width: 640px;
	height: 44px;
	color: #cccccc;
	padding: 0;
	background-image: url(../images/glbnav_background.jpg);
	margin-top: 35px;
	margin-left: 2%;
	margin-right: 2%;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 5px 0 0 0;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #174F84;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #4577A7;
}

a.glink:hover{
  	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#companyName {
	margin-left: 2%;
	margin-top: 35px;
}
#footer span {
	font-size: 16px;
}

#quotation {
	visibility:hidden;
}

.dataLabel {
	color: #99540a;
}

.specialInfo{
	font-weight: bold;
	color: #3333CC;
	padding-left: 6px;
}

#downloads {
	margin: 10px;
}

.addressLines{
	color: #980503;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 15px;
}

#emailAddress {
	text-decoration: underline;
}
#map {
	margin-left: 30px;
}

#redirect {
	font-weight: bold;
}
#right .thumbs {
	text-align: center;
}

.box {
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	border: 1px solid;
}

.center {text-align:center;}
.right {text-align:right;}

.red{background: #DB8CA1;}
.redBorder{border-color: #DB8CA1; background-color: #F3D8DF;}
