/* CSS Document */

/* basic page attributes */

html, body {
	color: #000;
	padding: 0px;
	margin: 0px;
	background-color: #DDD;
	background-image: url(../../images/page_bkgd.jpg);
	background-repeat: repeat-x;
	height: 100%;
	text-align: left;
}

div#wrapper {
	height: 100%;
	width: 100%;
	text-align: center;
}

div#main {
	position: relative;
	margin: 0 auto;
	width: 735px;
	height: 100%;
	text-align: left;
}

img {
	display: block;
	border: 0px;
}

p, ul, li, a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	margin: 10px;
}

h1, h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

/* head */

#topBorder {
	background-image: url(../../images/head_topfill.jpg);
	background-repeat: repeat-x;
	height: 9px;
	margin-top: 10px;
}

#topBorder .leftCorner {
	float: left;
}
* html #topBorder .leftCorner {margin-left: -3px;}

#topBorder .rightCorner {
	float: right;
}
* html #topBorder .rightCorner {margin-right: -3px;}

#head {
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	background-image: url(../../images/head_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 20px 0 24px 22px;
	margin-bottom: 5px;
}

#head .logo {
	float: left;
	/*padding: 45px 0 0 0;*/
}

#head h1 {
	width: 480px;
	float: right;
	margin-top: 45px;
	color: #FA6C15;
	font-style: italic;
}

#textSize {
	background-image:url(../../images/home_textSize.jpg);
	background-repeat:no-repeat;
	width: 220px;
	height: 33px;
	text-align: center;
	float: right;
	padding: 0 25px 0 0;
	margin:0;
}

#textSize p {
	margin-top: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#textSize a {
	font-size: 11px;
	text-decoration: none;
}

/* end head */

/* nav */

#nav {
	width: 245px;
	margin: 0;
	padding: 0;
}

#nav li {
	background-image: url(../../images/nav_global_bkgd.jpg);
	background-repeat: repeat-x;
	margin: 0 0 1px 0;
	padding: 0;
	float: left;
	display: block;
	list-style-type: none;
}

#subNav {
	width: 245px;
	/*background-image: url(../../images/nav_sub_bkgd.jpg);*/
	background-repeat: repeat-x;
	background-color:#cf7d87;
	margin: 0;
	padding: 0;
}

#subNav li {
	clear: both;
	background-color:#cf7d87;
	background-image: none;
	margin: 0;
	padding: 0 0 0 53px;
	display: block;
	list-style-type: none;
	width:192px;
}

#subNav .On {
	background-image: url(../../images/subnav_on.gif);
	background-repeat: no-repeat;
}

#subNav a {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 185%;
}

#subNav a:hover {
	text-decoration: underline;
}

/* end nav */

/* main content area */

#leftColumn {
	width: 245px;
	float: left;
	background-image: url(../../images/mainContentBkgd.gif);
	background-repeat: repeat-y;
}

#rightColumn {
	width: 489px;
	float: right;
}

#mainContent {
	background-color: #FFF;
}

#introText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
}

#introText a {
	font-size: 16px;
	line-height:150%;
}

.twoColumnLeft {
	width: 200px;
	float: left;
}

.twoColumnRight {
	width: 200px;
	float: right;
}

.bodyImage {
	padding-top: 15px;
	padding-bottom: 15px;
}

#bottomBorder {
	background-color: #FFF;
	height: 6px;
}

#bottomBorder .leftCorner {
	float: left;
}
* html #bottomBorder .leftCorner {	margin-left: -3px;}

#bottomBorder .rightCorner {
	float: right;
}
* html #bottomBorder .rightCorner {	margin-right: -3px;}

ul#creditCards {
	margin: 25px 0;
	padding: 0;
	float: right;
}

#creditCards li {
	margin: 0 15px 0 0;
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
}

/* end main content */

/* callouts */

.callOut01 {
	clear: both;
	background-color: #CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 200%;
	margin: 15px;
	padding: 10px;
}

.callOut01 a {
	font-size:14px;
}

.callOut01 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	margin-top: 0;
}

.callOut01 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 200%;
	margin: 10px;
}

/* end callouts */

/* footer */

#footerLinks {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 35px 0;
	color:#333333;
	letter-spacing:-0.2px;
}

#footerLinks a {
	color:#333;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration:underline;
}

#footerText {
	margin: 0 0 55px 10px;
	color:#333;
}

/* end footer */

/* dividers */

div.dividerGray {
	height: 1px;
	background-color: #CCC;
	clear: both;
}

div.dividerGray hr {
	display: none;
}

/* end dividers */