/* Common
------------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
}


body {
	padding:0px;
	margin: 0px;
	text-align: left;
	color:#808080;
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/bgrpt_public.jpg) repeat-x top left;
	min-width:750px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}




/* WRAPPER THAT CONTAINS THE SITE
----------------------------------------------- */
#wrapper {
	margin: 0 auto;
	padding-top: 11px;
	width: 750px;
}

/* TYPOGRAPHY STUFF
----------------------------------------------- */
h1 {
	padding: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size: 17px;
	font-weight: bold;
	font-family: Garamond, "Times New Roman", Times, serif;	
	color: #666;
}

h2 {
	padding: 5px 0px 20px 0px;
	font-size: 100%;	
}

h3 {
	font-size: 100%;
}

p {
	padding-top: 13px;
	font-size: 12px;
}

a:link, a:visited {
	color: #660099;
	text-decoration: none;
	outline:none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #660099;
	outline:none;
}

a[class ="redarrow"] {
   padding-left: 15px;
   background: transparent url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/icon_redarrow.gif) no-repeat center left;
   color: #808080;
}


a.redarrow {
   padding-left: 15px;
   background: transparent url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/icon_redarrow.gif) no-repeat center left;
   color: #808080;
}

a[class ="pdf"] {
   padding-left: 26px;
   background: transparent url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/icon_pdf.jpg) no-repeat center left;
}

/* GENERAL LEFT AND RIGHT COLUMNS + CLEARING
----------------------------------------------- */
.leftcolumn {
	float: left;
	width: 565px;
}

.rightcolumn {
	float: right;
	width: 180px
}

#footer .leftcolumn {
	float: left;
	width: 470px;
}

#footer .rightcolumn {
	float: right;
	width: 280px
}


.clearfloats{
	clear: both;
	height: 1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.clearleft{
	clear: left;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

/* CONTENT LEFT STUFF
----------------------------------------------- */
#contentleft {
	float: left;
	width: 470px;
}

#contentleftFull {
	float: left;
	width: 470px;
	sheight: 550px;
	padding-bottom: 10px;
}

#contentleft h2 {
 padding-bottom: 0px;
}

#contentleft ul {
 padding-left: 15px;
 list-style-type: circle;
}


#contentleft p img {
 padding: 0 5px;
}

#contentleftFull ul {
 padding-left: 15px;
 list-style-type: circle;
}

#contentleftFull img{
 float: right;
}

#contentleftFull h1{
 font-size: 14pt;
 padding-bottom: 0px;
}

#contentleftFull h2{
 padding: 0px;
}


#headerleft {
	text-align: left;
	float: none;
	padding-bottom: 20px;
	width: 470px;
	height: 145px;
}
#headerleft p {
	margin-top: 0px;
	padding-top: 5px;
	font-size: 80%;
}

#headerleft a img {
 border: 0px;
 float: left;
 margin-right: 5px;
}

/* CONTENT RIGHT STUFF
----------------------------------------------- */
#contentright {
	float: right;
	width: 280px;
	padding: 0px;
	margin: 0px;
	background:url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/rightgrad.gif) no-repeat top left;
	border: 0px;
}
#headerright {
}

.crest {
	width: 70px;
	float: left;
	text-align: center;
	padding-top: 42px;
	margin-top: 10px;
}

.queen {
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/crests/crestQueen.gif) no-repeat top center;
}
.duke {
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/crests/crestDuke.gif) no-repeat top center;
}
.prince {
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/crests/crestPrince.gif) no-repeat top center;
}
.scotland {
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/crests/crestScotland.gif) no-repeat top center;
}

.crest p{
	font-size: 7pt;
}

#crests {
  height: 105px;
}

.blankSpace {
  height: 105px;
}

#contentright .extrapadding {
	padding: 0px 25px 0px 25px;
	text-transform: uppercase;
	font-size: 105%;
	font-weight:bold;
	font-family:Garamond, Times, serif;
}

