/* General structural style declarations  */

body {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 12px;
	color: #666467;
	line-height: 15px;
    margin: 0px;
    padding: 0px;
    /*background-image: url(../images/common/bg-repeat.jpg);*/
    /*background-position: 0px 0px;*/
    /*background-repeat: repeat-x;*/
    overflow: auto;
    background-color: #FFFFFF;
}

body#home {
    background-color:#000000;
    height:100%;
    padding:0;
    width:100%;
}

body#subpage {
    height:100%;
    padding:0;
    width:100%;
    background-color:#FFFFFF;
}

#subPageImage {
    background:#FFFFFF none repeat scroll 0 0;
    height:100%;
    left:0;
    overflow:hidden;
    position:absolute;
    top:0;
    width:100%;
    z-index:0;
}

.main {
    width:800px;
    height:520px;
    overflow:hidden;
    display:block;
    background-color:#ffffff;
    position:relative;
    z-index:2;
    margin:auto;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 16px;
    line-height: 22px;
    color:#ffffff;
    font-weight: normal;
    /*border-top:1px solid #989898;*/
    height:45px;
    display:block;
    clear:both;
}

h2 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #b2a997;
    line-height: 18px;
    letter-spacing:-1px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 10px;
    line-height: 15px;
}

a {
    color: #666467;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

embed, a {
    outline: none;
}

/* General Structural Declarations */

#pageHome {

}

#contentHome {
    display:block;
    text-align:center;
}

#contentHome a {
    margin:auto;
    display:block;
    position:relative;
    width:980px;
    height:692px;
    outline:none;
    text-decoration:none;
}

#contentHome a:hover {
    text-decoration:none;
}

#contentHome a span {
    position:relative;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    top:600px;
    font-weight:bold;
}

.sidebar {
    width:191px;
    height:496px;
    overflow:hidden;
    float:left;
    padding:12px;
}


#primaryNavigation {
    float:left;
    position:relative;
    top:330px;
}

.primaryNav {
    list-style:none;
    padding:0px;
    margin:0px;
}

.primaryNav li {
    width:191px;
}

.primaryNav li span {
    float:left;
    width:191px;
    margin-bottom:-6px;
    color:#ffffff;
}

.primaryNav li span a {
    color:#ffffff;
}

.contentWrapper {
   width:570px;
    height:496px;
    float:left;
    overflow:hidden;
    margin:12px 0px 12px 0px;
    overflow-y:hidden;
    overflow-x:hidden;
}


.contentSubscribe {
    width:550px;
    height:412px;
    float:left;
    overflow:hidden;
    margin:12px 0px 12px 0px;
    padding-right:25px;
}

.content {
    width:550px;
    height:412px;
    float:left;
    overflow:hidden;
    margin:12px 0px 12px 0px;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:25px;
}

.heading {
    float:left;
    height:72px;
    margin:0px;
    overflow:hidden;
    padding-right:25px;
    width:550px;
}

.contentLabel {
    width:550px;
    height:496px;
    float:left;
    overflow:hidden;
    margin:12px 0px 12px 0px;
    overflow-y:hidden;
    overflow-x:hidden;
    padding-right:25px; 
}

.contentFind {
    width:550px;
    height:496px;
    float:left;
    overflow:hidden;
    margin:12px 0px 12px 0px;
    overflow-y:hidden;
    overflow-x:hidden;
    padding-right:25px; 
}

.full {
    float:left;
    width:550px;
    /*border-top: 1px solid #989898;*/
    /*padding-top:8px;*/
}

.fullFind {
    float:left;
    width:550px;
}

.fullLabel {
    float:left;
    width:550px;
}


.labelFlash, .subscribeFlash {
    float:left;
    width:550px;
}

.columns {
    width: 570px;
    float: left;
    clear: both;
    overflow: hidden;
}

.left {
    width:266px;
    padding-right:16px;
    float:left;
}

