/* css */

body {
	background-color:#FFFFFF;
	background-image:url(/im/background3.gif);
	background-position:center top;
	background-repeat:repeat-y;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	margin:auto;
	padding:0;
	width:790px;
}

h1 {
	color:#000000;
	font-size:1.6em;
	margin:0 0 4px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	height:20px;
	padding: 0 0 0 10px;
	font-size: 1.4em;
	margin-top:0;
}

q {
	font-style: italic;
}

a:link, a:visited {
	color:#636363;
}

a:hover {
	color: #0079F7;
}

form h2 {
	padding: 5px;
}


#container {
/*	background-image:url(/im/top.gif);
	background-position:center top;
	background-repeat:no-repeat; */
	margin:0px;
	padding:0px;
	width:788px;
}

#header {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:8px 8px 0;
}

#flash {
	margin: 2px 0px;
}

#logo {
	float: right;
	padding: 8px;
}

#logo a img {
	border: none;
}

#menu {
}

#menu ul {
	height: 26px;
	background-image: url(/im/grey-menu.gif);
	background-repeat: repeat-x;
	padding:6px 0 0 20px;
	margin: 4px 0;
}

#menu ul li {
	display: inline;
	list-style-type: none;
/*	border:1px solid transparent; */
}

#menu ul li a:hover {
/*	border-right: 1px solid #0079F7;
	border-left: 1px solid #0079F7; */
	background-image: url(/im/blue-menu.gif);
	background-repeat:repeat-x;
	color: #ffffff;
}

#menu ul li a {
	font-size: 1.2em;
	text-decoration:none;
	padding: 6px 12px 10px;
	color: #0156AD;
}


#side-menu {
	float:right;
	margin:8px 8px 4px 4px;
	width:228px;
}

#side-menu ul {
	border-top:1px solid #C1C1C1;
	margin:0;
	padding:0;
	width:100%;
}

#side-menu ul li {
	border-bottom:1px solid #C1C1C1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#side-menu ul li a {
	background-image: url(/im/link.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	line-height:26px;
	margin:8px 0 8px 12px;
	padding:0 0 0 28px;
	text-align:left;
	text-decoration:none;
}

#side-menu ul li a:hover {
	background-image: url(/im/link_blue.gif);
}

#side-menu ul li {
}

#side-menu ul li a.tick {
	background-image: url(/im/big_tick_green.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1.1em;
	line-height: 120%;
	font-weight: normal;
	color: #0079F7;
}

#side-menu ul li a:hover.tick {
	background-image: url(/im/big_tick.gif);
	color: #636363;
}

#picture-banner {
	border:1px dashed #000000;
	color:#636363;
	float:right;
	margin:4px 8px 4px 4px;
	padding:4px;
	width:210px;
}

#picture-banner p {
	font-size:1.1em;
	line-height: 160%;
}

#picture-banner .title {
	font-size: 1.3em;
	font-weight: bold;
}

#picture-banner .call2action a {
	font-size: 1.2em;
	text-decoration: none;
}

#content{
}

#text {
	color:#333333;
	float:left;
	font-size:1.1em;
	margin:4px 4px 4px 8px;
	position:relative;
	width:535px;
}

#text p {
	line-height: 140%;
}

#text p img {
	margin: 8px;
} 

#box {
	float: left;
	width: 244px;
	border: 1px solid #333;
	background-repeat: repeat-x;
	text-align: center;
	margin: 10px;
	color: #fff;
}

#box p {
	color:#000000;
	font-weight:bold;
	line-height:normal;
	padding:8px;
}

#long-box {
	float: left;
	width: 512px;
	border: 1px solid #333;
	background-repeat: repeat-x;
	text-align: center;
	margin: 8px;
	color: #fff;
}


#box.green {
	background-image:url(/im/green_bar.gif);
}

#box.blue {
	background-image:url(/im/blue_bar.gif);
}

#long-box.orange {
	background-image:url(/im/orange_bar.gif);
}

#box .title, #long-box .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#box .call2action {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

#box .call2action a {
	color: #0079F7;
}

#box .call2action a:hover {
	text-decoration: underline;
}

#box a {
	color: #ffffff;
	text-decoration: none;
}

#box a:hover  {
	color: #0079F7;
}

#long-box a {
	color: #0079F7;
	text-decoration: none;
}

#long-box a:hover {
	text-decoration: underline;
}

#right-images {
	float:right;
	width:108px;
}

#right-images img {
	margin:4px;
}

#right-images p {
	text-align: center;
}

#footer {	
	background: #fff;
	border-top: 1px solid #ccc;
	margin: 8px 8px 0px 8px;
	clear: both;
}

#footer p {
	font-size: 0.9em;
	text-align: center;	
	margin: 0px;
	padding: 8px 0px 8px 0px;
}

#error {
	border: 1px solid #FF0000;
	background-color: #F1B8B5;
	background-image: url(/im/error.gif);
	background-position: 4px;
	background-repeat: no-repeat;
	padding: 6px 6px 6px 26px;
	margin: 8px;
}

/* classes */

.greybox {
	background-image:url(/im/greybox_01.gif);
	background-repeat: no-repeat;
	padding: 2px 4px 2px 8px;
	color: #0156AD;
	font-size: 1.1em;
	font-stretch:expanded;
}

.greybox-end {
	height: 10px;
	background-image:url(/im/greybox_02.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

.greybox p {
	
}

.quote {
	margin:16px 8px 32px;
}

.quotename {
	display:block;
	font-weight:bold;
	text-align:right;
}

.blue {
	color: #0079F7;
}

.green {
	color: #84E003;
}

.orange {
	color: #ffc000;
}

.button {
	background-color:#DDDD22;
	background-image:url(/im/orange_bar.gif);
	border:1px solid;
	font-size:1.1em;
	font-weight:bold;
	margin:8px;
	padding:8px;
	text-align:center;
}

.button a {
	text-decoration:none;
}

.button span.sub {
	display:block;
	font-size:0.8em;
	font-weight:normal;
}

/* table */

table {
	padding: 4px;
}

th {
	background-color: #0079F7;
	padding: 4px;
	color: #fff;
}

td {
	padding: 2px;
}

.form-table {
	border: none;
}

.form-table tr:hover {
	background-color: #0079F7;
	color: #FFFFFF;
}

.form-table td {
	padding: 8px;
	vertical-align: top;
}

.red {
	background-color:#FF0000;
	color: #FFFFFF;
}