html
{		
margin: 0px;
padding: 0px;
background-color: #006666;
}

body
{
margin:0;
padding:0 0 0 0 ;
line-height: 1.8em;
font-family: arial, verdana, sans-serif;
color: #666666;
font-size: 0.8em;
}

em
{
color: #006666;
font-style: normal;
font-weight: bold;
}

hr
{
color: #006666;
}

.largeText {
	font-size: 2em;
	}

.asNumbers {
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	font-size: 1.4em;
	border: 1px solid #006666;
	}


address
{
font-size: 0.9em;
text-align: center;
}

strong
{
color: #006666;
font-style: normal;
font-weight: bold;
}

.contact
{
margin-top: 50px;
padding-top: 15px;
border-top: 1px #333333 solid;
font-weight: bold;
font-size: .9em;
text-align: center;
line-height: 1.8ex;
}

#container
{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(media/ig-student-properties_02.jpg) repeat-x top left;
background-color: white;
}

/*header-------------------------------------------------*/

#header
{
background: url(media/residential-properties_01.jpg) no-repeat top center;
height: 158px; /*Height of top section*/
}

#header h1
{
margin: 0;
display: none;
}


#header h2
{ 
margin: 0;
display: none;
}


/*main-------------------------------------------------*/

#contentwrapper
{
float: left;
width: 100%;
background: url(media/ig-student-properties_02.jpg) repeat-y top left;
background-color: white;
}

#main
{
float: left;
/* margin-left: 227px; */
width: 650px;
padding: 25px;
background-color: white;

}

#main p
{
margin-bottom: 3ex;

}

#main li
{
list-style: square;
}


#main h1
{
margin: 0 0 1ex 0;
padding: 0;
font-size: 1.4em;
font-weight: bold;
color: #006666;
}

#main h2
{
font-weight: normal;
font-style: italic;
font-size: 1.3em;
color: #66cc99;
}

#main h3
{
font-weight: bold;
margin-top: 0;
padding-top: 2ex;
font-size: 1.3em;
color: #006666;
}

#main h4
{
font-weight: normal;
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
font-style: italic;
font-size: 1.3em;
color: #66cc99;
}

#main a:link
{
color: #66cc99;
font-style: normal;
font-weight: bold;
}

#main a:visited
{
color: #66cc99;
font-style: normal;
font-weight: bold;

}

#main a:hover
{
color: #339966;
font-style: normal;
text-decoration: underline;
font-weight: bold;
}

#main a:active
{
color: #339966;
font-style: normal;
text-decoration: underline;
font-weight: bold;
}

#main img
{
float: right;
margin: 0 0 30px 30px;
border: none;
}


#address p
{
margin: 0;
padding: 0;
}

.google
{
float: right;
margin-left: 30px;
margin-bottom: 30px;
}

#logo
{
padding: 20px;
background-color: #006666;
}

/*left panel-------------------------------------------------*/



#leftcolumn
{
float: left;
width: 227px; /*Width of left column in pixel*/
background: url(media/residential-properties_04.jpg) no-repeat bottom left;
padding-left: 0px;
padding-right: 0;
margin-right: 0px;
padding-top: 0;
margin-top: 0;
}



.nav li{
	list-style: none;
}

.nav li a{
	display: block;
	color:#006666;
	text-decoration: none;
	height: 35px;
	font-weight: bold;
	line-height: 35px;
	cursor: pointer;	
	font-size: 1em;
}

.nav li a {
	display: block;
}

.nav li.current a, .nav li a:hover{
	color: #339966;
}

.nav li a:visited
{
	color: #006666;
}

/*images-------------------------------------------------*/

img
{
margin-right: 10px;
border: solid 1px #666666;
}

.imgleft
{
float: left;
margin-right: 10px;
border: none;
}

#picgallery img
{
margin: 10px 10px 10px 0px;
border: solid 1px #666666;
display: inline;
}

.imagenofloat
{
margin-bottom: 10px;
}


.imagemain
{
float: right;
margin-top: 5px;
margin-left: 20px;
margin-bottom: 10px;
border: solid 1px #666666;
}


/*search-------------------------------------------------*/

.formbutton
{
cursor:pointer;
border: 1px solid #006666;
font-size: .7em;
color: white;
padding: 1px 2px;
font-weight:bold;
background: url(media/bg-button.jpg) repeat;
background: #006666;
}


