


/*####################
##### HTML, BODY #####
#####################*/ 

*
{
    margin                  : 0px 0px 0px 0px;
    padding                 : 0px 0px 0px 0px;
    text-align              : left;
}
html,body 
{
	height                  : 100%; /* needed for container min-height */
}
body 
{
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 11px;
	text-align              : center;
	color					: #000000;
	background-color        : #FFFFFF;
}


/*###################
##### CONTAINER #####
###################*/

#container
{
    display                 : block;
    width                   : 754px;   
    margin                  : 0px auto 0px auto;
    text-align              : left;
}



/*###########
### FONTS ###
###########*/


p
{  
    margin                  : 0px 0px 0px 0px;
    padding                 : 5px 0px 5px 0px;
    line-height             : 1.4em;
    font-size               : 100%;
}


h1
{
    color                   : #FFF;
    font-size               : 200%;
    font-weight             : bold;
    line-height             : 1.2em;  
    margin                  : 0px 0px 0px 0px;
    padding                 : 0px 0px 0px 0px;
}


h2
{
    /* product cluster headers  */
    color: #0670D0;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 1.4em;
    float: left;
}


h3
{
    /* left nav headers  */
    width: 199px;
    height: 20px;
    background-image: url(../images/left-h3-bgdt.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 5px;
    margin: 2px 0px 5px 0px;
}

.aboutUsTeaser h3
{
    /* left nav headers  */
    width: 200px;
    background-image: url(../images/left-h3-bgdt.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 3px 0px 5px;
    margin: 0px 0px 0px 0px;
}

#homeRight h3
{
    /* left nav headers  */
    width: 170px;
    background-image: url(../images/right-h3-bgd.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 3px 0px 5px;
    margin: 0px 0px 0px 0px;
}

h4
{
    /* secondary headers  */
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}




.specialbox
{
    /* left nav headers  */
    width: 200px;
    background-image: url(../images/left-h3-bgd.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 3px 0px 5px;
    margin: 0px 0px 0px 0px;
}


a
{
    color: #0770D1;
    text-decoration: none;
}

a:hover
{
    color: #0770D1;
    text-decoration: underline;
}



/*################
##### HEADER #####
################*/

#header
{
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    display             : block;
    height              : 60px;
}

/* --- Header Logo --- */
.headerLogo
{
    float               : left;
    margin              : 10px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    border              : none;
}

/* --- Header Search Box --- */
.headerSearch
{ 
    float               : right;
    margin              : 0px 0px 0px 0px; 
    padding             : 20px 0px 0px 15px;
    height              : 30px;
}
.headerSearchBox
{ 
    margin              : 0px 0px 0px 0px;
    padding             : 3px 5px 0px 5px;
    border              : none;
    height              : 17px;
    width               : 110px;
    font-size           : 11px;
    color               : #777;
    background          : #FFF url('../images/searchBox.gif') top left no-repeat;
}

/* --- Header Search Button --- */
.headerSearchBtn
{ 
    float               : right;
    margin              : 0px 0px 0px 0px;
    padding             : 20px 0px 0px 5px; 
    height              : 30px;
    width               : 30px;
}
button, input[type="submit"].searchBtn
{ 
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    border              : none;
    height              : 20px;
    width               : 30px;
    background          : #FFF url('../images/searchBtn.gif') top left no-repeat;
    cursor              : pointer
}
button, input[type="submit"].searchBtn:hover
{ 
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    border              : none;
    height              : 20px;
    width               : 30px;
    background          : #FFF url('../images/searchBtn.gif') bottom left no-repeat;
}

/* --- Header Contact --- */
.headerContact
{
    float               : right;
    margin              : 0px 0px 0px 0px;
    padding             : 23px 0px 10px 0px;
    font-size           : 13px; 
}
.headerContact a
{
    text-decoration     : none;
    color               : #666;
    margin              : 0px 10px 0px 0px;
    padding             : 0px 12px 0px 0px;
    border-right        : 1px solid #999;
}
.headerContact a:hover
{
    color               : #000;
    text-decoration     : underline
}




/*######################
#### TOP NAVIGATION ####
######################*/

#nav
{
    padding             : 0px 0px 0px 0px;
    margin              : 0px 0px 1px 0px;
    display             : block;
    /*width               : 757px;*/
    height              : 22px;
    clear               : both;
}
ul#navMain
{
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    display             : block;
    list-style          : none;
    background-color    : #275D93;
    height              : 22px;
}
ul#navMain li
{
    display             : inline;
}
ul#navMain li a
{
    display             : block;
    color               : #FFFFFF;
    text-align          : center;
    text-decoration     : none;
    float               : left;
    margin              : 0px 0px 0px 0px;
    padding             : 0px 4px 0px 0px;
    background          : url('../images/btnRight.gif') top right no-repeat;
}
ul#navMain li a.btnRight
{
    background-image    : none !important;
}
ul#navMain li a:hover, ul#navMain li a.selected
{
    color               : #FFFFFF;
    background-color    : #0CA354;
}
.navImg
{
    border              : none;
    padding             : 0px;
    margin              : 0px;
    float               : left;
}
.btnText, .btnHome, .btnEnquiry
{
    margin              : 0px 0px 0px 0px;
    padding             : 0px 13px 0px 13px; 
    font-size           : 12px;
    line-height         : 1.8em;
    font-weight         : normal;
}
.btnEnquiry
{
    padding             : 0px 35px 0px 31px;
}



/*###################
#### FLASH MOVIE ####
###################*/

#flashBox
{
    clear               : both;
    width               : 754px;
    height              : 260px;
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
}



/*#################
##### CONTENT #####
#################*/

#content{
    clear               : both;
    width               : 754px;
    height              : auto;
    background          : #999 url('../images/bkgrndContent.gif') top left repeat-x;
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
}
#contentLeft
{
    float               : left;
    width               : 480px;
    height              : auto;
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
}
#contentRight
{
    float               : right;
    width               : 274px;
    height              : auto;
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
}



/*#################
##### TEASERS #####
#################*/

.teaserNews, .teaserAnnouncement, .teaserRandom1, .teaserFlash, .teaserRandom2
{
    display             : block;    
    float               : left;
    margin              : 10px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
}
.teaserTitle
{
    display             : block;    
    margin              : 0px 0px 1px 0px;
    padding             : 0px 0px 0px 15px;
    height              : 22px;
    background-color    : #275D93;
    color               : #FFF;
    font-size           : 120%;
    line-height         : 1.6em;
}
.teaserTitleMark
{
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    vertical-align      : top;
}
.teaserAnnouncement
{
    width               : 195px;
    height              : 193px;
    padding             : 10px 15px 10px 15px;
    background          : url('../images/bkgrndAnnouncement.gif') top left repeat-x;
    color               : #FFF;
}
.teaserAnnouncement h2
{
    font-size           : 120%
}
.teaserRandom1
{
    width               : 245px;
    height              : 213px;
    background-color    : #FFF
}
.teaserFlash
{
    width               : 274px;
    height              : 214px;
    background-color    : #FFF
}
.teaserRandom2
{
    width               : 274px;
    height              : 213px;
    background-color    : #FFF
}
.teaserRandom1 p, .teaserRandom2 p
{
    padding             : 10px 15px 10px 15px;
}
.teaserNews
{
    width               : 470px;
    height              : 214px;
    background-color    : #FFF
}
.teaserNewsImgMain
{
    margin              : 0px 1px 0px 0px;
    padding             : 0px 0px 0px 0px;
    border              : none;
    float               : left;
}
#teaserNewsHeadlines ul
{
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    list-style          : none;
    float               : right;
    display             : block;
}
#teaserNewsHeadlines ul li a
{
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    display             : block;
    color               : #FFF;
    text-decoration     : none;
    width               : 244px;
    height              : 63px;
    border-bottom       : 1px solid #FFF;
    background-color    : #0CA354
}
#teaserNewsHeadlines ul img
{
    margin              : 0px 0px 0px 10px;
    padding             : 0px 0px 0px 0px;
    float               : right;
}
#teaserNewsHeadlines span
{
    margin              : 0px 8px 0px 8px;
    padding             : 3px 0px 0px 0px;
    display             : block;
    font-size           : 12px;  
    line-height         : 1.2em;
}
#teaserNewsHeadlines ul li a:hover
{
    background          : url('../images/btnNews.gif') bottom left repeat-x;
}




/*################
##### FOOTER #####
################*/

#footer
{
    clear               : both;
    margin              : 0px auto 10px auto;
    padding             : 8px 10px 0px 10px;
    display             : block;
    color               : #333;
    font-size           : 10px;
    width               : 734px;
    height              : 18px;
    background-color    : #A5A5A5;
}
.footerLeft, .footerRight
{
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    float               : left;
    color               : #FFF;
}

.footerRight
{
    float               : right;
}
.footerLeft a, .footerRight a
{
    text-decoration     : none;
    color               : #FFF;
}
.footerLeft a:hover, .footerRight a:hover
{
    text-decoration     : underline;
    color               : #FFF;
}

.scrollbox
{
    margin              : 0px auto 10px auto;
    padding             : 0px 15px 0px 15px;
    width               : 722px;
    height              : 60px;
    overflow            : auto;
    border              : 1px solid #CCC;
    color               : #999;
}




























#divNewsletterRequest
{
 display: block;
    width: 200px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.teasers img
{
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.aboutUsTeaser
{
    width: 200px;
    height: 136px;
    margin: 0px;
    padding: 0px;
}

.aboutUsTeaser img
{
    border: none;
    height: 112px;
    width: 200px;
    margin: 0px;
    padding: 0px;
}

.contentLeftTbl
{
    width: 190px;
}

.contentLeftTbl td
{
    vertical-align: top;
}



.divNewsletterRequest
{
    margin-top: 10px;
}

.divNewsletterRequestTable
{
    width: 170px;
}

.divNewsletterRequestTable td
{
    vertical-align: top;
}

.divNewsletterRequestField
{
    font-size: 100%;
    width: 166px;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 3px;
}

.contentLeftTblList
{
    font-size: 100%;
    width: 195px;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 0px;
}


*html .contentRight
{
    width: 537px;
}


.contentRight ul
{
    list-style-type: disc;
    margin: 5px 0px 10px 10px;
    padding: 0px 0px 0px 0px;
}

.contentRight ul li
{
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 5px 5px;
}

.contentRight ul li a
{
    text-decoration: none;
}

.contentRight ul li a:hover
{
    text-decoration: underline;
}





.contentRight .three-across ul
{
    margin: 0px 0px 0px 30px;
    padding: 0px;
}

.contentRight .three-across li
{
    margin: 0px;
    padding: 0px;
}

.contentRight .three-across li a
{
    margin: 0px;
    padding: 0px;
}









/*#####################
#### MISCELLANEOUS ####
#####################*/



/*---------- GENERAL CLEAR ---------*/
.clear
{
    clear: both;
    height: 0px;
}



/*---------- GENERAL IMAGE FLOATED RIGHT ---------*/
.imgRight
{
    float: right;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 10px 20px;
}



/*---------- VARIOUS BUTTONS ---------*/
.submitBtn
{
    border: none;
    margin: 5px 150px 20px 0px;
    float: right;
    border: none;
}

.nextBtn
{
    border: none;
    margin: 5px 0px 20px 0px;
    float: right;
    border: none;
}


/*---------- HOMEPAGE QUOTE ---------*/

.quote
{
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    background-image: url(../images/66.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

.quoteText
{
    padding: 0px 25px 0px 25px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 130%;
    line-height: 1.4em;
}

.quoteName
{
    padding: 0px 0px 10px 0px;
    margin: -10px 0px 0px 0px;
    text-align: center;
    font-size: 90%;
}

.quoteEnd
{
    display: block;
    float: right;
    width: 17px;
    height: 17px;
    padding: 0px 0px 0px 0px;
    margin: -20px 0px 0px 0px;
    background-image: url(../images/99.gif);
}



/****************************************************************************************/
/* Right Table */
/****************************************************************************************/


#right-content table#design
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    border: none;
    width: 550px;
}

#right-content table#design td
{
    vertical-align: top;
    text-align: left;
}


.toprow
{
    font-weight: bold;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
    color: #066FD0;
}

.middlerow
{
    border-right: 1px solid #ccc;
}

#design ul li
{
    padding: 0px 0px 18px 0px;
    margin: 0px 0px 0px 10px;
}



/****************************************************************************************/
/* Brochure Request Form */
/****************************************************************************************/

form
{
    margin: 0px;
}
#right-content fieldset
{
    border: 1px dotted #0871D0;
    padding: 0px 0px 0px 0px;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#right-content legend
{
    padding: 20px 0px;
    margin: 10px;
    color: #0871D0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#right-content fieldset p
{
    color: pink;
    margin-left: 10px;
    padding-left: 10px;
    text-indent: 30px;
    text-align: left;
    font-size: 10px;
}

#right-content label
{
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/*
input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
}
*/

.txtfield
{
    border: 1px dotted #4DB528; /* background-color: #F0F0F0; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    margin-top: -5px;
}
/* Added by pete 
   Text boxes/inputs and Buttons */
.txt
{
    /* background-color: #cbedf9; */
    border: 1px inset #555555;
    margin: 1px 3px 3px 0px;
    font-size: 10pt;
    padding-left: 3px;
}
.txt:FOCUS
{
    background-color: #efefef;
    border: 1px inset #000099;
}


label.hover:hover
{
    background-color: #EEEEEE;
}
/* << to here */


.buttons
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/****************************************************************************************/
/* Seating Guide*/
/****************************************************************************************/
table#seating
{
    background-color: #FFFFFF;
    border: solid #ffffff 0px;
    width: 550px;
}

table#seating td
{
    spacing: 2px;
    border: solid #ffffff 1px;
}

.graph
{
    color: #000000;
    vertical-align: top;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 3px;
}

.left
{
    color: #000000;
    text-align: left;
    vertical-align: top;
    background-color: #ffffff;
    font-size: 10px;
}

.toprow
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    padding: 0px 0px 0px 20px;
    background-color: #ffffff;
    color: #066FD0;
}






/*******************************************************************************************/
/* DHTML Tabs */
/*******************************************************************************************/
/* Div around the <a's that make the space */
.section-tabs
{
    padding: 3px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #ffffff;
    font-family: Arial, Helvetica, sans-serif; /* background-color: #cccccc;*/
}

.section-tabs li
{
    list-style: none;
    margin: 0px;
    display: inline;
}

.section-tabs li a
{
    padding: 2px 5px 0px 0px;
    margin: 0px 0px 0px 3px;
    border: 1px solid #ffffff;
    border-bottom: none;
    background: #ffffff;
    text-decoration: none;
    color: #066FD0;
    font-weight: bold;
}

.section-tabs li a:hover
{
    color: #44AD1E;
    background: #ffffff;
    border-color: #ffffff;
}

.section-tabs li a.section-tabs-current
{
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}



.case-studies-box
{
    width: 217px;
    height: 184px;
    float: left;
    border: none;
    text-align: center;
}

.imgLatestNews
{
    float: left;
}

.otherNews li
{
    list-style: none;
}

.otherNews li img
{
    margin: 0px 20px 10px 0px;
    width: 50px;
}

.otherNewsHome ul
{
    margin: 10px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
}

.otherNewsHome ul li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.latestNewsImage
{
    width: 50px;
    float: left;
    margin: 0px 20px 10px 0px;
}


#homeLeft{
    width: 335px;
	display:block;
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#homeRight{
    width: 178px;
	display:block;
    float: left;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


#homeRight img
{
    border: 0px;
    margin-bottom: 15px;
    margin-top: 12px;
}


#homeRight ul
{
    margin: 5px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}
#homeRight ul li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
}