body {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	background-color: #DEEEFC;
}

#wrapper {
margin: 0 auto;
background-image: url(../images/wrapper_bg.gif);
background-repeat: repeat-y;
text-align: left; /* re-align the text to the left after the above hack */
width: 845px;
}

#wrapper_bottom {
	margin-left: auto;
    margin-right: auto;
    width: 845px;
	height: 20px;
    text-align: left;
	background-image: url(../images/wrapper_bottom.gif);
}
	

#content {
	margin-left: auto;
    margin-right: auto;
	padding: 0px 10px 0px 10px;
    width: 775px;
    text-align: left;
	background: #FFF;
	border-top: solid 4px #645A50;
}
		
a:link {
	color: #06C;
	text-decoration: none;
}

a:visited {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #645A50;
	text-decoration: underline;
}

img {
        border:0px;
}


/*topbar*/

#top {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	height: 50px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #645A50;
}

#top img {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


#top a:link {
	color: #645A50;
	text-decoration: none;
	
}

#top a:visited {
	color: #645A50;
	text-decoration: none;
}

#top a:hover {
	color: #69C;
	text-decoration: underline;
}

#top_links {
	float: right;
}

#top_links ul {
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	indent: none;
	text-align: left;
	
}

#top ul li {
    list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	border-right: 1px dashed #645A50;
}

#top ul li.end {
	border-right: none;
}


#form1 {
	display: inline;
	padding: 0px 0px 0px 7px;
	margin: 0px;
}


/*navbar*/

#navbar {
	width: 775px;
	height: 21px;
	line-height: 19px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	font-size: 11px;
	font-family: arial, helvetica, verdana, sans-serif;
	background-image: url(../images/bar_grey.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #C00;
}

#nav, #nav ul {
	float: left;
	width: 775px;
	list-style: none;
	line-height: 17px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#nav a {
	display: block;
	width: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 2px 15px 2px 10px;
}

#nav a:hover {
	color: #FFFF99;
}

#nav a.width2 {
	width: 95px;
}

#nav a.width3 {
	width: 80px;
}

#nav a.width4 {
	width: 65px;
}

#nav a.mother {
	background: url(../images/rightarrow2.gif) 150px 7px no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul, #nav li li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px !important;
	width: 160px;
	margin: 0;
	background-color: #C00;
	font-weight: normal;
}

#nav li li, #nav li li li {
	padding-right: 10px;
	width: 170px !important;
	width: 150px;
	border-top: 1px solid #FFF;
}

#nav li ul a, #nav li li ul a {	
	padding: 3px 0 3px 0;
	margin-left: 10px;
	width: 180px !important;
	width: 160px;
}

#nav li ul ul {
	margin: -24px 0 0 180px;
	background-color:#333;
	font-weight: normal;
}

#nav li li ul ul {
	margin: -24px 0 0 180px;
	background-color:#666;
	font-weight: normal;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.mlhover ul ul, #nav li.mlhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.mlhover ul, #nav li li.mlhover ul, #nav li li li.mlhover ul {
	left: auto;
}

#nav li:hover, #nav li.mlhover {
	background: #900;
}


/*left column*/

#left_column_nav {
	float: left;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 185px;

}

#left_column_nav ul{
	indent: none;
	list-style: none;
	font-size: 11px;
	width: 185px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#left_column_nav ul ul{
	indent: none;
	list-style: none;
	font-size: 11px;
	width: 175px;
	padding: 0 0 0 11px;
	margin: 0px 0px 0px 0px;
}

#left_column_nav ul li {
	display: block;
	indent: none;
	text-align: left;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	text-transform: none;
	font-weight: normal;
}

#left_column_nav ul li a:link {
	color: #645A50;
	padding: 0px 0px 0px 11px;
	display: block;
	margin: 0px;
	text-decoration: none;
	line-height: 18px;
}

#left_column_nav ul li a:visited {
	color: #645A50;
	text-decoration: none;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	text-decoration: none;
	line-height: 18px;
}

