/* @group general */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

html {
	overflow: scroll;
}

body {
	height: 100%;
	width: 100%;
	background: url(../img/page_bg.gif) repeat-x 0 top;
}

.clearAll {
	clear: both;
}

div#pageContainer {
	width: 960px;
	margin: auto;
	position: relative;
	height: 100%;
}

div#pageContent {
	padding-right: 20px;
	padding-left: 20px;
	background: url(../img/page_border.gif) no-repeat center top;
}

/* @end */

/* @group header */

div#pageHeader {
	height: 136px;
	position: relative;
}

div#headerLogo {
	background: url(../img/unac_header_text.gif) no-repeat right top;
	width: 530px;
	height: 136px;
	overflow: hidden;
}

div#headerBanner {
	width: 430px;
	height: 136px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

#headerBanner .bannerSlide {
	position: absolute;
	width: 431px;
	height: 0;
	padding-top: 136px;
	overflow: hidden;
}

#bannerSlide1 {
	background-image: url(../img/banner_slide1.gif);
}

#bannerSlide2 {
	background-image: url(../img/banner_slide2.gif);
}

#bannerSlide3 {
	background-image: url(../img/banner_slide3.gif);
}

#bannerSlide4 {
	background-image: url(../img/banner_slide4.gif);
}

#bannerSlide5 {
	background-image: url(../img/banner_slide5.gif);
}

/* @end */

/* @group navigation */

div#globalNav {
	height: 62px;
	background: url(../img/nav_bg.gif) no-repeat 0 top;
}

#globalNav ul {
	list-style-type: none;
	padding-left: 24px;
}

#globalNav ul li {
	float: left;
}

#globalNav ul li a {
	float: left;
	height: 0;
	width: 150px;
	padding-top: 62px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 -124px;
}

#globalNav ul li a:hover {
	background-position: 0 -62px;
}

a.navHome {
	background-image: url(../img/nav_home.gif);
}

#bHome #globalNav a.navHome {
	background-position: 0 0;
}

#bStudents #globalNav a.navStudents {
	background-position: 0 0;
}

#bLandlords #globalNav a.navLandlords {
	background-position: 0 0;
}

#bSignup #globalNav a.navSignup {
	background-position: 0 0;
}

#bVisitus #globalNav a.navVisitus {
	background-position: 0 0;
}

#bContact #globalNav a.navContact {
	background-position: 0 0;
}

a.navStudents {
	background-image: url(../img/nav_students.gif);
}

a.navLandlords {
	background-image: url(../img/nav_landlords.gif);
}

a.navSignup {
	background-image: url(../img/nav_signup.gif);
}

a.navVisitus {
	background-image: url(../img/nav_visitus.gif);
}

a.navContact {
	background-image: url(../img/nav_contact.gif);
}

/* @end */

/* @group home page */

div#homeIntro {
	width: 380px;
	height: 134px;
	float: left;
	background-image: url(../img/home_welcome_bg.gif);
	margin-bottom: 10px;
}

#homeIntro h2 {
	background-image: url(../img/home_welcome_header.gif);
	width: 246px;
	height: 0;
	padding-top: 31px;
	overflow: hidden;
}

#homeIntro p {
	font-size: 11px;
	padding-left: 13px;
	padding-right: 140px;
	line-height: 14px;
}

div#homeContact {
	width: 160px;
	height: 134px;
	float: left;
	margin-bottom: 10px;
}

#homeContact a {
	width: 160px;
	height: 0;
	padding-top: 134px;
	display: block;
	overflow: hidden;
	background-image: url(../img/home_contact_bg.gif);
}

div#homeBanner {
	width: 380px;
	height: 134px;
	float: left;
	margin-bottom: 10px;
}

div#propertySideBar {
	float: right;
	width: 350px;
	margin-left: 10px;
}

div#propertySideBarWrapper {
	width: 350px;
}

div#filterIntro {
	font-size: 11px;
	margin-bottom: 10px;
	position: relative;
	background-color: #eee;
	margin-top: 10px;
	padding: 10px;
}

div#filterIntro p {
}

#propertyFavourites p {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

#favourites p {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

#filterIntro span {
	font-weight: bold;
}

/* @end */

/* @group property filter */

div#propertyFilter {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
}

#propertyFilter h4 {
	width: 80px;
	height: 0;
	padding-top: 29px;
	overflow: hidden;
	background: url(../img/filter_header.gif) no-repeat 0 1px;
}

#propertyFilter p {
}

form#filter {
	margin-left: 70px;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}

#propertyFilter label {
	margin-right: 10px;
	margin-top: 5px;
	font-size: 12px;
	float: left;
	width: 80px;
	text-align: right;
}

#propertyFilter select {
	margin-right: 20px;
	font-size: 18px;
}

#propertyFilter input {
	font-size: 12px;
}

p#filterCount {
	text-align: center;
	margin-bottom: 10px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/counter_bg.gif) no-repeat;
	padding: 20px 10px;
	height: 20px;
}

/* @end */

/* @group property list */

div#propertyContainer {
}

#propertyContainer h2 {
	background: url(../img/property_list_header.gif) no-repeat;
	width: 245px;
	height: 0;
	padding-top: 32px;
	overflow: hidden;
	margin-bottom: 10px;
}

div#propertyListMask {
}

div#propertyList {
}

div.propertyBox {
	width: 540px;
	background-color: #fff;
	font-size: 12px;
	float: left;
	border: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
}

