/*
Template Design by Sound Balance


*/

/** Common Styles */

img, div { behavior: url(iepngfix.htc) }

body {
	margin:0px auto;
	padding: 0;
	background: url(images/bkgd.gif);
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.wrap { width:1000px; margin:0px auto;  }
/** Style for header starts here */

#header {
	
	height: 207px;
	margin: 0px auto;
	background: #333 url(images/header-tile.jpg);
}



#header .logo { margin:10px;}

/** Style for menu starts here */

#menu {
	
	height: 43px;
	margin: 0px auto;
	background: url(images/menu.jpg) repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	border: none;
	padding: 16px 27px 8px 26px ;
	text-decoration: none;
	color: #9b9b9b; margin:0px 1px;
	background:url(images/menu-btn.gif) repeat-x;
 text-transform:uppercase;
    
}

#menu a:hover {
	color: #FFF; background:url(images/menu-btn-over.gif) repeat-x;
}





/** Style for content starts here */

#content {
	width: 940px;
	padding: 10px 30px 0 30px;
	margin: 0px auto;
	background:url(images/main.gif) repeat-y;
}

#content .billboard { background:url(images/IMG-miami-render.jpg) no-repeat; border:solid 10px #333;
	height:380px; width:865px; margin:30px auto 20px auto; position:relative;}
	
#content .billboard p { display:block; height:auto;   color:#FFF; font-size:22px; width:830px; line-height:24px; position:absolute; bottom:0px; left:10px; }

.col { width:420px; float:left; margin:10px 20px 10px 30px;}

.col p { font-size:16px; line-height:20px}

#content h1 { font-size:22px; margin:30px 0 20px 20px; text-transform:uppercase; color:#333}

#content h2 { color:#124281; text-align:center; font-size:20px; margin:20px 30px; line-height:24px;}

#content h3 { color:#124281; text-align:left; font-size:16px; margin:20px 0px 5px 20px; line-height:24px; padding:0px}

#content strong {color:#90c233; font-size:16px; paddin:5px 0  }

#content p { margin:15px 20px; font-size:14px; line-height:18px;}

.blue { color:#124281; font-weight:bold; }
.green {color:#90c233;}
#content a {color:#90c233;} 
p .small { color:#333; font-size:11px;}



TABLE.location { margin:10px 100px; }

#left { width:470px; float:left}

#left h1, #right h1 { text-transform:none; margin:20px 0 10px 20px; }
#left h3 { color:#124281; text-align:left; font-size:14px; margin:10px 0px 0px 20px; line-height:24px; padding:0px}
#left p, #right p {margin:0px 20px 10px 20px; font-size:12px; line-height:16px; }
#left small, #right small { padding:0px; margin:0px; font-size:10px;}
#left a {color:#124281;}

TABLE.job-form {margin:0px 10px 0px 20px;}
TABLE.job-form td { padding:3px; color:#333}

TABLE.contact-form {margin:10px 10px; font-size:12px;}
TABLE.contact-form td { padding:8px 5px; color:#333}


#right { width:445px; margin-right:20px; float:left; background-color:#dedede; border: solid 1px #464646; }

/** Style for footer starts here */

#footer {
	clear: both;
	width: 940px;
	height: 340px;
	margin: 50px auto 0 auto;
	padding-top:10px;
	background: #2c2c2c url(images/footer.jpg) no-repeat;
	font-size: 10px;
	position:relative;
	
}

#footer .quote { width:300px; position:absolute; font-size:20px; text-align:center }

#footer .quote#one {
	top:166px;
	left:575px;
	color:#f8f8f8;
}
#footer .quote#two {
	top:54px;
	left:105px;
	color:#f8f8f8;
}
#footer .quote#three {
	top:26px;
	left:566px;
}

#footer .contact { margin: 240px auto 10px auto; width:340px; position:absolute; top:10px; left:300px }
#footer .contact p {text-align:center; font-size:12px; line-height:16px; color:#FFF}

#footer a {
	
	text-decoration: none;
	color: #90c233;
}

.clear { clear:both;}
/* CSS Document */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
/*	border-collapse: collapse;
	border-spacing: 0;*/
}

