/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	
}
body {
	position:relative;
	height:100%;
	background-color:#ffffff; /** Background Color **/
	background-image:url(images/background/bg.jpg); /** Background Image **/
	background-repeat:repeat; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:0px;
}

#main {
	position:relative;
	margin:0px;
	background-image:url(images/background/mainbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	}
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:20px;
	}
#header {
	height:90px;
	}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:absolute;
	width:800px;
	z-index:10;
	margin-left:180px;
	padding-top:10px;
	float:right;
	height:90px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	height:135px;
	padding-top:2px;
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	float:left;
	position:absolute;
	z-index:500;
	padding-top:7px;
	}
/* ***************************************************************************** */

/* ***************************************************************************** */
/* COLUMNS */
#content	{
	border-bottom:1px solid #0a2e4a;
	padding-bottom:20px;
	}
#content p {
	line-height:20px;
	}	
#left_column {
	position:relative;
	width:750px;
	padding-top:10px;
	float:left;
}
#right_column {
	position:relative;
	width:205px;
	padding-top:10px;
	margin:auto;
	float:right;
}
#clear_column {
	clear:both;
}

#content_title {
	height:26px;
	padding:3px 0px 3px 40px;;
	background-color:#0a2e4a;
	background-image:url(images/background/bluearrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

#right_title {
	height:24px;
	padding:5px 0px 3px 40px;;
	background-color:#0a2e4a;
	background-image:url(images/background/bluearrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:22px;
	color:#aee0ee;
	}
	
#line {
	border-top:1px solid #0a2e4a;
	height:4px;
	margin-top:2px;
	}
	
#left_content {
	padding-right:10px;
	padding-top:10px;
	}	
	
#right_content {
	padding-top:10px;
	}
	
	/* ***************************************************************************** */
/* BLACKBAR */
#blackbar {
	position:relative;
	height:45px;
	background-color:#000000;
	border-top:1px solid #ffffff;
	background-image:url(images/background/blackbar.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	}
#blackbar_container {
	position:relative;
	width:960px;
	margin:0 auto;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:24px;
	line-height:26px;
	color:#9cd5e8;
	padding-top:10px;
	}
#tag {
	float:left;
	}
#phone {
	float:right;
	}
.white {
	color:#ffffff;
	}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding-top:60px;
	margin-top:10px;
}
#footer_container {
	position:relative;
	margin:0 auto;
	width:960px;
	}
#plujo {
	float:right;
	color:#9a6d18;
	font-size:11px;
	padding-top:0px;
		}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}
:focus {outline:none;}
h1 {font-weight:normal;}





