/* main styles */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #666666;
	text-align: center;
    margin:0;
    padding:0;
}

#game
{
    width:780px;
    text-align: left;
    margin: 0 auto;
    background-color:#FFFFFF;
}

ul 
{
    margin:0;
	padding:5;
	list-style-type:none;
}

a 
{
    color:#000000;
    text-decoration: none;
}

a:hover
{
	color: #CC3300;
}

.selectedLink 
{
    color:#999999;
    cursor: text;
}

.selectedLink:hover
{
    color:#999999;
    cursor: text;
}

/* staffonline.net.au heading styles */
#logo 
{
    background-image:url(imgs2/bg_gmlogo.jpg);
    background-repeat:no-repeat;
    height:120px;
    margin: 0px;
    border-top: 1px solid #666666;
}

#logo h1 span
{
    display: none;
}

/* main menu styles */
#menu 
{
    background:url(imgs2/bg_menu.jpg);
    background-repeat:no-repeat;
    height:27px;
    padding-left:60px;
}

#menu ul 
{
	line-height:20px;
}

#menu ul li 
{
	float: left;
}

#menu ul li a
{
	font-size: 12px;
    display: block;
	text-align: center;
	line-height: 28px;
	height: 28px;
}

#Home
{
    width: 70px;
}

#Rooms
{
    width: 100px;
}

#Facilities
{
    width: 110px;
}

#Attractions
{
    width: 110px;
}

#Where
{
    width: 90px;
}

#ContactUs
{
    width: 100px;
}

#Contactus
{
    width: 80px;
}

/* home page images styles */
#images 
{
    height:187px;
    width: 780px;
    background-image: url('imgs2/shadow.jpg'); 
    background-position: bottom;
    background-repeat: no-repeat;
}

#images img 
{
    float: left;
    padding: 1px 0 0 1px;
}

/* home page content styles */
#content 
{
    margin: 25px;
    width: 730px;
}

#content p
{
    width: 750px;
}

#content p span
{
    font-weight: bold;
}

#content p a
{
    font-weight: bold;
    text-decoration: underline;
}

/* content page title styles */
#titles 
{
    margin:25px 0px 0px 0px;
    height:26px;
}

#search_welcome 
{
    background-image:url(imgs2/bg_title_left.jpg);
    width:200px;
    font-size: 12px;
    height:19px;
    padding-left:25px;
    padding-top:7px;
    margin: 0px;
    font-weight:bold;
}

#search_title 
{
    background-image:url(imgs2/bg_title_right.jpg);
    margin: 0px;
    width:517px;
    height:23px;
    padding-left:25px;
    padding-top:4px;
    font-weight:bold;
    color:#FFFFFF;
    font-size:18px;
}

/* logged in menu styles */
#search_menu 
{
    width:175px;
    margin: 0px;
}

#search_menu ul
{
    line-height:20px
}

#search_menu li
{
    background-image:url(imgs2/arrow.jpg);
    background-repeat:no-repeat;
    padding-left:15px;
}

/* content page styles */
#search_content 
{
    width:492px;
    margin: 0px;
}

#search_content p 
{
    width: 485px;
    text-align: justify;
}

/* content page form styles */
#search_content div
{
    width:300px;
    margin: 5px 0px;
    float: left;
    font-weight: bold;
}

#search_content label
{
    width:70px;
    font-weight: bold;
    float: left;
    line-height: 20px;
}

#search_content input
{
    width:200px;
    float: right;
}

#search_content select
{
    width:204px;
    float: right;
}

#search_content input.radioBtn
{
    width:20px;
    float: none;
}

#search_content .radioBtnGrp
{
    float: left;
}

#search_content .radioBtnGrp span
{
    margin-left: 0px;
    float: left;
}

#search_content .radioBtnGrp label
{
    width: 72px; 
    line-height: 20px;
    text-align: right;
}

#search_content .radioBtnGrp input, #search_content .radioBtnGrp label
{
    float: left;
}

#search_content span
{
    line-height: 20px;
    display: block;
    font-weight: bold;
}

#search_content #any_allOfTime
{
    padding-left: 95px;
}

#search_content #any_allOfTime label
{
    width: 30px;
    text-align: right;
}

#search_content #frmControlBtns
{
    width: 310px;
}

#frmControlBtns input
{
    margin-top: 20px;
}

#frmControlBtns #searchBtn
{
    background-image: url('imgs2/bt_search.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    padding-left: 80px;
    color: #ffffff;
    border: none;
    width: 79px;
    height: 27px;
}

/* utility styles */
.left 
{
    float:left;
}

.right 
{
    float:right;
}

.clear
{
    clear: both; 
    width:700px;
}

/* footer styles */
#footer 
{
    background-image:url(imgs2/footer.jpg);
    background-position: top;
    background-repeat:no-repeat;
    background-color: #666666;
    width:780px;
    height:40px;
    text-align:center;
    color:#FFFFFF;
    line-height:40px;
}

#footer a
{
    color: #FFFFFF;
}
