/* Base Stylesheet for AlwaysONLINE Site */

/* --- Color List ---

Main Nav (Active):  #CFF6A2
Headers:            #5AB352
Links:              #F60
Background:         #999

*/

/* Import normalising stylesheet */
@import url(reset.css);

/* --- XHTML Element Styles --- */

html
{
    text-align: center;
    background-color: #999;
}

body
{
    width: 792px;
    margin: 20px auto;
    text-align: left;
    background: url(/imagefiles/bg_body.gif) repeat-y;
    font-family: "trebuchet ms", "arial", sans-serif;
    font-size: 12px;
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    color: #5AB352; 
}


a
{
    color: #5AB352;
    font-weight: bold;
}

.white a
{
	color: white;
	text-decoration: none;
}

.white a:hover
{
	color: white;
	text-decoration: underline;
}

/* --- Classes --- */

.clearer
{
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}
 
/* --- Branding (Header) --- */

#branding
{
    height: 131px;
    position: relative;
    background: url(/imagefiles/bg_branding.gif) no-repeat;
}

#branding h1 a
{
    height: 93px;
    text-indent: -999em;
    background: url(/imagefiles/logo.gif) no-repeat;
    position: absolute;
    left: 32px;
    top: 24px;
    width: 109px;
}

#branding h2
{
    width: 160px;
    position: absolute;
    left: 626px;
    top: 26px;
    line-height: 20px;
    background: url(/imagefiles/ic_phone.gif) no-repeat 0px 0px;
    color: #666;
    font-weight: bold;
    padding-left: 20px;
}

#branding h2 strong
{
    color: #333;
}

/* --- Main Navigation --- */

ul#nav-main
{
    position: absolute;
    background: url(/imagefiles/bg_nav_main.gif) no-repeat;
    width: 607px;
    height: 30px;
    right: 6px;
    top: 94px;
}

ul#nav-main li
{
    display: block;
    float: left;
    line-height: 30px;
    padding: 0px 18px;
    background: url(/imagefiles/bg_nav_main_item.gif) no-repeat 0px 8px;
}

ul#nav-main li.first
{
    background: none;
}

ul#nav-main li a
{
    color: white;
    display: block;
    text-decoration: none;
}

ul#nav-main li a.active
{
    color: #CFF6A2;
}

ul#nav-main li a:hover
{
    text-decoration: underline;
}

/* --- Callout Navigation --- */

ul#nav-callout
{
    position: absolute;
    left: 625px;
    top: 54px;
    background: url(/imagefiles/bg_nav_callout.gif) no-repeat;
    height: 27px;
    width: 145px;
    padding-left: 3px;
}

ul#nav-callout li
{
    float: left;
    line-height: 28px;
    background: url(/imagefiles/bg_nav_callout_item.gif) no-repeat 0px 8px;
    padding: 0px 18px;
}

ul#nav-callout li.first
{
    background: none;
}

ul#nav-callout li a
{
    text-decoration: none;
    color: white;
    
}

ul#nav-callout li a:hover
{
    text-decoration: underline;
}

/* --- Sub Navigation --- */

#container-nav-sub
{
    float: left;
    width: 168px;
    padding: 10px 0 10px 0;
    background: url(/imagefiles/bg_nav_sub_bottom.gif) no-repeat bottom left;
}

#container-nav-sub h2
{
    background: url(/imagefiles/bg_nav_sub_top.gif) no-repeat;
    height: 31px;
    width: 156px;
    line-height: 33px;
    padding-left: 12px;
    color: white;
    font-size: 1.1em;
}

ul#nav-sub li
{
    display: block;
}

ul#nav-sub li a
{
    font-weight: normal;
    display: block;
    padding: 7px 8px 7px 20px;   
    background-color: #F7F7F7;
    color: #666;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid white;
    border-bottom: 1px solid #dcdcdc;
    text-decoration: none;
}

ul#nav-sub li.last a
{
    border-bottom: none;
}

ul#nav-sub li a.active,
ul#nav-sub li a:hover.active
{
    color: white;
    background: url(/imagefiles/bg_nav_sub_item_active.gif) no-repeat;
    border-top-color: #797979;
}