#contentright .titles {
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: 105%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
#contentright .offerPanel {
	padding:  5px 25px;
}
#contentright .offerPanel p {
	padding:  5px 0 10px 0;
}

#directory {
float: none;
position: relative;
top: 20px;
height: 170px;
}

#directory p {
 margin: 0 0 5px 0;
 padding: 0 15px 0 25px;
 color: #666;
}

#directory form{
 float: none;
 padding: 0 0 0 25px;
}

#directory input {
 sheight: 20px;
 sborder: 1px solid #ddd;
 smargin: 0px;
 spadding: 0px;
}

#directory input.textBox {
 width: 200px;
 background-color: #ffd;
 margin: 0px;
}

#directory select {
 width: 235px;
 font-size: smaller;
 margin-bottom: 2px;
 background-color: #ffd;
 border: 1px solid #ddd;
}

#directory option {
 width: 225px;
 font-size: smaller;
}

#directory form p{
 padding: 0px;
 margin: 0px;
}

#directory br {
 margin: 4px;
 display: block;
}

/*********************************/

#largeForm {

}

#largeForm p {
 margin: 0 0 5px 0;
 padding: 0 15px 0 25px;
 color: #666;
}

#largeForm form{
 padding: 5px 0 0 175px;
}

#largeForm input.textBox {
 width: 400px;
 background-color: #ffd;
 margin: 0px;
 border: 1px solid #ddd;
}

#largeForm select {
 width: 400px;
 margin-bottom: 2px;
 background-color: #ffd;
 border: 1px solid #ddd;
}

/*************************/

#history p, #downloads p, #nuggets p {
	padding: 5px 25px;
}

#history {
 position: relative;
 top:5px;
}

#contact_details {
 padding: 5px 0 0 25px;
}

#contact_details h1{
 padding-bottom: 5px;
}

#contact_details p{
 padding: 0px;
 color: #555;
}

#contact_details span{
 color: #888;
}

.siteSearch {
 float: right;
 padding: 0 25px 0 0;
}

/*** Company results ****/

#company {
 padding-bottom: 10px;
}

#company a {
 padding-right: 10px;
}

#company h2 {
 font-size: 12pt;
 font-weight: normal;
 color: #666;
}

#company .result {
 padding: 0 0 10px 0;
}

#company .result span a {
 float: right;
 background: transparent url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/icon_redarrow.gif) no-repeat scroll left center;
 padding: 5px 0 0 15px;
}
#company .result a {
 float: none;
}

#company .result th {
 padding-right: 5px;
 margin: 0px;
}

#company .result table {
 border-collapse: collapse;
}

.company_crests {
	width: 100%;
	padding: 5px 0 10px;
	margin-top: 10px;
	float: left;
	text-align: center;
}


.company_crests .crestqueen {
	width: 90px;
	float: left;
	text-align: center;
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/companyCrestQueen.gif) no-repeat;
	padding-top: 35px;
}
.company_crests .crestduke {
	width: 100px;
	float: left;
	text-align: center;
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/bgimg_crestduke.gif) no-repeat ;
	padding-top: 35px;
}
.company_crests .crestprince {
	width: 90px;
	float: left;
	text-align: center;
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/companyCrestPrince.gif) no-repeat;
	padding-top: 35px;
}
.company_crests .crestmom {
	width: 90px;
	float: left;
	text-align: center;
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/companyCrestQueen.gif) no-repeat;
	padding-top: 35px;
}

/*****/
hr {
	margin: 5px 25px;
	border: none 0;
	height: 1px;
	border-top: solid 1px #d9dada;
	border-botom: solid 1px #ffffff;
	position: relative;
}

.result {
 border-bottom: 1px solid #ccc;
 padding: 4px 0 0;
 margin: 0 0 10px;
}

.result .resultTitle {
 font-size: 150%;
 font-weight: normal;
 padding: 10px 0 3px 35px;
 background: transparent url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/resultIcon.gif) no-repeat scroll left center;
}

