/*Reset everything*/

* {
  	margin: 0;
  	padding: 0;
}

body {
	font: 65%/1.6 Arial, Helvetica, sans-serif;
	min-width: 900px;
	background: #FFF;
}

/*Main layout elements*/

#wrapper {
	width: 900px;
	margin: 0;
	text-align: left;
}

#header {
	height: 114px;
	padding: 0px 20px;
	background: #fff url(../images/SignalSymbolbackground4Web.jpg) no-repeat right center;
	border-bottom: 0px;
}

#navbar {
	xposition:absolute;
	xleft:0px;
	xtop:154px;
	background-color:#217898;
	width:900px;
	height:30px;
	padding: 5px 0px 0px;
}

#secondaryheader {
	xposition:absolute;
	xeft:0px;
	xtop:192px;
	width:900px;
	height:200px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.message {
	position:absolute;
	left:34px;
	top:278px;
	padding:0px;
	width:268px;
	height:95px;
	z-index: 0;
	line-height: 29px;
}

.message {
	text-decoration:none;
	color:#FFF;
	text-align: right;
	font-size: 26px;
	font-weight: bold;
}

#column1 {
	width: 300px;
	float: left;
	list-style: none;
	background-color:#FFFFFF;
	margin-left: 0px;
}

#content {
	width: 585px;
	float: right;
}

#mainContent {
	width: 190px;
	margin: 0;
	float: left;
	z-index: -10;
	padding-top: 38px;
}

#secondaryContent, #tertiaryContent { 
  	width: 190px;
  	display: inline; /* :IE double margin float bug */
 	float: right; 
	background-color:#FFF;
}

#secondaryContent { 
	margin-right: 5px;
}


#footer { 
  clear: both;
  background-color:#FFF;
  padding: 1px 1px;
} 

/*Paddings*/

#column1, #secondaryContent, #tertiaryContent {
  padding-top: 38px;
}

#column1 *, #secondaryContent *, #tertiaryContent * {
  padding-left: 15px;
  padding-right: 20
  px;
}

#column1 * *, #secondaryContent * *, #tertiaryContent * * {
  	padding-left: 0;
  	padding-right: 0;
}

/*--- Headings ---*/

h1 {
  	font-size: 2.0em;
  	font-weight: normal;
}

h2 {
  	font-size: 2em;
  	font-weight: normal;
}

p, li {
  	font-size: 1em;
}

h1, h2, p {
  	margin: 1em 0;
}


#header h1 {
  	margin: 0;
}

#header .logo{
	margin-top: 30px;
	margin-left: 103px;
}

#mainContent h2, #secondaryContent h2, #tertiaryContent h2 {
	font-size: 120%;
	margin: 0;
	font-weight: normal;
}

#column1 h1 {
	color: #666666;
	font-size: 170%;
	margin-top: 0px;
	text-align: right;
	line-height: 1.15em;
	font-weight: bold;
}

#column1 strong {
	color: #000;
}

#mainContent p, #secondaryContent p, #tertiaryContent p {
	line-height: 1.3em;
	font-size: 110%;
}

.p1 {
	font-weight: bold;
	text-decoration:none;
	color:#217898;
	margin-top: 0px;
}

.p2 {
	text-decoration:none;
	color: #666;
	font-weight: normal;
}

.p3 {
	color: #666;
	font-weight: bold;
}
	
.signal {
	color:#217898;
}

a img {
    border: 0;
}
 