
	.coda-slider-wrapper { padding: 0;}
	.coda-slider { background: #fbfbfb;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px; overflow: hidden; }  /******/
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 800px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling
	.coda-nav-left a, .coda-nav-right a { color: #333; font-weight: bold; position: bottom right;} */
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; text-align: center;
					margin: -10px 0 1px -52px}
	.coda-nav ul li { display: inline; font-size: 24px; }
	.coda-nav ul li a { color: #000; text-decoration: none; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; /**/ margin-left: 52px; }
	.coda-slider { height: 350px; float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
	/************
	.coda-nav-left, .coda-nav-right { text-align: center; margin: 0 auto;}
	.coda-nav-left a, .coda-nav-right a {display: inline; text-align: center; text-decoration: none }
	*************/
	
	h2.title {text-align: center;}
	

/**********ADDED STYLES**********/	

body {text-align: center;}
div#container {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
	width: 700px;
	text-align: left;
}

h1.title {
text-align: center;
font-family:	arial;
font-size:	32px;
font-weight:	bold;
font-style:	normal;
color:	#AAA;
text-decoration:	none;
letter-spacing:	.15em;
margin: .67em 0em .5em;
}


h2.title {
font-family:	arial;
font-size:	20px;
font-weight:	bold;
font-style:	normal;
color:	#CCCCCC;
text-transform:	uppercase;
text-decoration:	none;
letter-spacing:	normal;
letter-spacing:	.15em;
line-height:	25px;
margin-top: 0px;
}

p {
font-family:	verdana;
font-size:	13px;
font-weight:	400;
color:	#333;
line-height:	22.1px;
}

ul {padding: 0px !important;}

a.current {color: #0099cc !important;}

.panel a,.panel a:active,.panel a:visited {color: #0099CC;text-decoration: none;}
a {outline: 0;}
.panel a:hover {color: #0099CC;text-decoration: underline;}

#email-inline .kill, #call-inline .kill {display: block; margin:-40px 0 0 350px; color:#cc0000; font-family:verdana; font-size:11.5px; font-weight:bold; text-decoration:underline; cursor: pointer;}

a.bull:hover {color: #0099CC;}

div#hidden {display: none;}