.typebox
{
border: 1px solid #006666;
width: 50px;
margin-left: 40px;
font-size: .7em;
padding: 2px;
}


/*Form-------------------------------------------------*/

.cssform
{
padding: 20px;
border: 1pt solid grey;
background-color: #ecfff3;
}



.cssform p{
margin: 0;
padding: 5px 0 8px 0;
padding-left: 240px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}


.cssformhead
{
margin-top: 20px;
font-style: normal;
font-weight: bold;
font-size: 1.3em;
color: #339999;
}

.cssform label{
font-weight: bold;
	color:#006666;
float: left;
margin-left: -240px; /*width of left column*/
width: 235px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

.cssform select
{
margin-bottom: 20px;

}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}




/*FOOTER-------------------------------------------------*/

#footer
{
width: 960px;
padding-top: 5px;
margin: 0 auto;
font-size: .8em;
color: #ffffff;
text-align: center;
background-color: #003333;
}

#footer p
{
padding: 0;
margin: 0;
line-height: 4ex;
}

#footer a
{
color: #ffffff;
}

/*FOOTER2-------------------------------------------------*/

#footer2
{
width: 960px;
padding-top: 3px;
margin: 0 auto;
font-size: .8em;
color: #ffffff;
text-align: right;
}


#footer2 a
{
color: #ffffff;
text-decoration: none;
}



.innertube{
margin: 12px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 24px;
}







/* -------------- LISTING CSS ------------------------ */

.listing {
	border: 1px dotted #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
	}
.listing p {

	}
.listing_image {
	float: left;
	width: 230px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}
.listing_image img {
	border: 1px solid #999;
	width: 230px;
	padding: 0;
	margin: 0;
	}
.listing_details
{
width: 350px;
	margin: 0px 0px 0px 270px;
	padding-top: 0;
	}
.listing_title {
	font-style: italic;
	font-size: 1.5em;
	font-weight: 100;
	margin-top: 0;
	padding-top: 0;
	}
.listing_buttons {
	clear: left;
text-align: center;
	margin-top: 0px;
	}
	
.locationSearch {
	padding: 0px 0px 0px 40px;
	margin-top: -10px;
	font-size: .8em;
	}
.locationSearch a {
	color: #006666;
	}


/*FOOTER-------------------------------------------------*/

.pointer {
	cursor: pointer;
	}
.links
{
border-bottom: 1px solid #999999;
}

.links p
{
margin: 0;
padding: 0;
line-height: 1ex;
}

.emailFriendLink {
	color: #66cc99;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	margin-left: 20px;
	}
	
.emailFriendLink:hover {
	color: #339966;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	}
	
#overlay {
	left: 0px;
	top: 0px;
	position: absolute;
	display: none;
	z-index: 9998;
	background-color: #000;
	}
#overlayActionBox {
	display: none;
	background-color: #fff;
	padding: 10px;
	z-index: 9999;
	position: fixed;
	width: 300px;
	height: 300px;
	top: 0px;
	left: 0px;
	}
#overlayActionBoxFooter {
	border-top: 1px solid #e2e2e2;
	padding: 10px 0px 0px 0px;
	text-align: right;
	}
.loader {
	text-align: center;
	padding: 5% 0 5% 0;
	}
#submitEmailFriendButton {
	color: #66cc99;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
	}
#submitEmailFriendButton:hover {
	color: #339966;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	}
	
/* ---------- ADMIN CSS --------------------------------------- */
	
#admin_login_box {
	margin: 100px auto;
	border: 6px solid #0A7777;
	background: #fff;
	padding: 10px;
	width: 400px;
	}
	
#adminleftcolumn {
	float: left;
	width: 227px; /*Width of left column in pixel*/
	padding-left: 0px;
	padding-right: 0;
	margin-right: 0px;
	padding-top: 0;
	margin-top: 0;
	}
#admin_main {
	float: left;
	width: 650px;
	padding: 25px;
	background-color: white;
	min-height: 600px;
	}
#admin_main h1
{
margin: 0 0 1ex 0;
padding: 0;
font-size: 1.4em;
font-weight: bold;
color: #006666;
}

#admin_main h2
{
font-weight: normal;
font-style: italic;
font-size: 1.3em;
color: #66cc99;
}

#admin_main h3
{
font-weight: bold;
margin-top: 0;
padding-top: 2ex;
font-size: 1.3em;
color: #006666;
}

