﻿/* Main elements */

*			{
	margin:				0;
	padding:			0;
	border:				0;
	outline:			none;
}

html		{
	width:				100%;
}

body        {
	text-align:			center;
	font-family:		Arial, sans-serif;
	color:				#444444;
	font-size:			12px;
	background-color:	#dfdfdf;
}

hr {
	clear:				both;
	margin-bottom:		15px;
	border-top:			solid 1px #cccccc;
	height: 			1px;
	color: 				#ffffff;
	text-align: 		left;
}

.clear {
	clear: 				both;
	overflow:			hidden;
	height:				1px;
}

/* Links */
a {
	color:		 		#888888;
	text-decoration:	none;
	outline:			none;
}
a:hover {
	color:			 	#00334d;
	text-decoration:	none;
	outline:			none;
}

/* Headers */
h1 {
	color:				#00334d;
	font-size:			16px;
	padding:			0px 0px 10px 0px;
	margin:				0px;
	font-weight:		normal;
}

h1 a {
	color: 				#00334D;
	text-decoration:	none;
}

h1 a:hover {
	color: 				#888888;
	text-decoration:	none;
}

h1.gold {
	color: 				#c4ad36;
	font-size:			14px;
	font-weight:		normal;
}

h1.gold a {
	color: 				#c4ad36;
	text-decoration:	none;
}

h1.gold a:hover {
	color: 				#888888;
	text-decoration:	none;
}

h2 {
	font-weight:		bold;
	font-size:			12px;
	margin-bottom:		5px;
	color:				#00334d;
	line-height:		21px;
}

h3 {
	font-weight:		bold;
	font-size:			12px;
	margin-bottom:		5px;
	line-height:		21px;
}

/* Re-set some margins */
table {
	margin-bottom:		20px;
}

ul {
	padding-bottom:		15px;
	margin-left: 		10px;
}

ul ul {
	padding-bottom:		0px;
}

ul li {
	margin-left: 		15px;
 	padding-left: 		5px;
    list-style: 		disc;
	line-height:		21px;
}

ul ul li {
	list-style:			circle;
}

/* Paragraph */
p {
	color:				#444444;
	font-size:			12px;
	line-height:		21px;
	text-align:			justify;
	margin-bottom:		15px;
}

/* Table cells */
td {
	line-height:		21px;
	color:				#444444;
	font-size:			12px;
}

/* Color spans */
span.gold {
	color: 				#c4ad36;
}

a:hover span.gold {
	color: 				#888888;
}

span.blue {
	color:				#00334d;
}

a:hover span.blue {
	color:				#888888;
}

span.grey {
	color:				#888888;
}


/* Form elements general */
form {
	display: 			inline;
}

input, select, textarea, button, option, optgroup, label {
	font-family: 		Tahoma;
	color: 				#444444;
	font-size: 			12px;
}

/* Textarea */
textarea {
	border: 			1px solid #cccccc;
	width: 				361px;
	height: 			120px;
	padding: 			2px;
	margin-top:			1px;
	margin-bottom:		1px;
}

/* Select and options */
select {
 	border: 			1px solid #cccccc;
	width: 				216px;
	height: 			20px;
	padding: 			1px;
	margin-top:			1px;
	margin-bottom:		1px;
}

option {
	padding: 			1px;
	padding-left: 		5px;
}

optgroup {
	font-style:			normal;
}

optgroup option {
	padding-left: 		10px;
}

/* Text inputs */
input.input_small {
 	border: 			1px solid #cccccc;
	width: 				50px;
	height: 			14px;
	padding: 			2px;
	margin-top:			2px;
	margin-bottom:		2px;
}

input.input_medium {
 	border: 			1px solid #cccccc;
	width: 				150px;
	height: 			14px;
	padding: 			2px;
	margin-top:			2px;
	margin-bottom:		2px;
}

