/*
 * Title: Main Style Sheet
 * For: html
 * Site: AcademicImpressions.com
 * Author: Adrianne Schoen
 * Last Modified: 4/1/2010
*/



/* @group global reset */
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! For more information on the current state of Global Reset visit http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dd, dl, dt, 
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}
/* @end global reset */



/* @group base html */


body {
  background: #465c72;
  color: #000;
  margin: 0;
  padding: 0;
  font-family:  Arial,  sans-serif;
  text-align: center;/*this is in place to center in older browsers*/
  /*behavior:url("includes/csshover.htc");*//*IE seb7 */
}
a {
 text-decoration: none;
  line-height: 1.7em;
  font-weight: bold;
 color:#475E74;
}
blockquote {
 font-family: helvetica, Arial,  sans-serif;
 line-height:inherit;
 font-size:12px;
}

a:link {/* unvisited link */
 color:#475E74;
 text-decoration: underline;
}     
a:visited {/* visited link */
 color:#606060;
 text-decoration: underline;
}  
a:hover { /* mouse over link */
 color:#475E74;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#475E74;
 text-decoration: underline;
}
h1 {
 color: #202B35;
 margin: 3px 0 3px 0;
 font: bold 24px helvetica, Arial,sans-serif;
 letter-spacing: .01em;
}
h2 {
 margin: 0;
 color: #000000;
 font: bold 16px helvetica, Arial,sans-serif;
 line-height: 1.4em;
}
h3 {
 margin: 0;
 font: bold 14px helvetica, Arial,sans-serif;
 color:#333333;
 }

h4 {
 color: #000;
 margin: 10px 0;
 font: bold 13px helvetica, Arial,sans-serif;
}
h5 {
 color: #000;
 margin: 10px 0;
 font: bold 12px helvetica, Arial,sans-serif;
}
h6 {
 color: #000;
 margin: 10px 0;
 font: bold 11px helvetica, Arial,sans-serif;
}
p {
 font-size: 10pt;
 line-height: 1.5em;
 margin: 0 0 -1px 0;
 padding:0;
 font-weight: normal;
}



table {
 font-size: 12px;
 line-height: inherit;
 /*margin: 10px 0 40px 0;*/
 margin: 0;
/* width:100%;
*/}
table tr td b {
 font-size: 12px;
 line-height: inherit;
 padding: 0 15px 0 15px;
 border-spacing: 15px;
}

ul{
margin-top: 0px;
padding-top: 5px;
margin-bottom: 0;
padding-bottom: 0px;
}


ul li {
 font-size: 13px;
 line-height: 1.7em;
 font-weight: normal;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0;
padding-bottom: 0px;
}

ol li {
 font-size: 13px;
 line-height: 1.7em;
/* margin: 0;*/
 font-weight: normal;
 list-style-type:decimal;
 list-style-position:inside;
 margin-top: 0px;
padding-top: 0px;
margin-bottom: 0;
padding-bottom: 0px;

}

#wysi table {
 font-size: 12px;
 line-height: inherit;
 margin: 0 0 0 0;
 width:100%;
}

legend {
 margin:10px 0 0;
 padding:0;
 font-weight: bold;
}

label {
 margin: 10px 0 4px;
}
 
hr {
border-top: 1px;
border-top-style: solid;
border-bottom: 0px;
border-left:0px;
border-right:0px;
}

/*hr {
color: #efefef;

}*/

dd {
 font-size:13px;
 line-height: 1.6em;
}
dt {
 margin-top: 10px;
 color: #000;
 font-size: 13px;
 font-weight: bold;
}
pre {
 line-height:1.5em;
 font-family:Courier,monospace;
 font-size:1.05em;
}

em {
font-style: italic;
}

strong {
font-style: bold;
}

/* @end base html */



/* @group layout */

/* @group wrappers */
#page_wrapper {
	width: 1060px;
	margin:0 auto;
	}

#topLinks a{
color: #fff;
float:right;
text-decoration:underline;
font-weight: normal;
font-size: 11px;
height:1%;
margin: 12px 12px 0px 0;
z-index: 999999;
position: relative;
zoom:1;
}


