/* ********* Set Defaults to Zero ******* */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
/* !!!!!!!!!! YOU MUST RESTYLE THE ABOVE AS NEEDED !!!!!!!!!!!!!  */

/* set global paragraph margin */
p { margin:0 0 15px 0;}
/* Apply left margin only to the few elements that need it: */
dd, blockquote { margin-left: 1em; }
li { margin-left: 2.5em; }

/* This makes the text left justified in the CS debug area */
.cfdebug {text-align:left;}

.floatleft { float:left;}
.floatright { float:right;}
.clear { clear:both;}

a:link {color: #EC5100;	text-decoration: underline;}
a:visited {color: #5DAEFF; text-decoration: underline;}
a:hover {color: #EC5100; text-decoration: underline;}
a:active, a:focus {color: #5DAEFF; text-decoration: underline;}

body { font-size: .8em; /* this ses the font size for the all tags on the page.  Use ems to increase or decrease font size */
	/*font-size: .8em;   if this is set in % (100% is the browser default font size) or in em units (1 em = default size, .8 em is about 11px) the user will be able to change Text Size under the View menu. Setting a pixle size will prevent it */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	margin-top: 5px; 
	margin-left:5px;
	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 */
}

input, select, textarea { font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/*  NOTE - the percentages below will scale off of the font size set in the body selector style above */
/* Header tag styles */
h1 { font-size:160%;color:#EC5100;}
h2 { font-size:140%;color:#EC5100;}
h3 { font-size:120%;color:#EC5100;}
h4 { font-size:90%;color:#EC5100; text-decoration:none;}


/* this contains everything in the site and controls centering and margins */	
#container{ 
	width: 760px;
	margin: 0 auto;
	margin-top: 10px; 
	margin-bottom: 20px; 
	border:0px #000000 solid; 
	background-color:#FFFFFF;
	text-align: left;
}

/* for form validation  */
.required { font-weight:bold;}
.alert { font-weight:bold; color:#CC0000;}
/* page classes */
.fineprint { font-size:80%;}
.mediumprint { font-size:85%;}


/* ************** Pager Classes - used on utl_callPager.cfm ******************* */

.Pager {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.onPage {
	font-size:110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#D65114;
}

a:link.LoopLink {font-weight:bold; color:#5DAEFF; font-size:100%; text-decoration:none;}
a:visited.LoopLink  {font-weight:bold; color:#5DAEFF; font-size:100%; text-decoration:none;}
a:hover.LoopLink  {font-weight:bold; color:#D65114; font-size:100%; text-decoration:none;}
a:active.LoopLink  {font-weight:bold; color:#D65114; font-size:100%; text-decoration:none;}

.clientinfo {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.directions {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size:80%;
}
/* ************ USED FOR OUTLINE EFFECTS ON PRODUCTS PAGE ************* */

.outline1     {
	border-bottom: 0px solid #C2B6BE;
	padding-top: 10px;
} 

.outline2     {
	border-bottom: 1px solid #C2B6BE;
}

.outline3     {
	border-top: 1px solid #C2B6BE;
}


.outline4     {
{
	border-left: 120px solid #5DAEFF; 
	border-right: 10px solid #5DAEFF; 
	border-top: 1px solid #EAA88A;
	height:100%;
} 

/* ********** Used for Images and Logos *************** */
/* <remove this to activate
.imageTD{
	background-color: #FFFFFF;
	border: 1px solid #D2D0D1;
	cursor:hand;
	padding: 10px 5px 10px 5px;
}
remove this to activate > */



/*  Anchor Classes  */


/* <remove this to activate
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none;
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none;
}

a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBBE64; 
	text-decoration: none;
}

a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBBE64; 
	text-decoration: none;
}


.navon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBBE64; 
	text-decoration: none;
	
}

.linkoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A68C8C; 
	text-decoration: none;
}
remove this to activate > */

/*  Form Elements  */
/* <remove this to activate
.textbox     {  
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #7D7D7D;
	background-color: #FFFFFF;
	border:1px solid #1A497B;
	height: 18px;
 }
			 
			 
.textarea     {  
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #7D7D7D;
	border:1px solid #1A497B;
	background-color: #FFFFFF; 
	width:200px; 
	height:100px; 
}
			 
.button     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7D7D7D;
	font-weight:normal;
	border-left: 1px solid #1A497B;
	border-top: 1px solid #1A497B;
	border-right: 2px solid #1A497B;
	border-bottom: 2px solid #1A497B;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #EEEEEE;
	height: 18px;
}
		   
.dropdown     {
	font-family: Arial;
	color: #7D7D7D;
	font-weight: normal;
	font-size: 8pt;
	background-color: #FFFFFF;
	border:2px solid #1A497B;
	height: 18px;
}
remove this to activate > */



/*  Form Fieldset Elements  */

/* <remove this to activate
.formstyle { 
 	margin-left:75px; 
	margin-top:5px; 
	width:220px;
}

.fieldset1 {
	height: 100px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}

.fieldset2 {
	height: 130px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}

.fieldset3 {
	height: 170px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}

.fieldset4 {
	height: 160px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}
remove this to activate > */




/* ************ Events Calendar  *********** */	
/* <remove this to activate

#frmCalendar{
	border-right: 2px solid #6F88B0;
	border-bottom: 2px solid #6F88B0;
	border-left: 1px solid #6F88B0;
	border-top: 1px solid #6F88B0;
}

#frmEventsList{{
	border-right: 2px solid #6F88B0;
	border-bottom: 2px solid #6F88B0;
	border-left: 1px solid #6F88B0;
	border-top: 1px solid #6F88B0;
}

#frmEventDetail{{
	border-right: 2px solid #6F88B0;
	border-bottom: 2px solid #6F88B0;
	border-left: 1px solid #6F88B0;
	border-top: 1px solid #6F88B0;
}

.SearchOptionsTD{
	background-color:#143D7C;
	color:#FFFFFF;
}

.SearchResultsTD{
	background-color:#143D7C;
	color:#FFFFFF;
}

.EventDetailsTD{
	background-color:#143D7C;
	color:#FFFFFF;
}

.EventListDayTD{
	font-weight:bold; 
	background-color:7389B4; 
	color:FFFFFF;
}

.EventListMonthTD{
	font-size:10px; 
	background-color:#666666; 
	color:#FFFFFF
}

remove this to activate > */
/* ********** NOTE: color codes for the calendar is passed in through the module call (cfmod_calendar.cfm) in calendar/disp_calendar.cfm *************** */