/* Author: Decheng (Kira) Zhang @ Shararik Labs */
/* Email: killercentury@gmail.com */
body
{
    
    margin: 0;
    color: #333333;
    font-family: Verdana,Geneva,sans-serif;
}

table td
{
    padding: 0;
}

ul
{
    list-style: none;
    margin: 0;
}

ul li
{
    padding: 1px 0;
}

.errorList
{
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
    font: 12px/18px 'Trebuchet MS' , Arial, sans-serif;
}

.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
}

.fleft, .alignleft, .flist li
{
    float: left;
}

.fright, .alignright
{
    float: right !important;
}
.fright, .fleft, .flist li
{
    display: inline-block; /*display:inline;*/
}

.clsbutton
{
    width: 223px;
}

.input
{
    background: #fff;
    border: 1px solid #ddd;
    font-family: Arial;
    font-size: 14px;
    margin: 0;
    padding: 3px 3px 3px 3px;
    width: 200px;
}

.link:hover
{
    cursor: pointer;
}

#wrapper
{
    min-width: 980px;
}

/* Header */
#header
{
    height: 80px;
    background-image: url('../Images/button_silver1.png');
    background-repeat: repeat-x;
    z-index: 100;
}
#header-bg
{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -100;
}
#header-bg table
{
    width: 100%;
}
#header-bg-left
{
    height: 80px;
    background-image: url('../Images/button_silver1.png');
    background-repeat: repeat-x;
    z-index: 100;
}
#header-bg-right
{
    height: 80px;
    background-image: url('../Images/button_gold1.png');
    background-repeat: repeat-x;
    z-index: 1;
}
#header2
{
    background-position: 0% 0%;
    height: 80px; /* for non-css3 browsers */ /* for opera */ /* for mozilla/gecko */ /* for webkit */ /* for ie 10 */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%, #cccccc 100%);
    background-color: #eaeaea;
    background-repeat: repeat;
    background-attachment: fixed;
}

