@charset "UTF-8";
body  {
	background: #ffffff url(assets/WhtGeoDiagBK.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(assets/whiteShadoBk.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #ffffff url(assets/MZTMazters09RGB200.gif) no-repeat 50px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 870px;
	margin: 0 auto;
	height: 145px;
} 
#navheader {
	padding: 50px 15px 10px 0;
	height: 86px;
	margin: 0;
}
#nav {
	height: 86px;
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: url(none) none;
	font-size: 12px;
	white-space: nowrap;
	float: right;
	line-height: 120%;
	padding: 15px 0px 0px 8px;
	background: #000;
	width: 90px;
	vertical-align: text-bottom;
	margin-left: 2px;
	height: 71px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
}

html>body #nav a {width: auto;}    /* fixes IE6 hack */
#nav a {float: none;}            /* End IE5-Mac hack */
#nav a:hover {
	color: #FC9;
}
#containerMain {
	margin: 0px auto;
	padding: 0px;
	width: 870px;
	height: auto;
	float: none;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 297px;
	padding: 0;
	background: url(assets/RtBoxBG-Gold.gif) no-repeat 0px 0px;
}
#sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: oblique;
	line-height: 170%;
	font-weight: normal;
	color: white;
	padding: 100px 20px 10px 30px;
	font-size: 0.9em;
	margin: 0;
}
#mainContent {
	width: 556px;
	float: left;
	background: url(assets/Bkgrounds/WhtLinesGoldSmBk.gif) repeat-y right 500px;
} 
#mainContent p {
	color: #004A6C;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 85%;
	margin: 0;
	line-height: 140%;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: oblique;
	color: #CF701A;
	line-height: 105%;
	padding: 25px 0 0 50px;
	margin: 0;
	letter-spacing: 0.05em;
}
#mainContent h3 {
	font-size: 110%;
	line-height: 130%;
	color: #004A6C;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: oblique;
	margin: 0;
}

#mainContent #picCol {
	margin: 0;
	padding: 0px 0 0 15px;
	float: right;
	width: 130px;
}
#mainContent #holdaccordion {
	width: 530px;
	text-align: left;
	padding: 25px 0 18px 0;
	margin: 0;
}
.bluebox {
	background: url(assets/MZTColorBoxSngl-Turq.gif) no-repeat left 25px;
	height: 65px;
	margin: 0;
	padding: 0;
}
.greenbox {
	background: url(assets/MZTColorBoxGRNSm.gif) no-repeat left 25px;
	height: 65px;
	margin: 0;
	padding: 0;
}
.turqbox {
	background: url(assets/MZTColorBoxTURQSm.gif) no-repeat left 25px;
	height: 65px;
	margin: 0;
	padding: 0;
}
.yelbox {
	background: url(assets/MZTColorBoxYELSm.gif) no-repeat left 25px;
	height: 65px;
	margin: 0;
	padding: 0;
}
#footer {
	margin: 0 auto;
	width: 870px;
	border-top: 4px solid #CF701A;
	background: url(assets/Mazatlan09LogoH-200.gif) no-repeat 610px center;
	height: 60px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px 50px;
	font-size: 70%;
	color: #CF701A;
	text-align: left;
	height: 25px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #CF701A;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
     font-size: 1px;
     line-height: 0px;
}
.larger {
	font-size: 125%;
	line-height: 100%;
}
.red {
	color: #660000;
}
.turq {
	color: #0085b2;
}
.page {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}

/*------------------ Fam Page Accordion -----------------------------*/

.questionSalmon {
	font-size: 120%;
	font-style: oblique;
	color: #CF701A;
	line-height: 110%;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
td.answerGrey {
	padding-bottom: 4px;
	border-bottom: 1px solid #251e69;
	line-height: 120%;
	color: #005231;
	font-size: 100%;
}
#calendar tr, #calendar td {
	padding: 6px;
	border-bottom: 1px dotted #4B94C1;
}
#calendar {
	line-height: 110%;
	font-size: 95%;
}
.smBold {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 110%;
}
.smcontrast {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #5cadcb;
	font-weight: bold;
}
