/* GLOBAL STRUCTURE STYLES */

body {
	margin: 0;
	padding: 0;
	text-align: center;
}
	
.site_wrapper {
	width: 760px;
	margin: 15px auto;
	text-align: left;
}

.top_content {
	clear: both;
}

.footer {
	clear: both;
}

p { font-size: 1em; }

table, tr, td { font-size: 100%; }

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

.main_content .visual_padding {
	padding: 10px;
}

/* HORIZONTAL NAVIGATION STYLES */

.h_nav li ul {
	position: absolute;
	left: 0px; /* move the sub nav left */
	top: 26px; /* moves the sub nav up or down */
	display: none;
	width: 150px; /* set the width for the drop down menu */
	}


.h_nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	z-index: 100;
	

	

}

.h_nav ul li { 
position: relative;
	display: inline;
	float:left; }

.h_nav ul li a {
	padding: 5px 20px;
	text-decoration: none;
	float: left;
}

.h_nav ul li a.curr_page {
	font-weight: bold;
}

.h_nav ul ul {
	display: none;
}


/* HORIZONTAL NAV SUB MENU */

/* Styles for Menu Items */
.h_nav ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: none; /*  bg colour of nav link*/
	padding: 6px;
	font-size: 1.1em;
	margin: 0 ; /* change to increase the spacing between each nav option */
	

	

	}
	
	
	/* Styles for Menu Items */
.h_nav ul li ul li a {
	width: 140px; /* set the width for the drop down menu */
	border-top: 1px solid #ffffff;
	margin: 0 0 0 4px;
	}
	
/* Holly Hack. IE Requirement \*/
* html .h_nav ul li { float: left; height: 1%; }
* html .h_nav ul li a { height: 1%; }
/* End */


		
.h_nav  li ul li a {
	padding: 6px 5px;
	background: #566aa1;
	color:#fff;
} /* Sub Menu Styles */
		
.h_nav  li:hover ul, .h_nav li.over ul { display: block; } /* The magic */

/* Drop Navigation Finishes Here */
	























/* VERTICAL NAVIGATION STYLES */

.v_nav ul,
.v_nav_sub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.v_nav a,
.v_nav_sub a {
	display: block;
	padding: 3px;
	width: 157px;
}

.v_nav a:link, .v_nav a:visited,
.v_nav_sub a:link, .v_nav_sub a:visited {
	text-decoration: none;
}

.v_nav ul li a.curr_page,
.v_nav_sub ul li a.curr_page {
	font-weight: bold;
}

.v_nav ul ul,
.v_nav_sub ul ul {
	display: none;
}

/* FOOTER NAVIGATION STYLES */

.f_nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.f_nav ul li { display: inline; }

.f_nav ul li a {
	text-decoration: underline;
	margin-left: 10px;
}

.f_nav ul li a:hover {
	text-decoration: none;
}

.f_nav ul li a.curr_page {
	font-weight: bold;
}

.f_nav ul ul {
	display: none;
}

/* THREE COLUMN LAYOUT STYLES */

.three_column_layout .columns_wrapper {
	float: right;
	width: 590px;
}

.three_column_layout .left_column {
	float: left;
	width: 160px;
}

.three_column_layout .main_content {
	float: left;
	width: 420px;
}

.three_column_layout .right_column {
	float: right;
	width: 160px;
}

/* TWO COLUMN LEFT LAYOUT STYLES */

.two_column_layout_left .columns_wrapper {
	float: right;
	width: 590px;
}

.two_column_layout_left .main_content {
	width: 590px;
}

.two_column_layout_left .left_column {
	float: left;
	width: 160px;
}

.two_column_layout_left .right_column {
	display: none;
}

/* TWO COLUMN RIGHT LAYOUT STYLES */

.two_column_layout_right .columns_wrapper {
	float: left;
	width: 760px;
}

.two_column_layout_right .main_content {
	float: left;
	width: 590px;
}

.two_column_layout_right .left_column {
	display: none;
}

.two_column_layout_right .right_column {
	float: right;
	width: 160px;
}

/* ONE COLUMN LAYOUT STYLES */

.one_column_layout .columns_wrapper {
	width: 760px;
}

.one_column_layout .left_column {
	display: none
}

.one_column_layout .main_content {
	width: 760px;
}

.one_column_layout .right_column {
	display: none;
}

/* DEFAULT LINKS */

a:link {
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	text-decoration: underline;
}

.duartesilva { float: right; }

/* HELPER STYLES */

.duartesilvafix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.duartesilvafix {display: inline-block;}

/* Hides from IE-mac \*/
* html .duartesilvafix {height: 1%;}
.duartesilvafix {display: block;}
/* End hide from IE-mac */