div.propertyBox p.propertyStatus {
	background-color: #fff;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

div.booked {
	border-color: #903;
}

div.booked p.propertyStatus {
	background-color: #903;
}

div.available {
	border-color: #090;
}

div.available p.propertyStatus {
	background-color: #090;
}

div.propertyBox ul {
	list-style-type: square;
	margin-left: 10px;
	width: 370px;
}

div.propertyBox ul li {
	float: left;
	margin-left: 25px;
}

div.propertyBox img {
	float: right;
	margin-right: 5px;
}

div.propertyBox p.propertyHeader {
	padding: 5px 40px 5px 5px;
	margin: 5px;
}

p.fivestar {
	background: url(../img/5star_grad.gif) no-repeat right top;
	min-height: 28px;
	padding-right: 50px;
}

div.propertyLinks {
	float: left;
	margin-left: 10px;
	width: 380px;
}

a.propertyRequestButton {
	background-image: url(../img/button_add.gif);
	width: 128px;
	height: 0;
	float: left;
	padding-top: 22px;
	overflow: hidden;
	margin: 5px;
}

a.propertyInfoButton {
	background-image: url(../img/button_info.gif);
	width: 128px;
	height: 0;
	float: left;
	padding-top: 22px;
	overflow: hidden;
	margin: 5px;
}

a.propertyViewButton {
	width: 128px;
	height: 0;
	padding-top: 22px;
	overflow: hidden;
	margin: 5px;
	background: url(../img/button_view.gif) no-repeat;
	display: block;
}

/* @end */

/* @group favourites */

div#propertyFavourites {
	position: relative;
}

#propertyFavourites h4 {
	width: 150px;
	height: 0;
	padding-top: 29px;
	overflow: hidden;
	background: url(../img/favourites_header.gif) no-repeat 0 1px;
}



/* @end */

/* @group text pages */

div#columnLeft {
	width: 450px;
	float: left;
}

div#columnRight {
	width: 450px;
	float: right;
}

div.columnText {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

div.columnText h5 {
	font-size: 12px;
}

div.columnText p, #pageContent p {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 15px;
}

div.text1stplace {
	background: url(../img/text_bg_1stplace.gif) no-repeat left bottom;
	min-height: 95px;
	padding-left: 150px;
	padding-bottom: 15px;
	padding-right: 10px;
}

div.textBeers {
	background: url(../img/text_bg_beers.gif) no-repeat left bottom;
	min-height: 65px;
	padding-bottom: 15px;
	padding-right: 190px;
	padding-left: 10px;
}

div.textDrill {
	background: url(../img/text_bg_drill.gif) no-repeat left bottom;
	min-height: 65px;
	padding-left: 180px;
	padding-bottom: 15px;
	padding-right: 10px;
}

div.textHandshake {
	background: url(../img/text_bg_handshake.gif) no-repeat left bottom;
	min-height: 85px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 190px;
}

div.textIdea {
	background: url(../img/text_bg_idea.gif) no-repeat left bottom;
	min-height: 100px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 170px;
}

div.textKey {
	background: url(../img/text_bg_key.gif) no-repeat left bottom;
	min-height: 95px;
	padding-left: 180px;
	padding-bottom: 15px;
	padding-right: 10px;
}

div.textTelly {
	background: url(../img/text_bg_telly.gif) no-repeat left bottom;
	min-height: 65px;
	padding-left: 180px;
	padding-bottom: 15px;
	padding-right: 10px;
}

div.textThumbsup {
	background: url(../img/text_bg_thumbsup.gif) no-repeat left bottom;
	min-height: 65px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 150px;
}

.img_red
{
	border-width: 5px;
	border-color: #b10135;
	border-style: solid;
}

.img_yellow
{
	border-width: 5px;
	border-color: #FFCC00;
	border-style: solid;
}

.submit_button
{
	padding: 10px;
	font-size: 18px;
}

.unac_yellow
{
	color:#dfb200;
}

.unac_red
{
	color: #b10135;
}

/* @end */

/* @group forms */

form h3 {
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

form p {
	margin-top: 10px;
}

form label {
	font-size: 10px;
	color: #333;
	display: block;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}

p.suFormTitle {
	float: left;
	width: 70px;
}

p.suFormName {
	float: left;
	width: 180px;
}

p.suFormName input[type=text] {
	width: 160px;
}

form p span {
	font-size: 10px;
	color: #666;
	display: block;
	margin: 2px 20px;
}

form input[type=text], form input[type=password] {
	display: block;
	margin-left: 20px;
	font-size: 18px;
	width: 410px;
	margin-right: 20px;
}

form textarea {
	display: block;
	margin-left: 20px;
	font-size: 18px;
	width: 410px;
	margin-right: 20px;
}

form select {
	display: block;
	margin-left: 20px;
	font-size: 18px;
	margin-right: 20px;
}

p.formFooter {
	font-size: 13px;
	color: #903;
	font-weight: bold;
	margin: 10px auto auto;
	width: 630px;
	text-align: center;
}

form input {
}

/* @end */

/* @group footer */

div#pageFooter {
	height: 100px;
	width: 100%;
	background: url(../img/footer_bg.gif) no-repeat center top;
}

div#pageFooter p {
	width: 960px;
	text-align: center;
	font-size: 11px;
	margin: auto;
	padding-top: 20px;
	line-height: 18px;
}

#pageContent a, #pageFooter a
{
	color: #b10135;
	text-decoration: none;
	font-weight: bold;
}

#pageContent a:hover, #pageFooter a:hover
{
	color:#666666;
}

#pageContent h4
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#pageContent h5
{
	text-transform: uppercase;
}
/* @end */

/* @group admin */

.unac_active
{
	color: #009900;
}

.unac_owner
{
	color: #0000FF;
}

#adminLoggedIn
{
	width: 516px;
	border-width: 3px;
	border-color: #339900;
	border-style:solid;
	padding: 10px;
	margin-bottom: 10px;
}



/* @end */
