@charset "UTF-8";
/* CSS Document */

body{
background-color:#fff;	
font-family:Helvetica, Arial, sans-serif;
color: #3A3A3A;
font-size: 12px;
line-height: 17px;
}

a{
	color: #CE9117;
	font-weight: bold;
	text-decoration: none;
}

a img {
border-color:#ce9117;
}

h1{
	font-size:16px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #CE9117;
}

h2{
	font-size:14px;
	font-variant: small-caps;
	color: #000000;
}

.clrfloat {
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

/* top menu */
#menu{
	width: 804px;
margin-left: auto;
margin-right:auto;
}
#menu img{
margin: 0;
border: 0;
}
#menu a img{
border: 0;
}

/*Main Content */
#content{
	width: 722px;
	background:#fff;
	margin-left: auto;
	margin-right:auto;

	padding: 10px 50px 10px 30px; 
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}
#content.noPadding{
padding: 0;
width: 804px;
}

/* Bottom login bar */ 
#login{
	font-size: 12px;
	width: 804px;
	height: 31px;
	background:#EDAE11;
        padding-top: 3px;
	margin-left: auto;
	margin-right:auto;
	vertical-align: bottom;
}

#login p {
vertical-align: bottom;
}
table #loginTable tr td{
vertical-align: middle;
}

input.medium{
width:100px;
height: 18px;
padding-bottom:1px;
border: 1px solid #CE9117;
font-size: 12px;

}

input[type=checkbox]{
width:30px;
height: 20px;
border: 1px solid #CE9117;
}

button.submit{
padding-bottom:1px;
height: 22px;
font-size: 12px;
background-color: #FFFED5;
color: #CE9117;
border: 1px solid #CE9117;
}

.blogSect {
	padding: 5px;
}


.blogSect h2 a {
	color: #3A3A3A;
	text-decoration:none;
}

/* Second Level NavBars */

#content #lNavBar {
	float: left;
	margin: 0;
}



#content .lNavBar {
width: 200px;
padding-top: 20px;
float: left;
margin: 0;
}

#content .lNavBar ul.navList{
	list-style: none;
	margin : 0px;
}

/* Second Level Content */

#content .subContent {
margin: 0 0 0 220px;
padding: 20px 40px 0px 0px;
}


/* Other Display Features */
#content .signature {
	text-align: right;
	margin: 0px;
}


/* Company Listing */
ul.MenuBarVertical.companyList{
width: 12em;
margin-bottom: 80px;
	list-style-type:none;
	z-index: 1;	
	padding: 0;
}
ul.MenuBarVertical.companyList li {
margin: 0;
padding: 0;
}
div#CompWrap{
position: relative; /*need this to not be 'static' so that position: absolute in .info will work */
left: 20px;
padding: 0;
}

div#CompWrap .info{
	display: none;
	color: black;
}
div#CompWrap ul#SpringCompanies li{
text-align: right;
}
div#CompWrap a:hover {
	text-align: right;
}
div#CompWrap a:hover .info {
	display: block;
	position: absolute;
	top: 0px;
	left: 175px;
	width: 350px;
	z-index: 100;
	text-align: left;
	float: right;
}
div#CompWrap a:hover .info p {
margin-top: 0;
margin-bottom: 10px;
}
ul.MenuBarVertical.companyList ul {
	position: inherit;
	top: 0;
}

a:hover {
color: #CCC;
}
#forumContent p {
text-align: justify;
}

#forumContent .spName {
font-weight: bold;
margin-top: 1em;
padding-top: 1em;
margin-bottom: 0;
}
#forumContent .spPos{
margin: 0;
}
#forumContent .spTop{
font-style:italic;
margin: 0;
}

#forumContent #caseStudySps {
}

#forumContent #forumSponsors img {
padding: 5px;
}
#forumContent #forumSponsors a img {
border: none;
}
#forumSponsorBar img {
padding: 3px;
}
#forumSponsorBar a img {
border: none;
}

#forumContent{
min-height: 300px;
}

#forumContent table#forumAgenda{
border: 2px solid;
}

#forumContent table#forumAgenda th {
text-align: center;
background-color: #670c18;
color: #eeeeee;
font-size: large;
padding: 0.5em;
}

#forumContent #forumAgenda td {
border: 1px solid;
padding: 2px;
}
