body {
	font: normal 100.1%/1.2em arial, helvetica, sans-serif;
	word-spacing: 0.15em;
	margin:0;
	padding:0;
}

* {
	outline: none;
}

html, body {
	height: 100%;
}

#maincontainerInner {
  border: 1px solid #CCC;
  margin: 0 auto;
	float: left;
}
#maincontainer {
	/* background: url(../img/maincontainer.jpg) no-repeat 0% 0%; */
	font-size: 80%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
	margin-bottom: 1pt;
	width: 960px;
}

#header {
padding-top: 12px;
	background: url(../img/header-logo-2.jpg) no-repeat 0% 0%;
	height: 230px;
	margin-bottom: 5px;
	width: 960px;
}

#header h1 {
	color: #fff;
}

#contentwrapper {
	float: left;
	width: 960px;
}

#contentcolumn {
	margin: 20px 240px 20px 20px;
	padding-right: 5px;
	border-right: 1px solid #ECECEC;
}

#rightcolumn {
	float: left;
	width: 119px; /*Width of right column*/
	margin-left: -220px;	
}

#footer, #push {
	height: 20px;
}

#footer {
	clear: left;
	font-size: 80%;
	padding: 10px 0 10px 0;
	text-align: center;
	margin: 0 auto;
	width: 960px;
}

div.clear {
  clear: both;
}

/* MENU TOP */

/*#menuTop ul
{
	padding: 0;
	margin: 140px 0 0 5px;
	float: left;
	width: 100%;
}

#menuTop ul li { display: inline; }

#menuTop ul li a
{
	outline: none;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

#menuTop ul li a:hover
{
	color: #c2cfe0;
}
*/

#menuTop {
	height: 40px;
	padding: 0;
	margin: 148px 0 0 16px;
}

#menuTop ul
{
	display: inline;
	padding: 7px 0 0 4px;
	margin: 0;
	float: left;
	width: 100%;
}

#menuTop ul li { 
	float: left;
	list-style-type: none;
	margin: 0;	 
background-color: black;
}

#menuTop ul li a
{
	position: relative;
	color: #fff;
	font-weight: bold;
	outline: none;
	padding: 4px 10px;
	text-decoration: none;
}

#menuTop ul li a:hover
{
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 9px;
}

/* MENU RIGHT */

div#menuRight {
	background: transparent url(../img/menuBottom.gif) no-repeat left bottom;
	margin-top: 0;
	padding-bottom: 40px;
	width: 200px;
}

#menuRight h4 {
	background: transparent url(../img/menuTop.gif) no-repeat left top;
	color: #fff;
	height: 25px;
	margin: 20px 0 0 0;
	padding: 0;
}

#menuRight ul {
	background: transparent url(../img/menuMiddle.gif) repeat-y 0% 0%;
	margin: 0;
	padding: 0;
}

#menuRight li {
	list-style-type: none;
	margin: 0 20px 0 20px;
}

#menuRight li a {
	text-decoration: none;
}

#menuRight li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* SITE STYLES */

a, a:link, a:active, a:visited {
	color: #374b6e;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #D96523;
	letter-spacing: 1px;
}

h1 {
	padding: 25px 0 0 15px;
	margin: 0;
}

img {
	border: 0;
}

p {
	margin: 10px 0;
}

.divider {
	background: url(../img/divider.png) no-repeat center 0%;
	height: 26px;
	margin: 20px 0;
	
}

.float-left { 
	float: left; 
}

.float-right { 
	float: right; 
}

p.float-left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float-right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

img.float-left { 
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 3px 3px;
}

img.float-right { 
	float: right; 
	margin: 4px 0 0 10px;
	padding: 0 0 3px 3px;
}

blockquote {
	background: url(../img/blockquote.png) no-repeat 0% 0%;
	margin: 10px 40px;
	font-size: 120%;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0 0 0 60px;
}

.gallery { 
	white-space: nowrap; 
	height: 183px; 
	width: 700px; 
	overflow: auto; 
	margin: 20px auto;
	line-height: 1.2em;
}

.gallery img { 
	background-image: none; 
	border-top: 5px solid #D96523; 
	border-left: 5px solid #D96523; 
	border-right: 5px solid #374b6e; 
	border-bottom: 5px solid #374b6e; 
	padding: 0; 
}

.gallery img:hover { border: 5px solid #d3d9e7; }

.sidebarBox2 {
	padding: 0 8px 8px 8px;
	margin: 10px 0;
	width: 180px;
	text-align: center;
}

.sidebarBox2  div.section {
	padding: 10px 0;
}


.sidebarBox h4 {
	background-color: #D96523;
	color: #fff;
	padding: 2px 8px;
	margin: 8px 0 0 0;
}

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

div.text-right ul {
	position: relative;
	list-style: disc;
	margin-left: 0;
	left: 20px;
}

img .imgLeft {
  vertical-align: top;
  float: left;
}

div.photo-left {
  width: 200px;
  float: left;
}

div.photo-left-2 {
  width: 150px;
  float: left;
}

div.text-right, div.text-left {
  width: 490px;
  float: left;
}

div.photo-right {
  width: 200px;
  float: right;
}

div.borderedTable table {
	border-collapse: collapse;
}

div.borderedTable  table td, div.borderedTable table th {
	border: 1px solid black;
	text-align: center;
	padding: 0 5px;
}

div.borderedTable table th {
	font-weight: bold;
}

div.imagenopad img {
	border: 0;
	padding: 0;
	margin: 0;
}