/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #632526;
 	margin: 0;
  	padding: 0;
 	text-align: center;
} 

.left {
	background: url(http://batmobile.websitewelcome.com/~visitcas/images/structure/fadeleft.gif) right center;
}
.right {
	background: url(http://batmobile.websitewelcome.com/~visitcas/images/structure/faderight.gif) left center;
}
 
#container_main {
	position: relative;
	width: 767px;
	position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	background: url(http://batmobile.websitewelcome.com/~visitcas/images/structure/table-bg.jpg) no-repeat top;
	padding: 16.5px;
} 
#top {
width: 100%;
height: 69px;
margin-bottom: 2px;
}

#top-nav {
width: 100%;
height: 29px;
margin-bottom: 2px;
}

#flash {
width: 100%;
height: 213px;
margin-bottom: 2px;
}

 
#head {
 	position: relative; 
 	height: 100px; /* IMPORTANT */
	width: 100%;
} 

#body {
	position: relative;
	width: 100%;
	height: auto;
	background: #ebd07f;
}

#search {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
}

#print {
	position: absolute;
	top: 10px;
	right: 220px;
	z-index: 10;
}

.sidenav {
	background: url(http://batmobile.websitewelcome.com/~visitcas/images/structure/side-nav-bg.gif);
	text-align: left;
}
.body_middle {
	background: url(http://batmobile.websitewelcome.com/~visitcas/images/structure/nav/body-middle.gif);
}

.sidenav A {
	font-family: georgia;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    text-decoration: none;
	 display: block;
	 margin: 2px 5px 1px 5px;
	  border-bottom: 2px dotted #BC7272;
	 width: 158px;
}

a.sidenav, a.sidenav:link, a.sidenav:visited, a.sidenav:active {
    color: #8F2D33;   
}

a.sidenav:hover {
	color: #454545;
}

#foot {
	text-align: center;
	font-size: 8pt;
	width: 100%;
}

/*OLD Site Styles.*/

.heading1, a.heading1, a.heading1:link, a.heading1:visited, a.heading1:active  {
	font-family: Arial, Helvetica, sans-serif;
	color: #983339;
	font-weight: bold;
	font-size: 15px;
	text-decoration:none;
	text-transform:none;
}

 a.heading1:hover  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	text-decoration:underline;
	text-transform:none;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	text-transform:none;
}

.home-page-heading{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	text-decoration:none;
	text-transform:none;
}

.heading2-nobold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	text-transform:none;
}

td.map {border: 2px solid #8A3938;}

input.submitwhat {background: #983339; font-family: arial; font-weight: bold; border: 2px solid #e2c97b; font-size: 12px; color: #f3ebd0;}
input.formwhat {background: #983339; font-family: arial; font-weight: bold; border: 2px solid #e2c97b; font-size: 12px; color: #f3ebd0;}
select.formwhat {background: #983339; font-family: arial; font-weight: bold; border: 2px solid #e2c97b; font-size: 12px; color: #f3ebd0;}
textarea.formwhat {background: #983339; font-family: arial; font-weight: bold; border: 2px solid #e2c97b; font-size: 12px; color: #f3ebd0;}

.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #632526;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 0px 6px 6px;
}

/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}

/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
	
	#top-nav { 
		display:none;
	} 
	
	#flash { 
		display:none;
	} 
	
	.sidenav { 
		display:none;
	} 
	
	#search { 
		display:none;
	} 
	
	#foot { 
		display:none;
	} 
	
	.date { 
		display:none;
	} 
	
	#leftside { 
		display:none;
	} 
	
	#bodytop { 
		display:none;
	} 
	
	#bodybottom { 
		display:none;
	} 
	
	#print {
		display: none;
	}
}