/* LEVEL TWO */
.dropdown ul
{
    width: 150px;
    display: none;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
}
.dropdown ul li
{
    background-position: 0% 0%;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 8px;
    float: none; /* for non-css3 browsers */ /* for opera */ /* for mozilla/gecko */ /* for webkit */ /* for ie 10 */
    background-color: rgb(225, 225, 225);
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
    height:24px;
    background-repeat: no-repeat;
    border: 1px solid #666666;
    width: 150px;
    float: none;
	/* for non-css3 browsers */
	/* for opera */
	/* for mozilla/gecko */
    /* for webkit */
    /* for ie 10 */
        background-image: -ms-linear-gradient(top, #f5f5f5 0%, #dadada 100%);
    background-color: #dadada;
    background-repeat: repeat;
}

.dropdown ul li:hover
{
    background-position: 0% 0%;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    float: none; 
    background-color: #EF7979;
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
    height:24px;
    width:150px;
    background-repeat: no-repeat;
    border: 1px solid #666666;
    color: #000;
    padding: 5px 8px;
    /* for non-css3 browsers */
	/* for opera */
	/* for mozilla/gecko */
    /* for webkit */
    /* for ie 10 */
        background-image: -ms-linear-gradient(top, #EF7979 0%, #EF7979 100%);
    background-color: #EF7979;
    background-repeat: repeat;
    background-attachment: fixed;
}

/* IE 6 & 7 Needs Inline Block */
.dropdown ul li a
{
    color: #000;
    text-decoration: none;
    border-right: none;
    width: 100%;
    display: inline-block;
}

/* LEVEL THREE */
.dropdown ul ul
{
    position: relative;
    left: 160px;
    height: 0px;
    top: 50;
    margin: -23px 24px 24px 0px;
    padding: 0px;
    list-style: none;
}

.dropdown ul ul li
{
    float: none;
    position: relative;
    padding-left:5px;
    left: -1px;
}

.dropdown ul ul li:hover
{
    background-position: 0% 0%;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    float: none; 
    background-color: #EF7979;
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
    height:24px;
    width:148px;
    background-repeat: no-repeat;
    border: 1px solid #666666;
    color: #000;
    padding: 5px 8px;
    /* for non-css3 browsers */
	/* for opera */
	/* for mozilla/gecko */
    /* for webkit */
    /* for ie 10 */
        background-image: -ms-linear-gradient(top, #EF7979 0%, #EF7979 100%);
    background-color: #EF7979;
    background-repeat: repeat;
    background-attachment: fixed;
}

.dropdown ul ul li.clsWidthIncrease
{
    float: none;
    position: relative;
    padding-left:5px;
    width:260px;
}

.dropdown ul li.clsWidthIncreaseDocuments
{
    float: none;
    position: relative;
    padding-left:5px;
    width:200px;
}

.dropdown ul li.clsWidthIncreaseDocuments:hover ul
{
    left:209px;
}
.dropdown ul li.slideout img
{
    margin:0px;
    padding: 5px 0px 5px 0px;
    float:right;
    border-style:none;
}
.dropdown ul li.clsWidthIncreaseDocuments img
{
    margin:0px;
    padding: 5px 0px 5px 0px;
    float:right;
    border-style:none;
}

#nav-top
{
    position: relative;
    top: -80px;
}
#nav-left-space
{
    width: 356px !important;
}
#nav-top td
{
    width: 116px;
    height: 95px;
}
#nav-top table td
{
    float: left;
    vertical-align:top;
}
#nav-top table td + td
{
    margin-left: -27px;
}
#nav-top table > tbody > tr > td > div > a
{
    color: #666666;
    display: block;
    font-size: 13px !important;
    height: 55px;
    padding-top: 25px;
    text-align: center;
    text-decoration: none;
    width: 116px;
}

.dropdown > a.clsAlignment
{
    padding-top: 35px; height: 45px;
}

.dropdown > a
{
    background-image: url('../Images/button_a_still.png');
    background-repeat: no-repeat;
}
.dropdown > a:hover
{
    background-image: url('../Images/button_a_hover.png');
    background-repeat: no-repeat;
}
.non-dropdown > a
{
    background-image: url('../Images/button_b_still.png');
    background-repeat: no-repeat;
}
.non-dropdown > a:hover
{
    background-image: url('../Images/button_b_hover.png');
    background-repeat: no-repeat;
}

.login-items
{
    margin: 3px 13px;
}

.login-items a.clsChangeLinkStyles
{
    background: none; 
    font-size: 14px; 
    line-height: 18px;
    font-weight: normal; 
    text-decoration: none;
}

.login-items input.clsLoginTextBoxStyles
{
    text-transform: uppercase; 
    width: 210px;
}

#login input
{
    height: 24px;
    padding: 0 5px;
}
#login input[type=text]
{
    width: 210px;
    color: #666;
}
#login input[type=submit]
{
    width: 225px;
	height: 30px;
	background-color: #ff4444;
	border: 1px solid #ff6666;
    outline: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 20px;
    text-align: center;
    cursor: pointer;
    -moz-box-shadow: inset 0 -10px 30px -23px #333333;
    -webkit-box-shadow: inset 0 -10px 30px -23px #333333;
    box-shadow: inset 0 -10px 30px -23px #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4444), color-stop(100%,#dd2222));
}
#login input[type=submit]:hover
{
    /* 	background-color: #ee3333; 	background-image: -o-linear-gradient(#ee3333,#cc1111);     background-image: -moz-linear-gradient(center top , #ee3333, #cc1111);     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3333), color-stop(100%,#cc1111));     -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3333', endColorstr='#cc1111',GradientType=0 );     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3333', endColorstr='#cc1111',GradientType=0 );     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);    	*/
}
#login input[type=submit]:active
{
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

#header-sec1 .link
{
    width: 120px;
    height: 52px;
    background-repeat: no-repeat;
}

#logo1
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 80px;
    background-image: url('../Images/logo.png');
    background-repeat: no-repeat;
}

#logo2
{
    display: block;
    width: 362px;
    height: 80px;
    background-image: url('../Images/logo.png');
    background-repeat: no-repeat;
}

/* Content */
#content
{
    min-height: 600px;
}

.background
{
    width: 100%;
    min-height: 600px;
    z-index: -1;
}
#background
{
    background-image: url('../Images/home_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
}
#background-about
{
    background-image: url('../Images/about_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
}
#background-news
{
    background-image: url('../Images/news_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
}
#background-community
{
    background-image: url('../Images/community_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
}
#background-docs
{
    background-image: url('../Images/document_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
}
#background-faqs
{
    background-image: url('../Images/faqs_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
}
#background-contact
{
    background-image: url('../Images/contact_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
}
#background-account
{
    background-image: url('../Images/account_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
}

.minimun-view
{
    width: 980px;
    margin: 0 auto;
}

#main-content ul
{
    list-style-image: url('../Images/dot_square1.jpg');
    padding-left:35px;
}
#main-content ul ul
{
    list-style-image: url('../Images/dot_square2.jpg');
}

#title
{
    font-size: 40px;
    padding: 15px;
    color: #ffffff;
}

#sitepath
{
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 8px;
    float: none;
    background-image: url('../Images/sitepath.jpg');
    background-repeat: no-repeat;
}
#sitepath a
{
    color: #333;
    text-decoration: none;
}
#sitepath #currentpath
{
    color: #f00;
}

#content-area
{
    background-color: #fff; /* 	border-bottom: 1px solid #999; 	border-left: 1px solid #999; 	border-right: 1px solid #999; 	*/
    padding-bottom: 20px;
    height:100%;
}
/*
#content-area ul {list-style: square;}
#content-area ul ul {list-style: circle;}
*/

.semi-transparent
{
    background-color: rgb(255,255,255);
}
.non-transparent
{
    background-color: rgb(255,255,255);
}

.gmnoprint
{
    display: none;
}
.content-padding
{
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px;
    text-align: justify;
}

#relative-layer, #relative-content
{
    position: relative;
}

.center
{
    width: 630px;
    color: #333333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 25px;
}
.center p
{
    margin-bottom: 1em;
    text-align: justify;
}
.right
{
    width: 308px;
    padding: 0 20px;
}

/* general content section start */
#nav-states ul
{
    padding-left: 0;
    list-style: none;
}
#nav-states ul li
{
    font-size: 16px;
    color: #666;
    float: left;
    border-bottom: 2px solid #f44;
}
#nav-states ul li div
{
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 15px 15px;
    padding-top: 15px;
    cursor: pointer;
}

.nav-states ul
{
    padding-left: 0;
    list-style: none;
}
.nav-states ul li
{
    font-size: 16px;
    color: #666;
    float: left;
    border-bottom: 2px solid #f44;
}
.nav-states ul li div
{
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 15px 15px;
    padding-top: 15px;
    cursor: pointer;
}

.content-item
{
    padding: 25px 15px;
    border-bottom: 1px solid #ccc;
}
.content-img
{
    width: 130px;
    height: 180px;
}
.content-location-date
{
    color: #666;
    font-size: 10px;
}
.content-location
{
    font-weight: normal;
}
.content-title
{
    padding: 15px 0;
    color: #f00;
    font-size: 18px;
    font-weight: bold;
}
.content-title a
{
    color: #f44;
    text-decoration: none;
}
.content-desc
{
    color: #333333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 25px;
}
.read-more, .read-more a
{
    color: #f44;
    text-decoration: none;
}
.article-title
{
    color: #f00;
    font-size: 20px;
    font-weight: bold;
}
#nav-pages ul
{
    list-style: none;
}
#nav-pages ul li
{
    float: left;
}
#nav-pages ul li a
{
    display: block;
    border: 1px solid #aaa;
    margin: 0 5px;
    padding: 5px 10px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

#select-state
{
    color: #f00;
    font-size: 18px;
}


#ausmap
{
    width: 258px;
    height: 233px;
    margin: 0 auto;
    background: url(../images/ausmap.png) no-repeat;
    position: relative;
    z-index: 0;
}
#ausmap li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
}

#ausmap a
{
    display: block;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
}

#wa
{
    left: 0px;
    top: 21px;
    width: 101px;
    z-index: 10;
}
#wa a
{
    height: 72px;
    text-align: center;
    padding-top: 80px;
    padding-left: 15px;
    color: #fff;
}
#wa a:hover
{
    background: url(../images/ausmap.png) 0 -254px no-repeat;
    text-decoration: none;
}

#nt
{
    left: 102px;
    top: 2px;
    width: 56px;
    z-index: 10;
}
#nt a
{
    height: 46px;
    text-align: center;
    padding-top: 60px;
    padding-left: 0px;
    color: #fff;
}
#nt a:hover
{
    background: url(../images/ausmap.png) -102px -235px no-repeat;
    text-decoration: none;
}

#sa
{
    left: 102px;
    top: 108px;
    width: 75px;
    z-index: 10;
}
#sa a
{
    height: 70px;
    text-align: center;
    padding-top: 15px;
    padding-left: 0px;
    color: #fff;
}
#sa a:hover
{
    background: url(../images/ausmap.png) -102px -341px no-repeat;
    text-decoration: none;
}

#tas
{
    left: 200px;
    top: 212px;
    width: 25px;
    z-index: 10;
}
#tas a
{
    height: 19px;
    text-align: center;
    padding-top: 2px;
    padding-left: 0px;
    color: #fff;
    letter-spacing: -1px;
}
#tas a:hover
{
    background: url(../images/ausmap.png) -200px -445px no-repeat;
    text-decoration: none;
}

#qld
{
    left: 159px;
    top: 0;
    width: 99px;
    z-index: 9;
}
#qld a
{
    height: 49px;
    text-align: center;
    padding-top: 80px;
    padding-right: 20px;
    color: #fff;
}
#qld a:hover
{
    background: url(../images/ausmap.png) -159px -466px no-repeat;
    text-decoration: none;
}

#nsw
{
    left: 178px;
    top: 123px;
    width: 80px;
    z-index: 10;
}
#nsw a
{
    height: 46px;
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
    color: #fff;
}
#nsw a:hover
{
    background: url(../images/ausmap.png) -178px -356px no-repeat;
    text-decoration: none;
}

#vic
{
    left: 178px;
    top: 166px;
    width: 57px;
    z-index: 11;
}
#vic a
{
    height: 23px;
    text-align: center;
    padding-top: 13px;
    padding-right: 25px;
    color: #fff;
}
#vic a:hover
{
    background: url(../images/ausmap.png) -178px -632px no-repeat;
    text-decoration: none;
}

#act
{
    left: 224px;
    top: 167px;
    width: 40px;
    z-index: 12;
}
#act a
{
    height: 22px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    color: #ea9034;
}
#act a:hover
{
    background: url(../images/actdot.png) 0 0 no-repeat;
    text-decoration: none;
    color: #322e2b;
}

#states-drop-down
{
    margin-left: 90px; /* 	width: 168px; 	height: 56px; 	background: url(../Images/select_states.jpg) 0 0 no-repeat; 	*/
}
/* general content section end */

/* faqs section start */
.faq-item
{
    padding: 15px;
}
.question
{
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}
.answer
{
    padding-top: 10px;
    color: #333333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
/* faqs section end */

#buttons
{
    margin-right: 28px;
    margin-left: 600px;
    margin-top: -478px;
    position: relative;
}

.img-buttons
{
    width: 264px;
    height: 39px;
    background-repeat: no-repeat;
}

.img-buttons:hover
{
    cursor: pointer;
}

#button-1
{
    background-image: url('../Images/B1_whyus.jpg');
}
#button-2
{
    background-image: url('../Images/B2_Ourculture.jpg');
}
#button-3
{
    background-image: url('../Images/B3_WhatisTrackMyBox.jpg');
}
#button-4
{
    background-image: url('../Images/B4_Whatdoyougain.jpg');
}
#button-5
{
    background-image: url('../Images/B5_Liketojoin.jpg');
}
#button-6
{
    background-image: url('../Images/B6_needmoreinfo.jpg');
}
#button-7
{
    background-image: url('../Images/B7_Login.jpg');
}

.contents
{
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #aaa;
    background-position: 0% 0%;
    width: 513px;
    height: 255px;
    display: none;
    position: absolute;
    top: 0;
    left: -520px;
    color: #666;
    font-size: 14px;
    padding: 15px 20px 15px 20px;
     -moz-border-radius:5px;-webkit-border-radius:5px;
     border-radius:5px;
    /* for non-css3 browsers */
	/* for opera */
	/* for mozilla/gecko */
    /* for webkit */
    /* for ie 10 */
        overflow: auto;
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
/* for ie 8 */
        background-color: #eeeeee;
    background-repeat: repeat;
    background-attachment: scroll;
}

.contents .titles
{
    font-size: 16px;
    font-weight: bold;
}

.contents .tips
{
    font-size: 14px;
    font-style: italic;
    margin-left: 100px;
}

.contents .close .text
{
    padding-top: 3px;
    padding-right: 3px;
}

.box
{
    border: 1px solid #ccc;
    background: #f5f5f5;
}
.box a
{
    color: #6f5a48;
    text-decoration: none;
}
.box-header
{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 8px;
    border-bottom: 1px solid #ccc;
    float: none;
    background-image: url('../Images/righttitle.jpg');
    background-repeat: no-repeat;
}
.box-more
{
    color: #fff;
}
.box-content
{
    font-size: 14px;
}
.box-img img
{
    width: 306px;
    border-style:none;
}
.box-left-img
{
    width: 50px;
    height: 120px;
}
.box-title
{
    color: #6f5a48;
    font-size: 18px;
    padding-top: 10px;
}
.box-more a
{
    color: #fff;
}
.box-text
{
    color: #333;
    line-height: 16pt;
    padding: 10px;
}

#why-us-qoute
{
    font-style: italic;
    text-align: center;
    padding-top: 40px;
}

#content-2 ul
{
    list-style-type: disc;
}
#content-2 ul li
{
    padding: 2px 0;
}

#gain-qoute
{
    color: #c63c3c;
    font-size: 14px;
    text-align: center;
    padding-top: 40px;
}

#content-5 table td, #content-6 table td
{
    padding: 0 5px;
}

#button-join
{
    width: 62px;
    height: 28px;
    background-image: url('../Images/join.png');
    background-repeat: no-repeat;
}
#button-join:active
{
    background-image: url('../Images/join_ro.png');
}

#brief
{
    width: 350px;
}

/* Footer */
#footer
{
    margin-top: 0; 
    height: 40px;
}
#footer-sec1
{
    height: 16px;
    background-image: url('../Images/footer_red.png');
    background-repeat: repeat-x;
}

#foot3-sec2
{
    height: 400px;
    background-color: #d8d1c2;
    color: #444;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#footer-sec2 div
{
    padding-top: 2px;
}

#footer-sec2 div div
{
    height: 1%; 
    margin: 0 auto; 
    height: 40px;
    width: 100%;
}
#footer-sec2 a:link, #footer-sec2 a:visited, #footer-sec2 a:hover, #footer-sec2 a:active
{
    color: #000;
}

#docs .content-item, #community .content-item
{
    padding: 5px 15px;
}

#docs .content-img, #community .content-img
{
    width: 80px;
    height: auto;
}
#docs .content-img
{
    padding: 12px 12px 0px 12px;
    background-image: url('../Images/logo_doc.jpg');
    background-position: 12px 12px;
    width:32px;
    height:32px;
    background-repeat:no-repeat;
}

#docs
{
    padding-top:70px;
}

#community
{
    padding-top:50px;
}

#news
{
    padding-top:70px;
}
#community .content-item td
{
    vertical-align: top;
}
#community .content-img
{
    padding: 12px 12px 0px 12px;
    background-image: url('../Images/logo_location.jpg');
    background-position: 12px 12px;
    width:32px;
    height:32px;
    background-repeat:no-repeat;
}
#community .content-state
{
    padding: 0 12px;
}

#account-box
{
    width: 600px;
    height: auto;
    margin: 100px auto;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
#account-box-header
{
    color: #eee;
    font-size: 16px;
    font-weight: normal;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    float: none;
    background-color: #ff4444; /* for opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4444), color-stop(100%,#dd2222)); /* for mozilla/gecko */ /* for webkit */
}
#account-box-content
{
    padding: 25px;
    width: 544px;
}
.account-input
{
    width: 63%;
    padding: 5px;
    height: 22px;
}
.submit
{
    color: #eee;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 16px;
    border: 1px solid #ff4444;
    float: none;
    cursor: pointer;
    background-color: #ff4444; /* for opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4444), color-stop(100%,#dd2222)); /* for mozilla/gecko */ /* for webkit */
}
.submit:hover
{
    background-color: #ee3333; /* for opera */
    /* for mozilla/gecko */
    /* for webkit */
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3333), color-stop(100%,#cc1111));/* for ie 8 */
    /* for ie 5.5-7 */
    }
.submit:active
{
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

.WelcomeDiv
{
    margin-left: 250px; 
    margin-top: -350px; 
    width: 80%; 
    z-index:10;
}

.WelcomeHeading
{
    font-size: 40px; 
    color: #FFFFFF; 
    font-weight: 100; 
    font-family: BentonSans,Lucida Sans,Lucida Grande,sans-serif;
    vertical-align: baseline;
    z-index: 102;
}

.WelcomeSubHeading
{
    font-size: 18px; 
    color: #FFFFFF; 
    font-weight: 200;
    margin-bottom: 5px;
    font-family: BentonSans,Lucida Sans,Lucida Grande,sans-serif;
    vertical-align: baseline;
    margin-top: -10px;
    z-index: 102;
}

.WelcomeContent
{
   background-color: rgb(234, 3, 14); 
   font-weight: 200; 
   margin-bottom: 20px;
   line-height: 18px; 
   color: #FFFFFF; 
   font-family: BentonSans,Lucida Sans,Lucida Grande,sans-serif;
   -moz-border-radius:10px; 
   -webkit-border-radius: 10px;
   border-radius: 10px;
   z-index: 1;
   text-align: justify;
   padding-right: 10px;
   width:550px;
}


.WelcomeContent > a
{
   color: #FFFFFF;
}

.letterslinks > a
{
   color: #FFFFFF;
}

.QuickLinks
{
    display: inline; 
    float: right; 
    font-size: 90%; 
    list-style: none outside none; 
    margin: 0 0 0 36%; 
    position: relative;
}

.QuickLinks > li
{
    display: inline;
    color: #696969;
    text-decoration: none;
}

.QuickLinks > li > a
{
    display: inline;
    color: #696969;
    text-decoration: none;
}

.CopyRight
{
	display: inline; 
	float: left; 
	font-size: 90%;
	margin: 0; 
	color: #696969;
    text-decoration: none;	
    padding-top:0px;
}
.cssLoginLinks
{
    background: none; 
    font-size: 14px; 
    line-height: 18px;
    font-weight: normal; 
    text-decoration: none;
    padding: 10px 0px 0px 0px;
}

.bodyBKG
{
    background-image: url("../Images/BackgroundImages/01_background1.png");
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-color: #D8D1C2;
}

.cssPageNotFound
{
    background-color: rgb(205,33,33);
}
.cssPageNotFound p.cssMessage
{
    color: #FFFFFF; 
    border: 1px dotted #ec6f73;
    border-radius: 5px 5px 5px 5px;
}
.cssPageNotFound p.cssMessage a
{
    text-decoration: none; 
    color: #FFFFFF;
    width: 100px;
}
.cssPageNotFound div.cssMessages
{
    color: #FFFFFF; 
}

.cssLastestKeyword
{
    background-color: yellow;
    color: Red;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}
