/* 
    Document   : styles
    Created on : 23/07/2012, 10:55:53 AM
    Author     : smedina
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body {
    margin: 0;
}

#generalContainer {
    width:100%;
    height:100%;
    margin:0;
    /*background-color:#CCC;*/
    font-size: 100%;
    font-family: "Arial", sans-serif;
}
#content {
    width:940px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    background-color:#FEFEFE;
}

#header{
    background-image:url("_CSEMBEDTYPE_=image&_univid_=1319234209054&_assettype_=MMM_Image&blobcol=ImageFile");
    background-position:top left;
	background-repeat:no-repeat;
    position: relative;
    width:940px;
    height:150px;
}
#navBar {
    color: white;
    float: left;
    height: 43px;
    position: relative;
    top: 71px;
    width: 938px;
}
#navBar ul {
    height: 43px;
    margin:0;
    width: 938px;
	padding-left:0;
}
#navBar li{
    display: inline;
    list-style-type: none;
    color: white;
    padding: 0;
    float: left;
    width:auto;
	margin-top:0;
}
#navBar li a{
    
    color: #FFFFFF;
    display: block;
    font-size: 127%;
    line-height: 43px;
    min-width: 70px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.grey{
    background-color: #686E71;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.grey:hover {
    background-color: #858A8E;
}
.greyActive {
    background-color: #858A8E;
}
.gold{
    background-color: #9D8961;
    padding-right: 0.6em;
    padding-left: 0.5em;
}
.gold:hover{
    background-color: #C6AF79;
}
.goldActive {
    background-color: #C6AF79;
}
/* ~~~ Content Start ~~~ */
/* Bottom Columns - Start */
/* Bottom Columns - Global Specs. Start */
#slideshow {
    width: 100%;
    height: 320px;
    margin-bottom: 2.5em;
    margin-top: 1em;
    margin-left: 0.5em;
}
#columns {
    position: relative;
    min-height:180px;
    max-height: 100%;
    /*background: #99ccff;*/
    margin-bottom: 10px;
    margin-left:25px;
    margin-right:25px;
}
.contentCentre {
    float: left;
    font-size: 105%;
    height: auto;
    margin-right: 10px;
    width: 510px;
    color: #909090;
    font-weight: normal;
	margin-left:4.5em;
}
.contentAcross {
    float: left;
    font-size: 105%;
    height: auto;
    margin-right: 10px;
    width: 90%;
    color: #909090;
    padding-top:1em;
    font-weight: normal;
	margin-left:4.5em;
}
.imgAcross {
        margin-left:30px;
        float:left;
        border:0;
        display: block;
}  
.contentBox {
    height: 100%;
    width: 287px;
    float: right;
    padding-right: 3em;
    margin-left: 3em;
}
#leftColumn, #middleColumn, #rightColumn {
    width: 280px;
    position: absolute;
}
#leftColumn h1, #middleColumn h1, #rightColumn h1 {
    color:#909090;
    font-size: 1.85em;
    margin-top: 5px;
    margin-bottom:10px;
    font-weight: normal;
    border-bottom: 1px solid #E3E3E3;
}
#leftColumn p, #middleColumn p, #rightColumn p {
    color:#909090;
    font-weight: normal;
    border-top: 1px solid #E3E3E3;
    margin-top:5px;
    padding-top:10px;
    font-size:.8em;
}
/* Bottom Columns - Detail Specs. Start */
#leftColumn {
    /*background:yellowgreen;*/
    top:10px;
    left:10px;
    bottom:10px;
}
#middleColumn {
    /*background: rosybrown;*/
    top:10px;
    bottom:10px;
    left:305px;
}
#rightColumn {
    /*background:plum;*/
    top:10px;
    right:10px;
    bottom:10px;
}
.txtGold {
    color: #B69957;
    font-weight: normal;
}
.colContent {
    float: left; 
    font-size: 12px;
    height: auto; 
    margin-right: 3px; 
    width: 210px;
    color:#909090;
    font-weight: normal;
}
.arrow {
    float:left;
    width:60px;
    height:69px;
    border:0;
}
.arrow a{
    width: 60px;
    height: 69px;
    border: 0;
    display: block;
    padding-top: 0.5em;
	margin-right:0.5em;
}
/* Bottom Columns - End */
/* *** Upper Content Start *** */
.upperContent {
    width:100%;
    height:100%;
    margin-bottom:2em;
    margin-top:1em;
    /*margin-left: 25px;
    margin-right: 25px;
    background: lemonchiffon;*/
}
.imgTitle {
    border:0;
    display: block;
    margin-left:10px;
}
.accordionText {
    border:0;
    display: block;
    margin-left:30px;
	margin-top:4px;
}
.accordionText a {
	color:#909090;
}
.accordionText a:hover {
	color:#777;
}
.contentBox {
    margin-right: 0em;
}
.contentBoxLeft {
    float:left;
    /*margin-right: 2em;*/
	margin-left:3em;
}
/* *** Upper Content End *** */
/* Footer Start */
#footer {
    width:100%;
    height:54px;
    border-top: 1px solid #E3E3E3;
}
.footerDetails {
    float:right;
    bottom:0;
    width:250px;
    display: block;
    margin-top:12px;
}
.footerDetails table {
	display:block;
	float:right;
	margin-right:2.5em;
}
.tel {
    /*margin-top:2px;*/
    font-size: 14px;
    display:block;
    font-weight: bold;
    float:right;
}
/* Footer End */
/* ~~~ Content End ~~~ */
/* Utilities */
.clearfloat {
    clear:both;
    height:1em;
}
.hidden {
    visibility: hidden;
}
/* ~~~ Accordion Sections - Basic Styles ~~~ */ 
.accordionButton {	
	width: 920px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	/*background: #003366;*/
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
        /* Little + Icon */
        background-image: url("_CSEMBEDTYPE_=image&_univid_=1319234360970&_assettype_=MMM_Image&blobcol=ImageFile"); /* Expand Image */
        background-repeat: no-repeat;
        background-position: 1.8em center;
        padding-left: 2em;
	}
	
.accordionContent {	
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	/*background: #95B1CE;*/
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	/*background: #990000;*/
        background-image: url("_CSEMBEDTYPE_=image&_univid_=1319234360977&_assettype_=MMM_Image&blobcol=ImageFile"); /* Contract Image */
        background-repeat: no-repeat;
        background-position: 1.8em center;
        /*
        width: 18px;
        height:17px;
        */
        border:1px #FFF solid;
    }
	
.over {
	/*background: #CCCCCC;*/
      }
    