@charset "UTF-8";
/* CSS Document */

* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	background: url('../images/template/background.gif') 0 60px repeat-x;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	color: #4f4f4f;
	text-decoration: underline;
}
a:hover {
	color: #c10009;
}

a {
	outline: 0;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 1px 0;
	color: #333333;
	text-transform: uppercase;
}

h1.sifrHeading {
	height: 29px;
}

h2 {
	font-size: 23px;
	font-weight: normal;
	margin: 20px 0 16px 0;
	color: #333333;
	text-transform: uppercase;
}
h2.sifrHeading {
	height: 32px;
}

h3 {
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 13px;
	color: #c10009;
}

em {
}

em.contactType {
	font-weight: bold;
	font-size: 0.95em;
	font-style: normal;
}

object {
	outline: none;
}

img, form, fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}

.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.italic {
	font-style: italic;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}


/**
* mockup Page Definitons
*/

body#mockup {
	background: url('../images/mockup/background.jpg') top left repeat-x;
}

#siteMockup {
	width: 989px; height: 958px;
	margin: 0;
	background: url('../images/mockup/tudor_mk1.jpg') 0 0 no-repeat;
}


/**
* Holding Page Definitons
*/

body#holdingPage {
	background: white url('../images/holding/swooshHolding.gif') top left no-repeat;
	font-size: 12px;
}

#holdingContainer {
	width: 500px;
	margin-top: 35px;
	margin-left: 40px; 
}

#brandingHolding {
	width: 101px; height: 111px;
	margin: 0;
	background: url('../images/holding/brandingHolding.gif') 0 0 no-repeat;
}

#holdingContainer p#address {
	line-height: 1.35em;
}



/**
* mockup Page Definitons
*/

#siteContainer {
	width: 995px;
	background: url('../images/template/siteContainer.png') top right repeat-y;
	margin-left: -5px;
}

#contentConstant {
	float: left;
	width: 230px;
}

#contentNavigtion {
	width: 210px;
	background: url('../images/template/contentNavigtionBackground.png') 0 0 repeat-y;
	margin-left: 15px;
	padding: 26px 0 20px 5px;
}
#contentNavigtionFooter {
	width: 215px; height: 15px;
	background: url('../images/template/contentNavigtionFooter.png') 0 0 no-repeat;
	margin-left: 15px;
}

a#branding {
	width: 90px; height: 99px;
	background: url('../images/template/branding.gif') 0 0 no-repeat;
	display: block;
	margin-left: 10px;
}


#contentNavigtion h1.sifrHeading {
	font-size: 14px;
	margin-left: 10px;
}

#mainMenu {
	width: 170px;
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
}

#mainMenu li {
	border-bottom: 1px solid #999999;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#mainMenu li a {
	padding: 4px 4px 2px 4px;
	text-decoration: none;
	display: block;
}
#mainMenu li a:hover {
	background: #c10009;
	color: white;
}

a#southEastern {
	/* padding: 1px 0 0 33px; */
	margin-left: 28px;
	/* background: url(../images/template/seeLogo.jpg) 0 0 no-repeat; */
	display: inline-block;
	text-decoration: none;
	font-size: 11px;
}
a:hover#southEastern {
	color: #3596D2;
}

#contactDetails {
	width: 170px;
	margin: 10px 0 0 30px;
	font-size: 11px;
}

a#bifm {
	width: 99px; height: 40px;
	display: block;
	background: red url('../images/template/bifm.gif') 0 0 no-repeat;
	position: absolute;
	left: 20px; bottom: 50px;
}

#mainContent {
	float: right;
	width: 730px;
	margin: 95px 15px 0 0;
	position: relative;
}

#contactPhone {
	position: absolute;
	top: -85px; right: 10px;
	width: 273px; height: 55px;
	font-size: 24px;
	background: url('../images/template/phone.gif') 30px 7px no-repeat;
	text-align: right;
}

#contentFooter {
	width: 980px;
	padding: 224px 0 20px 0;
	background: url('../images/template/footerBackground.gif') 0 0 no-repeat;
	position: relative;
}

#breadcrumb {
	border-top: 1px dotted #666666;
	width: 495px;
	padding: 5px 20px;
	margin: 15px 0 30px 0;
	font-size: 11px;
	color: #666666;
	list-style: none;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb li em {
	padding-right: 4px;
}
#breadcrumb li a {
	text-decoration: none;
}

#accessMenu {
	list-style: none;
	margin: 10px 0 0 20px;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
}

#accessMenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#accessMenu li em {
	padding: 0 5px;
	font-style: normal;
	font-weight: normal;
}

