/*************************************************************************/
/************************** global styles ********************************/

html, body{
	margin:0;
	padding:0;
	height:100%;
	background:transparent url(../images/body-bgRepeat.gif) repeat-x; 
	background-color:#E0DFDF;
	font: 11px/15px 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Geneva, Helvetica, Arial, sans-serif;
	color:#212121;
}
#container{ /* modern browsers */
	margin:0 auto;
	min-height:100%;
	text-align:center;
}
* html #container{ /* IE 5-6 */
	height: 100%;
}

.hide { display:none; }
.printOnly { display:block; }

#top{
	top:0;
	width:100%;
	height:59px;
	margin:0 auto;
	text-align:center;
	background:transparent url(../images/top-bgRepeat.gif) repeat-x;
}

/*************************************************************************/
/*********************** type and form styles ****************************/

p{ /* specifies top and bottom margins to keep IE in check */
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}
h1, h2{
	font-size: 16px;
	font-weight:bold;
	color:#CC6633;
	margin:0;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#EF8E5E;
	margin:0;
}
.noBorder{ /* remove border from bottom of linked images in  */
	border:0;
	text-decoration:none;
}
/*input { border:1px solid  } */

 input:focus, select:focus {
	background-color:#EAEAEA;
	/* border:1px solid #888888; */
	border-color:#888888;
	border-style:solid;
} 
.formField{
	border:1px solid #888888;
}
.floatLeft{
	float:left;
	padding:12px 20px 0 0;
}
.floatRight{
	float:right;
	padding:12px 0 0 20px;
}

/*************************************************************************/
/************************** top navigation *******************************/

#topNav{
	width:761px;
	margin-left:auto;
	margin-right:auto;
}
#topNav ul{
	padding:0;
	margin:0;
	list-style:none;
	white-space:nowrap;
}
#topNav ul li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#topNav li a{
	margin:0;
	padding:0;
}
.logo{
	margin-top:0;
	margin-right:35px;
}
.navTop{
	margin-top:56px;
}

/*************************************************************************/
/************************ bottom navigation ******************************/

#btm{ /* modern browsers */
	width:100%;
	height:26px;
	position:relative;
	margin-top:-26px; /* affix footer to bottom of screen, minus height of footer image */
	text-align:center;
	background:transparent url(../images/btm-bgRepeat.gif) repeat-x;
	font-size:10px;
	color:#212121;
}
* html #btm{ /* IE 5-6 */
	margin-top: -27px;
}
#btm ul{
	padding:7px 0 0 0;
	margin:0;
	list-style:none;
	white-space:nowrap;
}
#btm li{
	display:inline;
	margin:0;
	padding:0 4px 0 4px;
}
#btm li a{
	margin:0;
	padding:0;
}

/*************************************************************************/
/*************************** home content ********************************/

#homeContent{ /* modern browsers */
	position:relative;	
	width:765px;
	height:365px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	padding-bottom:30px;
	text-align:left;
	background:url(../images/home-contentBG.jpg) no-repeat;
}
* html #homeContent{ /* IE 5-6 */
	position:relative;
	width:765px;
	height:366px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	background:url(../images/home-contentBG.jpg) no-repeat;
}
#quickSearch{
	width:200px;
	height:185px;
	padding:38px 5px 0 20px;
	float:left;
}
.quickSearch, .quickSearchBold, .form{ /* IE 5 fix */
	font: 11px/14px 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Geneva, Helvetica, Arial, sans-serif;
	color:#212121;
}
.quickSearchBold{
	font-weight:bold;
	line-height:18px;
}
#cardholder{
	width:130px;
	position:absolute;
	left:20px;
	top:263px;
	float:left;
	line-height:14px;
}
#newSites{
	width:135px;
	position:absolute;
	left:271px;
	top:263px;
	line-height:14px;
}
#safety{
	width:140px;
	position:absolute;
	left:522px;
	top:263px;
	line-height:14px;
}

/*************************************************************************/
/*************************** content pages *******************************/

