/*
		SPRINT SCREEN PRINTING
*/

.f-left {width: 300px; display: inline-block; float: left; margin: 0 20px 30px 0;}
.small {font-size: 10px;}
.links-ul {display: inline-block; margin: 0px 0 30px 0;}
	.links-ul li {width: 400px; float: left; display: inline-block;}

/* COMMON STYLES */

* {
	padding: 0;
	margin: 0;
}

.clear {
    clear: both; 
    display: block; 
	line-height: 0;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}
 
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	background-color: #3367CD;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 890px;
	background-color: #FFFFFF;
}

img {
	border: none;
}

p {
	margin: 10px 15px 20px 15px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #3367CD;
}


/* CONTENT STYLES */
.content {
	width: 445px;
	background: #FFFFFF;
	text-align: left;
}

#content_container {
	background: #FFFFFF url(../images/core/bg-content.gif) repeat-x;
	text-align: left;
}

#header {
	margin: 0 auto;
}

#title img {
	margin-left: 15px;
}

#text_home, .text_home {
	width: 240px;
	float: right;
	margin: 0;
}

#text_home p, .text_home p {
	margin: 10px 15px 20px 0;
}

#text_home ul, .text_home ul {
	margin-left: 30px;
}

#text {
	margin: 10px 2px 10px 15px;
	text-align: left;
}

#text ul {
	margin-left: 50px;
}

#text_images, .text_images {
	width: 176px;
	float: left;
	margin: 10px 5px 10px 15px;
}

#text_images img, .text_images img {
	margin: 0 0 10px 0;
}

img#request_button, img.request_button {
	margin: 10px 25px 10px 0;
}


/* FOOTER STYLES */
#footer {
	background: #FFFFFF url(../images/core/bg-footer.gif) no-repeat top left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #7f8084;
	text-align: left;
	border: 1px solid white;
}

#footer a {
	text-decoration: underline;
	font-weight: normal;
	color: #7f8084;
}

#footer a:hover {
	text-decoration: none;
}


/********************************************
        GOOGLE MAP STYLES
********************************************/


.googlemap{
  height:250px;
  width:400px;
  float: right;
  margin: 0 20px 0 0;
}
.googlemap span{
  display: block;
  margin-bottom: 3px;
  text-align: center;
}