#newsIcon {
background-image: url(images/news.gif);
height: 24px;
width: 23px;
float: right;
margin: 10px 0 0 0;
position: relative;
z-index: 999998;
}
#findIcon {
background-image: url(images/find.gif);
height: 13px;
width: 9px;
float: right;
margin: 14px 4px 0 3px;
position: relative;
z-index: 999997;
}

#preferenceIcon {
background-image: url(images/preferenceIcon.gif);
height: 13px;
width: 14px;
float: right;
margin: 14px 4px 0 3px;
position: relative;
z-index: 999997;
}
/* @end wrappers */

/* @group header */
#logo {
 z-index: 1;
 margin-left: 0px;
 margin-top: 0px;
 padding: 0;
 display:block;
width: 350px;
height: 44px;
}

#logo:hover {
cursor: pointer;
background-image: url(images/home.gif);
background-repeat: no-repeat;
background-position: right;
}
/* @end header*/

/* @begin primary_nav */
#nav, #nav ul{
margin:0;
padding:0 0 0 0;
float:left;
text-align:center;
list-style:none;
height:1%;
position:relative;
zoom: 1;
z-index:1500;
}

#nav li{
display:inline;
padding: 0;
height: 65px;
float:left;
position:relative;
left:auto;
zoom:1;
}

ul #subElement{
color:#000000;
text-align:center;
width:94%;
vertical-align:middle;
padding: 10px 10px 20px 0;
border-bottom:#CCCCCC solid thin;
height:1em;
position:relative;
z-index:999;
font-size: 12px;
}

ul #subElement:hover, ul #subElement.Lhover, ul #subElement.Chover, ul #subElement.SChover, ul #subElement.SHhover, ul #subElement.SPhover, ul #subElement.Dhover{
background-color:#D2D2D2;
color:#000000;
text-align:center;
position:relative;
z-index:1000;
width:100%;
vertical-align:middle;
padding: 12px 10px 12px 0;
outline:#D2D2D2 solid thin;
height:1em;
cursor:pointer;
}

#nav li ul{
float:left;
position:absolute;
left:-999em;
top:66px;
background-color:#EFEFEF;
/*outline:#CCCCCC solid thin;
*/padding: 0 20px 10px 0;
width:94%;
z-index:1000;
}

#nav ul li ul li{
background-color:#EFEFEF;
position:relative;
outline:#CCCCCC solid thin;
padding: 12px 10px 12px 0;
width:100%;
height:1em;
z-index:1000;
}

#subElement a:link {color:#000000;}

#nav li:hover ul, #nav li.sfhover ul{ left:0; float:left; z-index:1000; position:absolute; }
/*#nav li:over ul{ display:block;}*/

#nav a{text-decoration:none;}
.activeMenu {left:0; float:left;}
#learn.activeMenu {left:0; float:left;}
#discover.activeMenu {left:0; float:left;}
#scan.activeMenu {left:0; float:left;}
#share.activeMenu {left:0; float:left;}
#customize.activeMenu {left:0; float:left;}
#sponsor.activeMenu {left:0; float:left;}

#main_menu {
display:inline;
padding: 0;
height: 65px;
}



#nav li.leftNav{
background-image:url(images/leftNav.gif);
background-color: #660000;
height: 65px;
width: 56px;
} 

#nav li.learn{
background-image:url(images/learnButton.gif);
background-position:top;
position:relative;
display:inline-block;
background-color: #660000;
height: 51px;
width: 138px;
padding: 14px 0px 0px 10px;
} 

#nav li.learn:hover{
background-image:url(images/learnRO.gif);
background-color: #660000;
height: 51px;
width: 138px;
padding: 14px 0px 0px 10px;
} 

#nav li.learnover{
background-image:url(images/learnRO.gif);
background-color: #660000;
height: 51px;
width: 138px;
padding: 14px 0px 0px 10px;
} 

#nav li.customize{
background-image:url(images/customizeButton.gif);
background-color: #663300;
height: 51px;
width: 152px;
padding: 14px 0px 0px 10px;
} 

#nav li.customize:hover{
background-image:url(images/customizeRO.gif);
background-color: #663300;
height: 51px;
width: 152px;
padding: 14px 0px 0px 10px;
} 

