@import url("standard-fonts.css");

body {
	background: #f3f3f3 fixed url(../images/main-bg.jpg);
	text-align: center;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 3em;
}

a:link img,
a:visited img,
a:hover img,
a:active img {
	border: 0;
	
}

#page {
	background:  #ffffff;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
}

#header {
	position: relative;
	height: 74px;
	background: url(../images/header-bg.png);
}

#header h1,
#header h2 {
	position: absolute;
	left: -5000px;
	margin: 0;
}

#header p {
	margin: 0;
	position: absolute;
	right: 1em;
	bottom: 0.5em;
}

#body {
	width: 100%;
	overflow: auto;
	padding-bottom: 2em;
}

#site-nav {
	width: 100%;
	overflow: auto;
	list-style: none;
        height:30px;
	margin: 0;
	padding: 0;
	padding-top: 0em;
	padding-bottom: 0em;
	background: #ffffff url(../images/site-nav-bg.png) repeat-x center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#site-nav li {
	display: inline;
	padding-right: 0em;
	margin-right: 0em;
}

#site-nav li a {
display:block;
float:left;
height:30px;
padding-left:8px;
padding-right:8px;
line-height:30px;
margin-right:3px;
}

#site-nav li a:hover {
color:#fff;
background:#ff33cc;
text-decoration:none;
}

#site-nav li.left {
	margin-left: 0em;
}

#site-nav li.right {
	padding: 0;
	margin: 0;
	background: none;
}

#content {
	border-top: 1px solid #c8c8c8;
	margin-top: 0;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 1em;
	background: no-repeat top right;
}

#content.has-bg {
	padding-right: 410px;
	min-height: 443px;
	_height: 443px
}

p.submit {
	background: #cccccc;
	padding: 1em;
}

p.submit input.submit {
	font-size: 120%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.contacterrors {
background:#cc0000 url(../images/cross.gif) no-repeat top right;
color:#fff;
padding:6px;
}

.contacterrors ul {
list-style:square;
margin:2px;
}

.contactsuccess {
background:#66cc33 url(../images/tick.gif) no-repeat top right;
color:#fff;
font-size:19px;
padding:6px 40px 6px 6px;
height:50px;
}

.textinput {
border:1px solid #666;
font-size:12px;
background:#fff url(../images/inputshadow.gif) no-repeat top left;

}

.article_categories {
	border: 1px solid #CCC;
	float: right;
	padding: 1em 1.5em;
	margin: 1em 0 1em 1em;
	width: 220px;
}
.article_categories h1 {
	margin: 0;
}

.article_categories ul {
	margin: 0;
	padding: 1em;
}

.article_categories li {
	list-style: square;
	list-style-position:outside;
	margin: 0 0 0 1em;
}

.table {
	border-collapse: collapse;
	width: 1005;
}

.table td, .table th {
	border-bottom: 1px dashed #CCC;
	padding: 0.2em 0.4em;
}

.corporateLogos {
    text-align: center;
}
