html {overflow: auto;}
body {
	font: Arial, Helvetica, sans-serif;
	background: #036;
	background-image: url(../images/bg1185.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a img {border: 0;}
#container {
	width: 950px;
	margin: 0 auto;
	border: 3px solid #999999;
	text-align: left;
	background-color:#FFF
}
#header {
	background: #FFF;
	padding: 0px;
	border:#036 thin solid;
	height:125px;
	vertical-align:top;
}
#menu {
	margin: 0px 0 0 0px;
	width: 100%;
	white-space: nowrap;
	height:auto;
	overflow:visible;
	border-bottom: #FFF medium ridge;
}
#infoBlock {
	background: #F0F0F0;
	padding: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#039;
	overflow: hidden;
	border-bottom: #036 thin groove;
	
}
#infoBlock h1 {margin: 0;}
#image {height: 250px; overflow: hidden;}

#sidebarContainer {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#06C;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: thin;
	
	background-image:url(../images/bg200t.png);
	background-position:top left;
	background-repeat:repeat-y;

	padding-bottom:5px;

	}
#sidebartop {
	background-image:url(../images/bg200t.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left: 14px;
}
#sidebarmiddle {
	background-image:url(../images/bg200m.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left: 14px;
	}
#sidebarbottom {
	background-image:url(../images/bg200b.png);
	background-position:top left;
	background-repeat:repeat-y;
	margin-top:-5px;
	padding-left: 14px;
	}
	
#mainContent {
	float: left;
	width: 700px;
	margin: 0 0 0 -1px;
	padding-left: 20px;
	padding-right: 25px;
	background-color:#FFF;
	color:#036;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:14px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: thin;
}
#footer {padding: 0px; background:#DDDDDD; color:#036; border-top:#036 thin groove;}
#footer p {margin: 0; padding: 0;}
.news{width:100%;}
.newsflash {float:left; width:640px; color:#036; font-size:12px; background-color:#cccccc; text-align:center;}

.newsleft {background:url(../images/news_left.png) repeat-y; background-position:right; float:left; width:30px;}
.newsright {background:url(../images/news_right.png) repeat-y; background-position:left; float:right; width:30px;}

/* if no news flash needed, change height accordingly - minimum 0px, if 0px, then padding should be 0 0 0 0, otherwise 5px 0 0 0 */
/* .newsflash { height:48px;}*/
.newsflash, .newsleft, .newsright { height:50px; padding:5px 0 0 0;}

.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
a:active {color: #006; text-decoration: none;}
a:link {color: #036; text-decoration: none;}
a:visited {color: #036; text-decoration: none;}
a:hover {
	color: #069;
	text-decoration: underline;
}
.accmenu * {margin:0; padding:0; font-size:12px;}
.options {width:650px; margin:20px auto; text-align:right; color:#9ac1c9}
.options a {text-decoration:none; color:#9ac1c9}
.options a:hover {color:#033}
.acc {width:650px; list-style:none; color:#033; margin:0 auto 40px 10px; font-size:12px; text-align:left}
.acc h3 {width:636px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(../images/header.gif) bottom left repeat-x; color:#006699;}
.acc h3:hover {background:url(../images/header_over.gif) bottom left repeat-x;}
.acc .acc-section {overflow:hidden; background:#fff; margin:0}
.acc .acc-content {width:618px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
.acc .acc-content ul {padding-left:15px;}
.nested {width:600px; list-style:none; color:#033; margin-bottom:15px}
.nested h3 {width:586px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(../images/header.gif) bottom left repeat-x;}
.nested h3:hover {background:url(../images/header_over.gif) bottom left repeat-x;}
.nested .acc-section {overflow:hidden; background:#fff}
.nested .acc-content {width:568px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
.nested .acc-content ul {padding-left:15px;}
.nested .acc-selected {background:url(../images/header_over.gif) bottom left repeat-x;}	
.nestedoptions {width:600px; margin:20px auto; text-align:right; color:#9ac1c9}
.nestedoptions a {text-decoration:none; color:#9ac1c9}
.nestedoptions a:hover {color:#033}


/*Cost Table Styling*/
.costTable {
	font-size:12px;	
	width:550px;
	text-align:center;
}
.costTableAmount {
	padding-right:5px;
	text-align:right;
	width: 100px;
}
.costTableType {
	padding-left:5px;
	text-align:left;
	width:450px;
}
.costTableHeader{
	background-color:#CCCCCC;
	font-size: 14px;
	text-align:center;
}
.costTableSpecial {
	color:#006699;
	text-align:left;
	padding-left:5px;
	font-size:12px;
}

/*Contact Table Styling*/
.contactTable {
	font-size:12px;	
	width:550px;
	text-align:center;
}
.contactTableHeader{
	background-color:#CCCCCC;
	font-size: 14px;
	text-align:center;
}
.contactTableSpecial {
	color:#006699;
	text-align:left;
	padding-left:25px;
	font-size:12px;
}
.contactTableName2 {
	padding-right:5px;
	text-align:center;
	width: 70%;
}
.contactTableNumber2 {
	padding-left:5px;
	text-align:center;
	width: 30%;
}
.contactTableName3 {
	padding-right:5px;
	text-align:center;
	width: 33%;
}.MONTEMAYORtext {
	font-size: 12px;
	font-weight: bold;
	color:#036;
	font:Arial Narrow;
	
}
.Mctext {
	font-size: 16px;
	font-weight: bold;
	color:#036;
	font-family:"Times New Roman", Times, serif;
}

.Mctext2 {
	font-size: 16px;
	color: #036;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 160%;
	
}
.036text {
	color:#036; 
	font-size:12px;	
}
.HomepageNotice {
	/*display: none;*/
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#069;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
}
