@charset "UTF-8";
/* CSS Document */

/*Reset Styles*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align: left;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset Styles*/


#menu {
	height:30px;
	width:800px;
	background-image:url(backgroundSprite.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#nav li {
	float:left;
	display:inline;
	height:30px;
}

#nav a {
	margin: 0px; 
	padding: 8px 20px 20px 20px;		
	font: bold 12px sans-serif;
	color:#FFF;
	float:left;
	text-decoration:none;
	background-image:url(backgroundSprite.jpg);
	background-position: -20px, -8px;
}

/*ie hack*/
* html #nav a {
	margin:-1px 0px 8px 0px;
	padding: 8px 20px 8px 20px;
}

* html #nav a:hover {
	background-position:0px -30px;
}

/*end ie hack*/

#nav a:hover {
	background-position: 0px -30px;
}

body {
	margin:0px;
	padding:0px;
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	font: 12pt, Arial, Helvetica, sans-serif;
	text-align:center;
}

#formCenter {
	text-align:center;
}

#formCenter p {
	text-align:center;
}

#formCenter h1 {
	text-align:center;
}

#container {
	text-align:center;
	width:800px;
	margin: 0px auto;
	padding:0px;
}
#mainContentLeft {
	float:left;
	width:267px;
}
#mainContentCenter {
	float:left;
	width:267px;
}
#mainContentRight {
	float:right;
	width:266px;
}
#mainContent {
	text-align:center;
}
#mainContentClearFloat {
	clear:both;
}
.columnContent {
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	color:#000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C03;
	height: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.columnContent h1 {
	color:#000;
	font: bold 14pt Arial, Helvetica, sans-serif;
}
.columnContent a {
	text-decoration:none;
	color:#000;
}
.columnContent a:visited {
	color:#000;
}
.columnContent a:hover {
	color:#C03;
}
.columnContentLeft {
	padding: 10px 10px 0 10px;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	color:#000;
}
.columnContentLeft h1 {
	color:#000;
	font: bold 14pt Arial, Helvetica, sans-serif;
}
.columnContentLeft a {
	text-decoration:none;
	color:#000;
}
.columnContentLeft a:visited {
	color:#000;
}
.columnContentLeft a:hover {
	color:#C03;
}
#footerBar {
	background-color:#C03;
	width:100%;
	text-align:center;
	color:#FFF;
	padding:10px;
	font-size: 10pt;
	margin-top:30px;
}
#content {
	margin: 20px 0 0 0;
	border:solid 1px #000;
	padding:20px;
}
#content p {
	margin: 10px 0 10px 0;
}

#content h1 {
	color:#C03;
	font-weight:bold;
}
#content li {
	margin:0 0 0 20px;
	list-style:disc;
}

.imgVertCenter {
	vertical-align:middle;
}
.imgVertBottom {
	vertical-align:bottom;
}

/* Tooltip Styles */
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
/*end tooltip styles*/
#flashContainer {
	background-image:url(images/flashPlaceholder.jpg);
	height:278px;
	float:left;
}

/* Programs Page Styles */

.programsMenu {
	text-align:left;
	width:400px;
	float:left;
}

.programsMenu a:link {
	text-decoration:none;
	color:#C03;
	text-align:left;
	background-image:url(images/warnerIcon.png);
	padding: 15px 0px 15px 50px;
	background-repeat:no-repeat;
	height:20px;
	display:block;
}

.programsMenu a:hover {
	color:#000;
	text-decoration:underline;
}
.programsMenu a:visited {
	text-decoration:none;
	color:#C03;
	text-align:left;
	background-image:url(images/warnerIcon.png);
	padding: 15px 0px 15px 50px;
	background-repeat:no-repeat;
	height:20px;
	display:block;
}

/* End Programs Page Styles */


/* Events Page Styles */

.eventsTable {
	padding:10px;
	border:double;
}
.eventsTable td {
	padding: 5px;
}
.eventsTableGray {
	background-color:#CCC
}
.btnColor {
	color: #900;
	background:#FFF;
	font-weight: bold;
	border: 1px solid #900;
	-moz-outline-style: none;
	cursor:pointer;
	padding: 4px 0 4px 0;
}
#bottomBtn {
	width:100%;
	text-align:center;
}
eventsList ul li {
	list-style:disc;
	margin-left:10px;
}

/* End Events Page Styles */


/* Contact Page Styles */
#contactTable {
	margin-left:auto;
	margin-right:auto;
}
#contactForm {
	text-align:center;
}

/* End Contact Styles */

/* Consulting Page Styles */

#consultingContainer {
}

#consultingLeft {
	width:40%;
	float:left;
}
#consultingRight {
	width:60%;
	float:right;
}

/* End Consulting Styles */