/*==============================================/  
	
	1: Base
	
==============================================*/

/*====> Simple Reset <====/

*/
html, body { font: 12px/1.4 "Trebuchet MS", verdana, geneva, lucidia, arial, sans-serif; margin: 0; padding: 0; color: #333333; }
h1, h2, h3, h4, h5, h6, ul, ol, li, form, fieldset, input, table, tr, td { margin: 0; padding: 0; }
ul { list-style: none; }
img, fieldset { border: none; }
select, option { outline: none; }
a { text-decoration: none; outline: none; cursor: pointer; }

/*====> Base Elements <====/
*/

body {background: #004287;}

h1 {
	font-size: 30px;
	color: #003479;
}
h2 {
	font-size: 16px;
	color: #003479;
}
h3 {
	font-size: 12px;
	color: #003479;
}
h4 {
	font-size: 12px;
	color: #003479;
}

hr {
	color: #ccc;
	background-color: #ccc;
	border-width: 0;
	height: 1px;
	display: block; 
	margin: 1.5em 0;
}


/*==============================================/  
	
	2: Layout
	
==============================================*/

#topbar {
	background: #004287 url('top-bar.gif') repeat-x left top; 
	width: 100%;
	height:10px; 
	margin: 0; 
	position: relative;
}

#wrapper {
	width: 95%;
	min-width: 800px;
	background: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 auto 0 auto;
	overflow: auto;
}

#header {
	height: 140px; 
	background: url('inner-shadow_top.gif') bottom left repeat-x;
	z-index: 20;
	margin-top: 10px;
	}

#close_window_btn {
	margin-right: 4em;
	display: block;
    position: absolute;
    right: 19px;
    top: 0;
	z-index: 80;
}


#logo {
    left: 60px;
    line-height: 27px;
    position: absolute;
    top: 36px;
	min-width: 450px;
}

.float_left {float: left;}

.slogan {
    color: #666666;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 14px 0 0 20px;
}

#main_content {position: relative; width: 100%;}



#intro {background: #fff; width:100%; }

#intro_box {
	background: #cbe8fb;
	min-height: 86px; 
	padding: 25px 29px 20px 29px; 
	overflow: auto; 
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
		}

.search_description {float: left;}

.view_all {float: left; margin: .5em 1em 0 4em;}

#content_wrapper {background: url('inner-shadow_bottom.gif') top left repeat-x;}

#content-area {
	background: url('inner-shadow_top.gif') bottom left repeat-x;
}


/*====> Base Form Styles <====*/

input {padding: 3px; margin-right: 5px;}

input[type=text] {
	color: #666;
	width: 268px;
	border: 1px solid #dcdcdc;
}

input[type=radio] {
	margin: 10px 0;
}

input[type=submit], input[type=reset] {
	padding: 3px;
}

select {
	width: auto;
	margin: 5px 0;
}

textarea {
	width: 268px;
	border: 1px solid #dcdcdc;
}

form label {
    font-weight: bold;
}

form li {
	clear: both;
	margin: 0 0 6px 0;
    position: relative;
}

form li label {
	width: 125px;
	text-align: right;
	margin: 0 10px 0 0;
}

form li em,
form label em {
	color: #ed1c24;
	padding: 0 4px 0 0;
}
form p {margin: 5px 0;}





/*====> Base Link Styles <====/*/

a, a:link {color: #238EC4;}

a:hover, a:focus {text-decoration: underline; cursor: pointer;}

a: visted {color: #238EC4;}


/*====>  Listings Search Page <====*/


#content-area {
    padding: 30px 60px 60px 40px;
    overflow: hidden;
    min-height: 400px;
	overflow: visible;
	min-width: 40%;
	max-width: 95%;
	margin: 0;
}

/*====>  Search Results Page <====*/

.tip {font-size: 11px;}




/* FOOTER STYLES */

#footer {
	clear: both;
    background: #F3F3F3;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    font-size: 10px;
    margin: 0 auto;
    padding: 30px 33px 0;
    position: relative;
    width: auto;
	overflow-x: auto;
	overflow-y:hidden;

}


#social-media h5 {
    padding: 0 8px 0 0;
}
h5 {
    color: #666666;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

#social-media li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
    width: auto;
}

.copyright {float: right; text-align: right; color: #666;}