.result .resultTitle a {
 padding-top: 5px;
}

.result p {
 padding-top: 0px;
}

.result h1 {
 padding: 5px 0;
}

.result h2 {
 padding: 5px 0;
}

.result .resultLink {
 padding-bottom: 5px;
}

.result .resultLink a {
 background: transparent url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/icon_redarrow.gif) no-repeat scroll left center;
 padding: 5px 0 0 15px;
 text-align: right;
 font-size: smaller;
}

.result hr {
 width: 400px;
}

.searchText {
 color: #555;
 font-weight: bold;
}

/* NUGGETS AT THE BOTTOM OF THE PAGE X3
----------------------------------------------- */
#nuggets{
	margin-top: 20px;
}

#nuggets .leftcolumn {
	float: left;
	width: 470px;
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/bgrpt_footerleftgrad.jpg) no-repeat;
}

#nuggets .rightcolumn {
	float: right;
	width: 280px;
	background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/bgrpt_footerrightgrad.jpg) no-repeat;
}

.nugget1{
	padding: 18px 10px 0px 18px;
	float: left;
	display: inline;
	width: 212px;
}
.nugget2{
	padding: 18px 18px 0px 0px;
	float: left;
	display: inline;
	width: 212px;
}
.nugget3{
	padding: 18px 0px 20px 25px;
}

/* FOOTER
----------------------------------------------- */
#footer {
	background:url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/bgrpt_footerhrtop.gif) repeat-x top left;
	margin-top: 10px;
	font-size: 80%;
}

#footer .rightcolumn {
	text-align: right;
}

.footernav{
	padding-top: 8px;
}

.footernav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footernav a:link, .footernav a:visited {
	color: #808080;
	text-decoration: none;
}

.footernav a:hover {
	color: #808080;
	text-decoration: underline;
}



.combo /* look & feel of scriptaculous select box*/
{
  margin: 0px;
  width : 235px;
  display : block;
  text-align:left;
  background: url('/system/modules/com.navyblue.opencms.site.rwha/resources/img/dropDown.jpg') left;
  height:16px;
  cursor: pointer;
  border:0px;
  color:#000;
  padding: 5px 0 0 5px;
}

/***** icons *****/

#icons {
 padding: 5px 0 0 25px;
}

#icons p{
 padding: 0px;
}

#icons span {
 display: block;
 padding: 2px 0 4px 20px;
}

#icons .print {
 background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/icon_printer.jpg) no-repeat ;
}

#icons .bookmark {
 background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/icon_bookmark.jpg) no-repeat ;
}

#company span {
 display: block;
 padding: 5px 0 10px 36px;
}

#company .links {
 padding: 5px 0;
 margin: 5px 0;
}

#company .links a{
 background: none;
 padding: 0px;
}

#company .save {
 background: url(/system/modules/com.navyblue.opencms.site.rwha/resources/img/icon_save.jpg) no-repeat ;
}

#faqTopicList {
 padding-top: 10px;
}

#faqTopic p {
 padding: 0 0 10px 0;
}

.tabulated p label {
 margin-left: -120px;
 width: 115px;
 float: left;
}

.tabulated p {
 clear: left;
 width: 350px;
 padding: 3px 0px 3px 120px;
}

.tabulated p input {
 border: 1px solid #ccc;
 width: 336px;
}

.tabulated textarea {
 border: 1px solid #ccc;
}

.tabulated .button input{
 border: 1px solid #ccc;
 width: 60px;
}

#contactDetails label {
 font-weight: bold;
 padding-right: 4px;
}

#fullContent {
 width: 750px;
 float: left;
}

#company .highlighted {
 font-weight: bold;
 text-decoration: underline;
 padding: 0 10px 0 0;
 display: inline;
 color: #000;
}

#company a:visited {
 color: #d4f;
 font-weight: normal;
}