@charset "UTF-8";
/* CSS Document */
/* RESET */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol{
	list-style: none;
}
ul { list-style: none inside; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* tables still need 'cellspacing="0"' in the markup */


a { text-decoration: none; color:black; outline: none; }
a:hover {text-decoration: underline;}
a img { border: none; }

/* MAIN STYLES */

html {
background: #1c1c1c;
font-family : "Myriad Pro", Arial,Verdana, Geneva, Helvetica, sans-serif;
font-size: 14px;
color:#1c1c1c;
}

#container {
width: 1024px;
margin: 3em auto;
}

#header {
overflow: hidden;
height: 100%; /* needed for IE6 */
}

#tag p {
color:#fff;
font-size:25px;
margin-left: 170px;
margin-top: 25px;
letter-spacing:2px
}

#header img {
float: left;
}

#featured {
margin-top: 25px;
background: url(/images/buy-cheap-condos-tampa-featured-bg.png) repeat-x;
overflow:hidden;
height: 250px;
}

#featured img.featuredimage {
float: left;
margin-left: 40px;
margin-top: 35px;
}

#featured h2 {
color: #fdff00;
font-size: 37px;
margin-top:30px;
margin-bottom: 40px;
margin-left:440px;
letter-spacing:1px
}

#featured p {
margin-left: 325px;
margin-top: 35px;
margin-bottom: 25px;
font-size:25px;
text-align: center;
width:600px;
line-height: 30px;
letter-spacing:2px
}

#main {
position: relative;
margin-top: 15px;
margin-bottom:30px;
width: 1024px;
}

#col1, #col2 {
float: left;
background: white;
padding: 10px;
width: 482px;
text-align: center;
height:950px;
}

#col1 {
margin-right: 20px;
}

#col2 {
margin-bottom: 20px;
}

#col2 img{
margin-top: 20px;
}

#col2 p {
margin-bottom:20px;
}

#slogan {
margin-top: 20px;
}

#slogan p {
font-size: 27px;
line-height: 30px;
}

#footer {
clear: both;
margin-top: 20px;
height: 80px;
background: gray;
}

#footer p {
padding-top:15px;
margin-bottom:10px;
text-align: center;
}

#blog_div {
text-align:left;
line-height: 18px;
font-size: .9em;
margin-left:15px;
margin-right:15px
}

#blog_div h1{
text-align:left;
line-height: 18px;
font-size: 1.15em;
padding-bottom:5px;
text-decoration:underline;
}

#blog_div a {
color:#00a3f1;
text-decoration: underline;
}