#admin_main h4
{
font-weight: normal;
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
font-style: italic;
font-size: 1.3em;
color: #66cc99;
}

#admin_main a:link
{
color: #66cc99;
font-style: normal;
font-weight: bold;
}

#admin_main a:visited
{
color: #66cc99;
font-style: normal;
font-weight: bold;

}

#admin_main a:hover
{
color: #339966;
font-style: normal;
text-decoration: underline;
font-weight: bold;
}

#admin_main a:active
{
color: #339966;
font-style: normal;
text-decoration: underline;
font-weight: bold;
}

#admin_main table {
	border-top: 1px solid #e2e2e2;
	}
#admin_main td {
	border-bottom: 1px solid #e2e2e2;
	}
#admin_main thead {
	font-weight: bold;
	background: #f8f8f8;
	}
#admin_user_nav {
	padding: 0;	
	}
#admin_user_nav li {
	list-style-type: none;
	float: left;
	padding: 5px;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin: 0 5px 0 0;
	}
#admin_user_nav li a {
	font-weight: 100;
	}
#admin_user_nav li a.selected {
	font-weight: bold;
	}
.userSection {
	border-top: 1px solid #e2e2e2;
	clear: both;
	padding: 10px 0 0 0;
	}
#admin_user_details {
	display: none;
	}
#admin_user_criteria {
	
	}
#admin_user_favourites {
	display: none;
	}
.required {
	font-size: .8em;
	color: #aaa;
	}
.reg_form {
	border-top: 1px solid #e2e2e2;
	}
.reg_form td {
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
	line-height: 1em;
	}
	
	
	
#property_detail {
	
	}
	
	#picsrow
	{
	margin: 0 0 60px 0;
	}
	
	.picsright img{
	/* float: right; */
	}	
	
#property_detail_left {
	float: left;
	width: 250px;
	}
#property_detail_right {
	float: left;
	width: 400px;
	}
#property_detail_main_pic {

	}
#property_detail_links {
	
	clear: both;
	}
#property_detail_footer {
	clear: both;
	}
#property_detail_contact {
	clear: both;
	}
#property_detail_footer img {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #666666;
	}
.clear
{
clear: both;
}

/*generic page block for index------------------------------------------------*/

	
#studentletouter
	{
	width: 303px;
	float: left;
	margin-left:10px;
	display: block;
	}
	
	#studentlet
	{
	background: url(media/student-lets.jpg) no-repeat;
	padding: 200px 20px 0px 20px;
	margin: 0;

	}
	
		#studentlet a
	{
text-decoration: none;
	}
	
	#studentlet h1
	{
margin: 0;
padding: 0;
font-size: 1.2em;
color: #f53500;


	}
	
	#studentsearch
	{
	background: url(media/student-lets-search.jpg) no-repeat bottom;
	text-align: right;
	padding: 0px 20px 0px 0;
	height: 82px;
	margin: 0;
	}
	
	#studentsearch a:link
	{
color: white;
font-weight: bold;
font-size: 1.4em;
text-decoration: none;
	}
	
	#studentsearch a:visited
	{
color: white;

}

	#studentsearch a:hover
	{
color: #006666;
}

	#studentsearch p
	{
padding: 40px 0 0 0;
	}


	#resletouter
	{
	width: 303px;
	float: left;
	margin-left:10px;
	}
	
	#reslet
	{
	background: url(media/residential-lets.jpg) no-repeat;
	padding: 200px 20px 0px 20px;
	margin: 0;

	}
	
	#reslet h1
	{
margin: 0;
padding: 0;
font-size: 1.2em;
color: #f53500;

	}
	
	#ressearch
	{
	background: url(media/student-lets-search.jpg) no-repeat bottom;
	text-align: right;
	padding: 0px 20px 0px 0;
	height: 82px;
	margin: 0;
	}
	
	#ressearch a:link
	{
color: white;
font-weight: bold;
font-size: 1.4em;
text-decoration: none;
	}
	
	#ressearch a:visited
	{
color: white;

}

	#ressearch a:hover
	{
color: #006666;
}

	#ressearch p
	{
padding: 40px 0 0 0;
	}
	

.clear
{
clear: both;
}


#logos
{
float: left;
margin-top: 30px;
}

#logos img
{
float: left;
}