#accessMenu li a {
	text-decoration: none;
}


a#beavers {
	position: absolute;
	bottom: 16px; right: 10px;
	width: 14px; height: 17px;
	background: url('../images/template/beavers.gif') 0 0 no-repeat;
}
a:hover#beavers {
	background: url('../images/template/beavers.gif') 0 -17px no-repeat;
}

#siteTerminator {
	width: 444px;
	height: 50px;
	margin: 0 0 0 540px;
	background: url('../images/template/siteTerminator.jpg') top right no-repeat;
}


/**
 * Content Definitions
 */
 
#contentMedia {
	width: 710px; height: 200px;
	margin-left: 20px;
	position: relative;
}

a.getFlash, a:link.getFlash, a:active.getFlash, a:visited.getFlash, a:hover.getFlash {
	position: absolute;
	left: 50%; top: 50%;
	width: 220px; height: 60px;
	display: block;
	margin: -30px 0 0 -166px;
	background: url('../images/getFlash.jpg') 0 0 no-repeat;
	font-size: 10px;
	text-decoration: none;
	padding-left: 56px;
	color: #666666;
}

a.getFlash span {
	font-size: 16px;
	color: #333333;
}


h1.bigHeading {
	text-transform: none;
	font-style: italic;
	color: #c10009;
	font-size: 30px;
	margin-top: 25px;
	height: 40px;
}

.contentCopy {
	width: 710px;
	margin: 15px 0 0 20px;
}

.contentColumn {
	float: left;
	width: 250px;
	margin-right: 15px;
}

.columnLarger {
	width: 515px;
}

.columnSmaller {
	width: 165px;
	background: red;
}

p.quote {
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
	position: relative;
}

em.quoteMark1 {
	width: 14px; height: 17px;
	background: url('../images/template/quoteMark1.gif') 0 0 no-repeat;
	display: inline-block;
	margin-left: -16px;
	float: left;
}

em.quoteMark2 {
	width: 14px; height: 17px;
	background: url('../images/template/quoteMark2.gif') 0 0 no-repeat;
	display: inline-block;
	margin: 0 0 -9px 2px;
}


.rosed {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.rosed li {
	background: url('../images/siteImages/bulletPoint.gif') 0 0 no-repeat;
	margin-bottom: 12px;
	padding: 4px 0 0 26px;
	height: 16px;
}


/**
 * Contact Definitions
*/

.defaultTable {
	border-collapse: 2px;
	margin: 0;
	padding: 0;
}

.defaultTable th, .defaultTable td {
	vertical-align: top;
	padding-bottom: 5px;
}

.defaultTable td.titles {
	font-size: 9px;
	text-transform: uppercase;
	width: 65px;
	padding-top: 5px;
	padding-bottom: 0px;
}

input, text, select, textarea {
	border: 1px solid #9f9f9f;
	color: #4F4F4F;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 11px;
	padding: 2px 4px;
	width: 240px;
}

button.formSend, a.formSend, button.formSendHov {
	font-family: Helvetica, Arial, sans-serif;
	background: #cccccc;
	border: none;
	color: #4f4f4f;
	cursor: pointer;
	font-size: 11px;
	margin-top:4px;
	padding:4px 5px 3px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 250px;
}
button.formSendHov {
	background: #c10009;
	color: white;
}

.required {
	font-size: 10px;
	font-style: italic;
}

tr.extraInfo td {
	display: none;
}

/**
* Form Validation
*/

.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: inline-block;
	color: #C10009;
	font-size: 10px;
	margin: 3px 0 0 0;
	font-style: italic;
}

.textfieldValidState input, input.textfieldValidState {
	background-color: none;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	border: 1px solid #C10009;
}

.textfieldFocusState input, input.textfieldFocusState {
	background-color: none;
}

.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}


.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline-block;
	color: #C10009;
	font-size: 10px;
	margin: 3px 0 0 0;
	font-style: italic;
}

.textareaValidState textarea, textarea.textareaValidState {
	background-color: none;
}

textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	border: 1px solid #C10009;
}

.textareaFocusState textarea, textarea.textareaFocusState {
	background-color: none;
}

.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}

.hidden {
	display: none !important;
}


/**
 * sIFR Flash Fonts
 */
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
}
  
.sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
}
  
.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
  
.sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px;
    float: none;
}

.sIFR-active .sifrHeading, .sIFR-active #contactPhone, .sIFR-active .bigHeading {
    font-family: Verdana;
	visibility: hidden;
	line-height: 1em;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}