#left_column_nav ul li a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url("../images/bullet_triangle2.gif");
	background-position: 0px 1px;;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	text-decoration: none;
	line-height: 18px;
}

#left_column_nav ul li.live {
	color: #C00;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	line-height: 18px;

}

#left_column_nav ul li.topbar {
	background-color: #666;
	padding: 0px 0px 0px -5px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	background-color: #C5BFB6;
	font-weight: bold;
	color:#000000;
	background-image: none;
	line-height: 18px;
}

#left_column_nav ul li.topbar a:link {
	color:#000000;
	background-image: none;
}

#left_column_nav ul li.topbar a:hover {
	color:#000000;
	background-image: none;
}

#left_column_nav ul li.topbar a:visited {
	color:#000000;
	background-image: none;
}

#left_column_nav ul.margin {
	margin: 10px 0px 0px 0px;
}

#left_column_nav h6 {
	display: block;
	width: 155px;
	font-size: 11px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 6px 0px;
	line-height: 1.3em;
	background-image: url(../images/eventbox_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #C9DFF4;
}


/*middle column for main content*/

#mid_column {
	float: left;
	margin: 7px 0 10px 5px;
	padding: 0px 10px 0px 10px;
	width: 520px;
	border-left: 1px solid #645A50;
	text-align: left;
}

#mid_column h1 {
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

#mid_column h4 {
	font-size: 13px;
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

#mid_column h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	line-height: 1.3em;
}

#mid_column h5 {
	position: relative;
	font-size: 13px;
	margin: 0px 0px 6px -3px;
	padding: 2px 0px 2px 4px;
	background-color: #C5BFB6; 
	line-height: 1.3em;
	color: #000;
}

#mid_column h5 a {
	font-size: 11px;
	padding: 0px 0px 0px 0px; 
	line-height: 1.3em;
	color: #C00;
	font-weight: normal;
}


#mid_column p {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#mid_column ul {
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 2px;
	list-style-type: square;
}

#mid_column ul li {
	font-size: 11px;
	line-height: 1.3em;
	padding: 0px;
}

#mid_column li ul {
	padding: 4px 0px 4px 0px;
	margin-left: 12px;
	list-style-type: circle;
}

#mid_column .indent110 {
	padding-left: 110px;
}

#mid_column .indent140 {
	padding-left: 140px;
	padding-bottom: 15px;
	padding-top: 5px;
	border-bottom: 1px dashed #C5BFB6;
}

#mid_column .indent160 {
	padding-left: 160px;
	padding-bottom: 15px;
	padding-top: 5px;
	border-bottom: 1px dashed #C5BFB6;
	min-height: 55px;
}

#mid_column .indent140_noborder {
	padding-left: 140px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: none;
}

#mid_column .headshot {
	float: left;
}

#mid_column .medialogo {
	float: left;
	padding-top: 10px;
}

#mid_column .partnerlogo {
	margin: 0px 15px 0px 5px;
	vertical-align:middle;
}

#mid_column table.eventtable {
	background-color: #FFF;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	margin-bottom:12px;
}

#mid_column table.eventtable td {
	background-color: #C5BFB6;
	text-align: left;
	border-width: 1px solid;
	color: #000;
	vertical-align: top;
}

#mid_column table.eventtable th {
	text-align: left;
	background-color: #645A50;
}

#mid_column table.eventtable a {
	text-decoration: underline;
}

#mid_column table td.eventrow {
	background-color: #D3CDC2;
}

#mid_column ul.contact {
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 15px 10px 0px;
	line-height: 15px;
	font-size: 12px;
	width: 200px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C00;
}

#mid_column ul.contact li{
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 5px;
	display: block;
	indent: none;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #000;
}


#mid_column .photobox {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 12px 0px;
	display: block;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	border: 1px solid #645A50;
	background-color: #C9DFF4;
	color: #000;
	text-align: center;
}

#mid_column .photobox img{
	margin: 15px 15px 5px 15px;
}

#mid_column .flowgraphic {
	margin: 10px 0px 15px 0px;
}

