html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0pt none;
  	font-size: 100%;
  	font-family: "Century Gothic","Trebuchet MS",Verdana,Helvetica,sans-serif;
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	padding:0pt;
	vertical-align:baseline;
}
table {
	border-collapse:separate;
	border-spacing:0pt;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
* {
	margin:0pt;
	padding:0pt;
}

body {
	background: url(../images/woodenbg_web.jpg) #000;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	font-size:12px;
	font-family:arial, sans-serif;
	}

/*------------------
     TOP SLIDE
-------------------*/

#top {
	background:#2E1C0F;
}
#top h2 {
	font-size:16px;
	color:#fff;
	line-height:22px;
	padding-top:30px;
	padding-bottom:10px;
}


#insidetop {
	margin:5px auto;
	width:540px;
}

#insidetop img {
	padding:10px;
}

#topline {
	clear:both;
	background: url(../images/atop.png) left top repeat-x;
	height:40px;
}

#topline .content {
	text-align:right;

}

#topline .content a{
	display:inline-block;
	width:204px;
	height:38px;
	background: url(../images/network.png) left top no-repeat;
	text-align:center;
	letter-spacing: 1px;
	cursor:pointer;
	padding:12px 0 0 0px;
  	font-size: 12px;
  	font-family: "Century Gothic","Trebuchet MS",Verdana,Helvetica,sans-serif;
	text-transform:uppercase;
}


#topline .content a strong {
	color: #FFF;
}


a {
	color:#fefefe;
	text-decoration:none;
}

a:hover {
	color:#fefefe;
	text-decoration:none;
}

#top {
	height:220px;
	display:none;
}

#wrapper {
	width:100%;
	background: url(../images/logo_trans_sm.png) center top no-repeat;
	margin:30px 0 0 0;
}

.content {
	position: inherit;
	width:940px;
	margin:0px auto;	
	
}

#header {
	padding:35px 0px 35px 0px;
	color:#fff;
	
}

h1{
	margin:43px 0 0 0px;
	padding:0px 0 0 70px;
	font-size:60px;
	font-weight:bold;
	color:#fff;
}

h1 a{
	color:#fff;
	display:block;
}

h1 a:hover{
	color:#fff;
}
h1 a span{
	font-size:16px;
	font-weight:bold;
	color:#cfe7f1;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	position:absolute;
}

#menu ul {
	font-size:16px;
	font-weight: 500;
	letter-spacing:1px;
	list-style:none;
	color: #FFD6A4;
	text-align:center;
	margin:180px 0 0 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	color:#FFD6A4;	
	display:inline-block;
	padding:15px 30px;
	line-height:25px;
	text-decoration:none;
}

#menu ul li a:hover{
	background: url(../images/menuhover.png) repeat;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#BB0000;	
}

#menu ul li.selected a{
	color: #C00;	

}

#header_img {
	margin-top:20px;
	margin-left:15%;
	margin-right:15%;
	}

	
/*----------------
     CONTENT
----------------*/


#container {
	width:500px;
}


.right_content {
	margin: 0px auto;
	width: 530px;
	background:#fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
	background: #880000;
	height: 50px;
	width: 560px;
	position: relative;
	left:-16px;
	top: 20px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	padding-left: 35px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: left;
}

.triangle-l {
	border-color: transparent #600 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 55px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #600;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 530px;
	top: 25px;
	z-index: -1; /* displayed under bubble */
}

.info {
	padding: 20px 25px 35px 25px;
}


.info p {
	padding-top: 5px;
	font-size: 12px;
	line-height: 22px;
}

.info p a {
	color: #c4591e;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}



/*----------------
     SIDEBAR
----------------*/

.sidebar {
	width:300px;	
	float:right;
	margin:0px auto; 
	background:#fff;
	-moz-border-radius: 10px;
  	-khtml-border-radius: 10px;
 	 -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
 	 -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
 	 -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}


.rectangle_side {
	background: #880000;
	height: 50px;
	width: 330px;
	position: relative;
	left:-15px;
	top: 20px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle_side h2 {
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	padding-left: 35px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: left;
}

.triangle-l-s {
	border-color: transparent #600 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 55px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r-s {
	border-color: transparent transparent transparent #600;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 300px;
	top: 25px;
	z-index: -1; /* displayed under bubble */
}

.side_info img {
	padding: 0px 5px 5px 5px;
}

.side_info {
	padding: 20px 25px 35px 25px;
}

.side_info h3 {
	font-size: 12px;
}

.side_info p {
	padding-top: 10px;
	font-size: 12px;
	line-height: 22px;
}

.side_info p a {
	color: #c4591e;
	text-decoration: none;
}

#left {
	float:left;
	width:200px;
	padding:0 100px 0 0;
}


/*---------------------
    COMPANY CONTENT
-----------------------*/


#com_container {
	margin-top:20px;
	margin-left:125px;
	width:700px;
}


.com_right_content {
	margin: 0px auto;
	width: 700px;
	background:#fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.com_rectangle {
	background: #880000;
	height: 50px;
	width: 730px;
	position: relative;
	left:-16px;
	top: 20px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.com_rectangle h2 {
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	padding-left: 35px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: left;
}

.com_triangle-l {
	border-color: transparent #600 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 55px;
	z-index: -1; /* displayed under bubble */
}

.com_triangle-r {
	border-color: transparent transparent transparent #600;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 700px;
	top: 25px;
	z-index: -1; /* displayed under bubble */
}

.com_info {
	padding: 20px 25px 35px 25px;
}


.com_info p {
	padding-top: 5px;
	font-size: 12px;
	line-height: 22px;
}

.com_info p a {
	color: #c4591e;
	text-decoration: none;
}

.com_info p a:hover {
	text-decoration: underline;
}



/*------------------
     CONTACT US
-------------------*/

#page-wrap {
	width: 660px;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	color:#CCC;

}

#contact-area {
	width: 600px;
	margin-top: 25px;
	color:#CCC;

}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/*---------------------
     PROPERTIES
----------------------*/

#properties {
	width: 680px;
	padding: 10px 30px 20px 10px;
	margin: 5px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	color:#CCC;

}

.properties_info {
	width: 700px;
	color: #CCC;
}



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


#footer {
	background: #880000;
	clear:both;
	}

#footer .content {
	margin-top:30px;
	padding:30px 0 50px 0;
	text-align:center;
}

#footer ul li {
	display:inline;
	font-size:12px; 
	letter-spacing:1px;
	color: #fff;
	padding:5px;
}

#footer ul li a {
	text-decoration:none;
	color: #fff;
}

#footer ul li a:hover {
	color: #331E10;
}


#footer p {
	font-size:9px;
	color:#c2c2c2;
	margin-top: 10px;
	padding:-15px;
	letter-spacing:0.05em;
}



