/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix {display: inline-block;}  /* for IE/Mac */

a:active, a:focus
{
    outline: none;
}

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

hr
{
    width:80%;
    color:#bfbfbf;
}

#container
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    min-height:100%;
    position:relative;
}

#innerContainer
{
    margin-left:auto;
    margin-right:auto;
    width:958px;
    min-height:100%;
    border-left:solid 1px #bfbfbf;
    border-right:solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}

/*
================================
MAIN STYLES
================================
*/

body
{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 75%;
    color:#000000;
    background:#ffffff;
    text-align:justify;
    background-image:url(images/bg.jpg); background-repeat:repeat-x;
}

a
{
    color:#545454;
    text-decoration:none;
}

a:hover
{
    color:#282828;
}

.external
{
    background:url('images/external.jpg') no-repeat center right;
    padding-right:15px;
    margin-right:3px;
}

h1
{
    font-size:18px;
    font-weight:bold;
    color:#2b3842;
}

h2
{
    font-size:18px;
    font-weight:bold;
    color:#2b3842;
}

h3
{
    font-size:30px;
    font-weight:bold;
    color:#2b3842;
}

/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:960px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

#headerLogo
{
    width:400px;
    height:165px;
    margin-left:8px;
}

.headerText
{
    padding-left:40px;
    padding-top:60px;
    color:#535353;
    font-size:30px;
    font-weight:bold;
}

#banner
{
    height:346px;
    width:1000px;
    margin-bottom:70px;
}

/*
================================
NAVI STYLES 
================================
*/

#menu
{
    width:563px;
    height:30px;
    display:table;
    margin-top:132px;
}

#nav-left
{
    width:31px;
    height:33px;
    background:url('images/nav-left.png') no-repeat bottom left;
}

#nav-right
{
    width:14px;
    height:33px;
    background:url('images/nav-right2.png') no-repeat bottom left;
}

#menudiv
{
    display:table-cell;
    vertical-align:middle;
}

#menu ul
{
    position:relative;
}

#menu li
{
    float:left;
    width:129px;
    height:33px;
    text-align: center;
    background-image: url('images/nav-bg.gif');
    background-repeat:repeat-x;
    background-position: top left;
}

#menu li.last
{
}

#menu li a
{
    display:table-cell;
    font-size: 14px;
    color:#ffffff;
    letter-spacing:1px;
    white-space:normal;
    text-align:center;
    vertical-align:middle;
	padding-left:16px;
    padding-right:16px;
    padding-top:10px;
    width:134px;
}

#menu li a:hover
{
    color:#e1e1e1;
    font-weight:normal;
}

/*
================================
SIDEBAR STYLES 
================================
*/

#sideBar
{
    width:245px;
    height:auto;
    margin:20px 0 20px 0;
    border:solid 1px #2e2e2e;
}

#inner-sidebar
{
    width:auto;
    height:auto; /* TODO change this later */
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    padding: 0 20px 0 20px;
}

#inner-sidebar h2
{
    padding-bottom:10px;
}

.sidebar-title
{
    background-position: left top;
    height:20px;
    width:100%;
    color:#ffffff;
    text-align:center;
    text-transform:capitalize;
    font-size:13px;
    padding-top:2px;
}

#inner-sidebar ul
{
    list-style-type:none;
    margin-left:18px;
    margin-top:10px;
    line-height:35px;
}

.availabilityBtn
{
    padding-left:40px;
    margin-bottom:25px;
    outline:none;
}

/*
================================
CONTENT STYLES 
================================
*/

