/*
Theme Name: Delegate Source
Theme URI: http://www.delegatesource.com/
Description: Delegate Source - We'll Take Care of It
Author URI: http://www.unleadedsoftware.com
Version: 1.0
*/

/* Reset Styles */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{ 
	margin: 0;
	padding: 0;
}

fieldset, img 
{ 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var 
{
	font-style:normal;
	font-weight:normal;
}

ol, ul 
{
	list-style:none;
}

caption ,th 
{
	text-align:left;
}

h1, h2, h3, h4, h5, h6 
{
	/*font-size:100%;*/
	font-weight:normal;
}

abbr, acronym 
{ 
	border:0;
}
	
a 
{
	outline: none;
}

/* End Reset */
	
body 
{
	margin: 0;
	padding: 0;
}

a
{
	color: #404041;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

li
{
	list-style: none;
}

td
{
	
}
 
.homeBg 
{
	/*background: #fff url(../images/homeBg.gif) repeat-x top; */
	background: #fff url(../images/homeBg1.gif) repeat-x top;
}

.pageBg 
{
	background: #fff url(../images/pageBg.gif) repeat-x top;
}
	
.layout 
{
	width: 960px;
	margin: 0px auto;
}
	
.clear 
{
	clear: both;
	padding: 0px; margin: 0px;
	line-height: 0%;
	font-size: 0pt;
}

.columnButtonLearnMore 
{
	float: left;
	width: 130px;
	height: 50px;
	margin: 0 10px 0 0;
	background: url(../images/columnButtonLearnMore.jpg) no-repeat top;
	
	color: #fff;
	font: normal normal 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.5px;
	text-align: center;
}
	
.columnButtonJoin 
{
	float: left;
	width: 130px;
	height: 50px;
	background: url(../images/columnButtonJoin.jpg) no-repeat top;
	
	color: #fff;
	font: normal normal 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.25px;
	text-align: center;
}

.buttonLogin
{
	float: right;
	width: 130px;
	height: 50px;
	background: url(../images/columnButtonJoin.jpg) no-repeat top;
	
	color: #fff;
	font: normal normal 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.25px;
	text-align: center;
	border: none;
}

.joinLong
{
	float: left;
	width: 240px;
	height: 50px;
	background: url(../images/joinLong.jpg) no-repeat top;
	
	color: #fff;
	font: normal normal 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.25px;
	text-align: center;
}

.columnButtonStage 
{
	float: left;
	width: 130px;
	height: 50px;
	background: url(../images/columnButtonStage.jpg) no-repeat top;
	
	color: #fff;
	font: normal normal 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.25px;
	text-align: center;
}

.columnButtonLearnMore a, .columnButtonJoin a, .columnButtonStage a 
{
	display: block;
	width: 130px;
	height: 38px;
	padding: 12px 0 0 0;
	
	color: #fff;
	text-decoration: none;
}

.joinLong a
{
	display: block;
	width: 240px;
	height: 38px;
	padding: 12px 0 0 0;
	
	color: #fff;
	text-decoration: none;
}
	
.columnButtonLearnMore a:hover, .columnButtonJoin a:hover, .columnButtonStage a:hover, .joinLong a:hover 
{
	color: #404041;
}

.fontBlue
{
	color: #0054a6;
}

#header 
{
	width: 960px;
	height: 165px;
	padding: 10px 0 0 0;
}
	
#topNav 
{
	width: 945px;
	height: 52px;
	padding: 3px 15px 0 0;
	
	color: #404041;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-align: left;
}

#topNav .loginStatus
{
	text-align: right;
	line-height: 180%;
	padding: 0 15px 0px 0;
}
	
#topNav li 
{
	float: right;
	width: 72px;
	height: 32px;
}
	
#topNav li a 
{
	display: block;
	width: 40px;
	height: 22px;
	padding: 10px 0 0 32px;
	
	color: #404041;
	text-decoration: none;
}
	
#topNav li a:hover 
{
	color: #000;
	text-decoration: underline;
}
	
#topNav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.iconHome 
{
	background: url(../images/iconHome.gif) no-repeat top left;
}
	
.iconHelp 
{
	background: url(../images/iconHelp.gif) no-repeat top left;
}
	
.iconLogin 
{
	background: url(../images/iconLogin.gif) no-repeat top left;
}

.fontRed
{
	color: red;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.alignLeft
{
	text-align: left;
}

.alignRight
{
	text-align: right;
}

.alignCenter
{
	text-align: center;
}

.boldUnderline
{
	font-weight: bold;
	text-decoration: underline;
}

.underline
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}
	
#mainNav 
{
	width: 960px;
	height: 110px;
}
	
#logo 
{
	float: left;
	width: 315px;
	height: 100px;
	margin: 0 48px 0 0;
	background: url(../images/logo.jpg) no-repeat top;
}
	
#logo h1 
{
	margin: 0;
	padding: 0;
	text-indent: -999em;
}
	
#logo h1 a 
{
	display: block;
	width: 315px;
	height: 100px;
}
	
#nav 
{
	float: left;
	width: 581px;
	height: 35px;
	margin: 75px 0 0 0;
}
	
#nav li 
{
	position: relative;
	float: left;
	height: 35px;
	text-align: center;
}
	
#nav li:hover ul, #nav li.sfhover ul 
{
	display: block;
}
	
#nav li a:hover 
{
	color: #404041;
}
	
#nav li ul 
{
	position: absolute;
	top: 35px;
	left: 0;
	width: 180px;
	padding: 0 4px 4px 4px;
	background: #fff;
	border: 1px solid #404041;
	display: none;
}
	
#nav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#navDelegates 
{
	width: 87px;
	margin: 0 5px 0 0;
	background: url(../images/nav/delegates.jpg) no-repeat top;
}
	
#navDelegates a 
{
	display: block;
	width: 87px;
	height: 28px;
	padding: 7px 0 0 0;
	
	color: #666;
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
}
	
#navDelegates ul li 
{
	width: 180px;
	height: 30px;
	margin: 4px 0 0 0;
	text-align: center;
}
	
#navDelegates ul li a 
{
	display: block;
	width: 180px;
	height: 22px;
	padding: 8px 0 0 0;
	background: #def1ef;
	
	color: #666;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-decoration: none;
	text-transform: none;
}
	
#navDelegates ul li a:hover 
{
	background: #add8dd;
}
	
#navMembers 
{
	width: 86px;
	margin: 0 5px 0 0;
	background: url(../images/nav/members.jpg) no-repeat top;
}
	
#navMembers a 
{
	display: block;
	width: 86px;
	height: 28px;
	padding: 7px 0 0 0;
	
	color: #666;
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
}
	
#navMembers ul li 
{
	width: 180px;
	height: 30px;
	margin: 4px 0 0 0;
	text-align: center;
}
	
#navMembers ul li a 
{
	display: block;
	width: 180px;
	height: 22px;
	padding: 8px 0 0 0;
	background: #def1ef;
	
	color: #666;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-decoration: none;
	text-transform: none;
}
	
#navMembers ul li a:hover 
{
	background: #add8dd;
}
	
#navOrganizations 
{
	width: 116px;
	margin: 0 5px 0 0;
	background: url(../images/nav/organizations.jpg) no-repeat top;
}
	
#navOrganizations a 
{
	display: block;
	width: 116px;
	height: 28px;
	padding: 7px 0 0 0;
	
	color: #666;
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
}
	
#navOrganizations ul li 
{
	width: 180px;
	height: 30px;
	margin: 4px 0 0 0;
	text-align: center;
}
	
#navOrganizations ul li a 
{
	display: block;
	width: 180px;
	height: 22px;
	padding: 8px 0 0 0;
	background: #def1ef;
	
	color: #666;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-decoration: none;
	text-transform: none;
}
	
#navOrganizations ul li a:hover 
{
	background: #add8dd;
}
	
#navAbout 
{
	width: 86px;
	margin: 0 5px 0 0;
	background: url(../images/nav/members.jpg) no-repeat top;
}
	
#navAbout a 
{
	display: block;
	width: 86px;
	height: 28px;
	padding: 7px 0 0 0;
	
	color: #666;
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
}
	
#navAbout ul li 
{
	width: 180px;
	height: 30px;
	margin: 4px 0 0 0;
	text-align: center;
}
	
#navAbout ul li a 
{
	display: block;
	width: 180px;
	height: 22px;
	padding: 8px 0 0 0;
	background: #def1ef;
	
	color: #666;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-decoration: none;
	text-transform: none;
}
	
#navAbout ul li a:hover 
{
	background: #add8dd;
}
	
#navServices 
{
	width: 92px;
	margin: 0 5px 0 0;
	background: url(../images/nav/contact.jpg) no-repeat top;
}

#navServices a 
{
	display: block;
	width: 92px;
	height: 28px;
	padding: 7px 0 0 0;
	
	color: #666;
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
}
	
#navServices ul li 
{
	width: 180px;
	height: 30px;
	margin: 4px 0 0 0;
	text-align: center;
}
	
#navServices ul li a 
{
	display: block;
	width: 180px;
	height: 14px;
	padding: 8px 0 ;
	background: #def1ef;
	
	color: #666;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-decoration: none;
	text-transform: none;
}
	
#navServices ul li a:hover 
{
	background: #add8dd;
}
		
#navGift 
{
	width: 89px;
	background: url(../images/nav/gift.jpg) no-repeat top;
}
	
#navGift a 
{
	display: block;
	width: 89px;
	height: 28px;
	padding: 7px 0 0 0;
	
	color: #666;
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
}
	
#hText
{
	width: 600px;
	height: 315px;
	padding: 20px;
	z-index: -1;
}

#homeFlash 
{
	width: 960px;
	height: 355px;
}

#homeFlashFlash
{
	width: 640px;
	padding-left: 5px;
	height: 343px;
	margin-top: 5px;
	float: left;
}

#homeFlashContent
{
	width: 280px;
	height: 298px;
	padding: 45px 15px 0 15px;
	margin-top: 6px;
	float: left;
	background: url(../images/homeFlashContent.gif) no-repeat right;
}

#homeFlashContent p
{
	color: #fff;
	font: 8pt "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	line-height: 150%;
	padding-top: 5px;
}

.mainLearnMore a, .mainLearnMore a:hover
{
	display: block;
	margin-top: 10px;
	width: 100px;
	height: 20px;
	text-indent: -9999px;
}

#homeContent 
{
	width: 950px;
	margin: 0 0 25px 0;
	padding: 10px 5px 0 5px;
	background: url(../images/homeContentBg.jpg) no-repeat top;
}

#twoColumns
{
	width: 950px;
	margin: 0 0 25px 0;
	padding: 10px 5px 0 5px;
	background: url(../images/joinContentBg.jpg) no-repeat top;
	color: #666;
	font: normal normal 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
}

#twoColumns h2
{
	font: normal normal 22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -1px;
	color: #404040;
	padding-bottom: 20px;
}

#twoColumns h3
{
	font: normal normal 22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -1px;
	color: #404040;
	padding: 20px 0 10px 20px;
}

#twoColumns h4
{
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -1px;
	color: #056839;
	background: url(../images/bullet.jpg) no-repeat left;
	background-position: 0 11px;
	padding: 5px 0 5px 15px;
}

#twoColumns h5
{
	font: normal normal 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -1px;
	color: #056839;
}

#twoColumns h5.padding5
{
	padding: 5px;
}

 #twoColumns h4 a
{
	color: #056839;
}

#twoColumns .formError
{
	border: 1px solid red;
	margin: 0 30px;
	padding: 20px;
	background-color: #fff;
}

#twoColumns .formError h4
{
	color: red;
}

#twoColumns .h3_helper
{
	padding: 0 20px 10px 20px;
}

#joinHeader
{
	width: 960px;
	height: 125px;
	background: url(../images/joinHeader.jpg) no-repeat top;
}

#twoColumnLeft
{
	float: left;
	width: 270px;
	margin-right: 10px;
	padding: 20px;
}

#twoColumnLeft p
{
	padding: 7px 0 15px 0;
}

#twoColumnLeft .columnButtonJoin, .joinLong 
{
	float: right;
}

#twoColumnLeft .floatLeft
{
	padding-top: 20px;
	letter-spacing: -0.5px;
}

#twoColumnRight
{
	float: left;
	width: 590px;
	padding: 20px;
}

#twoColumnRight p
{
	font-size: 10pt;
	line-height: 180%;
	padding: 10px 0;
}

#twoColumnRight .floatRight
{
	padding-top: 30px;
}

#twoColumnRight .columnButtonJoin, #twoColumnRight .columnButtonLearnMore
{
	float: right;
}

#twoColumnRight .columnButtonStage
{
	float: left;
	padding: 12px 0 0 0;
}

#twoColumnRight .columnButtonLearnMore a, #twoColumnRight .columnButtonJoin a, #twoColumnRight .columnButtonStage a 
{
	display: block;
	width: 130px;
	height: 38px;
	padding: 12px 0 0 0;
	
	color: #fff;
	text-decoration: none;
}
	
#twoColumnRight .columnButtonLearnMore a:hover, #twoColumnRight .columnButtonJoin a:hover, #twoColumnRight .columnButtonStage a:hover 
{
	color: #404041;
}

#twoColumnRight .errMsg
{
	padding: 10px; 
	border: 1px solid red;
	margin: 20px;
}

#twoColumnRight .errMsg h5
{
	color: #ff0000;
	font-size: 9pt;
	padding-bottom: 10px;
}

#twoColumnRight .saveMsg
{
	padding: 10px; 
	border: 1px solid #d8c3ac;
	background-color: #faf1e6;
	margin: 20px;
}

.giftMsg
{
	width: 570px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
}

.username
{
	background: url(../images/username.gif) no-repeat top;
	margin-bottom: 5px;
}

.password
{
	background: url(../images/password.gif) no-repeat top;
	margin-bottom: 5px;
}

.loginText
{
	padding: 10px 0px 10px 90px;
}

.inputText
{
    border: 1px solid #aaa;
}

.inputTextM, .inputTextL, .inputTextXL, .inputTextS, .inputTextXS
{
  	height: 20px;
	font: 16px arial;
	padding: 4px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
}

.inputTextM
{
	width: 160px;
}

.inputTextL
{
	width: 220px;
}

.inputTextXL
{
	width: 350px;
}

.inputTextS
{
	width: 60px;
}

.inputTextXS
{
	width: 33px;
}

.inputTextarea
{
	width: 350px;
	height: 100px;
	font: 16px arial;
	padding: 4px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
}

.fontGreen
{
	color: #3cb64a;
}

.signUpLine
{
	background: url(../images/signUpLine.gif) no-repeat top;
	height: 50px;
	width: 590px;
	margin-bottom: 5px;
}

.captcha
{
	background: url(../images/captchaBg.gif) no-repeat top;
	height: 130px;
	width: 590px;
	margin-bottom: 5px;

}

.pan
{
	margin-bottom: 5px;
}

.panBgTop
{
	background: url(../images/panBgTop.gif) no-repeat bottom;
	height: 10px;
	width: 590px;
}

.panBgBottom
{
	background: url(../images/panBgBottom.gif) no-repeat top;
	height: 10px;
	width: 590px;
}

.panBg
{
	background-color: #e9f7f8;
	padding: 0 15px;
}

.labelPan
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #669b91;
}

.pan .labelPan
{
	padding: 5px;
}

.signUpLine .labelPan, .captcha .labelPan
{
	float: left;
	width: 125px;
	padding: 17px 10px 0 0;
	text-align: right;
}

.signUpLine .inputTextL, .signUpLine .inputTextXL, .signUpLine .inputTextS, .signUpLine .inputTextXS
{
	border: 1px solid #669b91;
}

.signUpLine .inputPan
{
	float: left;
	padding: 10px 0 0 15px;
}

.captcha .inputPan
{
	float: left;
	padding: 0 0 0 15px;
}

.captcha .inputTextarea
{
	border: 1px solid #669b91;
	margin: 10px 0;
}

.signupRequired
{
	background: url(../images/signupRequired.gif) no-repeat top;
	width: 20px;
	height: 50px;
	float: right;
	padding-right: 30px;
}

.labelHelper
{
	padding: 10px 0 0 10px;
	color: #666;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
}

.skillSets
{
	margin: 7px;
	float: left;
}

.checkBoxWrapper
{
	background-color: #ffffff;
	padding: 3px;
}

.multipleSelectClass
{
	margin: 10px;
	float: left;	
}

.multipleA
{
	width: 115px;
}

.multipleS
{
	width: 500px;
}

.multipleA, .multipleS
{
	font-size: 9pt;
	border: 1px solid #dadada;
}

.checkBoxLine
{
	padding: 5px 0;
	width: 255px;
}

#delegateColumn, #memberColumn 
{
	float: left;
	width: 270px;
	margin: 0 10px 0 0;
	padding: 0 20px 0 20px;
}

#delegateColumn1
{
	float: left;
	width: 310px;
	margin: 0 0 0 10px;
}
	
#organizationColumn 
{
	float: left;
	width: 270px;
	padding: 0 20px 0 20px;
}
	
#delegateColumnTitle 
{
	width: 270px;
	height: 50px;
	background: url(../images/delegateColumnTitle.jpg) no-repeat top;
}
	
#memberColumnTitle 
{
	width: 270px;
	height: 50px;
	background: url(../images/memberColumnTitle.jpg) no-repeat top;
}
	
#organizationColumnTitle 
{
	width: 270px;
	height: 50px;
	background: url(../images/organizationColumnTitle.jpg) no-repeat top;
}
	
#delegateColumnTitle h2, #memberColumnTitle h2, #organizationColumnTitle h2 
{
	margin: 0;
	padding: 0;
	text-indent: -999em;
}
	
#delegateColumnTxt, #memberColumnTxt, #organizationColumnTxt 
{
	width: 270px;
	padding: 5px 0 0 0;
}
	
#delegateColumnTxt li, #memberColumnTxt li, #organizationColumnTxt li 
{
	margin: 0;
	padding: 0 0 10px 0;
	
	color: #056839;
	font: normal normal 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	
}
	
#delegateColumnTxt li a, #memberColumnTxt li a, #organizationColumnTxt li a 
{
	color: #056839;
	text-decoration: none;
}
	
#delegateColumnTxt li a:hover, #memberColumnTxt li a:hover, #organizationColumnTxt li a:hover 
{
	color: #404041;
	text-decoration: none;
}
	
#delegateColumnTxt li p, #memberColumnTxt li p, #organizationColumnTxt li p 
{
	margin: 0;
	padding: 10px 0 0 0;
	
	color: #666;
	font: normal normal 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-align: justify;
}
	
#delegateColumnTxt p, #memberColumnTxt p, #organizationColumnTxt p 
{
	margin: 0;
	padding: 0 0 10px 0;
	
	color: #666;
	font: normal normal 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-align: justify;
}

#delegateColumnTxt p a, #memberColumnTxt p a, #organizationColumnTxt p a 
{
	color: #3cb64a;
	font-size: 12px;
	text-decoration: underline;
}
	
#delegateColumnTxt ul, #memberColumnTxt ul, #organizationColumnTxt ul 
{
	margin: 0;
	padding: 0;
	list-style: url(../images/bullet.jpg) inside;
}
	
#delegateColumnButtons, #memberColumnButtons, #organizationColumnButtons 
{
	width: 270px;
	height: 50px;
}

#memberColumnButtons
{
	padding-top: 32px;
}

#organizationColumnButtons
{
	padding-top: 47px;
}

#footer 
{
	width: 100%;
	height: 150px;
	padding: 25px 0 0 0;
	background: #404041;
}
	
#footerDetails 
{
	float: left;
	width: 300px;
	height: 150px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	
	color: #fff;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-align: left;
}
	
#footerNav 
{
	float: left;
	width: 640px;
	height: 150px;
	
	color: #fff;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	text-align: right;
}
	
#footerNav a 
{
	padding: 0 3px 0 3px;
	color: #a8d6db;
	text-decoration: none;
}
	
#footerNav a:hover 
{
	background: #a8d6db;
	color: #404041;
	text-decoration: none;
}

#twoColumnRight .box
{
	padding-top: 30px;
}

#twoColumnRight .listBox
{
	padding: 30px 20px 20px 40px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	margin: 30px 30px 20px 30px;
}

#twoColumnRight .listBox h3
{
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -1px;
	color: #404040;
	float: left;
	background-color: #fff;
	padding: 7px 20px 7px 20px;
	border: 1px solid #cacaca;
	margin: -50px 0 -50px 0;
}

#twoColumnRight .listBox h4
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.questionTextarea
{
	height: 70px;
	width: 500px;
	border: 1px solid #c1c1c1;
	background-color: #fafafa;
	padding: 5px;
}

.questionCat
{
	padding: 5px;
}

.note
{
	color: red;
	padding: 5px;
}

.cursorPointer
{
	cursor:pointer;
}

.afterRegister
{
	font: normal normal 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -1px;
	color: #404040;
	text-align: center;
	padding: 20px;
}

.afterRegister a
{
	color: #056839;
	border-bottom: 1px dotted #056839;
}

.cssTable
{
	padding: 10px 0;
}
.cssTable table
{
	width: 100%;
	border-collapse: collapse;
}

.cssTable td
{
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: top;
}

.cssTable td.alignLeft
{
	text-align: left;
}

.cssTable td.alignRight
{
	text-align: right;
}

.cssTable td.dark
{
	background-color: #eaeaea;
}

.cssTable .title
{
	color: #056839;
	font-size: 11pt;
	padding: 0;
	margin: 0;
}

.cssTable ol
{
	padding-left: 25px;
	text-indent: 0px;
}

.cssTable li
{
	list-style: decimal;
}

.pricingNote
{
	padding: 5px 30px 30px 30px;
}

#twoColumnRight .supPan
{
	padding: 20px 0;
}

#twoColumnRight .supPan h3
{
	margin: 20px 0 0 0;
	padding: 10px 0;
	color: #056839;
	font-size: 12pt;
}

#twoColumnRight .subPan
{
	padding-left: 20px;
	margin-left: 10px;
	border-left: 3px solid #eaeaea;
	line-height: 180%;
	font-size: 10pt;
}

#twoColumnRight .imageHelper
{
	padding: 10px 20px;
}

.loginForm
{
	margin: 20px auto;
	width: 270px;
}

.forgotPassword
{
	float: right;
	padding-top: 10px;
}

.loggedinStatus
{
	margin: 0 20px 20px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 9pt;
	line-height: 150%;
}

#process table
{
	width: 100%;
	height: 25px;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#process td
{
	background-color: #f1f1f1;
	padding-left: 10px;
	color: #bbb;
	vertical-align: middle;
}

#process td.stepon
{
	background-color: #3cb64a;
	color: #fff;
}

.newPasswordLabel
{
	width: 200px;
	text-align: right;
	margin-right: 10px;
	float: left;
}

.phoneLabel
{
	width: 33px;
	float: left;
	text-align: right;
	padding-right: 7px;
}

#join_dropdown select
{
	padding: 2px;
	margin-top: 5px;
}

.required
{
	color: #ad0000;
	font-size: 8pt;
	font-weight: normal;
}

.question
{
	font-weight: bold;
}

.answer
{
	padding: 5px 0 30px 20px;
}

.agreementTextarea
{
	height: 200px;
	width: 550px;
	border: 1px solid #c1c1c1;
	background-color: #fafafa;
	padding: 5px;
}

#csc
{
	padding: 10px;
}

#csc h2
{
	font: normal normal 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	letter-spacing: -0.5px;
	color: #056839;
	padding-top: 10px;
}

#csc p
{
	font: normal normal 10pt "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif, freesans;
	padding: 10px;
}