* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: white;
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #4F8DB5;
	text-transform: uppercase;
	margin-top: 0.5em;
	margin-bottom: 0.15em;
}

p {
	margin-bottom: 0.5em;
}

#page {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 770px;
}

#topbar {
	background: #515151 url(/gfx/top-bar.png) repeat-x bottom;
	min-height: 30px;
	width: 100%;
	display: block;
	text-align: right;
}

#topbar p {
	font-size: 12px;
	font-weight: bold;
	color: #f0f0f0;
	padding-top: 6px;
	padding-right: 8px;
}

#logobar {
	background: white url(/gfx/siam-logo-web-3.png) no-repeat right;
	background-color: white;
	clear: both;
	text-align: left;
	height: 83px;
	position: relative;
}

#logobar h1 {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 218px;
	height: 83px;
	font-size: 0%;
}

#menubar {
	clear: both;
	position: relative;
/*	float: left; */
	min-height: 32px;
	width: 768px;
	background: #eff2f5 url(/gfx/menu-bottom.png) repeat-x bottom left;
	margin: 0;
	margin-bottom: 6px;
	list-style: none;
	border-color: #dcdcdc #dcdcdc white;
	border-width: 1px 1px 0;
	border-style: solid solid none;
}

#menubar li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #cccccc;
}

#menubar a {
	background-color: #eff2f5;
	color: #666666;
	display: block;
	margin-bottom: 0;
	margin-right: 1px;
	padding: 9px 22px;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 0;
	font-size: 10px;
}

#menubar a:hover {
	color: #489ddb;
	background-color: white;
}

#menubar a.selected {
	background-color: white;
	padding-bottom: 10px;
	color: #489ddb;
}

#menubar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
}

#submenu {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
	width: 150px;
}

#submenubar {
	float: left;
	list-style: none;
	background-color: #eff2f5;
	border: 1px solid #DDDDDD;
	padding: 0 10px 2px 10px;
}

#submenubar li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
/*	border-bottom: 1px dotted #666666; */
	background: transparent url(/gfx/dot.png) repeat-x scroll left top;
}

#submenubar li.first {
	background: transparent none no-repeat scroll 0 0;
}

#submenubar a {
	float: left;
	color: #666666;
	display: block;
	margin-bottom: 0;
	margin-right: 1px;
	padding: 9px 22px;
	text-decoration: none;
	text-indent: 0;
	font-size: 12px;
}

#submenubar a:hover {
	color: #489ddb;
}

#submenubar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
}

#subcontent {
	float: right;
	width: 600px;
	min-height: 400px;
	margin-top: 0;
	margin-bottom: 3em;
}

#subcontent h1 {
	margin: 0.5em 0;
}

#attraction {
	clear: both;
	display: block;
	background-color: white;
	width: 100%;
	height: 150px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 0;
}

#content {
	width: 100%;
	border: 0;
	margin: 0;
}

#column1 {
	float: left;
	min-height: 400px;
	margin-bottom: 8px;
}

#column1 a {
	color: #666666;
}

#column2 {
	float: right;
	width: 210px;
	min-height: 400px;
	background-color: #eff2f5;
	margin-bottom: 8px;
	border: 1px solid #DDDDDD;
	padding: 10px;
	padding-top: 0;
	font-size: 9pt;
}

#column2 h2 {
	font-size: 10pt;
}

#column2 a {
	color: #666688;
}

#column2 dt a {
	color: #538db3;
}

#column2 dd a {
	border-bottom: 1px solid #666688 ;
}

#column2 dl {
	padding: 0 0 1em;
}

#news h2 {
	padding-bottom: 0.6em;
}

#news dl {
	clear: both;
	display: block;
	line-height: 1.4em;
	margin: 0;
	padding-bottom: 0;
}

#news dt {
	float: left;
	width: 60px;
}

#news dd {
	float: right;
	width: 150px;
	padding-bottom: 1em;
}

#articles h2 {
	padding-bottom: 1em;
}

#articles dl {
	clear: both;
	display: block;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: 0;
}

#articles dt {
	float: left;
	width: 60px;
}

#articles dd {
	float: right;
	width: 150px;
	padding-bottom: 1em;
}

#events h2 {
	padding-bottom: 1em;
}

#events dl {
	clear: both;
	display: block;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: 0;
}

#events dt {
	float: left;
	width: 60px;
}

#events dd {
	float: right;
	width: 150px;
	padding-bottom: 1em;
}

#content #column1 {
	width: 530px;
	padding-bottom: 1em;
}

/*
#content #onecol {
	width: 750px;
	min-height: 400px;
	margin: 0px 8px 8px 8px;
}
*/

#onecol {
	position: relative;
	width: 650px;
	padding-top: 1em;
	padding-left: 60px;
	min-height: 400px;
}

#onecol a {
	text-decoration: none;
	font-weight: bold;
	color: #669900;
}

#onecol a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	background: #515151 url(/gfx/footer-bar.png) repeat-x top;
	min-height: 30px;
	width: 100%;
	display: block;
	text-align: center;
}

#footer p {
	font-size: smaller;
	color: #f0f0f0;
	text-transform: uppercase;
	padding-top: 11px;
}

.hr
{
	background: transparent url(/gfx/dot.png) repeat-x scroll left top;
	border: 0 none;
	clear: both;
	display: block;
	height: 1px;
	padding: 0;
	margin: 1em 0;
}

.hr hr {
	display: none;
}

.clearboth {
	clear: both;
}

.golink {
	background: transparent url(/gfx/go.png) no-repeat scroll left center;
	padding-left: 18px;
	padding-top: 2px;
}

#column1 .golink {
	padding-top: 0;
}

#news-page {
	float: left;
	min-height: 400px;
	margin-bottom: 8px;
	width: 530px;
}

.item {
	margin-top: 1.5em;
	padding-bottom: 0.5em;
}

.item-title {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	margin-top: 0;
	color: #4F8DB5;
}

.item-date {
	font-size: 8pt;
	text-transform: uppercase;
	font-style: oblique;
	color: #666666;
}

.item-content {
	margin-bottom: 0.5em;
}

.lead {
	font-size: 11pt;
}

#solution-table {
	width: 100%;
	background-color: #EEF2F5;
	margin: 0.5em 0;
	padding: 6px;
	border-left: 8px solid #515151;
}

#solution-table td {
	border-right: 1px dotted #515151;
	padding: 4px;
}

#solution-table td.last {
	border-right: 0;
}

#solution-table a {
	text-decoration: underline;
	color: #666666;
}

.subtext {
	font-size: 8pt;
}

#nhs {
	font-size: 10pt;
	color: #666666;
}

#nhs h2 {
	font-size: 13pt;
	margin-top: 1em;
	text-transform: none;
}

#article-img {
	float: left;
	margin-right: 1em;
}

#trustmarque-logo {
	float: right;
	margin-left: 1em;
}


#coco_compliance_manager {
	font-size: 10pt;
	color: #666666;
	margin-bottom: 2em;
}

#coco_compliance_manager h1 {
	margin: 0.5em 0;
	text-align: center;
}

#coco_compliance_manager h2 {
	font-size: 13pt;
	margin-top: 1em;
	text-transform: none;
}

#coco_compliance_manager ul {
	margin-left: 2em;
	margin-bottom: 1.25em;
}

#coco_compliance_manager li {
	margin-bottom: 0.4em;
}

.gridsure {
	padding-left: 8px;
	padding-bottom: 2px;
}

.logo_table {
	width: 80%;
	margin-left: 2em;
	text-align: center;
}

#contact {
	position: relative;
	width: 650px;
	padding-top: 1em;
	padding-left: 60px;
}

#contact a {
	text-decoration: none;
	font-weight: bold;
	color: #669900;
}