#mainContent
{
    width:705px;
    height:auto;/*auto;*/
    background:url('images/curve.png') no-repeat top right;
    line-height:24px;
}

    #mainContentInner
    {
        padding:40px 30px 0 40px;
    }

    #mainContent p
    {
        margin:10px 0;
        line-height:30px;
        font-size:13px;
    }

    #mainContent strong
    {
        font-weight:bold;
        color:#2b3842;
    }
    
    #mainContent ol, #mainContent ul
    {
        list-style-position:outside;
    }
    
    #mainContent ol
    {
        list-style-type:decimal;
    }
    
    #mainContent ul
    {
        list-style-type:none;
        padding:20px 0 20px 20px;
        line-height:30px;
        min-height:180px;
    }
    
	#mainContent li
	{
	}
	
	#mainContent h3
	{
	    padding-left:40px;
	    padding-bottom:15px;
	}
	
	#mainContentLeft
	{
	    width:275px;
	    height:auto;
	    margin-top:30px;
	    border-right:solid 1px #989898;
	    padding-right:30px;
	}
	
	#mainContentRight
	{
	    width:275px;
	    height:auto;
	    margin-top:30px;
	    padding:0 15px 0 30px;
	}

/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    /*width:265px;*/
    margin:0 10px 0 0;
	padding-bottom:15px;
}

.form .fields
{
    /*width: 265px;*/
	margin-left:20px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    /*display:block;*/
	font-size:13px;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#bfbfbf;
    border:2px solid #515151;
    width:250px;
    height:15px;
    padding:2px;
    margin:5px 0 5px 0;
    color:#535353;
    font-size:12px;
    text-align:center;
}

fieldset input.button
{
    background-color:ButtonFace;
    border:1px solid #515151;
    width:auto;
    height:auto;
    padding: none;
    margin:none;
    color:#535353;
    font-size:13px;
}

fieldset select
{
    background-color:#bfbfbf; /*#ffffa0;*/
    border:2px solid #515151;
    width:258px;
    height:25px;
    padding:2px;
    margin:0 0 3px 20px;
    color:#535353;
    font-size:13px;
}

fieldset textarea
{
    background-color:#bfbfbf; /*#252525;*/
    border:2px solid #515151;
    width:250px;
    height:100px;
    padding:2px 2px 1px 2px;
    margin:5px 0 5px 0;
    color:#535353;
    font-size:13px;
    text-align:center;
}

    fieldset input:focus, fieldset textarea:focus, fieldset select:focus
    {
        border:2px solid #9ADE16;
    }

fieldset input.error, fieldset textarea.error, fieldset select.error
{
    border:2px solid #d72323;
}

    fieldset input.error:focus
    {
        border:2px solid #d72323;
    }

#contactcolumnleft
{
    float:left;
    width:310px;
    text-align:left;
    padding-top:20px;
    margin-bottom:40px;
}

#contactcolumnright
{
    float:right;
    width:310px;
    text-align:left;
    padding-top:20px;
    margin-bottom:40px;
}

/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    width:100%;
    height:150px;
    margin-left:auto;
    margin-right:auto;
}

/*
================================
TABLE STYLES 
================================
*/

.table
{
    border:solid 1px #cccccc;
    margin:20px 0 20px 15px;
}

.header
{
    font-weight:bold;
    color:#ffffff;
    background-color:#545454;
    font-size:14px;
}

.firstCell
{
    padding:10px;
    border-top:solid 1px #cccccc;
}

.cell
{
    text-align:center;
    padding:10px;
    border-top:solid 1px #cccccc;
    border-left:solid 1px #cccccc;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TAB CONTAINER CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-size:small;
    border-bottom:solid 10px #366BA1;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url('images/tabs/tab-white.jpg') #d8d8d8 repeat-x;
    margin:0px 0.66em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #bfbfbf;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 1.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url('images/tabs/tab-ltgreen.jpg') #bfdaff repeat-x left;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url('images/tabs/tab-green.jpg') repeat-x left;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-size:10pt;
    padding:0.25em 0.5em; 
    border-top-width:0px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color:#2b3842;
    /*background-color: #2E4d7B;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 20px 5px 45px;
	background-image: url(images/chevron-a.gif);
	background-repeat:no-repeat;
	background-position: left center;
	vertical-align:middle;
	cursor: pointer;
}

#mainContentInner .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#mainContentInner .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color:#2b3842;
    /*background-color: #5078B3;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 20px 5px 45px;
	background-image: url(images/chevron-b.gif);
	background-repeat:no-repeat;
	background-position: left center;
	vertical-align:middle;
}

#mainContentInner .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#mainContentInner .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}