ul#nav-sub li a:hover
{
    color: #4C9A47;
    background: transparent url(/imagefiles/bg_nav_sub_item_hover.gif) no-repeat;
}


/* --- Container (contains content and sub navigation) --- */

#container
{
    margin: 0 6px;
    overflow: hidden;
    background: url(/imagefiles/bg_container.gif) repeat-x;
	width: 780px;
}

/* --- Content Styles --- */

#search-results
{
    float: right;
    width: 740;
    padding: 26px 30px 10px 30px;
}
#search-results h2,
#search-results h3,
#search-results h4,
{
    font-weight: bold;
}
#search-results h2
{
    font-size: 1.6em;
}

#content
{
    float: right;
    width: 550px;
    padding: 16px 30px 10px 30px;
}

#content strong
{
    font-weight: bold;
}

#content em
{
    font-style: italic;
}

#content h2,
#content h3,
#content h4
{
    font-weight: bold;
}

#content p
{
    margin: 10px 0;
    line-height: 1.3em;
}

#content ul,
#content ol
{
    margin: 6px 0;
    line-height: 1.3em;
}

#content li
{
    margin: 6px 0 6px 20px;
    list-style-type: disc;
}

#content li li
{
    list-style-type: circle;
}

#content h2
{
    font-size: 1.6em;
}

#content h3
{
    margin-top: 19px;
    font-size: 1.2em;
}

#content h4
{
    margin-top: 10px;
}

#content a.icon
{
    padding-left: 22px;
    background-repeat: no-repeat;
    display: block;
}

#content a.info
{
    background-image: url(/imagefiles/ic_info.gif);
    line-height: 16px;
    float: right;
}

/* --- Site Information (footer) --- */

#site-info
{
    clear: left;
    height: 48px;
    background: url(/imagefiles/bg_site_info.gif) no-repeat;
    padding: 0px 30px;
}

#site-info p
{
    float: right;
    margin-top: 14px;
    font-size: 0.95em;
    color: #666;
}

#site-info em
{
    font-size: 12px;
}

#site-info strong
{
    font-weight: bold;
    padding-left: 2px;
}


/* -- Main Page Component Container -- */
#component-container
{
	float: left;
	margin-bottom: 20px;
}

#search-component
{
/*    display: none; */
    float: left;
    clear: left;
    width: 168px;
    padding: 10px 0 10px 0;
    background: url(/imagefiles/bg_nav_sub_bottom.gif) no-repeat bottom left;
}

#search-component h2
{
    background: url(/imagefiles/bg_nav_sub_top.gif) no-repeat;
    height: 31px;
    width: 156px;
    line-height: 33px;
    padding-left: 12px;
    color: white;
    font-size: 1.1em;
}

#search-component p
{		
    padding-top: 10px;
    padding-left: 10px;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid white;
}

/* --- Main Page Login Component --- */

#login-component
{
/*    display: none; */
    float: left;
    clear: left;
    width: 168px;
    padding: 10px 0 10px 0;
    background: url(/imagefiles/bg_nav_sub_bottom.gif) no-repeat bottom left;
}

#login-component h2
{
    background: url(/imagefiles/bg_nav_sub_top.gif) no-repeat;
    height: 31px;
    width: 156px;
    line-height: 33px;
    padding-left: 12px;
    color: white;
    font-size: 1.1em;
}

#login-component p
{		
    padding-top: 10px;
    padding-left: 10px;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid white;
}


#google-component
{
    clear: left;
    width: 158px;
    padding: 10px 0 10px 0px;
}
/* --- Main Page News Component --- */

#news-component
{
    clear: left;
    float: left;
    width: 168px;
    padding: 10px 0 10px 0;
    background: url(/imagefiles/bg_nav_sub_bottom.gif) no-repeat bottom left;
}

#news-components a
{
    color: white;
    display: block;
    text-decoration: none;
}

#news-component h2
{
    background: url(/imagefiles/bg_nav_sub_top.gif) no-repeat;
    height: 31px;
    width: 156px;
    line-height: 33px;
    padding-left: 12px;
    color: white;
    font-size: 1.1em;
}

#news-component p
{		
    padding-top: 10px;
    padding-left: 10px;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid white;
}