#nav li.customizeover{
background-image:url(images/customizeRO.gif);
background-color: #663300;
height: 51px;
width: 152px;
padding: 14px 0px 0px 10px;
} 

#nav li.scan{
background-image:url(images/scanButton.gif);
background-color: #6D401A;
height: 51px;
width: 155px;
padding: 14px 0px 0px 10px;
} 

#nav li.scan:hover{
background-image:url(images/scanRO.gif);
background-color: #6D401A;
height: 51px;
width: 155px;
padding: 14px 0px 0px 10px;
} 

#nav li.scanover{
background-image:url(images/scanRO.gif);
background-color: #6D401A;
height: 51px;
width: 155px;
padding: 14px 0px 0px 10px;
} 

#nav li.share{
background-image:url(images/shareButton.gif);
background-color: #674C1D;
height: 51px;
width: 151px;
padding: 14px 0px 0px 10px;
} 

#nav li.share:hover{
background-image:url(images/shareRO.gif);
background-color: #674C1D;
height: 51px;
width: 151px;
padding: 14px 0px 0px 10px;
} 

#nav li.shareover{
background-image:url(images/shareRO.gif);
background-color: #674C1D;
height: 51px;
width: 151px;
padding: 14px 0px 0px 10px;
} 

#nav li.sponsor{
background-image:url(images/sponsorButton.gif);
background-color: #363E1F;
height: 51px;
width: 152px;
padding: 14px 0px 0px 10px;
} 

#nav li.sponsor:hover{
background-image:url(images/sponsorRO.gif);
background-color: #363E1F;
height: 51px;
width: 152px;
padding: 14px 0px 0px 10px;
} 

#nav li.sponsorover{
background-image:url(images/sponsorRO.gif);
background-color: #363E1F;
height: 51px;
width: 152px;
padding: 14px 0px 0px 10px;
} 

#nav li.discover{
background-image:url(images/discoverButton.gif);
background-color: #274C24;
height: 51px;
width: 141px;
padding: 14px 0px 0px 10px;
} 

#nav li.discover:hover{
background-image:url(images/discoverRO.gif);
background-color: #274C24;
height: 51px;
width: 141px;
padding: 14px 0px 0px 10px;
} 

#nav li.discoverover{
background-image:url(images/discoverRO.gif);
background-color: #274C24;
height: 51px;
width: 141px;
padding: 14px 0px 0px 10px;
} 

#nav li.rightNav{
background-image:url(images/rightNav.gif);
background-color: #274C24;
height: 65px;
width: 55px;
} 

/*@end primary nav*/
/* @subNav */

#subNav ul{
margin:0;
padding:0;
text-align:center;
z-index:9999;
}

#subNav li{
display:inline;
padding: 0;
height: 65px;
float:left;
width:100%;
}

#sub_menu{
display:inline;
padding: 0;
height: 65px;
}
#subNav li.leftNav{
background-image:url(images/leftBorder.jpg);
height: 16px;
width: 56px;
} 

#subNav li.learn{
background-image:url(images/grey1.jpg);
height: 16px;
width: 148px;
} 

ul #subLearn{
background-image:url(images/grey1.jpg);
height: 16px;
width: 148px;
}

#subNav li.customize{
background-image:url(images/grey2.gif);
height: 16px;
width: 162px;
} 

ul #subCustomize{
background-image:url(images/grey2.gif);
height: 16px;
width: 162px;
} 

#subNav li.scan{
background-image:url(images/grey3.gif);
height: 16px;
width: 165px;
} 

ul #subScan{
background-image:url(images/grey3.gif);
height: 16px;
width: 165px;
} 

#subNav li.share{
background-image:url(images/grey4.gif);
height: 16px;
width: 161px;
} 

ul #subShare{
background-image:url(images/grey4.gif);
height: 16px;
width: 161px;
} 

#subNav li.sponsor{
background-image:url(images/grey5.gif);
height: 16px;
width: 162px;
} 

ul #subSponsor{
background-image:url(images/grey5.gif);
height: 16px;
width: 162px;
} 

#subNav li.discover{
background-image:url(images/grey6.gif);
height: 16px;
width: 151px;
} 

ul #subDiscover{
background-image:url(images/grey6.gif);
height: 16px;
width: 151px;
} 

