/*** The Essential Code ***/

body {
	min-width: 770px;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

.boldtext {
	font-weight:bold;
	color: #000000;
}
.italictext {
	font-style:italic;
}
.BodyTitle {
	font-weight:bold;
	color: #1B4C84;
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	text-align: left;
	float: left;
}
#container .column {
	position: relative;
	float: left;
}
#center {
	left: 0px;
	top: 0px;
	padding: 0px 8px 0px 8px;
	width: 265px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
#center-full {
	width: 520px;
	left: 0px;
	top: 0px;
	padding: 0px 9px 0px 9px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
#Single-Column {
	width: 770px;
	left: 0px;
	top: 0px;
	padding: 0px 9px 0px 9px;
}

#center-full a, #Single-Column a {
	font-weight: bold;
	color: #D90000;
	text-decoration: none;
}
#center-full a:hover, #Single-Column a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#center-full .MCS_Title, #Single-Column .MCS_Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #31796B;
}
#center-full .MCS_Title a, #Single-Column .MCS_Title a {
	text-decoration: none;
	color: #333333;
}
#center-full .MCS_Title a:hover, #Single-Column .MCS_Title a:hover {
	text-decoration: underline;
	color: #333333;
}

.img-Left {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #1b4c84;
}
.img-mt {
	margin-right: 15px;
	border: 1px solid #1b4c84;
}

#left {
	left: 0px;
	top: 0px;
	padding: 0px 10px 0px 0px;
}
#right {
	left: 0px;
	top: 0px;
	padding: 0px 0px 10px 10px;
}
#right-full {
	left: 0px;
	top: 0px;
	padding: 0px 0px 10px 10px;
}

#footer {
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#center-full .test{
	color:#000000;
	font-weight:normal;
}
#center-full .test a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
#center-full .test a:visited {
	font-weight:normal;
	text-decoration:none;
}
#center-full .test a:hover{
	text-decoration:underline;
	font-weight:normal;
}
/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		#container .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */
		}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 770px;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}
		
#center, #center-full, #Single-Column, #left, #right, #right-full {
	color: #333333;
	font-size: 72%;
}		


.ColumnHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D90000;
	font-size: 175%;
	font-weight: bold;
}		
		
.ColumnHeader_QL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D90000;
	font-size: 120%;
	font-weight: bold;
}		
		
#header {
	width: 770px;
	float: left;
}


#FlashBanner {
	width: 600px;
	float: left;
}
#SearchBar {
	width: 160px;
	float: left;
	text-align: right;
	vertical-align: bottom;
}
#SearchBar a {
	font: 9px Arial, Helvetica, sans-serif;
	color: #D90000;
	text-decoration: none;
}
#SearchBar a:hover {
	text-decoration: underline;
}


#logo {
	width: 150px;
	height: 90px;
	background-image:    url("../images/default/logo.gif");
	display: block;
	margin-left: 25px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
		
#menu {
	height: 10px;
	width: 764px;
	background-image:    url("../images/default/nav-gradient.gif");
	background-repeat: repeat-y;
	background-position: left top;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: 85%;
	float: left;
	font-weight: bold;
	background-color: #D61F26;
}

* html #menu {
	width: auto;
	height: 1px;
	padding-bottom: 1px;
}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}

#nav1 a {
	display: block;
	width: 150em;
	w\idth: 6em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}
#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 0px 2px 5px 0px;
	margin: 0 4px 0 0px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 16em;
	font-weight: normal;
	font-size: 80%;
	margin: 3px 0px 0px 0px;
	background-color: #931A1D;
	border: 1px solid #FFFFFF;
}

#nav li li {
	padding-right: 1em;
	width: 10em;
	margin: 2px;
}

#nav li ul a {
	width: 10em;
	padding-bottom: 2px;
}
#nav li ul a:hover {
	text-decoration: underline;	
}

#nav li ul ul {
	margin: -1.75em 0 0 2em;
	border: 1px dotted #ff0000;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #FF0000;
	position: static;
}

#banner {
	clear: both;
	height: 150px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #FF0000;
	margin-bottom: 10px;
}
		
#address_LHS, #address_RHS {
	font-size: 65%;
	text-decoration: none;
}

#address_LHS {
	width: 65%;
	float: left;
}

#address_RHS {
	width: 35%;
	text-align: right;
	float: right;
}

#address_LHS A, #address_RHS A {
	color: #D90000;
	text-decoration: none;
}

#address_LHS A:hover, #address_RHS A:hover {
	text-decoration: underline;
}

#clearem {
  clear: both;
}

#NewsClip {
	color: #333333;
	width: 220px;
	background-image:    url("../images/default/small-red-arrow.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	margin-top: 10px;
}
#NewsClip:hover {
	background-color: #FFFFCC;
}
#NewsClip a {
	color: #D90000;
	text-decoration: none;
}
#NewsClip a:hover {
	text-decoration: underline;
}
#newsArch {
	text-align: right;
	color: #1B4C84;
	padding: 4px;
	border: 1px solid #595A5A;
	margin: 0 10px 0 0px;
	background-color: #E6EBF1;
	text-decoration: none;
}
#newsArch A {
	color: #1B4C84;
	text-decoration: none;
}
#newsArch a:hover {
	text-decoration: underline;
}
#border {
	border: 1px dotted #999999;
	margin-bottom: 10px;
}
#build {
	padding: 0px 10px 4px 4px;
	margin:0;
}
#build a {
	color: #D90000;
	text-decoration: none;
	font-weight:bold;
}
#build a:hover {
	text-decoration: underline;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
