@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	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;
/*	background-color: #CCCCCC;*/
background: url(/themes/newcalm/images/bg.png) repeat-x;
}

 a.external,
 a[href ^="gopher://"] {
	background: url(/images/external.png) center right no-repeat;
	padding-right: 13px;
}

a img {
border: 0px;
}

h3 { 
margin-bottom: 0px; 
/*margin-top: 10px;*/
} 
.menu
{

float:left;
margin-left: 2px;
margin-right: 8px;
margin-top: 0px;
padding-top: 0px;
width: 150px;
z-index:1000;
font-size:0.9em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;     /*Width of navi */
}


.menu li {
position:relative;
background: #BDDDC9; /* BG colour of boxes norm */
height: 26px;
}

.sub {
margin: 0;
}
/* get rid of the table */
.menu table {
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:100; 
font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}


/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#fff; 
background:#949e7c; /****hover bg color */
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.thrColFixHdr #container {

	width: 790px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FFFFFF;
	background-image: url(/themes/newcalm/images/trans_tortoise.png);
	background-position: right bottom;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	margin: auto;
	width: 760px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	text-align: left;
	height: 100px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 2px 0px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin-top:0px;
/*	border-right: 1px #000 solid;*/
	height: 100%;
}
/*
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
/*	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	/*background-color: #FFFFFF;*/
/*}*/
.thrColFixHdr #topbar {
	background-image: url(images/topbar.gif);
	margin: auto;
	width: 794px;
	height: 32px;
}

.headersearch {
margin:0;
padding:0;
float:left;
}

#headertext {
float: right;
margin-right: 5px;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 0px;
padding: 0;
}
/*
#headertext img {
width: 22px;
height: 22px;
}*/

.thrColFixHdr #mainContent { 
 margin-left: 160px;

 min-height: 400px;
 
 /* IE6 HACK for min-height */
 height: auto !important;
 height: 400px;
}
 
.thrColFixHdr #footer {

	margin: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 760px;
	height: 35px; 
	background-color: #16a54b;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.thrColFixHdr #mainContent p {
/*	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-right: 0px; /* IE bug, if right pad > 0 leaves big gap.. need to find way to have a couple of px from edge. */
	padding-bottom: 0px;
	margin-bottom:5px;
	margin-top: 5px;
/*	padding-left: 10px;*/
}
/*.thrColFixHdr #container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
}*/
.thrColFixHdr #container #sidebar1 p {
	padding: 10px;
}

.thrColFixHdr #navbar {
	height: 25px;
	width: 780px;
	margin: auto;
	padding-left: 10px;
	border: 1px solid #333333;
	background-color: #16A54B;
	clear: both;
}
.thrColFixHdr #navbar h6 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: normal;
}

.thrColFixHdr #header h5 {
	vertical-align: middle;
	text-align: right;
	color: #16A54B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	letter-spacing: 1px;
	height: 68px;
	line-height: 1.3em;
	padding-top: 33px;
}
.thrColFixHdr #header img {
	float: left;
}
.thrColFixHdr #headerright {
	float: right;
	width: 490px;
	vertical-align: middle;
	height: 100px;
}

.thrColFixHdr #container h1 {
	color: #16A54B;
	font-size: 24px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
.thrColFixHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.thrColFixHdr #footertip {
	background-image: url(images/footer.gif);
	margin: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 764px;
	height: 20px;
}
.thrColFixHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.thrColFixHdr #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
}
.thrColFixHdr #footerleft {
	float: left;
	width: 500px;
	text-align: left;
}
.thrColFixHdr #footerright {
	float: right;
	width: 220px;
	text-align: right;
}
.thrColFixHdr #footerleft p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}
.thrColFixHdr #footerright p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.register
{
width: 15em;
}

.loginform
{
width: 12em;
}

.brclear
{
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
}

/* Family Feedback. */
.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

/*** EVENTS STYLES ***/
.filetype_icon
{
width: 45px;
Height: 50px;
align: middle;
}

.newsletters
{
width: 500px;
}

/**** EVENT STYLES ******/

span.eventstitle {
	font: 16px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: 800;
	line-height: 20px;
	color: #669;
	margin-bottom: 0.4em;
}

}


span.events {
	font: 14px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	line-height: 15px;
	color: #669;
	padding-top: 0;
	padding-bottom: 0.5em;
}

.eventitem {

}

.event {
width: 400px;
padding-bottom:5px;
border-bottom: 2px dotted #ccc;
margin-top:5px;
}

.info_box
{
background: #ffc; 
border: 1px solid #f2e389; 
padding: 7px;
margin: 2px;
}

.error_box
{
background: #FFC; 
border: 1px solid red; 
padding: 7px;
margin: 2px;
color: #FF0000;
}