* { font-family:Verdana, Arial, Helvetica, sans-serif; }

html, body {
	background-color: #ffef9e;
	background-image:url(case_miami/LandingPage_02_22.png);
	margin:0;
	padding:0;
}

h1, h2, h3, h4 { margin:0;padding:0; }

tr, td, table {
	border-collapse: collapse;
}

#top {
	background-image:url(case_miami/LandingPage_02_02.png);
	background-repeat:repeat-x;
	width:100%;
	height:215px;
}

#mid {
	background-image:url(case_miami/midbg.png);
	background-repeat:repeat-x;
	width:100%;
	height:126px;
	overflow:hidden;

}

#bottom {
	background-image:url(case_miami/bottombg.png);
	background-repeat:repeat-x;
	width:100%;
	height:454px;
}

#center {
	background-color:white;
	width:790px;
}

#container {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}

#down {
	background-image:url(case_miami/ddown1.png);
	height:38px;
	background-repeat:repeat-x;
}

#dleft {
	background-image:url(case_miami/dleft1.png);
	background-position:right;
	height:38px;
	width:45px;
	background-repeat:no-repeat;
}

#dright {
	background-image:url(case_miami/dright1.png);
	background-position:left;
	height:38px;
	width:45px;
	background-repeat:no-repeat;
}

.left {
	background-image:url(case_miami/left2.png);
	background-repeat:repeat-y;
	background-position:right;
	width:45px;
	vertical-align:top;
	padding:0;
	margin:0;
}

.right {
	background-image:url(case_miami/right2.png);
	background-repeat:repeat-y;
	background-position:left;
	width:45px;
	vertical-align:top;
	padding:0;
	margin:0;
}

.rightbg {
	background-image:url(case_miami/right1.png);
	background-repeat:no-repeat;
	background-position:left;
	height:362px;
}

.leftbg {
	background-image:url(case_miami/left1.png);
	background-repeat:no-repeat;
	background-position:right;
	height:362px;
}

#bgtop {
	background-image:url(case_miami/top.png);
	background-position:center;
	background-repeat:no-repeat;
	width:931px;
	height:215px;
	vertical-align:20px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	background-image:url(case_miami/logo.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:181px;
	height:108px;
	padding-left:30px;
	float:left;
}

#info {
	background-image:url(case_miami/info.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:398px;
	height:122px;
	padding-left:250px;	
	float:left;
}

#footer {
    overflow:hidden;
    clear:both;
    height:40px;
	text-align:center;
	font:11px arial;
	color:rgb(159, 130, 69);
}

fieldset {
	border-color:#cccccc;
}

.main-titles { padding:15px 0; }

.news { margin-bottom:20px;font-size:11px; }
.news p { margin:0 0 3px;line-height:15px;text-align:justify; }
.news span { font-size:9px;color:#888; }
.news span strong { color:rgb(102, 153, 204); }

.mailform { font-size:11px; }
.mailform div { clear:both;overflow:hidden;zoom:1;margin:5px 0; }
.mailform label { display:block;float:left;width:90px;padding-top:2px;color:#777; }
.mailform input, .mailform textarea { display:block;float:left;width:145px;border:1px solid #ccc;background-color:#EFEFEF; }
.mailform .submit-button { 
	background-color:#6699cc;
	border-style:outset;
	height:25px;
	width:auto;
	font:bold 12px verdana;
	color:white; 
}

.boxed-title { 
	border:1px solid #777;
	padding:5px;
	font:bold 16px Arial;
	color:#777; 
}

#center-contents {
	font-size:11px;
	line-height:1.3em;
}
div.content { 
	padding:7px;
	margin-bottom:15px;
}
.content p { 
	margin:3px 0;
	text-align:justify; 
}
.content ul, .content li {
	list-style-position:outside;
	list-style-type:square;
}
.content li { 
	margin-left:16px;
	padding:2px; 
}
.content img {  
	display:block;
	float:left;
	margin:0 6px 0px 0;
	border:1px solid #777;
}
.content img.right {
	float:right;
	margin:0 0 0 6px;
	width:auto;
	height:auto;
}