#subNav li.rightNav{
background-image:url(images/rightBorder.jpg);
height: 16px;
width: 55px;
} 

/* @end subNav*/



#content {
 width: 946px;
 padding: 40px 57px 40px 57px;
 background: url(images/pageWrapper.jpg) repeat-y;
 position:relative;
 zoom:1;
 float:left;
 vertical-align:top;
}

#header {
 width: 1060px;
 height: 54px;
 padding: 43px 0 0 54px;
 margin: -14px 0 0 0;
 display: block;
 background: url(images/header.jpg) no-repeat;
 float:left;
 position: relative;
 z-index: 1;
}


#mainSection {
background-image: url(images/mainPage.gif);
margin-top: -15px;
height: 352px;
width: 450px;
padding: 50px 255px 0 160px;
position:relative;
}


#homepage {
background-image: url(images/mainPageIconsBottom.gif);
height: 183px;
width: 950px;
margin-top: -20px;
margin-bottom: -30px;
position:relative;
zoom:1;
}

#homepage a{
text-decoration: none;
 color:#475E74;
 line-height: 1.3em;
}

#homepage a:visited{
text-decoration: none;
 color:#475E74;
 line-height: 1.3em;
}

#homepage a:hover {
text-decoration: underline;
}

#findCol {
width: 175px;
padding:15px 0px 0px 100px;
float:left;
height:1%;
position:relative;
zoom:1;
}


#customizeCol {
width: 180px;
padding:15px 0px 0px 155px;
float:left;
height:1%;
position:relative;
zoom:1;
}


#newsCol{
width: 175px;
padding:15px 0px 0px 150px;
float:left;
height:1%;
position:relative;
zoom:1;
}


#content_bottom {
 width: 1060px;
  height: 31px;
 margin: 0;
 padding: 0;
 display: block;
 background: url(images/content_bottom.jpg) no-repeat;
 float:left;
 position: relative;

}

#mainCol {
width:790px;
position:relative;
zoom:1;
}
#mainCol2 {
width:920px;
position:relative;
zoom:1;
}

#miniForm {
	width:170px;
	float:right;
	position:absolute;
	background-color:#E1E1E1;
	left:730px;
	top:70px;
	padding:15px 0 10px 10px;
}

#newsMain {
width:650px;
position:relative;
zoom:1;
padding-left:40px;
padding-right:70px;
}

#calloutBox {
  background:#eeeeea;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-right: 150px;
  margin-left: 50px;
  width:400px;
}
/* @beginFooter */

#footer_content {
 width: 1060px;
 padding:0;
 margin: 0;
 background: url(images/footer_content.jpg) repeat-y;
 float:left;
 position:relative;
}

#footer_top {
 width: 1060px;
 height: 52px;
 padding: 0;
 margin: -31px 0 0 0px;
 background: url(images/footer_top.jpg) no-repeat;
 float:left;
}
#footer_bottom {
 width: 1060px;
 height: 84px;
 padding:0;
 background: url(images/footer_bottom.jpg) no-repeat;
 float:left;
 position:relative;
}

#footerOneColumn {
 padding: 0px 57px 0px 47px;
 width: 1060px;
 height:1%;
 color:#000;
 position:relative;
 zoom:1;
 z-index: 7001;
 float:left;
}

.footer table {
 font-size: 12px;
 line-height: inherit;
 width:100%;
 padding:0;
 margin: 0;
 z-index: 8000;
 float:left;
}
.footer td {
 font-size: 12px;
 line-height: inherit;
 padding: 0px 0px 0 15px;
 width: 170px;
 border-right: solid;
 border-color:#CCCCCC;
  border-width: 1px;
}

.footer dd {
 font-size: 10px;
 line-height: 1em;
 margin: 0;
 font-weight: normal;
 padding: 0 0 0 10px;
 text-indent: -9px;
}

.footer dt {
 font-size: 12px;
 line-height: 1.6em;
 margin: 0px;
 font-weight:bold;
}


.footer a {
font-size: 9px;
color:#666666;
 font-weight: normal;
text-decoration: none;
}

.footer a:hover {
text-decoration:underline;
}

#feedback {
float:right;
padding-top: 10px;
padding-right: 95px;
padding-left: 5px;
width: 120px;
}

