@charset "utf-8";
/* CSS Document */

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
	background-color:#7fe0f8;
	background-repeat:repeat-x;
	
	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 */
}
li {
	margin-bottom: 10px;
	}
.bread {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;	
}
.bread a {	
	color:#006699;
}

.bread a:visited {	
	color:#006699;
}

.oneColFixCtr #calendar {
	margin-bottom:10px;
	border-bottom:thin #000000;
}

.oneColFixCtr #global {
	width:100%;
	height:30px;
	
}
.oneColFixCtr #container {
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #shadow {
	background-image:url(../images/shadows.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:758px;
	text-align: left;
}
.btmShadow {
	height:48px;
	background-image:url(../images/shadow_btm.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:758px;
}
.oneColFixCtr #newsletter {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	height: 16px;
	font: 10px, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	float:left;
}
.oneColFixCtr #locations {
	padding-left:10px;
	padding-right:15px;
	padding-top:10px;
	height: 16px;
	font: 10px, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:right;
}
.oneColFixCtr #header {
	text-align:center;
	vertical-align:top;
	padding-top:6px;
	height: 151px;
}
.oneColFixCtr #pageTitle {
	text-align:left;
	vertical-align:top;
	margin-bottom:10px;
	margin-top:10px;
	font: 24px, Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #titleCopy {
	text-align:left;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-weight:bold;
	font: 13px, Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #menu {
	margin-bottom:0px;
	margin-left:21px;
}

table.menu a { 
width:140px;
display: block;
text-align:center; 
} 

div.menu a {
color: #000000;
background: #ffffff; 
text-decoration:none; 
font-size:13px; 
line-height:26px; 
font-family: Tahoma, verdana, sans-serif;
padding: 0px 0px;
}
div.menu a:link {
color: #000000; 
background-image:url(../images/mnubtnback.gif) ;
background-position:center;
background-repeat:no-repeat;
}

div.menu a:active { 
color: #000000;
background-image:url(../images/mnubtnback.gif) ;
background-position:center;
background-repeat:no-repeat;
}

div.menu a:visited {
color: #000000; 
background-image:url(../images/mnubtnback.gif) ;
background-position:center;
background-repeat:no-repeat;
}

div.menu a:hover {
color:#FFFFFF;
font-weight:bold;
background-image:url(../images/mnubtnback.gif) ;
background-position:center;
background-repeat:no-repeat; 
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:400px;	
	
}

.oneColFixCtr #contentBlock {

}
.oneColFixCtr #calloutItem {
	width: 225px;
	padding-bottom:8px;
}
.oneColFixCtr #calloutContent {
	background-color: #e9e9e9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}
.calloutPic {
	padding-bottom:5px;
	text-align:center;
}
.oneColFixCtr #calloutCopy {
	text-align:left;
	
}

.oneColFixCtr #calloutTitle {
	background-image:url(../images/callout-title.gif);
	height:27px;
	text-align:left;
	text-indent:37px;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.oneColFixCtr #mainTitle {
	background-image:url(../images/main-title.gif);
	height:27px;
	text-align:left;
	text-indent:10px;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}
.oneColFixCtr #footer {
	text-align:center;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:20px;
	margin-top:10px;
}
.oneColFixCtr #bodycopy {
	text-align:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	color:#333333;
	
}

.oneColFixCtr #newscopy {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	color:#333333;
	
}
.picLeft {
	padding-right:10px;
}
.titlebar {
	padding-bottom:7px;
}
a {
	color:#3399ff;
	text-decoration:none;
}

a:hover {
	color:#9900CC;
}

.dotz {
	background-image:url(../images/dotz.gif);
	background-repeat:repeat-x;
	height:9px;
	margin: 10px 0px -10px 0px;
	width:100%;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:5px 0px 0px 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:-1px 0px 5px 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px 0px 5px 0px;
}

.data {
	color: black;
	font-family : Arial;
	font-size : 11px;
	line-height : 19px;
}
.title {
	color: black;
	font-family : Arial;
	font-size : 16px;
	line-height : 19px;
}

.homeflash {
 margin: 0px 0px 10px 0px;

}

INPUT.regular {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; background: #E9E9E9; text-align: center; vertical-align: middle; height: 16px; line-height: 11px; font-weight: bold; cursor: hand;  border-color: #666666; border-width: 1px; border-style: solid; }
.textbox{font-size: 11px; border:1px solid #6688A4; color: #333333; font-family: Arial, helvetica, sans-serif; background: #ffffff; font-weight: normal; text-align: left; text-indent: 2px; line-height: 15px; height: 16px; width:200px; margin-bottom:5px; }
.signup {
	background-image : url(../images/signup-back.gif);
}