/*////////////////////////////////////////////
// RESET
////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*////////////////////////////////////////////
// MAIN
////////////////////////////////////////////*/


body { 
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px; 
  color: #333;
  background-image:url(/images/background.gif);
  background-repeat:repeat-x;
  background-position:top center;
  text-align:center;
  background-color:#333;
}

a { color: #125AA7; text-decoration: none; outline: none; }

p {
	padding-bottom:18px;
}

h1 {
	font-size:24px;
	line-height:36px;
	padding-bottom:18px;
	
}

h2 {
	font-size:18px;
	line-height:1.5em;
	
}

h3 {
	font-weight:bold;
}

ul {
	padding-left:18px;
}


#layout { 
width: 770px;
text-align:left;
margin-top:0px;
margin-left:auto; 
margin-right:auto;
padding-left:10px;
background-image:url(/images/logo.gif);
background-repeat:repeat-x;
background-position:top center;
}

#mainNav {
margin:0;
padding:0;
padding-top:80px;
}

#mainNav li {
display: block;
float: left;
width: 80px;
font-size: 13px;
padding:0;
margin:0;
list-style-type: none;
text-align:center;
}

#mainNav li a {
color: #adefff;
}

#mainNav li a:hover {
color: #333;
}

#mainNav ul li.help a {
color: #fff;
}

#mainNav ul li.help a:hover {
color: #000;
}


#mainContent {
padding:10px;
margin-top:35px;
background-color:#fff;
}

#panorama {
padding-bottom: 10px;

width: 750px;
text-align:right;
}

#panorama img {
width:750px;
background-color: #fff;
}


#column1 {
width:240px;
float:left;
margin-right:15px;
}

#column2 {
width:240px;
float:left;
}

#column3 {
width:240px;
float:right;
}


#leftColumn {
width:496px;
float:left;
}


#rightColumn {
width:240px;
float:right;
}

#leftColumnNews {
width:240px;
float:left;
}

#rightColumnNews {
width:496px;
float:right;
}


#footer {
	clear: both;
	color:#888;
	padding-top:9px;
	width: 770px;
	text-align:center;
	font-size: 10px;
}

.quoteBox {
	margin-top:18px;
	padding: 11px;
	background-color: #ff9;
	border: 1px solid #cccc99;
}

.quote {
  font-family: "Lucida bright", Garamond, Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height:1.5em;
  font-style:italic;
 
}
.quoted {
  font-size: 11px;
  color:#666;
}

.greyBorder {
	border: 1px solid #ccc;
	border-bottom:0px;
}

.rightImage {
	border: 1px solid #ccc;
}

.homeBox {
	border: 1px solid #ccc;
	padding:10px;
	
}

#datatable {
    border-color: #ccc;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 18px;
}

#datatable tbody tr td {
	font-size: 11px;
	border-color: #ccc;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 0px 4px 0px 4px;
	background-color: #FFF;
}

#datatable tbody tr td b {
      font-size: 11px;
    }

#datatable tbody tr td a {
      font-size: 11px;
    }

#datatable tbody tr td strong {
      font-size: 11px;
    }

#datatable tbody tr.highlight_tr td {
	background-color: #EEE;
}

