/*******************\
  Baseline settings
\*******************/

body {
	margin:0;
	padding:0;
	background:url(../images/grandbackground_bottom.jpg) top center repeat-y;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

img {
	border:none
}

.columnbottom {
	clear:both;
}

a, a:visited {
	text-decoration:underline;
	color:#00B0DB;
}

a:hover, a:active {
	color:#000;
}

/**************\
  Grand layout
\**************/

#grandbkgtable {
	border:none;
	border-collapse:collapse;
	width:100%;
	background:url(../images/grandbackground_top.jpg) top center repeat-x;
}

#grandbkgmain {
	width:770px !important;
	padding:0;
	vertical-align:top;
}

.grandbkgheightshim {
	width:1px;
	height:800px;
	position:relative;
	top:0;
	left:-2px;
	visibility:hidden;
}

#grandbkgleft .grandbkgheightshim {
	float:right;
	left:2px;
}

#header {
	width:100%;
	height:117px;
	background:#FCC;
	position:relative;
}

#header img {
	disply:block;
	float:left;
}

#header img#bannerborder {
	position:absolute;
	top:0;
	left:215px;
	z-index:500;
}

#main {
	background:url(/images/footerswoosh.gif) bottom left no-repeat;
	padding-bottom:50px;
}

/* Main navigation */

#navbar {
	width:100%;
	height:55px;
	background:url(/images/navbkg_nosubnav.jpg) bottom left no-repeat;
	position:relative;
}

.hassubnav #navbar {
	background:url(/images/navbkg_withsubnav.jpg) bottom left no-repeat !important;
}

#navbar ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	right:0;
}

#navbar ul li {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	float:left;	
}

#navbar ul li a {
}

/**************\
  Main section
\**************/

/* Left column and subnavigation */

#main #leftcol {
	float:left;
	width:215px;
	height:auto;
	margin:0;
	padding:0;
}

#subnav {
	visibility:hidden;
}

#subnavbottom {
	visibility:hidden;
}

.hassubnav #subnav {
	visibility:visible !important;
	width:215px;
	background: url(/images/subnavbkg.jpg) top right no-repeat;
}
.hassubnav #subnavbottom {
	visibility:visible !important;
	width:215px;
	background: url(/images/subnavbottom.jpg) top right no-repeat;
	height:35px;
	clear:both;
}

#subnav .shim {
	width:2px;
	height:245px;
	background:none;
	float:right;	
}

#subnav img {
	border:none;
	margin:0;
	margin-bottom:9px;
}

#subnav ul {
	margin:0;
	padding:0;
	list-style:outside disc;
	padding-left:26px;
	width:125px;
	color:#FFF;
}

#subnav ul li {
	margin:0;
	padding:0;
	margin-top:15px;
}

#subnav ul li a, #subnav ul li a:visited {
	margin:0;
	padding:0;
	color:#FFF;
	text-decoration:none;
}

#subnav ul li a:hover, #subnav ul li a:active {
	color:#ECC !important;
}

#subnav ul li.current a {
	text-decoration:underline;
}


/* Right column and calls-to-action */

#main #rightcol {
	float:left;
	width:180px;
	height:auto;
	margin:0;
	padding:0;
	background:url(/images/navbkgcorner.jpg) top right no-repeat;
	text-align:right;
}

#main #rightcol #settextsizes {
	font-size:110%;
	margin:29px 0 15px;
	padding-right:24px;
}

#main #rightcol #utils {
	margin-bottom:5px;
}

#main #rightcol #callstoaction {
	background:url(/images/ctabkg.jpg) top right no-repeat;
	width:180px;
	padding:0;
	margin:0;
	padding-top:41px;
	padding-bottom:30px;
}

#main #rightcol #callstoaction a {
	display:block;
}

#main #rightcol #callstoaction #howtoapplylink {
	margin-top:2px;
	margin-bottom:55px;
	margin-right:3px;
}

/* Center column and content */

#main #content {
	float:left;
	height:auto;
	width:375px;
	margin:0;
	padding:0;
	line-height:1.5em;
	background:url(/images/navshadow.gif) top left no-repeat;
}

#content h1 {
	margin:17px 0 20px;
	padding:0;
	font-weight:normal;
	letter-spacing:-2px;
	font-size:200%;
	color:#00B0DB;
}

#content h2 {
	font-size:109%;
	font-weight:bold;
	color:#666;
}

#content p {
	margin: 20px 0;
}

.small {
	font-size:85%;
	color:#999;
	line-height:1.5em;	
}

/*********\
  Footer
\*********/

#footer {
	width:auto;
	height:38px;
	clear:both;
	font-size:91%;
	color:#666;
	padding:13px 25px 0;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}

#footer a {
	color:#666 !important;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline !important;
}
