﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    font-family:Trebuchet MS, Arial;
    font-size:14px;
    color:#261a54;
    background:#ffffff;
}

a
{
    color:#261a54;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:940px;
    padding-right:20px;
    margin:0;
    height:auto;
}

#layout
{
    width:940px;
    clear:both;
}

		/*---------------------header---------------------*/
		
#header
{
    width:940px;
}

#header-left
{
    float:left;
    width:404px;
}

#header-right
{
    float:right;
    width:530px;
    text-align:right;
    padding-top:20px;
}

#map-link
{
    position:relative;
    top:-40px;
    right:20px;
}

        /*---------------------content--------------------*/
        
#content-leftcol
{
    float:left;
    width:177px;
}

#content-rightcol
{
    float:right;
    width:689px;
    padding:15px 14px 15px 0px;
}

#content-top
{
    float:left;
    width:689px;
    padding-bottom:20px;
}

#content-top-left
{
    float:left;
    width:510px;
    color:#261a54;
    font-size:18px;
}

#content-top-right
{
    float:right;
    width:151px;
}

#content-bottom
{
    float:left;
    width:689px;
    font-size:22px;
    font-weight:bold;
    background:#fdf8e8;
    margin-bottom:25px;
}

#images
{
    float:left;
    padding:15px 20px 20px 20px;
}

#images IMG
{
    float:left;
    margin-right:14px;
    margin-top:14px;
}

/*form section*/

#form-box
{
    float:left;
    width:689px;
    margin:30px 0px 30px 0px;
}

.form-content
{
    float:left;
    width:639px;
    background:#fdf8e8;
    padding:15px 25px 15px 25px;
}

label
{
    float:left;
    width:340px;
    font-size:18px;
    color:#faab4f;
    line-height:45px;
}

.selCont
{
    float:left;
    padding-top:10px;
}

.number
{
    color:#261a54;
    font-weight:bold;
}

.next-left
{
    float:left;
    width:628px;
}

.next-right
{
    float:left;
    width:61px;
}

#my-dropdown-wrong
{
    background-position:0 -25px;
}

.text-orange
{
    color:#faab4f;
    font-size:24px;
    width:100%;
    float:left;
    margin-bottom:15px;
}

#details-form
{
    float:left;
}

#details-form-left
{
    float:left;
    width:297px;
}

#details-form-right
{
    float:left;
    width:260px;
    padding-left:10px;
    font-size:11px;
}

.textbox
{
    width:289px;
    height:23px;
    float:left;
    color:#fff;
    background:#261a54;
    font-size:16px;
    padding:2px 0px 0px 8px;
    border:none;
    margin-top:15px;
}

.prizes
{
    float:left;
    width:100%;
    font-size:11px;
    margin-top:20px;
}

.td1
{
    float:left;
    width:20px;
    vertical-align:top;
    margin-top:2px;
}

.td2
{
    float:left;
    width:270px;
    padding-right:20px;
    padding-bottom:15px;
}

        /*---------------------footer---------------------*/
        
#footer
{
    clear:both;
    float:left;
    width:940px;
    font-size:12px;
    border-top:1px solid #a8a3bb;
    padding:25px 0px 25px 0px;
}

#footer-left
{
    float:left;
    width:177px;
    text-align:right;
}

#footer-right
{
    float:right;
    width:703px;
}

#footer-right-leftcol
{
    float:left;
    padding-top:18px;
    width:450px;
}

#footer-right-rightcol
{
    float:right;
    text-align:right;
    width:200px;
    padding-right:14px;
    padding-top:36px;
}

#footer a
{
    text-decoration:none;
    color:#faab4f;
    font-size:11px;
    font-weight:bold;
}

#footer a:hover
{
    text-decoration:underline;
}

/*---select---*/

:focus
{
    outline:none;
}

ul.newList
{
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    color:#fff;
    width:297px;
    background:#666699;
    position:absolute;
    overflow:auto;
    z-index:9999;
}

.newListSelected
{
    width:289px;
    height:22px;
    float:left;
    color:#fff;
    font-size:16px;
    padding:0px 0px 3px 8px;
    background:url(images/select.jpg) no-repeat;
    cursor:pointer;
}

ul.newList li
{
    padding:3px 8px;
}



.hiLite
{
    background:#666699!important;
    color:#fff!important;
}

.newListHover
{
    background:#666699!important;
    color:#000!important;
    cursor:default;
}
/*
.newListSelHover,
.newListSelFocus
{
    background-position:0 -25px;
    cursor:default;
}
*/
