/* start custom 2 column layout styles */
body  {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
	background-color: #ffffff; 
	color: #000000;
}
.subhead {
	font-size: 20px;
	color: #13007c;
	font-weight: bold;
	}
.styledSubHead {
	border-bottom:1px solid #a9a9a9;
	border-top: 1px solid #a0a0a0;
	padding:3px;
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
	}
.staffpos {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	}
.frmHdr {
	background-color:#e0e0e0;
	border:1px solid #a9a9a9;
	padding:3px;
	font-weight:bold;
	
	}
/* comment form fix */

#comment {
	width:400px;
	}
/* menu 2 */
#topNav {
	height:31px;
	}
.menuLeft {
	background-image:url(/images2/menu_left.gif);
	width:18px;
	}
.menuCenter {
	background-image:url(/images2/menu_off.gif);
	}
.menuMag {
	background-image:url(/images2/menu_off.gif);
	}
.menuRight {
	background-image:url(/images2/menu_right.gif);
	width:18px;
	}
.menuCell {
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #ffffff;
	padding-bottom:5px;
	}
.menuCell a {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	}
.menuCell a:hover {
	color:#336699;
	}
/* end menu 2 */
.eventTitle {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	padding-bottom:2px;
	text-decoration:none;
	}
#bottomNav {
	text-align:center;
	margin-top:20px;
	padding:5px;
	border:1px solid #a9a9a9;
	background-color:#f5f5f5;
	}
#bottomNav a {
	color:#4f4f4f;
	text-decoration:none;
	}
#bottomNav a:hover {
	color:#000000;
	}
/* menu */
#menubar {
	background-color:#e8e8e8;
	border:1px solid #a0a0a0;
	padding:5px;
	text-align:center;
	margin-top:8px;
	}
#menubar a {
	text-decoration:none;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}
#menubar a:hover {
	text-decoration:underline;
	color:#006699;
	}	
#tihBox {
	background-color:#f5ebe7;
	border:1px solid #a0a0a0;
	padding:10px;
	text-align:justify;
	margin-top:20px;
	}
	
/* word press */
.post {
	padding-bottom:10px;
	clear:both;
	}
.storycontent img {
	/*border:1px solid black;*/
	border:0;
	}
h3.storytitle {
	color:#504c49;
	font-size:16px;
	margin-left:0;
	padding-left:0;
	}
h3.storytitle a {
	text-decoration:underline;
	color:#000000;
	}
h3.storytitle a:hover {
	color:#336699;
	text-decoration:underline;
	}
#wp h2 {
	color:#000000;
	font-size:18px;
	}
#wp_menu {
	 padding:10px;
	 background-color:#f0f0f0;
	 border:1px solid #a9a9a9;
	 width:160px;
	 }
.rightCol {
	 margin-left:7px;
	 padding:10px;
	 background-color:#f0f0f0;
	 border:1px solid #a9a9a9;
	 width:160px;
	 text-align:left;
	 }
.lmenusection {
	background-color:#d7d7d7;
	/*border-bottom:1px solid #a9a9a9;
	border-top:1px solid #a9a9a9;*/
	padding:2px;
	font-weight:bold;
	margin-bottom:4px;
	}
#wp_menu ul {
	padding-left:0;
	margin-left:0;
	}
#wp_menu ul li {
	list-style-type:none;
	padding-bottom:2px;
	margin-left:0;
	padding-left:0;
	width:100%;
	}
#wp_menu ul li a {
	color:#000000;
	text-decoration:none;
	}
#wp_menu ul li a:hover {
	color:#336699;
	text-decoration:underline;
	}
.wp_thumb {
	margin-left:10px;
	margin-bottom:8px;
	}
#wp_titleList a {
	font-size:14px;
	color:blue;
	text-decoration:none;
	}
#wp_titleList a:hover {
	color:#AD0000;
	text-decoration:underline;
	}
#wp_titleList .pdate {
	color:#606060;
	font-size:12px;
	padding-right:4px;
	}

/* Begin Images
p img {
	padding: 0;
	max-width: 100%;
	}
 */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	max-width:240px;
	/*display: inline;*/
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* end word press */  	
.issue {
  		color:#AD0000;
  		font-weight:normal;
  		width:100px;
  		}
.pages {
  		color:#000000;
  		font-weight:normal;
  		font-style:italic;
  		}

.frmTable {
	padding:10px;
	border:1px solid #A9A9A9;
	background-color:#e6fcfc;
	}
.frmLabel {
	font-weight:normal;
	text-align:right;
	}
.frmHelp {
	background-color:#ffffff;
	border:1px solid #A9A9A9;
	padding:5px;
	font-size:10px;
	color:#606060;
	}
.frmHelp dd {
	margin-left:8px;
	}
.frmHelp dt {
	font-weight:bold;
	color:#000000;
	}
/* Custom Styles */
h1 {
	font-size:19px;
	margin:4px;
	padding:4px;
	padding-top:0;
	padding-left:0;
	margin-left:0;
	}
h2 {
	font-size:17px;
	font-weight:bold;
	color:#336699;
	}
h3 {
	font-size:14px;
	margin:2px;
	padding:2px;
	color:#336699;
	}
#issues div div {
	color:#606060;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #A0A0A0;
	margin:0;
	padding:0;
	}
#issues p {
	color:#000000;
	margin-left:20px;
	padding-bottom:15px;
	}
ul.pics {
	display:block;
	margin:0px;
	padding:0px;
	padding-left:10px;
	list-style-type:none;
	}
.small {
	font-size:9px;
	}  
.staffpic {
	padding-right:10px;
	padding-bottom:4px;
	border:0;
	}
.errormsg { 
	font-style:italic;
	background-color:#f2f2f2;
	padding:3px;
	margin-bottom:5px;
	border:4px solid #AD0000;
	} 
.statusmsg {
	font-style:italic;
	background-color:#f2f2f2;
	padding:3px;
	margin-bottom:5px;
	}

a.iconLink {
	text-decoration:none;
	color:blue;
	}
a.iconLink:hover {
	text-decoration:underline;
	color:#AD0000;
	}
#footer {
	margin-top:22px;
	padding-top:5px;
	border-top:1px solid #a9a9a9;
	text-align:right;
	font-size:11px;
	color:#a9a9a9;
	}
/* hotels - ihs */
div.hotel {
	border:1px solid #a9a9a9;
	padding:5px;
	margin-bottom:10px;
	}
img.hotel {
	 width:120px;
	 height:120px;
	 padding-bottom:5px;
	 padding-left:10px;
	 border:0;
	}
a.hotel {
	color:#AD0000;
	text-decoration:underline;
	font-weight:bold;
	font-size:17px;
	}
a.hotel:hover {
	text-decoration:underline;
	color:black;
	}
.rating {
	color:#AD0000;
	padding-top:10px;
	}
	
/* end hotels - ihs */	

.calDate {
	color:#606060;
	font-style:normal;
	font-weight:bold;
	}
.calRegion {
	color:#606060;
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid #a9a9a9;
	display:block;
	}