#feedbackIcon {
background-image:url(images/feedback.gif);
height: 62px;
width: 48px;
float: right;
}

#feedback a {
font-size: 12px;
color:#000;
text-decoration: none;
}

#feedback a:hover {
text-decoration: underline;
}

#feedback p {
font-size: 9px;
color:#666666;
 font-weight: normal;
 }
/* @endFooter */

#wp {
  background:#eeeeea;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-right: 50px;
  margin-left: 50px;
  font-size:14px;
}
#news {
  background:#eeeeea;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-right: 50px;
  margin-left: 50px;
  font-weight:900;
  font-size:13px;
  line-height: 1.5em;
}

fieldset
{	clear:both;
/*	-moz-border-radius: 8px; border-radius: px;*/
}

.heading {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:900; 
	color:#B78B34;
}

table#events {
margin: 10px 0;
padding: 0;
border: 1px solid #CCC;
border-spacing: 0px;
border-collapse: separate;
background-color: #F7F7F7;
position:relative;
}

table#events th {
text-align: left;
vertical-align:middle;
font-size:14px;
font-weight:normal;
padding: 16px 16px 16px 16px;
color: #FFF;
background-color: #202B35;
border:1px solid #202B35;
}

table#events tr.nobk td {
	color: #000;
	background-color: #F7F7F7;
}

table#events td {
padding: 7px 0px 7px 16px;
border-top: 1px solid #CCC;
vertical-align:middle;
font-weight:normal;
 }

table#events td a{
text-decoration: none;
vertical-align:middle;
font-weight:normal;
color: #000;
 }
 
table#events td.noborder {
border-width: 0;
}

table#events tr.month td{
font-weight: bold;
color: #fff;
background-color: #475E74;
border:1px solid #475E74;
}

table#events td.date { 
width: 50px;
font-size:11px;
}
table#events td.eventTitle{
font-size:14px;
width: 377px;
}
table#events td.location {
font-size:14px;
width: 107px;
}
table#events td.remind {
font-size:14px;
width: 146px;
}


/* sideBar */
#sideBar_content {
  	padding:0 35px 0 25px;
	margin:0;
	background: url(images/sideBar_content.jpg) repeat-y;
}

#sideBar_top {
	width: 207px;
	height: 23px;
	padding: 0;
	margin: 0px;
	background: url(images/sideBar_top.jpg) no-repeat;
}

#cart_icon {
background:url(images/shoppingCart.gif) no-repeat;
height: 20px;
width: 25px;
padding: 0 5px 0 0px;
float:left;
position:relative;
zoom:1;
}

#checkOutButton {
margin: 13px 0 0 30px; position:relative; zoom:1;
}

/* end event Page */


/* buttons */

a.button {
    /* Sliding right image */
background: transparent url('images/checkoutButton.gif') no-repeat scroll top right; 
display: block;
float: left;
height: 33px; 
margin-right: 6px;
padding-right: 16px; 
text-decoration: none;
color: #fff;
font-family: Helvetica, arial, sans-serif;
font-size:12px;
font-weight:bold;
position:relative;
zoom:1;
width:85px;
}

a.button span {
/* Background left image  */
background: transparent url('images/checkoutButton.gif') no-repeat; 
display: block;
line-height: 18px; 
padding: 7px 0 5px 18px;
position: relative;
zoom:1;
height:1%;
color:#fff;
} 

a.button:hover {
	height: 33px; 
    background: transparent url('images/checkoutButtonEndRO.gif') scroll top right; 
	zoom:1;
	position:relative;
}

a.button:hover span{
	height: 33px; 
    background: transparent url('images/checkoutButtonRO.gif') no-repeat scroll top right; 
	text-decoration: none;
	position:relative;
	zoom:1;
}

#sideBar_bottom {
	width: 207px;
	height: 22px;
	margin: 0px;
	padding: 0;
	background: url(images/sideBar_bottom.jpg) no-repeat;
}

/*#sideBar_container {
	width:207px;
	position:absolute;
	right:0px;
	top:29px;
	float: right;
	z-index:999;
}
*/
#sideBar_container {
	width:207px;
	position:relative;
	right:-57px;
	top:29px;
	float: right;
	z-index:999;
	margin-bottom:30px;
}

