﻿*
{
	margin: 0;
}

html
{
	height: 100%;
}

form
{
	height: 100%;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	height: 100%;
	
}

h2
{
	font-size: 18px;
	color: #FACA40;
}

h3
{
	font-size: 16px;
	color: #FACA40;
}

h4
{
	font-size: 14px;
	color: #FACA40;
}

h5
{
	font-size: 12px;
	color: #AEDEE4;
}

#wrapper
{
	width: 950px;
	text-align: left;
	margin: 0 auto -60px;
}

#header
{
	width: 950px;
	height: 150px;
	background: #3d3d3d url('../images/sql_header4.jpg') no-repeat 0px 0px;
	margin: 0;
}

#headimg
{
	position: relative;
	border: 0;
	left: 700px;
	top: 10px;
}

#mainbody1
{
	float: left;
	width: 100%;
	background-color: #5c5c5c;
	position: relative;
	right: 70%;
        min-height: 100%;
}

#mainbody2
{
	float: left;
	width: 100%;
	background-color: #242527;
	position: relative;
	overflow: hidden;
        min-height: 100%;
}

#mainnav
{
	width: 26%;
	float: left;
	height: 100%;
	min-height: 100%;
	color: white;
	margin: 0;
	position: relative;
	left: 72%;
	padding-top: 10px;
	
}

#leftmenu
{
	margin-top: 30px;
	margin-bottom: 20px;
}

#leftmenu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
}

#leftmenu a
{
	display: block;
	color: #D1D3D4;
	padding-left: 20px;
	padding-bottom: 4px;
	text-decoration: none;
	width: 80%;
}

#leftmenu a:hover
{
	color: #D1D3D4;
    font-weight: bold;
	background-color:#666666;
}

#lileftmenuselected a
{
	display: block;
	color: #D1D3D4;
    font-weight: bold;
	background-color:#666666;
	padding-left: 20px;
	padding-bottom: 4px;
	text-decoration: none;
	width: 80%;
}

#newssignup
{
	padding-top: 20px;
}

#twitterwidget
{
	padding-top: 10px;
	padding-bottom: 20px;
}
	
#maincontent
{
	float: left;
	width: 66%;
	margin: 0;
	position: relative;
	left: 76%;
	color: White;
}


#clearfooter
{
	height: 60px;
	clear: both;
}

#footer
{
	clear: both;
	background-color: #3d3d3d;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	width: 950px;
	color: White;
}

#FooterContent
{
	margin:0 auto;
	padding-top:10px;
	min-height:60px;
	width:950px;
}

#footercopyright
{
	padding-top: 10px;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.linkimage
{
	border: 0;
}

.linkimagealt
{
	border: 0;
	height: 33px;
}

.SearchText {
	background-color:#fff0c4;
	border-top:#d2a31d;
	border-left:#d2a31d;
	border-right:#FACA40;
	border-bottom:#FACA40;
	border-width:2px;
	border-bottom-style:solid;
	vertical-align:top;
}

.SearchText:hover {
	background-color:#ffffff;	
}

.SearchButton {
	padding-top:1px;
	padding-bottom:3px;
	background-color:#0059b1;
	border:1px solid #123c66;
	color:#ffffff;
	font-size:9pt;
	cursor:pointer;
}

.SearchButton:hover {
	background-color:#1e69b4;
}

/* Home *******************************/

#HomeMainContent
{
	padding-top: 10px;
}

#homeintro
{
	padding-top: 10px;
	width: 95%;
}

#homeintro p
{
    text-align: justify;
    font-size: 13px;
}

#homeintro a:link, #homeintro a:active, #homeintro a:visited
{
	color: #FACA40;
	font-weight: normal;
	text-decoration: underline;
}

#homeintro a:hover
{
	color: #FFF0C4;
}

#homeupcoming
{
	padding-top: 20px;
}

.eventtitle
{
    padding-bottom: 5px;
}

.jobtitle
{
    padding-bottom: 5px;
}

.wantspeakers
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 2px;
}

.wantspeakers hr
{
    margin-top: 5px;
    margin-bottom: 10px;
}

.wantspeakers strong
{
	color: #FACA40;
        font-weight: bold;
}
     
.wantspeakers .mainimage
{
    float: left;
    border: none;
    margin: 0;
    text-decoration: none;
}

.wantspeakers img
{
   border: none;
   padding: 0;
   margin: 0;
}

