* { margin : 0px; padding : 0px; }
body {
background: url(images/bg.jpg) no-repeat center center fixed;
background-color:#8E8E8E;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale')";
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height:20px;
font-size:13px;
color:#999999;
}
.mainpage { background:url(images/content-bg.gif); width:1100px; height:auto; padding-top:0px; }
.bigfontleft { text-align:left; text-transform:capitalize; font-size:24px; }
.newbutton1, .newbutton2 {
	/*float:right; */
	background:url(images/button1_bg.gif) top repeat-x;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	padding:10px 10px;
	margin-left:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior:url(images/PIE.htc);
	position:relative;
}
.newbutton2 {
	background:url(images/button2_bg.gif) top repeat-x;
	background: #d9ae00;
	background: -moz-linear-gradient(top, #b28b06, #9c7705 50%, #9c7705 51%, #5c4100);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b28b06), color-stop(.5, #9c7705), color-stop(.5, #9c7705), to(#5c4100)); 
	border: 1px solid #c7a60c; 
	border-top: 1px solid #e5d51f;
}
.newbutton1:hover {
	background:#202225;
}
.newbutton2:hover {
	background:#1f759b;
}
.specialfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #0F3F7D; }
.parabody { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; text-align:justify; color:#666666; }
.paracenter { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; text-align:center; color:#666666; }
.paratalic { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; text-align:justify; color:#CC6600; font-style:italic; }
.paraterms { color:#003300; font-weight:bold; }
.parasmall { color:#003300; }
.specialbig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; font-weight: bold; color: #0F3F7D; font-weight:bold;  }
.parabig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; text-align:justify; color:#CC6600; font-weight:bold;  }
img { max-width: 100%; height: auto; }
.mymenus .dropmenus li ul li {border-top: 0px; width:100%;  }
.mymenus ul { list-style: none;padding: 0px;margin: 0px; width:100%; height:40px; background:url(images/blue-menu-bg.png); }
.mymenus  ul li { display: block; position: relative;float: left; background:url(images/blue-menu-bg.png); width:10%; }
.mymenus  li ul {display: none; }
.mymenus  ul li a {display: block; padding: 10px 10px 5px 10px; text-decoration: none;
           white-space: nowrap; /*color: #fff;*/ color:#999999; font-size:14px; font-weight:bold; }
.mymenus  ul li a:hover {background: #41586E;}
.mymenus  li:hover ul {display: block; padding-left:0px; width:200px; font-size:10px; text-align:left; color:#003399; font-family:"Times New Roman", Times, serif; background-color:#000000;  }
.mymenus  li:hover li { float: none; }
.mymenus  li:hover a { background-color:#41586E;  }
.mymenus  li:hover li a:hover {background: #000000;  }
.mymenus  .dropmenus ul li:hover ul li {
float:none;
}
.mymenus li > a:after { content: ' »'; } /* Change this in order to change the Dropdown symbol */
 
.mymenus li > a:only-child:after { content: ''; }
.mymenus ul a.active {
	color: #fff;
}
/***** Table Styles *****/
.mytable {
	border: 1px solid #e7e7e7;
	width: 100%;
	color:#999999;
}

.mytable th, table td {
	/*border: 1px solid #ccc;*/
	padding: 5px;
}

.mytable th {
	background: #ddd;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
}

.mytable tbody td {
	background: #fff;
}

.mytable tfoot td {
	background: #e5e5e5;
}

.mytable tbody tr:hover td {
	background: #ededed;
}
/***** Tab Styles *****/

h1, h2, h3, h4 {
	background: url('images/heading-line.gif') center repeat-x;
	color: #222;
	font-family: 'Vollkorn:400italic';
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
}

h1 span, h2 span, h3 span, h4 span { background: url('images/content-bg.gif'); display: inline-block; padding: 0 25px; }

h3 span, h4 span { padding: 0 15px; }

h1 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

span.left {
	padding-left: 0;
}

span.footer {
	background: #eee;
	color: #444;
}

.nobg {
	background: none;
}

p {
	margin: 0;
	margin-bottom: 15px;
}
/***** Form Styles *****/
input[type="text"], input[type="password"], input[type="email"], select {
	display: inline-block;
}

select {
	padding: 6px 4px;
}

input[type='submit'] {
	line-height: 0;
}

input[type='submit']:hover {
	border: none;
}

form label {
	font-weight: normal;
}

form label.required:before {
	content: '* ';
	font-weight: bold;
	font-size: 16px;
}
/* footers */
.brkline { background-color:#2F4050; height:3px; }
.propertyside { 
background-image:url(images/properties.jpg);
width:100%;
height:auto;
/*height:540px; */
padding-top:10px;
padding-left:0px;
color: #666;
font-family: 'Lato';
overflow-x: hidden;
font-size:11px;
}
.propertyside .list2 {
	margin: 0;
	list-style: none;
}

.propertyside .list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
	font-size:14px;
	line-height:25px;
}
.propertyside .list2 a:hover {
color:#000000;
font-weight:bold;
}
.footers { 
background:url(images/footer.jpg);
width:100%;
height:55px;
padding-top:10px;
}
.footers #text { color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;  }