#sideBar_container2 {
	width:207px;
	position:relative;
	margin-top:30px;
	float: right;
	z-index:899;
}
/* @sideBar */




/* event Page */

/* eventTitle */
#event_title {
width: 740px;
position:absolute;
zoom:1;
left:60px;
vertical-align:top;
}

#event_Date {
font-size: 16px;
color: #4D4D4D;
padding: 10px 0 0 13px;
position:relative;
zoom:1;
}

#event_Title {
font-size: 31px;
font-weight: 600;
color: #475E74;
padding: 8px 0 0 13px;
position:relative;
zoom:1;
}

#event_SubTitle {
font-size: 27px;
font-weight: normal;
color: #475E74;
padding: 3px 0 0 13px;
position:relative;
zoom:1;
width:auto;
}





/* eventMenu */
#event_side {
width: 160px;
float: left;
position:relative;
top:85px;
zoom:1;
}

#event_menu {
padding: 0px 0px 0 13px;
margin-top: -7px;
width:140px;
}

#event_menu a {
text-decoration: none;
color: #475E74;
width: 140px;
float: left;
line-height:1.2em;
letter-spacing: -0.3mm;
}

#event_menu a:hover{
color: #475E74;
text-decoration: none;
background: url('images/eventMenuArrow.gif') no-repeat;
float: left;
vertical-align:middle;
/*height: 15px;
*/
height: auto;
line-height:1.2em;
width: 140px;
}

#event_menu hr {
margin-top: 20px;
border-top: 1px;
border-top-style: solid;
border-bottom: 0px;
border-left:0px;
border-right:0px;
color:  #909090;
}

#event_menu h2 {
height:auto;
white-space:normal;
}

div.autosize { display: table; width: 1px; }
div.autosize > div { display: table-cell; }

#event_buttons {
margin-left: -10px;
}




/*Registration form */
#regForm
{
	/*padding-top:15px;*/
	width: 500px;
margin: 0 0px 0 70px;
background-color: #ededed;
padding: 30px 20px 30px 45px ;
border-style:solid;
border-width:1px;
border-color:#D8D8D8; 
}

#regForm table {
padding:10px 0 10px 0px;
}

#regForm label {
/*font-weight:300;
padding-bottom:3px;*/
	text-align: right;
	width: 150px;
	  display:inline-block;
	  font-size: 13px;
	  font-weight:bold;
	  color: #434343;
	  padding-top: 5px;
}

#regForm td{
padding: 5px 0 0 0;
}

#basicForm2 {
float:right;
width: 450px;
margin: 0 0px 0 20px;
background-color: #ededed;
padding: 10px 20px 30px 15px ;
border-style:solid;
border-width:1px;
border-color:#D8D8D8; 
}

#basicForm {
width: 540px;
margin: 0 0px 0 70px;
background-color: #ededed;
padding: 30px 20px 30px 45px ;
border-style:solid;
border-width:1px;
border-color:#D8D8D8; 
}


#basicForm label{
	text-align: right;
	width: 150px;
	  display:inline-block;
	  font-size: 13px;
	  font-weight:bold;
	  color: #434343;
	  padding-top: 5px;
	
	}

#basicForm p{ 
line-height: 1.3em;
}

#basicForm2 label{
	text-align: right;
	width: 110px;
	  display:inline-block;
	  font-size: 13px;
	  font-weight:bold;
	  color: #434343;
	  padding-top: 5px;
	
	}

#basicForm2 p{ 
line-height: 1.3em;
}


#newsBox{
padding: 10px 10px 15px 10px;
border: 0;
/*cellpadding:0;
cellspacing:0;
*/
background-color:#ededed;
}





/* eventContent */
#event_content {
padding: 55px 0 0 40px;
width: 535px;
position:relative;
top:85px;
zoom:1;
float: left;
}

#event_twoCol{
width: 735px;
}

#event_content h2 {
color: #475E74;
}

#event_content ul li {
padding-top: 0px;
margin-top: 0px;
padding-bottom: 0px;
}


#agenda {
color: #1B1B1B;
position:relative;
float:right;
	width:535px;

}