.wantspeakers p
{
    text-align: justify;
    font-size: 13px;
    font-weight: normal;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wantspeakers a:link, .wantspeakers a:active, .wantspeakers a:visited
{
	color: #FACA40;
	font-weight: normal;
	text-decoration: underline;
}

.wantspeakers a:hover
{
	color: #FFF0C4;
}

/* Meetings *******************************/

#MeetingsContent
{
	padding-top: 10px;
}

#meetingsupcoming
{
	padding-top: 20px;
}

#meetingsupcoming a:link, #meetingsupcoming a:active, #meetingsupcoming a:visited
{
	color: #FACA40;
	font-weight: normal;
	text-decoration: underline;
}

#meetingsupcoming a:hover
{
	color: #FFF0C4;
}

#meetingsupcoming hr
{
    margin-top: 5px;
    margin-bottom: 10px;
}

#meetingsupcoming strong
{
	color: #FACA40;
        font-weight: bold;
}
     
#meetingsupcoming td, #meetingsupcoming th
{
	padding:6px;
}

#meetingsupcoming th
{
	background-color:#454545;
	color:#FACA40;
	text-align:left;
}

#meetingsupcoming table
{
	border-bottom:1px solid #454545;
}


/* Events *******************************/

#EventsContent
{
	padding-top: 10px;
}

#eventsintro
{
	padding-top: 10px;
	width: 95%;
}

#eventsintro p
{
    text-align: justify;
    font-size: 13px;
}

#eventsintro a:link, #eventsintro a:active, #eventsintro a:visited
{
	color: #FACA40;
	font-weight: normal;
	text-decoration: underline;
}

#eventintro a:hover
{
	color: #FFF0C4;
}

#eventsupcoming
{
	padding-top: 20px;
}

.upcomingevent
{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.upcomingevent hr
{
    margin-top: 5px;
    margin-bottom: 10px;
}

.upcomingevent strong
{
	color: #FACA40;
        font-weight: bold;
}
     
.upcomingevent .mainimage
{
    float: left;
    border: none;
    margin: 0;
    text-decoration: none;
}

.upcomingevent img
{
   padding: 0;
   margin: 0;
   padding-right: 10px;
   padding-bottom: 5px;
   border: 0;
}

.upcomingevent p
{
    text-align: justify;
    font-size: 13px;
    font-weight: normal;
    color: white;
}

.upcomingevent a:link, .upcomingevent a:active, .upcomingevent a:visited
{
	color: #FACA40;
	font-weight: normal;
	text-decoration: underline;
}

.upcomingevent a:hover
{
	color: #FFF0C4;
}

/* Sponsors *******************************/

#SponsorContent
{
	padding-top: 10px;
}

.sponsorimg
{
	border: 0;
}

.ulsponsor
{
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

.lisponsor {
	padding-bottom:20px;
	padding-left:10px;
	list-style-type:none;
	cursor:pointer;
}

/* Locations *******************************/

#LocationsContent
{
	padding-top: 10px;
}

#locationsintro
{
	padding-top: 10px;
	width: 95%;
}

#locationsintro p
{
	text-align: left;
    font-size: 13px;
}

.locations
{
	padding-top: 20px;
	padding-bottom: 10px;
}

.locations .map
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.locations h3
{
	padding-bottom: 5px;
}

/* Jobs *******************************/

#JobsContent
{
	padding-top: 10px;
}

#jobsintro
{
	padding-top: 10px;
	width: 95%;
}

#jobsintro p
{
    text-align: justify;
    font-size: 13px;
}

#jobsintro a:link, #jobsintro a:active, #jobsintro a:visited
{
	color: #FACA40;
	font-weight: normal;
	text-decoration: underline;
}

#jobsintro a:hover
{
	color: #FFF0C4;
}

#jobsupcoming
{
	padding-top: 20px;
}

.upcomingjob
{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.upcomingjob hr
{
    margin-top: 5px;
    margin-bottom: 10px;
}

.upcomingjob strong
{
	color: #FACA40;
        font-weight: bold;
}
     
.upcomingjob .mainimage
{
    float: left;
}

.upcomingjob img
{
   padding: 0;
   margin: 0;
   padding-right: 10px;
   padding-bottom: 5px;
   border: 0;
}

.upcomingjob p
{
    text-align: justify;
    font-size: 13px;
    font-weight: normal;
    color: white;
}

.upcomingjob a:link, .upcomingjob a:active, .upcomingjob a:visited
{
	color: #FACA40;
	font-weight: normal;
	text-decoration: underline;
}

.upcomingjob a:hover
{
	color: #FFF0C4;
}

/* Meetings *******************************/

.ErrorBox
{
	color: Red;
	font-size: 14px;
	font-weight: bold;	
}

/* RSVP_List *******************************/

#rsvplist td, #rsvplist th
{
	padding:6px;
}

#rsvplist th
{
	background-color:#454545;
	color:#FACA40;
	text-align:left;
}

