/**html styles**/

/**rgb values
YOYO grey #E9E6E7
YOYO cyan #3A78DC
YOYO cyan light #56A8DD
YOYO cyan ultra light #90C6E8
YOYO orange #DE9915**/

body {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	color: #121A76;
	background-color: #E9E6E7;
	letter-spacing: 0.1em;
}

h1 {
	clear: both;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #006600;
}

#text h1 {
	background: url(../images/h1_bg.jpg) no-repeat top left;
	padding: 0px 0px 4px 10px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	clear: left;
	background-color: #56A8DD;
	border-right: solid #fff 1px;
	border-left: solid #fff 1px;
}

.h1TitleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1.2em;
	color: #000099;
	background: url(../images/block_top.gif) no-repeat top center;
	padding-top: 10px;
	border-bottom: solid 2px #56A8DD;
	height: 18px;
	font-weight: bold;
}

h2 {
	clear: left;
	padding: 5px 0 0 15px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	height: 20px;
	background-color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}

h3 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #DE9915;
	text-align: left;
	background-color: #E9E6E7;
	padding-left: 16px;
}

p {
	line-height: 1.7em;
	padding: 8px 20px 10px 15px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #333333;
	background-color: #EEEEEE;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	letter-spacing: 1px;
}

p:first-letter {
	font-size: 1.2em;
}

#news p {
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	padding: 8px;
	margin-top: 0px;
	color: #000066;
	text-align: left;
	background-color: #99CCFF;
	line-height: 1.3em;
	letter-spacing: 1px;
}

a {
  color: #990000;
}

a:hover {
  color: #990000;
}

#news   a:hover,
#footer a:hover {
  background-color: #D0E7E8;
}

ul, ol {
	padding-bottom: 8px;
	line-height: 20px;
}

ul {
	color: #006600;
	width: 530px;
}

acronym {
	border-bottom: 1px solid #53A6AA;
	cursor: default;
}




/*
   container:
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 */

#siteBox {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}





/*
   header:
*/


#header {
	height: 140px;
	background-repeat: no-repeat;
	background-image: url(../images/header_logo.jpg);
	margin-top: -10px;
}

#header left img {
	float: left;
}

#header .title {
	padding: 0px 25px 5px 0px;
	font-size: 2.5em;
	line-height: 0.9em;
	color: #008EB3;
	float: right;
}

#header .subTitle {
	padding: 0px 25px 3px 0px;
	color: #006699;
	letter-spacing: 0.3em;
	float: right;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}





/*
   top menu
*/

#menu {
	text-align: center;
	width: 788px;
	float: left;
	height: 23px;
	padding-top: 4px;
	background: url(../images/menuTop.gif) no-repeat top left;
	margin-top: 5px;
}

#menu a {
	padding: 0px 18px 0px 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
	margin-top: 6px;
}

#menu a:hover, #menu a.active {
	color: #333333;
	padding: 0px 18px 0px 18px;
	margin-top: 6px;
}





/*
   left news column
*/

#news {
	width: 225px;
	padding: 0 0 0 0;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}

#news .block {
	margin-bottom: 15px;
	background-color: #99CCFF;
}

#news .block .bottom {
  height: 10px;
  background: #DDD url(../images/block_bottom.gif) no-repeat bottom center;
}

#news .links {
	margin: 0px 0px 0px 0px;
}

#news .links a {
	display: block;
	padding: 6px 0 6px 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
}

#news .links a:hover {
	background: #DDD url(../images/link_news.gif) no-repeat center center;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
	color: #006600;
}

#news a img {
  border: 0px;
}





/*
   right content
*/

#text {
	width: 532px;
	clear: left;
	margin-top: 0px;
	margin-left: 5px;
	border-bottom: solid #fff 1px;
}






/*
   footer
*/

#footer {
	height: 15px;
	padding: 0px 3px 3px 5px;
	margin: 20px 0 20px 0;
	border: none;
	background-color: #E9E6E7;
}

p#footer:first-letter {
	font-size: 1em;
}

  
#footerHolder {
	clear: both;
	width: 532px;
	background-color: #E9E6E7;
	margin-left: 5px;
}


#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/*
   box <ul> link styles:
   large links blocks that can be
   used in the #text section
*/


ul.links {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-color: #EEEEEE;
	width: 530px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}

ul.links li {
	list-style-type: none;
	list-style: none;
	float: left;
	margin-top: 10px;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 10px;
  margin: 0px 0px 10px 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
	background: #99CCFF url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
	display: block;
	margin-left: 11px;
	text-indent: 27px;
	background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
	float: left;
	width: 360px;
	padding-right: 3px;
	margin-left: 10px;
	color: #666;
	margin-bottom: 10px;
}

ul.links li a span.bottom {
  display: block;
  height: 24px;
  clear: both;
}

ul.links li a:hover span.bottom {
	background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}




/*
   display classes
*/

.date {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: bold;
}

p.quote {
	float: left;
	padding: 12px 0px 12px 15px;
	margin: 10px 6px 20px 6px!important;
	margin: 5px 0 10px 3px;
	width: 505px;
	color: #FFFFFF;
	background-color: #90C6E8;
	border: none;
}

p.quote span.bottom {
  float: right;
  width: 20px;
}

img.right {
	float: right;
	padding: 3px;
	margin-left: 3px;
}

img.left {
	float: left;
	padding: 3px;
	margin-right: 6px;
}


img.center {
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	margin-bottom: -2px;
}

img.leftListMenu {
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 30px;
	margin-left: 10px;
	clear: right;
	margin-top: 5px;
}

.grey {
  color: #AAA;
  }
  
.imageRight {
	border-right: solid #fff 1px;
	margin-left: -15px;
}

.imageRightCopy {
	float: right;
	margin: 2px -15px 5px 10px;
	border: solid #fff 2px;
}
.imageLeftCopy {
	float: left;
	margin: 2px 10px 5px 0px;
	border: solid #fff 2px;
}
.imageCentreCopy {
	margin: 2px 0px 5px 0px;
	border: solid #fff 1px;
}

#textTop {
	float: left;
	width: 532px;
	background-image: url(../images/textTop.gif);
	margin-left: 0px;
	margin-top: 5px;
}

#ulHolder {
	background-color: #EEEEEE;
	width: 530px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}
#clientReference {
	width: 784px;
	clear: left;
	border-bottom: solid #fff 1px;
	margin-top: 10px;
	margin-left: 3px;
	height: auto;
}
h4 {
	clear: both;
	padding: 4px 0px 4px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CCFF;
}
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 10px;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	font-size: 0.8em;
}
#tableHolder {
	background-color: #56A8DD;
	float: left;
	width: 530px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}
table {
	padding: 7px;
	width: 520px;
	text-align: center;
}
.tipsDisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0066FF;
}
.Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 900;
	color: #000000;
}
hr {
	width: 528px;
	background-color: #EEEEEE;
}
.boldAddress {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.smallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