#agenda p  {
color:  #515151;
margin-top: 0px;
margin-bottom: 0px;
line-height: 1.5em;
	}
	
#agenda li, fieldset li  {
color:  #515151;
line-height: 1.5em;
}
	

#event_content h5 {
	font-weight: bold; 
	color:#202B35; 
	font-size:14px;
	line-height: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0px;
	margin-top: 3px;
	}

#agenda h4 {
	background-color:#333; 
	color:#FFF; 
	font-size:14px; 
	padding:4px;
	margin-bottom: 10px;
	}

#agenda fieldset {
	font-size:14px; 
	border-bottom: 0px; 
	border-right: 0px; 
	border-left: 0px;
	border-top-color:#DCDCDC; 
	border-style: solid;
	margin: 20px 0 0 0;

}

#agenda legend {
font-weight:normal; 
color:#666;
padding: 0;
margin: 0
	}



#instructor img {
border: solid;
border-color:  #ffffff;
background-color: #efefef;
border-width: 5px;
padding: 8px;
margin-left: 10px;
width: 130px;
position:relative;
zoom:1;
}

#agenda img {
border: solid;
border-color:  #ffffff;
background-color: #efefef;
border-width: 5px;
padding: 8px;
margin-left: 10px;
}

#event_content table {
padding: 10px;
}

#eventTopLinks {
margin-top: -35px;
padding-bottom: 30px;
}

#eventTopLinks a{
font-size: 12px;
color: #808080;
font-size: 12px;
font-weight: 100;
}

/*event callouts */

#eventCalloutBox {
height: auto;
/*text-align: center;
*/margin: 0;
padding: 0 50px 15px 90px;
background-image: url(images/eventsBoxMiddle.gif);
background-repeat: repeat-y;
float: left;
zoom:1;
width:auto;
position:relative;
}

#eventCalloutBox p{
line-height: 1.4em;
}

#eventCalloutBox em, i {
line-height: 1.4em;
color: #5A5A5A;
}

#eventCalloutBox h2{
position:relative;
margin-top: -40px;
line-height: 1.3em;
}

#resourceCalloutBox {
height: auto;
text-align: center;
margin: 0;
padding: 0 50px 0 90px;
background-image: url(images/eventsBoxMiddle.gif);
background-repeat: repeat-y;
float: left;
width:auto;
zoom:1;
position:absolute;
}

#resourceCalloutBox h2{
position:relative;
margin-top: -43px;
line-height: 1.3em;
}

#resourceCalloutBox p{
line-height: 1.3em;
}

#eventCalloutBoxContainer {
width: 500px;
position: relative;
float: right;
margin-right: 40px;
}

#activityCalloutBoxTop {
height: 96px;
width: 482px;
margin: 0;
padding: 0px;
background-image: url(images/activity_boxTop.gif);
background-repeat: no-repeat;
}

#resourcesCalloutBoxTop {
height: 79px;
width: 482px;
margin: 0;
padding: 0px;
background-image: url(images/resourcesBoxTop.gif);
background-repeat: no-repeat;
}

#siteCalloutBoxTop {
height: 93px;
width: 482px;
margin: 0;
padding: 0px;
background-image: url(images/siteVisitBoxTop.gif);
background-repeat: no-repeat;
}

#quoteCalloutBoxTop {
height: 78px;
width: 482px;
margin: 0;
padding: 0px;
background-image: url(images/quoteBoxTop.gif);
background-repeat: no-repeat;
zoom:1;
position:relative;
}




#eventCalloutBoxBottom {
height: 34px;
width: 482px;
margin-top: 0px;
padding-top: 0px;
padding-bottom:15px;
float: left;
background-image: url(images/eventsBoxBottom.gif);
background-repeat: no-repeat;
zoom:1;
position:relative;
}

#sponsor  {
	padding: 15px 53px 10px 13px;	
}

#sponsor  p{
font-size: 10px; line-height: 1.2em; color:#666666;
}


#sponsor h6 {
	font-size: 15px; color:#333333; font-weight: bold; padding: 0; margin: 0;
}

#sponsor img {
width:140px; padding-top: 5px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px;
}

/* event Cart */

/* Cart confirmation page */
#toptable {
width:100%;
padding:10px;
}