input.input_regular {
 	border: 			1px solid #cccccc;
	width: 				210px;
	height: 			14px;
	padding: 			2px;
	margin-top:			2px;
	margin-bottom:		2px;
}

input.input_large {
 	border: 			1px solid #cccccc;
	width: 				361px;
	height: 			14px;
	padding: 			2px;
	margin-top:			2px;
	margin-bottom:		2px;
}

input.input_calendar {
 	border: 			1px solid #cccccc;
	width: 				180px;
	height: 			14px;
	padding: 			2px;
	margin-top:			2px;
	margin-bottom:		2px;
}

/* File input */
input.input_file, input[type='file'] {
	width: 				221px;
	padding: 			2px;
	margin-top:			2px;
	margin-bottom:		2px;
}

/* Checkboxes and radio buttons */
input[type='checkbox'], input[type='radio'] {
	margin-left: 		4px;
}

/* Buttons */
button, input[type='submit'], .input_submit {
	border: 			3px double 	#999999;
	border-top-color: 	#cccccc;
	border-left-color: 	#cccccc;
	background:			#ffffff url(../gfx/site/button_bg.gif) repeat-x;
	cursor:				pointer;
	padding-top:		1px;
	padding-bottom:		1px;
	padding-left:		10px;
	padding-right:		10px;
	font-size:			11px;
	font-weight: 		bold;
}

button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
	margin-top:			2px;
	margin-bottom:		2px;
}

/* Focus color change */
select:focus, textarea:focus, input.input_large:focus, input.input_regular:focus, input.input_medium:focus, input.input_small:focus {
	background: 		#f8f8ff;
	border:				1px solid black;
}

/* Layout containers */
div#container {
	width:				100%;
	height:				100%;
	background:			url(../gfx/site/body.gif) repeat-y center top;
}

div#inner_container	{
	width:				980px;
	margin:				0px auto;
	padding:			0px 12px 0px 12px;
}

div#top_container {
	height:				84px;
	width:				980px;
	background:			url(../gfx/site/top_container.gif) no-repeat;
	border-bottom:		solid 4px #cfb739;
}

/* Logo image */
img#logo {
	height:				58px;
	width:				210px;
	float:				left;
	margin:				14px 0px 0px 20px;
}

/* Navigation */
div#navigation {
	float:				left;
	height:				31px;
	width:				652px;
	padding:			53px 0px 0px 25px;
}

div#navigation ul {
	list-style-type: 	none;
	margin:				0px;
	padding:			0;
	font-size:			13px;
	text-transform:		lowercase;
}

div#navigation li {
	display:			inline;
	padding:			0px;
	margin:				0px;
	line-height:		16px;
}

div#navigation a {
	float:				left;
	background:			url(../gfx/site/button_left.gif) no-repeat left top;
	margin:				0px 4px 0px 0px;
	padding:			0px 0px 0px 9px;
	text-decoration:	none;
	cursor:				pointer;
}

div#navigation a span {
	float:				left;
	background:			url(../gfx/site/button_right.gif) no-repeat right top;
	padding:			9px 14px 6px 5px;
	color:				#555555;
	display:			block;
}

div#navigation a:hover span {
	color: 					#444444;
	background-position:	100% -31px;
}

div#navigation a:hover {
	background-position:	0% -31px;
}

div#navigation .selected a {
	background-position:	0 -62px;
}
div#navigation .selected a span {
	color:#ffffff;
	background-position:	100% -62px;
}

/* Language flags */
div#language {
	float:				right;
	width:				56px;
	height:				28px;
	padding:			0px 20px 0px 0px;
	margin-top:			-30px;
}

div.language_flag {
	float:				left;
	width:				24px;
	height:				18px;
	padding-left:		4px;
}

/* Service items */
div#services {
	height:				350px;
	width:				360px;
	position:			absolute;
	margin:				10px 0px 0px 600px;
	text-align:			left;
}

