﻿body 
{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    margin:0px;
    padding:0px;
    background-color:White;
    font-size:12px;
}

p,h1,h2,h3,h4
{
    margin:0px 0px 10px 0px;
    font-weight:normal;
}

p
{
    color:#404040;
}

h1
{
    font-size:19px;
    color:#222222;
    text-align:right;
    padding-bottom:2px;
    border-bottom:1px solid #aaaaaa;
}

h2
{
    font-size:16px;
    color:#222222;
}

h3
{
    font-size:14px;
    color:#222222;
}

h4
{
    font-size:13px;
    font-weight:bold;
    color:#222222;
}


#pagecontainer
{
    width:960px;
    height:auto;
    overflow:hidden;
    margin:5px auto 0px auto;
    position:relative;
}

#content
{
    width:960px;
    height:auto;
    overflow:hidden;
    z-index:100;
}

.t_prompt
{
    text-align:right;
    padding-right:5px;
}

.error
{
    color:Red;
}

.underline
{
    padding-bottom:2px;
    border-bottom:1px solid #aaaaaa;
}

a
{
    color:#002faa;
    text-decoration:none;
}

a:hover
{
    color:#004fea;
}


a.linkbutton {
    background: transparent url('/Images/linkbutton_right.png') no-repeat scroll top right;
    color:white;
    display: block;
    float: left;
    font: normal 13px;
    font-size:13px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.linkbutton span {
    background: transparent url('/Images/linkbutton_left.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 6px 18px;
}

.t_answer
{
    padding-right:5px;
}

a.linkbutton:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.linkbutton:hover span {
    background-position: bottom left;
}



#titlebar
{
    height:70px;
    overflow:hidden;
    background-image:url(/Images/Titlebar70.jpg);
    position:absolute;
    width:100%;
    top:0px;
    z-index:0;
}

#logo
{
    height:60px;
    width:300px;
    overflow:hidden;
    float:left;
}

#header
{
    width:960px;
    height:60px;
    overflow:hidden;
    margin-bottom:15px;
}

.headerright
{
    width:600px;
    height:60px;
    overflow:hidden;
    float:right;
}

.underlinelb
{
    font-size:13px;
    color:#444444;
    padding-bottom:2px;
    display:block;
    border-bottom:1px solid #aaaaaa;
    width:auto;
    float:left;
}

.underlinelb:hover
{
    color:#666666;
    border-bottom:dotted 1px #bbbbbb;
}

.leftside
{
    width:150px;
    height:auto;
    overflow:hidden;
    float:left;
    padding:0px 10px 0px 10px;
    background-image:url(/Images/fade170x400.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
    min-height:400px;
}

.section
{
    width:960px;
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}

.section_no_width
{
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}

.rightside
{
    width:230px;
    height:auto;
    overflow:hidden;
    float:right;
    padding:0px 10px 0px 10px;
    background-image:url(/Images/fade250x400.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
    min-height:400px;
}

.centre
{
    width:500px;
    height:auto;
    min-height:400px;
    float:left;
    margin-left:10px;
    padding:0px 10px 0px 10px;
}

.searchbar
{
    width:460px; 
    height:80px; 
    padding:10px 20px 10px 20px;
    overflow:hidden; 
    background-image:url(/Images/searchbar500x100.jpg);
}


#footer
{
    width:960px;
    height:auto;
    overflow:hidden;
    text-align:right;
    margin-bottom:10px;
}

#footer a
{
    color:#404040;
}

#footer a:hover
{
    color:#606060;
}

input,textarea
{
    height:18px;
    padding:2px;
    border:#aaaaaa 1px solid;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size:12px;
}

select
{
    border:#aaaaaa 1px solid;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size:12px;
}

hr
{
    color:#aaaaaa;
    border:0px;
    background-color:#aaaaaa;
    margin:0px 0px 10px 0px;
    height:1px;
}

.transparanttextbox
{
    border:0px;
    height:18px;
    padding:2px 0px 0px 0px;
}

.t_description
{
    color:#444444;
}

#sidemenu a
{
    color:#555555;
    display:block;
    float:left;
    width:150px;
    margin-bottom:2px;
}

#sidemenu a:hover
{
    color:#777777;
}

.centretable
{
    margin:0px auto 10px auto;
}

.centretable th
{
    padding:2px 20px 2px 20px;
    background-color:#aaaaaa;
    font-weight:normal;
}

.centretable td
{
    text-align:center;
    padding:2px 20px 2px 20px;
}

.datatable
{
    width:100%;
}

.datatable th
{
    background-color:#aaaaaa;
    color:#202020;
    font-weight:normal;
}

.datatable td,.datatable th
{
    padding:2px 5px 2px 5px;
}

.watermarkedimage
{
    padding:2px;
    border:1px solid #aaaaaa;
    float:left;
    margin-right:10px;
    width:500px;
    height:500px;
    overflow:hidden;
    text-align:center;
    background-color:#dddddd;
}

.photoinfo
{
    width:444px;
    height:auto;
    overflow:hidden;
    min-height:100px;
    float:right;
}

label
{
    margin-top:4px;
    display:block;
    float:right;
    margin-left:10px;
    text-align:left;
    width:300px;
}

.leftbox250
{
    width:250px;
    height:auto;
    overflow:hidden;
    float:left;
    margin-right:10px;
}

.topbox250
{
    background-image:url(/Images/roundbox250_01.jpg);
    width:250px;
    height:10px;
    overflow:hidden;
}

.midbox250
{
    width:230px;
    padding:0px 10px 0px 10px;
    overflow:hidden;
    height:auto;
    background-image:url(/Images/roundbox250_02.jpg);
}

.botbox250
{
    background-image:url(/Images/roundbox250_03.jpg);
    width:250px;
    height:10px;
    overflow:hidden;
}

.searchright
{
    height:auto;
    width:700px;
    overflow:hidden;
    float:right;
}

.pagejump td
{
    text-align:center;
    width:150px;
}

.searchitemtd
{
    text-align:center;
    border:1px solid #cccccc;
    background-color:#eeeeee;
    padding:10px;
    vertical-align:top;
    width:206px;
}

.searchitemtd p
{
    margin:10px;
}

.searchitemtd img
{
    max-height:133px;
    padding:2px;
    border:1px solid #aaaaaa;
    background-color:White;

}

a img
{
    border:0px;
}

.hidden
{
    display:none;
}

#twitter_update_list
{
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}

#twitter_update_list li
{
    margin-bottom:10px;
    padding-bottom:2px;
    border-bottom:1px dotted #cccccc;
}

#twitter_update_list li span
{
    font-size:13px;
    display:block;
    padding-bottom:2px;
}

#twitter_update_list li a
{
    font-size:12px;
}

.lightboxes
{
    position:fixed;
    width:500px;
    height:480px;
    overflow:hidden;
    padding:10px;
    border:5px solid #aaaaaa;
    top:50%;
    left:50%;
    margin:-255px 0px 0px -265px;
    background-color:White;
}


#menuoverlay
{
    width:100px;
    height:20px;
    overflow:hidden;
    position:absolute;
    top:46px;
    left:50%;
    margin-left:-480px;
}

#contactrbl label
{
    width:auto;
}


#splash
{
    background-image:url(/Images/60percent.png);
    overflow:hidden;
    width:100%;
    height:auto;
    min-height:200px;
    position:absolute;
    left:0px;
    top:0px;
    z-index:30000;
}

#splashoverlay
{
    width:500px;
    height:480px;
    overflow:hidden;
    position:absolute;
    left:50%;
    top:50%;
    margin:-240px 0px 0px -250px;    
}

.smallfont
{
    font-size:10px;
}

.col1of3
{
    width:200px;
    height:auto;
    float:left;
    margin-right:20px;
    overflow:hidden;
}

.col2of3
{
    width:200px;
    height:auto;
    overflow:hidden;
    float:left;
}

.col3of3
{
    width:500px;
    height:auto;
    overflow:hidden;
    float:right;
}