#purch tr.header {
background-color:#E2E2E2;
font-weight:bold;
}

#purch td, #hideme td {
padding:3px 0 3px 0;
}


/* forms */
#style2 {font-size: 10px; 
font-style:italic;
width: 490px;
margin: auto;}

/*index page*/
/* 
#homepage_content {
	width: 872px;
  	padding: 50px 255px 0 160px;
	background: url(images/mainPageContainer.gif) repeat-y;
}

#homepage_top {
	width: 872px;
	height: 50px;
	padding: 0;
	margin: 0px;
	background: url(images/mainPageTop.gif) no-repeat;
}
#homepage_bottom {
	width: 872px;
	height: 270px;
	padding: 0;
	background: url(images/mainPageBottom.gif) no-repeat;
	z-index: 8;
}

#homepage_container {
	width: 872px;
	position:relative;
	right: 32px;
	float: right;
	z-index:5;
	padding: 0;
}
*/

/* customized */
#calendar td a.navlink {
color:#ffffff;
font-weight:bold;
}

#calendar {
	width:250px;
	height:250px;
	border-collapse:collapse;
	border:thin solid #CCCCCC;
}

#calendar td.day {
border:thin solid black;
font-size:10px;
}

#calendar b {
font-weight:bold;
font-size:10px;
}

#calDate td {
	font-size:10px;
}

/* Learn */

#whiteBox {
height: auto;
text-align: center;
margin: 0;
padding: 0 20px 0 20px;
background-image: url(images/boxesMiddle.gif);
background-repeat: repeat-y;
float: left;
}

#whiteBox p{
text-align: center;
margin: 0;
line-height: 1.3em;
float: left;
}

#whiteBoxContainer {
width: 361px;
position:relative;
float: left;
}

#whiteBoxTop {
height: 18px;
width: 351px;
margin: 0;
padding: 0px;
background-image: url(images/boxesTop.gif);
background-repeat: no-repeat;
}

#whiteBoxBottom {
height: 30px;
width: 351px;
margin: 0;
padding: 0px;
float: left;
background-image: url(images/boxesBottom.gif);
background-repeat: no-repeat;
}

#magGlass {
background-image: url('images/magGlass2.jpg');
background-repeat: no-repeat;
background-position: bottom right;
width: 710px;
float: right;
}

#ideas {
background-image: url('images/ideas.jpg');
background-repeat: no-repeat;
background-position: top right;
width: 285px;
height:380
float: right;
position:relative;
zoom:1;
}


.must {color:#06F; font-weight:bold;}


/*Featured Event on News despite stupid name that doesn't describe that*/
#event {
	  border-color:#eeeeea;
	    background-color:#F8F8F8;
	  border-style: solid;
	  border-width: 3px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
margin-left:20px;
width:300px;
float:left;
	}



.demoBtn
  {
    display: block;
    width: 162px;
    height: 36px;
	margin:auto;
    background: url("images/demo_btnRO.jpg") no-repeat 0 0;

  }

  .demoBtn a
  { 
      display: block;
	     width: 162px;
    height: 36px;
  }
  
  .demoBtn span {
	  display: none;
	  }


* html a:hover
{
visibility:visible
}

.demoBtn  a:hover img
{
visibility:hidden
}

.demoBtn  img
{
    width: 162px;
    height: 36px;
border: 0
}

/*
                                                 ~ (@)  ~~~---_
                                               {     `-_~,,,,,,)
                                               {    (_  ',
                                                ~    . = _',
                                                 ~    '.  =-'
                                                   ~     :
.                                                -~     ('');
'.                                         --~        \  \ ;
  '.-_                                   -~            \  \;      _-=,.
     -~- _                          -~                 {  '---- _'-=,.
       ~- _~-  _              _ -~                     ~---------=,.`
            ~-  ~~-----~~~~~~       .+++~~~~~~~~-__   /
                ~-   __            {   -     +   }   /
                         ~- ______{_    _ -=\ / /_ ~
                             :      ~--~    // /         ..-
                             :   / /      // /         ((
                             :  / /      {   `-------,. ))
                             :   /        ''=--------. }o
                .=._________,'  )                     ))
                )  _________ -''                     ~~
               / /  _ _
              (_.-.'O'-'.		*/