div.service_item {
	width:				150px;
	height:				136px;
	background:			url(../gfx/site/service_item.png) no-repeat;
	float:				left;
	margin:				0px 0px 10px 10px;
	padding:			8px 10px 10px 10px;
}

div.service_item h1	{
	font-size:			16px;
	padding:			0px 0px 10px 0px;
	text-transform:		lowercase;
}

div.service_item p	{
	padding:			0px;
	margin:				0px;
	color:				#444444;
	font-size:			11px;
	line-height:		18px;
}


/* Header image */
div#header {
	height:				200px;
	width:				980px;
}

/* Content container */
div#content_container {
	width:				980px;
	background:			#ffffff url(../gfx/site/content_container.gif) no-repeat;
	text-align:			left;
}

div#content_left {
	float:				left;
	width:				570px;
	margin-right:		20px;
	padding:			20px 0px 0px 20px;
}

div#content_right {
	float:				left;
	width:				370px;
	padding:			140px 0px 0px 0px;
}

/* Content images */
img.right {
	margin-bottom:		10px;
	float:				right;
	margin-left:		25px;
	margin-right:		10px;
}

img.left {
	margin-bottom:		10px;
	float:				left;
	margin-right:		25px;
}

img.bordered {
	border:				solid 1px #cccccc;
	margin-bottom:		15px;
}

/* Bread crumb */
div.breadcrumb {
	font-size:			11px;
	margin-bottom:		15px;
	color:				#cccccc;
}

/* Floating columns */
div.column_text {
	float:				left;
	width:				275px;
}

div.left {
	margin-right:		20px;
}

/* More info links */
div.more_info {
	background:			url(../gfx/site/blue_dot.gif) no-repeat 0px 3px;
	padding:			0px 0px 0px 17px;
	margin-bottom:		15px;
	margin-top:			-5px;
}

div.more_info a	{
	color: 				#00334D;
	text-decoration:	none;
}

div.more_info a:hover {
	color: 				#888888;
	text-decoration:	none;
}

/* Support logos */
div#support_logos {
	width:				350px;
	height:				52px;
	margin-bottom:		10px;
	background:			url(../gfx/site/support_logos_bg.gif);
	padding-top: 		8px;
}

div.support_logo {
	float:				left;
	height:				50px;
	width:				50px;
	padding-left:		30px;
}

/* News */
div#news_top {
	background:			url(../gfx/site/news_top.gif) no-repeat;
	height:				40px;
	width:				350px;
}

div#news_top h1 {
	padding:			10px 0px 0px 15px;
	color:				#ffffff;
}

div#news_content {
	width:				348px;
	border-left:		solid 1px #e5e5e5;
	border-right:		solid 1px #e5e5e5;
	background-color:	#f9f9f9;
}

div#news_footer	{
	background:			#ffffff url(../gfx/site/news_footer.gif) no-repeat;
	width:				350px;
	height:				10px;
}

div.news_item {
	padding:			0px 15px 0px 15px;
}

div.news_item h1 {
	font-size:			14px;
	padding:			15px 0px 3px 0px;
}

div.news_item p	{
	margin:				0px;
	padding:			7px 0px 5px 0px;
	line-height:		18px;
}

div.news_item_date {
	font-size: 			11px;
	color: 				#888888;
}

/* Footer */
div#page_footer	{
	background-color:	#dfdfdf;
	height:				50px;
	width:				100%;
}

div#page_footer_container {
	width:				980px;
	background-color:	#ffffff;
	margin:				0px auto;
	background: 		url(../gfx/site/page_footer.gif) no-repeat center top;
	padding:			17px 12px 0px 12px;
	height:				28px;
}

div#page_footer_text_left {
	float:				left;
	padding:			10px 10px 10px 0px;
	font-size: 			10px;
}

div#page_footer_text_right {
	float:				right;
	padding:			10px 0px 10px 10px;
	font-size: 			10px;
}