#mainBg{
	width:764px;
	margin:0 auto;
	margin-top:70px;
}
#main{
	width:764px;
	margin:0 auto;
	text-align:left;
	float:left;
	background:transparent url(../images/content-bgRepeat.gif) repeat-y;
}
#contentTop{
	height:19px;
}
#contentBtm {
	padding-bottom:40px;
}
/** LEFT COLUMN WIDE **/
#columnFull{
	width:700px;
	margin:10px 30px 0 30px;
	min-height:300px;
	float:left;
}
* html #columnFull{ /* IE 5-6 */
	width:710px;
	margin:10px 30px 0 15px;
	min-height:300px;
	float:left;
}
/** LEFT COLUMN WIDE **/
#leftColumnWide{ /* modern browsers */
	width:425px;
	margin:10px 0 0 30px;
	float:left;
}
* html #leftColumnWide{ /* IE 5-6 */
	width:435px;
	margin:10px 0 0 15px;
	float:left;
}
/** LEFT COLUMN NARROW **/
#leftColumnNarrow{ /* modern browsers */
	width:225px;
	margin:10px 0 0 30px;
	float:left;
}
* html #leftColumnNarrow{ /* IE 5-6 */
	width:225px;
	margin:10px 0 0 15px;
	float:left;
}
/** RIGHT COLUMN WIDE **/
#rightColumnWide{ /* modern browsers */
	width:435px;
	margin:10px 30px 0 0;
	padding-left:25px;
	border-left:3px solid #f9f9f9;
	float:right;
}
* html #rightColumnWide{ /* IE 5-6 */
	width:430px;
	margin:10px 15px 0 0;
	padding-left:25px;
	border-left:3px solid #f9f9f9;
	float:right;
}
/** RIGHT COLUMN NARROW **/
#rightColumnNarrow{ /* modern browsers */
	width:225px;
	margin:10px 20px 0 0;
	padding-left:20px;
	border-left:3px solid #f9f9f9;
	float:right;
}
* html #rightColumnNarrow{ /* IE 5-6 */
	width:225px;
	margin:10px 10px 0 0;
	padding-left:20px;
	border-left:3px solid #f9f9f9;
	float:right;
}

/*************************************************************************/
/**************************** linkage ************************************/

/** COLUMN FULL **/
#columnFull a:link, #columnFull a:visited, #columnFull a:active{
	font:11px/15px 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Geneva, Helvetica, Arial, sans-serif; color:#DF7C24;text-decoration:none; border-bottom:1px dotted #DF7C24;
}
#columnFull a:hover{
	color:#1C59AB; text-decoration:none; border-bottom:1px dotted #1C59AB;
}
/** LEFT COLUMN WIDE **/
#leftColumnWide a:link, #leftColumnWide a:visited, #leftColumnWide a:active{
	font:11px/15px 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Geneva, Helvetica, Arial, sans-serif; color:#DF7C24;text-decoration:none; border-bottom:1px dotted #DF7C24;
}
#leftColumnWide a:hover{
	color:#1C59AB; text-decoration:none; border-bottom:1px dotted #1C59AB;
}
/** LEFT COLUMN NARROW **/
#leftColumnNarrow a:link, #leftColumnNarrow a:visited, #leftColumnNarrow a:active{
	font:11px/15px 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Geneva, Helvetica, Arial, sans-serif; color:#DF7C24;text-decoration:none; border-bottom:1px dotted #DF7C24;
}
#leftColumnNarrow a:hover{
	color:#1C59AB; text-decoration:none; border-bottom:1px dotted #1C59AB;
}
/** RIGHT COLUMN WIDE **/
#rightColumnWide a:link, #rightColumnWide a:visited, #rightColumnWide a:active{
	font:11px/15px 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Geneva, Helvetica, Arial, sans-serif; color:#DF7C24;text-decoration:none; border-bottom:1px dotted #DF7C24;
}
#rightColumnWide a:hover{
	color:#1C59AB; text-decoration:none; border-bottom:1px dotted #1C59AB;
}
/** RIGHT COLUMN NARROW **/
#rightColumnNarrow a:link, #rightColumnNarrow a:visited, #rightColumnNarrow a:active{
	font:11px/15px 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Geneva, Helvetica, Arial, sans-serif; color:#DF7C24;text-decoration:none; border-bottom:1px dotted #DF7C24;
}
#rightColumnNarrow a:hover{
	color:#1C59AB; text-decoration:none; border-bottom:1px dotted #1C59AB;
}
/** FOOTER LINKS **/
#btm a:link, #btm a:visited, #btm a:active{font:11px/15px 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Geneva, Helvetica, Arial, sans-serif; color:#212121;text-decoration:none; border-bottom:none;}
#btm a:hover{color:#212121; text-decoration:none; border-bottom:1px dotted #212121;}