padding: 1px 1px 1px 1px;
}

.buildmargin
{
margin: 10px;
}

#newsArch {
	text-align: right;
	color: #1B4C84;
	padding: 4px;
	border: 1px solid #595A5A;
	margin: 0 0px 0 0px;
	background-color: #E6EBF1;
	text-decoration: none;
}
#newsArch A {
	color: #1B4C84;
	text-decoration: none;
}
#newsArch a:hover {
	text-decoration: underline;
}

#dottedline {
	background-image:    url("../images/default/single-dot.gif");
	background-repeat: repeat-x;
	padding-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#redline {
	border-bottom: 1px solid #D90000;
	padding-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
#redline-spacer {
	border-bottom: 1px solid #D90000;
	padding-top: 3px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

#blueline {
	border-bottom: 1px solid #1B4C84;
	padding-top: 3px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 0px;
}

#dashedline {
	border-bottom: 1px dashed #C0C0C0;
	padding-top: 3px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

#QuickLink {
	color: #1B4C84;
	font-size: 90%;
	width: 205px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#QuickLink .Adhead {
	font-size: 110%;
}
#QuickLink img {
	border: 1px solid #1B4C84;
	margin-right: 10px;
}
#QuickLink a {
	color: #D90000;
	text-decoration: none;

}
#QuickLink a:hover {
	text-decoration: underline;
}
#QuickLink2 {
	color: #1B4C84;
	font-size: 70%;
	width: 166px;
	height: 60px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
	
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C0C0C0;
}
#QuickLink2 .Adhead {
	font-size: 110%;
}
#QuickLink2 img {
	border: 1px solid #1B4C84;
	margin-right: 5px;
}
#QuickLink2 a {
	color: #D90000;
	text-decoration: none;

}
#QuickLink2 a:hover {
	text-decoration: underline;
}
#location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1B4C84;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 11px;
}

#location a {
	color: #1B4C84;
	text-decoration: none;
	font-weight: normal;
}

#location a:hover {
	font-weight: normal;
	text-decoration: underline;
}


#locationBlk {
	font-size: 11px;
	margin-bottom: 11px;
	padding-left: 0px;
	float: left;
	width: 520px;
}
#locationBlk .image {
	float: right;
	width: 120px;
}
#locationBlk .image span {
	width: 120px;
	text-indent: 0;
	float: left;
}
#locationBlk .Country {
	font-size: 11px;
	font-weight:bold;
	color: #1B4C84;
	padding-bottom: 15px;
}
#locationBlk .Address {
	width: 200px;
	padding-bottom: 10px;
	float: left;
}

#locationBlk .Contacts {
	padding-left: 10px;
	float: left;
	width: 300px;
}
#locationBlk .details{
	padding-left: 5px;
}




.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.inputBox-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
.BoldRed {
	font-weight: bold;
	color: #D90000;
}
.arc_date {
	font-style: italic;
}
.arc_title {
	font-weight: bold;
}
#FirstLevel {
	border: 1px dotted #FF0000;
	padding: 3px;
}
.vac_Title {
	font-weight:bold;
	color: #1B4C84;
	font-size: 130%;
}
.img-Right {
	margin-left: 5px;
	border: 1px solid #1b4c84;
}
.tinyText {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#optopic {
	width:197px;
	margin:10px;
	float:right;
	font-size:9px;
	font-weight:bold;
}
.randompad {
	padding: 5px 8px 5px 8px;
	font-size: 70%;
	color:#333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #ffffff;
	border-left-color: #C0C0C0;
}
.randompad a {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
.randompad a:visited {
	text-decoration:none;
}
.randompad a:hover{
	text-decoration:underline;
}
.randompad2 {
	padding: 3px 8px 3px 8px;
	font-size: 70%;
	color:#ff0000;
	background-color: #cccccc;
}
.randompad2 a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}
.randompad2 a:visited {
	text-decoration:none;
}
.randompad2 a:hover{
	text-decoration:underline;
}
.pictopad {
	padding:5px;
}
.fronto {
	font-size: 10pt;
	font-weight:bold;
	color: #1B4C84;
}

#Thumbnail {
	color: #1B4C84;
	font-size: 90%;
}
#Thumbnail img {
	border: 1px solid #1B4C84;
}
#Thumbnail a {
	color: #D90000;
	text-decoration: none;

}
#Thumbnail a:hover {
	text-decoration: underline;
}
#licensing_round a {
	color: #1B4C84;
	text-decoration: none;

}
licensing_round a:hover {
	color: #1B4C84;
	text-decoration: underline;

}
