/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Livebookings Stylesheet
Author : Wes Smith / Red Bullet Web Design

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
body { font:12px Tahoma, Arial; margin:0; padding:0; background:url(../images/netBg.gif) 0 0 repeat-x; color:#000000; text-align:center; }
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }


/* ----- IDS ----- */
#container { width:980px; margin:0 auto; text-align:left; font-size:110%; }
#header { width:980px; height:135px; position:relative;} 
#header #logo { position:absolute; top:35px; left:0px;}  
#header #tagline { position:absolute; top:55px; left:270px; color:#002F4E; font-size:16px;} 
#header #contact { position:absolute; top:0; right:15px; background:url(../images/contactBtnBg.gif) no-repeat; width:106px; height:35px;}
#header #contact #btn { width:83px; height:24px; display:block; background:url(../images/contactBtn.gif) 0 0 no-repeat; position:absolute; top:6px; left:11px;}
#header #contact #btn:hover { display:block; background:url(../images/contactBtn.gif) 0 -24px no-repeat;}
#header #contact #btn2 { width:83px; height:24px; display:block; background:url(../images/netHomeBtn.gif) 0 0 no-repeat; position:absolute; top:6px; left:11px;}
#header #contact #btn2:hover { display:block; background:url(../images/netHomeBtn.gif) 0 -24px no-repeat;}
#content { width:980px; margin-bottom:60px;}
#content #leftCol { float:left; width:460px;}
#content #rightCol { float:right; width:480px; padding:15px 0 0 0; font-size:14px; line-height:20px;}
#content #rightCol .text { margin:28px 0 0 0;}
#content #textBanner { background:#0078AB; color:#FFFFFF; font-size:24px; text-align:center; padding:20px 0;}


/* ----- CLASSES ----- */
.clear { clear:both; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; padding:0 0 15px 15px; }
.image_left { float:left; padding:0 15px 15px 0; }
.image_center { margin:0 auto;}
.relative { position:relative; }
.inline {display:inline;}
.hand { cursor:pointer;}

.flag { display:inline; margin-right:10px; position:relative; top:8px;}
#flagList { list-style:none; padding:0; margin:0;}
#flagList li{ padding:0 0 10px 0; width:240px; float:left;}
#flagList li a { color:#0078AB; text-decoration:underline;}
#flagList li a:hover { text-decoration:none;}


/* ----- SWITCH BOX ----- */
.switchBox {position:relative; width:980px;}
.switchBoxTitle {float:left; padding:0;margin:0; color:#002F4E; font-size:18px; font-weight:bold;}
.switchBox .menu { margin:0; position:absolute; top:0; right:0;}
.switchBox .menu li { text-decoration:none; color:#666666; display:block; float:left; margin-right:3px;}
.switchBox .menu a { background:url(../images/tabsBgLeft.gif) top left no-repeat; text-decoration:none; color:#002F4E; font-size:14px; font-weight:normal; display:block; float:left; position:relative; z-index:1; line-height:22px;}
.switchBox .menu a span { background:url(../images/tabsBgRight.gif) top right no-repeat; padding:0px 25px 0px 8px; display:block; margin-left:3px;}
.switchBox .menu a:hover { color:#003366; position:relative; background:url(../images/tabsBgLeftHover.gif) top left no-repeat;}
.switchBox .menu a:hover span { color:#003366; background:url(../images/tabsBgRightHover.gif) top right no-repeat;}
.switchBox .menu li.active a { color:#003366; position:relative; top:1px; background:url(../images/tabsBgLeftHover.gif) top left no-repeat;}
.switchBox .menu li.active a span { background:url(../images/tabsBgRightHover.gif) top right no-repeat;}
.switchBox .content { float:left;border-top:1px solid #42a0c4;height:auto !important; height:320px; min-height:320px;width:980px;clear:both; padding:15px 0;}


/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}
.title { color:#002F4E; font-size:24px; font-weight:bold;}


/* ----- FOOTER ----- */
#footer { width:980px; color:#42A0C4; font-size:10px;}
#footer p { padding:0; line-height:20px; margin:0;}
#footer a { font-weight:normal; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
#footer #findLinks { font-size:12px; float:right;}
#footer #findLinks .text { float:left; font-weight:bold; padding:0 18px 0 0; background:url(../images/footerLinksArrow.gif) 137px 4px no-repeat; color:#0078AB; line-height:20px;}
#footer #findLinks .img { float:left;}


/* ----- GLOBAL ----- */
img { display:block; border:0; }
address { font-style:normal;}
ul { list-style:none; padding:0; margin:0;}


/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }
