/* Added width for IE 6 */

.pageHeader
{
	background-image: url('../gfx/default/pageHeaderBackground2.png');
	background-repeat: no-repeat;
	background-position: 40px top;
	height: 50px;
	clear:both;
	width: 980px;
}

.pageHeader .phonenumber
{
	padding-left:30px;
	width:80px;
	float:left;
	margin-top:auto;
	margin-bottom:auto;
	padding-top:0px;
	height:40px;
}

.pageHeader .title
{
	padding-left:60px;
	width:560px;
	float:left;
	margin-top:auto;
	margin-bottom:auto;
	padding-top:10px;
	height:40px;
}

.pageHeader .title h1 
{
	margin:0px;	
	font: 15px tahoma, sans-serif;
	font-weight: bold;
	display:inline;
	font-variant:small-caps;
}

.pageHeader .title p 
{
	margin:0px;
}

/* Added float right for IE 6 */

.signUpButton
{
	vertical-align:middle;	
	float: right;
	text-align: center;
	
	margin-right:6px;
	margin-top:5px;
	padding-top:4px;
}

#joinWebConf
{
	text-align: center;
	padding-top: 4px;
}

#rewardbox
{
	width:100%;
	padding-top: 40px;
}
/* Added to associate ID for container */


#container
{
	width:1024px;
	padding-top:10px;
	clear:both;
}


/* Settings for the left column including any overrides */


#left
{
	float: left;
	width: 170px;
	background-image: url('../gfx/default/leftSideBars.png');
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#leftHome
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 168px;
	height: 400px;
}

#leftHome a
{
	margin-bottom: 10px;
	display:block;
	width:145px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#left h4
{
	margin-top: 42px !important;
	margin-bottom: 10px !important;
}

#middleHome
{
	float: left;
	padding-left:5px;
	padding-right:5px;
	width: 615px;
}

#middle
{
	float: left;
	width: 575px;
	margin-left: 10px;
	margin-right: 10px;
}

#middle h4
{
	margin-top: 0px !important;
	margin-bottom: -10px !important;
}

#middle h2
{
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}

#right
{
	padding-left: 20px;
	width: 180px;	
	float: left;	
	background-image: url('../gfx/default/rightSideBars.png');
	background-repeat: no-repeat;
	background-position: left top;	
}

/*
Div containing sign up and high volume client buttons - change 04
*/
#rightHome
{
	width:188px;
	padding-left: 5px;
	float: left;
	text-align:left;
}

#rightFirstHeader
{
	margin-top: 40px !important;
}

.footer
{
	font-size:12px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
}

.footer a
{
	text-decoration:none;
	color:black;
}

div.formBox1
{
	width: 566px;
	background-image: url('../gfx/default/formBox1BottomBg.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

div.formBox1, div.formBox2
{
	width:100%;
}

table.formBox1, table.formBox2
{
	width: 564px;
	background-image: url('../gfx/default/formBox1TopBg.png');
	background-position: top;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

table.altFormBox1	
{
	background-image: url('../gfx/default/formBox1TopBgAlt.png');
}
	

table.formBox1 input.text, select.text, textarea.text
{
	border: 1px solid #b9c3cd;
	font: 14px arial, sans-serif;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
}

select.text
{
	max-width: 200px;
}

table.formBox1 input.button
{
	border: none;
	width: 167px;
	height: 38px;
}

table.formBox1 td
{
	padding-top: 8px;
	padding-bottom: 8px;
}

table.formBox1 td.left
{
	padding-left: 10px;
	width: 130px;
}

/* middle cell definition for formbox table */
table.formBox1 td.middle
{
	padding-right: 15px;
	width: 180px;
}

/* right cell definition for formbox table */
table.formBox1 td.right
{
	padding-right: 10px;
}


/* standard listing box */
table.listTable1
{
	border: 1px solid #B9C3CD;
	width: 564px;
	margin-left:auto;
	margin-right:auto;
}

table.listTable1 th
{
	background-color: #E3EEFA;
	border-bottom: 1px solid #B9C3Cd;
	font: 16px arial, sans-serif;
	color: #003366;
	font-weight: bold;
	text-align:left;
	padding: 5px;
	padding-left: 10px;
}

table.listTable1 td
{
	padding: 9px;
	background-image: url('../gfx/default/faintBlueGrad.png');
	background-position: top;
	background-repeat: repeat-x;
	text-align:left;
	border-bottom: 1px solid #b9c3cd;
	border-right: 1px solid #b9c3cd;
}

table.listTable1 .leftCell
{
	color: #6A93C0;
	font-weight: bold;
}

table.listTable1 .rightCell
{
	text-align: center;
}

table.listTable1 ul
{
	padding-left:20px;
}

/* alternative listing box */
table.listTable2
{
	border: 1px solid #B9C3CD;
	width: 564px;
	margin-left:auto;
	margin-right:auto;
}

table.listTable2 th
{
	background-color: #E3EEFA;
	border-bottom: 1px solid #B9C3CD;
	font: 14px tahoma, sans-serif;
	font-weight: bold;
	color: #003366;
	padding: 2px;
	text-align: center;
}

table.listTable2 td
{
	padding: 4px;
	background-image: url('../gfx/default/faintBlueGrad.png');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #B9C3CD;
	text-align: center;
}

table.listTable2 td.space
{
	border-right: 1px solid #B9C3CD;
}

table.listTable2 th.vertical
{
	border-right: 1px solid #B9C3CD;
	font: 12px tahoma, sans-serif;
	font-weight: bold;
	color: #003366;
	text-align: center;
}

/*
A small orange box with curved corners
*/
.orangeBoxSmall
{
	background-image: url('../gfx/default/orangeBoxSmall.png');
	background-repeat: no-repeat;
	width: 165px;
	height: 39px;
}

/*
Ensures that a majority of the box is covered by a
*/
.orangeBoxSmall a
{
	display: block;
	width: 100%;
}

/* medium sized orange box with curved corners */
.orangeBoxMedium
{
	position: relative;
	white-space: nowrap;
	display: block;
	width: 182px;
	height: 56px;
	background-image: url('../gfx/default/orangeBoxMedium.png');
	background-repeat:no-repeat;
	text-align:center;
}

/*
Ensures that a majority of the box is covered by a
*/
.orangeBoxMedium a
{
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	width: 100%;
	float: left;
    text-decoration: none;
}

.orangeBoxTopLink
{
	padding-top:12px;
}

.orangeBoxBottomLink
{
	padding-bottom:12px;
}

.homePageOrangeBoxMedium
{
	margin-bottom: 6px;
	text-align: center;
}


/* Setup a box with fading borders */
.fadeBox
{
	text-align:left;
	width: 241px;
	height: 109px;
	padding-top:15px;
	padding-left:15px;
	margin: 10px 10px 10px 10px;
	background-image: url('../gfx/default/fadeBoxBg.png');
	background-repeat: no-repeat;
}

/* mouseover a fadebox */
.fadeBox:hover
{
	background-image: url('../gfx/default/fadeBoxBgOver.png');
}

/* This holds a collection of fadeboxes */
#fadeBoxHolder
{
	margin-left: 25px;
}

/* Adjust the header used in the fadeboxes */
.fadeBox h3
{
	margin: 0px 0 15px 0;
	vertical-align: top;
}

/* Adjust list properties in this fadebox */
.fadeBox ul
{
	margin: 0;
	padding-left: 15px;
}



/* blue login box */
.blueBox
{
	width: 165px;
	height: 106px;
	padding-top: 17px;
}

/* Table inside the blue box */
.blueBox table
{ 
	width: 100%; 
	background-image: url('../gfx/default/blueLoginTop.png');
	background-position: top;
	background-repeat: no-repeat;
}

/* Definition for the table header in the blue box */
.blueBox th, .blueBox td
{
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

/* A typical input field in the blue box */
.blueBox input
{
	font: 10px tahoma, sans-serif;
	width: 80px;
	border: 1px solid #7f9db9;
	padding-left: 2px;
}

/* Check boxes for the blue box */

/* Submit button */
.blueBox .button
{
	width: 46px;
	height: 14px;
	border: none;
}
/* Bottom portion of the blue box */
.blueBox .bottom
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../gfx/default/blueLoginBottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
	text-align:center;
}

/* image header for the blue box */
.blueBox .imgHeader
{
	padding-top: 5px;
	text-align: center;
}

#homePage
{
	width: 812px;
	float: left;
	padding-left:5px;
}

.homePageListbox
{
	width: 268px;
	float: left;
	background-position: bottom;
	background-repeat: repeat-x;
	height: 220px;
	border-bottom: 1px solid #b9c3cd;
	border-right: 1px solid #b9c3cd;
}

.homePageListbox .header
{
	background-image: url('../gfx/default/choice_bg.gif');
	width:100%;
	text-align:center;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.homePageListbox .header a
{
	color:white;
	text-decoration:none;
}

.homePageListbox a.header:hover
{
	color: #336699;
	text-decoration:none;
}


.homePageListbox .rightArrowLink 
{
	text-align:center;
	margin-bottom:10px;
}


.homePageListbox img
{
	padding-left: 5px;
}

.homePageListbox h5
{
	text-align:left;
	font-weight:bold;
	color:gray;
	margin-top: 4px;
	margin-left: -4px;
	padding-left: 10px;
}

.servicesBox {
	height: 170px;
	width: 510px;
	text-align: left;
	border: 1px solid #b9c3cd;
	margin-top: 10px;
}

.servicesIcons {
	float: left;
	width: 81px;
	padding-top: 5px;
	padding-left: 10px;
}

.servicesBoxTitle {
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

.servicesText {
	float: left;
	width: 400px;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
}

.servicesSignUp {
	width: 120px;
	padding-top: 15px;
	padding-right: 5px;
}