#mid_column .caption {
	line-height: 12px;
	font-size: 10px;
	text-align: center;
	margin: 5px 0px 10px 0px;
}

/*extras*/

body a.readmore {
	color: #C00;
	text-decoration: none;
	background-image: url(../images/bullet_dots.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 0px 0px 0px 12px;
}

body a:hover.readmore {
	color: #036;
	text-decoration: none;
	background-image: url(../images/bullet_dots_blue.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 0px 0px 0px 12px;
}

#partners {
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 15px 5px 5px 5px;
	text-align: center;
	border-left: 1px solid #645A50;
	border-bottom: 1px solid #645A50;
	border-right: 1px solid #645A50;

}

.corestoretable {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

.corestoretable th {
	background-color: #645A50;
	color: #000;
	padding: 10px 4px 10px 6px;
	background-image: url(../images/bg_tableheader.gif);
}

.corestoretable td {
	border-bottom: 1px solid #645A50;
	padding: 10px 4px 10px 6px;
}


.center {
	text-align: center;
}

.title {
	font-weight:bold;
	color: #CC0000;
}

.description {
	margin: 5px 0 0px 0;
}

.odd {
	background-color: #F6F6F6;
}

.hide {
	display: none;
}

.previewbutton {
	margin: 5px 0 0 15px;
}

.headernote {
	position: absolute;
	top: 2px;
	right: 15px;
	margin: 0;
	color: #C00;
	font-size: 11px;
	font-weight: normal;
}

#mid_column p.box2 {
	float: right;
	background-color: #EDEDED;
	padding: 15px 15px 15px 17px;
	margin: 5px 10px 15px 30px;
	max-width: 190px;
	border-style: outset;
	border-color:#DBD7D1;

}




/*footer*/

#footer {
	clear: both;
	margin: 7px 10px 0px 10px;
	padding: 6px 0px 6px 5px;
	border-top: 2px solid #645A50;
	font-size: 9px;

}


#form2 { 
	width: 450px;
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	line-height: 18px;
}

#form2 p { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	
}

#form2 input, select {
	color: #000;
	background: #fee3ad;
	border: 1px solid #000
}

#form2 label {
	width: 130px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

#form2 .submit input {
	position: relative;
	margin-left: 5px;
	left: 9em;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}

#form3 { 
	width: 390px;
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	line-height: 18px;
}

#form3 p { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	
}

#form3 input {
	border: 1px solid #000
}

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

/*Constellations Form*/
#theform {
	background-color: #645A50;
	width: 705px;
	background-image:url(../images/bg_constellations_form.jpg);
	background-repeat: no-repeat;
	}
#theform fieldset {
	width: 180px;
	border: 0;
	margin: 115px 0 0 0;
	padding: 0 0 0 40px;
	float: left;
	}
#theform fieldset legend {
	font-size: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	font-size: .9em;
	color: #FFF;
	margin: 1em 0 1em 0;
	}
#theform fieldset div.help {
	color: #F1AB00;
	font-size: 0.7em;
	font-weight: normal;
	margin: 15px 0 15px 0;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	margin-top: 10px;
	padding-left: 3px;
	color:#FFF;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
	}
	
	
#theform #pt3 #member {
	float: left;
	font-size: 0.7em;
	color: #FFF;
	line-height: 1.3em;
	padding: 10px;
	margin-top:15px;
	background-color:#6D6053;
	border: 1px solid #B2AAA4;
}

#theform #member label {
	display: inline;
	font-size: 12px;
	}
	
#theform #member table tr {
	text-align: left;
	vertical-align:top;
	font-size: 12px;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 665px;
	border-top: 4px solid #B2AAA4;
	padding: 20px;
	margin-top: 20px;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 330px;
	float: left;
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.3em;
	margin-left: 25px;
	}
#theform #pt4 .button {
	float: right;
	width: 250px;
	height: 32px;
	}

#theform h4 {
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
}


#theform #clear {
	clear: both;
	padding: 0;
	margin: 0;
	}

	
