/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
}
body {
	position:relative;
	background-color:#000000;
	margin:0px;
}
#main {
	position:relative;
	background-color:#ffffff;
	background-image:url(images/background/background.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:0px auto;
	padding:0px;
}

#header_container {
	position:relative;
	width:960px;
	margin:0 auto;
	height:305px;
	background-image:url(images/background/headerbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}
#header {
	position:relative;
	width:960px;
	margin:0 auto;
}
#content_container {
	position:relative;
	width:960px;
	margin:auto;
	margin-bottom:0px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	width:940px;
	height:30px;
	background:url(images/background/menubg.jpg) top center no-repeat;
	padding-left:20px;
}
#subMenu {
	height:25px;
	border-top:1px solid #afa35e;
	border-bottom:1px solid #afa35e;
	width:950px;
	margin-left:0px;
	padding-top:5px;
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	float:left;
	width:290px;
	padding-left:30px;
	padding-top:52px;
	text-align:center;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	float:right;
	width:580px;
	padding-right:12px;
	padding-top:37px;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	width:360px;
	padding-top:10px;
	float:left;
}
#right_column {
	position:relative;
	width:585px;
	padding-top:10px;
	margin:auto;
	float:left;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* CONTENT */
#content p {
	line-height:26px;
	}
#content {
	background-image:url(images/background/clouds.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	}
#box_container {
	position:relative;
	width:345px;
	height:115px;
	border:1px solid #4e6c94;
	background-color:#d0e5f9;
	}
#box_left {
	float:left;
	width:178px;
	padding:2px;
	}
#box_right {
	float:right;
	width:160px;
	background-color:#c6d9ec;
	height:109px;
	text-align:center;
	padding-top:6px;;
	}
#box_title {
	width:154px;
	padding-left:25px;
	padding-top:5px;
	height:25px;
	background-image:url(images/background/box_titlebg.gif);
	background-repeat:no-repeat;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:14px;
	color:#314765;
	letter-spacing:1px;
	}
#box_content {
	font-size:10px;
	color:#6d3617;
	line-height:normal;
	text-align:justify;
	padding:2px;
	}
#box_content a:link,
#box_content a:visited,
#box_content a:hover {
	color:#000099;
	}
#boxspace {height:8px;}
#logos {
	height:22px;
	height:150px;
	}
#logos_left	{
	float:left;height:100px;margin-right:80px;
	}
#logos_right {
	float:left;height:100px;
	}
/* ***************************************************************************** */
/* FOOTER */
#footer_container {
	position:relative;
	width:100%;
	background:url(images/background/footerbg.gif) top center no-repeat;
	height:165px;
	margin:0px;
	padding:0px;
	}
#copy {
	position:relative;
	width:960px;
	position:relative;
	clear:both;
	padding-bottom:10px;
	}
#footer {
	position:relative;
	margin:0 auto;
	width:960px;
	padding-top:10px;
	}
#plujo {
	float:right;
	color:#ffffff;
	font-size:11px;
	padding-top:2px;
	}
/* ***************************************************************************** */
/* 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;
}
/*MISCELLANEOUS*/
:focus {outline:none;}
h1	{font-weight:normal;}
#line {border-top:1px solid #00663a;padding-bottom:2px;}