#contact a:hover {
	text-decoration: underline;
}

#office-img {
	position: absolute;
	right: 50px;
	top: 55px;
}

.frame {
	border: 3px solid #dddddd;
	float: left;
	padding: 2px;
}

.contact_table {
	text-align: left;
	width: 90%;
	margin-bottom: 2em;
}

.name {
	width: 30%;
	padding-left: 1em;
}

.section {
	margin: 2em 0 3em 0;
}

#about {
	padding-bottom: 2em;
}

#about ul {
	margin-left: 2em;
}

#about h2 {
	margin-top: 0.5em;
}

#about h3 {
	margin: 0.5em 0;
	font-size: 11pt;
	font-weight: bold;
}

#services {
	clear: both;
	position: relative;
	padding-bottom: 2em;
}

#services ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

#services h3 {
	margin: 0.5em 0 0.25em 0;
	color: #669900;
}

#subcontent ul {
  margin-left: 2em;
  margin-bottom: 2em;
}
#eg ul {
  list-style: none;
  margin-left: 2em;
  margin-bottom: 1em;
}
#sentinel-gfx {
  text-align: center;
  margin: 0.75em;
}

#support-line {
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding: 1em;
	margin: 2em;
	text-align: center;
}
.support {
	font-size: 200%;
	color: #669900;
}
#idm h2 {
	font-size: 16px;
}
#idm h3 {
	margin-bottom: 0.25em;
	font-size: 14px;
	font-weight: bold;
}
#idm p {
	margin-bottom: 1em;
}
.img-frame {
	text-align: center;
	margin: 0.5em;
}

#callback .form-label {
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
#callback .form-field {
	margin-top: 0.25em;
}
#callback .form-note {
	color: #c0c0c0;
	font-size: 11px;
	margin-bottom: 0.5em;
	width: 300px;
}
#callback .form-submit {
	margin-top: 0.5em;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

#callback .required {
	color: #ff8833;
}
#callback .field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 300px;
}
#callback label {
	font-weight: bold;
	color: #4F8DB5;
}
#callback .success-msg {
	margin: 1em 0;
	color: #669900;
	font-size: 14px;	
	font-weight: bold;
}
#callback .err-msg {
	margin: 1em;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}
#request-callback {
	float: left;
	padding-left: 1em;
}
.phone {
	background: transparent url(/gfx/phone.png) no-repeat scroll left center;
	padding-left: 24px;
	padding-top: 2px;
	color: #f0f0f0;
}
.phone a {
	color: #88bb00;
	text-decoration: none;
}

#pci-data {
	border: 1px #b0b0b0 solid;
	margin-bottom: 2em;
}
#pci-data th {
	border: 1px solid #b0b0b0;	
	font-weight: bold;
	font-size: 8pt;
	color: black;
	background-color: #e0e0e0;
	text-align: center;
	padding: 0.25em;
}
#pci-data td {
	border: 1px solid #b0b0b0;
	padding: 0.25em;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}
#pci-data .heavy {
	color: black;
}

#support {
	margin: 1em 1em 2em 2em;
}

#support ul {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

#support h1 {
	margin-bottom: 0.5em;
}

#support-login input {
	margin-bottom: 1em;
}
#support-login .err-msg {
	margin-bottom: 1em;
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}
#support-login .noticeme {
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#support-column {
	float: right;
	width: 210px;
	min-height: 300px;
	background-color: #eff2f5;
	margin-bottom: 8px;
	border: 1px solid #DDDDDD;
	padding: 10px;
	padding-top: 0;
	font-size: 9pt;
}
#support-column a {
	color: #4D4D4D;
	text-decoration: none;
}

#front-page {
	font-size: 11pt;
}
#front-page h2 {
	font-size: 18pt;
	text-transform: none;
}
.subtitle {
	font-size: 8pt;
	font-weight: bold;
	color: #303030;
}