/* --- Main Page Promo Component --- */

#promo-component
{
    clear: left;
    float: left;
    width: 168px;
    padding: 10px 0 10px 0;
    background: url(/imagefiles/bg_nav_sub_bottom.gif) no-repeat bottom left;
}

#promo-component h2
{
    background: url(/imagefiles/bg_nav_sub_top.gif) no-repeat;
    height: 31px;
    width: 156px;
    line-height: 33px;
    padding-left: 12px;
    color: white;
    font-size: 1.1em;
}

#promo-component p
{		
    padding-top: 10px;
    padding-left: 10px;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid white;
}
    

/* --- Plans Tables --- */

table.plans
{
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: separate;   
}

table.plans thead th
{
    border-width: 1px;
    border-style: solid;
    border-color: #4A9243 #4A9243 #4A9243 #4A9243;
    background-color: #52A34B;
/*    background: url(/imagefiles//bg_plans_th.gif) repeat-x;  */
    color: white;
}

table.plans td,
table.plans th
{   
    
    border-width: 0px 1px 1px 0;
    border-style: solid;
    border-color: #fff #ccc #d5d5d5 #fff; 
}

table.plans tr.group th,
table.plans tr.group td
{
    border-top-width: 6px;
    border-top-color: #cbcbcb;
}

table.plans thead th.first
{
    /* border-left-color: #3879BE; */
}

table.plans th
{
    padding: 5px 8px;
    /* padding: 8px 12px; */
line-height: 1.1em;
    font-size: 12px;
}

table.plans td
{
    padding: 10px 10px;
}

table.plans tbody
{
    border: 1px solid #C1C1C1;
}


table.plans tbody th
{
    background: url(/imagefiles//bg_plans_th_plan.gif) repeat-x #f3f3f3;
    border-left-color: #ccc;
    border-left-width: 1px;
}

table.plans tbody td.join
{
    border-right-color: #ccc;
}

table.plans td.price,
table.plans td.traffic
{
    text-align: right;
}

table.plans td.price
{
    font-weight: bold;
    color: #52A34B;
}

#plans-bundle
{
    display: block;
}

#plans-standalone
{
    display: none;
}

#form-price-switch
{
    clear: both;
    margin-top: 20px;
}

#form-price-switch input
{
    clear: left;
    display: block;
    float: left;
    margin-bottom: 6px;
    margin-left: 8px;
}

#form-price-switch label
{
    line-height: 15px;
    display: block;
    float: left;
    padding-left: 5px;
    margin-bottom: 6px;
}


table.entryform
{
    margin-top: 15px;
    margin-bottom: 15px;
}

table.entryform thead th
{
    background-color: #52A34B;
    color: white;
}

table.entryform td,
table.entryform th
{   
    padding: 6px 8px;
}

table.entryform td.label 
{
	text-align: right;
}

/*  Join Button */
ul#join-button
{
    background: url(/imagefiles/bg_nav_callout.gif) no-repeat;
    height: 30px;
    width: 145px;
    padding-left: 3px;
}

ul#join-button li
{
    float: left;
    line-height: 18px;
    padding: 0px 23px;
    list-style-type: none;
}

ul#join-button li.first
{
    background: none;
    text-align: center;
}

ul#join-button li a
{
    text-decoration: none;
    color: white;
    
}

ul#join-button li a:hover
{
    text-decoration: underline;
}

/*  More Info Button */
ul#moreinfo-button
{
    background: url(/imagefiles/bg_nav_callout.gif) no-repeat;
    height: 30px;
    width: 245px;
    padding-left: 3px;
}

ul#moreinfo-button li
{
    float: left;
    line-height: 18px;
    padding: 0px 23px;
    list-style-type: none;
}

ul#moreinfo-button li.first
{
    background: none;
    text-align: center;
}

ul#moreinfo-button li a
{
    text-decoration: none;
    color: white;
    
}

ul#moreinfo-button li a:hover
{
    text-decoration: underline;
}

white a
{
    color: white;
    display: block;
    text-decoration: none;
}

table.index-table td {
        padding-top:20px;        
	padding-right:50px;
        padding-bottom:40px;
        padding-left:0px;
        width: 50%;
}
