@charset "utf-8";
body  {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	background-image:none;
	background-color:#FFF;
	font-size:62.5%;
}
html:lang(en) body {
	font-size:64.5%;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 1.1em;
}
a {
	color:#666;
	font-size:1.1em;
}

td, th {
	font-size:1.1em;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-decoration: none;
	margin:0;
	line-height: 1em;
	
}
h1 {
	font-size: 1.6em;
	line-height: 1.8em;
	padding-bottom:0.8em;
}
h2 {
	font-size: 2em;
	line-height: 1.2em;
	padding-bottom:0.6em;
	color: #005C97;
}
h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom:0.5em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom:0.4em;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom:0.3em;
}
h6 {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom:0.2em;
}
ol, #drawer-nav .drawer-content .noBullets ol {
	list-style-position: outside;
}
ol li, #drawer-nav .drawer-content .noBullets ol li {
	display:list-item;
	list-style-type:decimal;
	font-size:1.1em;
}
#sideDrawer #drawer-nav {
	width:200px;
}
#drawer-nav .drawer-content {
	text-align:left;
}
#drawer-nav .drawer-content .noBullets ol li, #drawer-nav .drawer-content .noBullets ul li {
	margin-left:25px;
}
ul, #drawer-nav .drawer-content .noBullets ul {
	list-style-position: outside;
}
ul li, #drawer-nav .drawer-content .noBullets ul li {
	display:list-item;
	list-style-type:disc;
	font-size:1.1em;
	left:25px;
}
#drawer-nav h2 {
	font-size:11px;
}
/*#drawer-nav .box h2.drawer-handle {}*/
#drawer-nav .box h2.drawer-handle.open {}
#drawer-nav h2 {
	border-bottom: 1px solid #0F3E68;
}
#drawer-nav h2.drawer-handle a, #drawer-nav h2.drawer-handle a:link, #drawer-nav h2.drawer-handle a:active, #drawer-nav h2.drawer-handle a:visited, #drawer-nav h2.drawer-handle span {
	display:block;
	color:#FFF;
	font-weight:bold;
	line-height: 13px;
	cursor:default;
	text-decoration: none;
	padding: 8px;
	background-repeat:no-repeat;
	background-position:175px center;
	background-color:#0B2C4B;
}
/* CUSTOM STYLES THAT USERES CAN USE */
ul.noBullets, ol.noBullets, li.noBullets, .noBullets li, .evnt-item ul {
	padding:0px;
	margin:0px;
}
.noBullets li, li.noBullets, .evnt-item ul li {
	list-style:none;
}
.detailText1 {
	color:#666666;
	font-size: 0.9em;
}
.detailText2 {
	font-size: 1em;
}

/* Table Styles */
.tableStyle1, .tableStyle2 {
	width:100%;
}
.tableStyle2 {
	border:1px solid #F8F8F8;
}
.tableStyle1 a, .tableStyle2 a {
	color:#005C97;
}
.tableStyle1 .subhead1 {
	background-image:url(../images/subheadBG.png);
	background-repeat:repeat-x;
	font-size:1.2em;
	font-weight:bold;
}
.tableStyle2 .subhead1 {
	color:#0B2F51;
	font-size:1.2em;
	font-weight:bold;
}
.tableStyle1 .subhead2, .tableStyle2 .subhead2 {
	font-weight:bold;
	font-size: 1.2em;
}
.tableStyle2 .subhead2 {
	background-image: url(../images/nav/sanjuan/topBoxTitle_tile.jpg);
	background-repeat: repeat-x;
	background-color:#BED1E0;
	border-bottom: 1px solid #B7D8EE;
	color: #FFFFFF;
}
.tableStyle1 th, .tableStyle1 td {
	padding:5px;
	border:1px dashed #CCC;
}
.tableStyle2 th, .tableStyle2 td {
	padding:20px 8px;
	border:1px dashed #CCC;
}
.tableStyle1 th, .tableStyle2 th {
	text-align:center;
	font-weight:bold;
}
.tableStyle1 .even, .tableStyle2 .even {
	background-color:#FDFDFD;
}
.tableStyle1 .odd, .tableStyle2 .odd {
	background-color:#EEE;
}