.left img, .right img {
    padding-bottom:8px;
}

.right {
    width:268px;
    float:left;
}

.sub {
    clear:both;
    float:left;
    width:550px;
}

.subSubscribe {
    clear:both;
    float:left;
    width:550px;
    margin-top:10px;
    height:218px;
    overflow:hidden;
}


.labelWrapper {
    float:left;
    height:272px;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:16px;
}


.labelLeft {
    width:364px;
    float:left;
    padding-right:12px;
    padding-bottom:18px;
}

.labelRight {
    width:174px;
    float:left;
    padding-bottom:18px;
}

.labelLeftSub {
    width:170px;
    padding-right:12px;
    float:left;
}

/* Press Items */

ul.pressItems {
    list-style:none;
    padding:0px;
    margin:0px;
}

ul.pressItems li {
    float:left;
    width:267px;
    padding-bottom:5px;
}

ul.pressItems li.left {
    padding-right:16px;
}

ul.pressItems li img {
    padding-bottom:5px;
}

ul.pressItems li a {
    position:relative;
    float:left;
}

ul.pressItems li a img {
    float: left;
    clear: both;
}

ul.pressItems li a:hover {
    text-decoration:none;
}

.pressOverlay {
    opacity:0.8;
    filter: alpha(opacity = 80);
    width:267px;
    height:41px;
    background-color:#ffffff;
    position:absolute;
    top:0px;
    float: left;
    clear: both;
}


/* News Items */

ul.newsItems {
    list-style:none;
    padding:0px;
    margin:0px;
}

ul.newsItems li {
    border-bottom:1px solid #b2b2b2;
}

ul.newsItems li:last {
    border-bottom:0px;
}

.halfImage {
    padding-top:12px;
}

.halfImageRight {
    padding-right:12px;
}

.fullImage {
    padding-top:12px;
}

a.newsLink {
    clear:both;
    color:#BB3474;
    margin-top:5px;
}

/* Newsletter Archive */

ul.newsletters {
    list-style:none;
    padding:0px;
    margin:0px;
}

ul.newsletters li {
    float:left;
    width:267px;
    padding-bottom:5px;
    overflow: hidden;
}

ul.newsletters li.left {
    padding-right:16px;
}

ul.newsletters li img {
    padding-bottom:5px;
}

ul.newsletters li a {
    position:relative;
    float:left;
    text-decoration:none;
}

ul.newsletters li a:hover {
    text-decoration:none;
}

ul.newsletters li a img {
    float: left;
    clear: both;
}

.newsletterOverlay {
    opacity:0.8;
    filter: alpha(opacity = 80);
    width:267px;
    height:41px;
    background-color:#ffffff;
    position:absolute;
    top:0px;
    float: left;
    overflow: hidden;
    width:267px;
    clear: both;
}

/* Subscribe */

.formWrapper {
    float: left;
    clear: both;
    width:100%;
    padding-bottom:20px;
}

#subscribeForm {
    clear:both;
    float:left;
    width:546px;
}

.standardFormWrapperFields {
    padding:0px;
    margin:0px;
    list-style:none;
}

.standardFormWrapperFields li {
    float:left;
    margin-bottom:5px;
}

.standardFormWrapperFields li label {
    width:70px;
    float:left;
    margin-top:4px;
}

.standardFormWrapperFields li input {
    width:186px;
    float:left;
    margin-right:10px;
/*    margin-bottom:5px;*/
    padding:4px 2px;
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 13px;
	line-height:13px;
	color: #666467;
	border:1px solid #989898;
}

.standardFormWrapperFields li input.address {
    width:458px;
    margin-right:0px;
    float:left;
}


.standardFormWrapperFields li input.state {
    width:185px;
}

.standardFormWrapperFields li input.postcode {
    width:70px;
}

.submit {
    float:right;
    margin-right:18px;
    margin-top:4px;
}


