html {
	background-color:#191919;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
}

body {
	margin:0;
	padding:0;
}


.forprint {
	display:none;
}


/*---------------------------------------------------------------------------------- BANNER STYLES ----------------*/
#banner {
	color:#fff;
	width:1059px;
	height:113px;
	margin:0px auto;
	background:url("../images/structure/bg_banner_new.jpg") no-repeat center top;
	/*border:1px solid #F00;*/
}

#banner h1 {
	color:#fff;
	font-size:2.0em;
	margin:0;
	padding:0;
	font-weight:bold;
	position:absolute;
	margin-left:-9999px;
}

#banner h2 {
	color:#efefef;
	font-size:1.4em;
	margin:0;
	padding:0;
	font-weight:bold;
	position:absolute;
	margin-left:-9999px;
}

#container {
	width:1059px;
	margin:0px auto;
	/*border:1px solid #F00;*/
}


/*---------------------------------------------------------------------------------- LEFT-COLUMN STYLES ----------------*/
#left-column {
	float:left;
	width:300px;
	margin:0;
	margin-left:0px;
	color:#fff;
	/*border:1px solid #00F;*/
}

*html #left-column { /* ie 6 hack */
    margin-left:0px;
}


#left-column ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#left-column li {
	margin:0;
	padding:0;
}

#help {
	margin:5px 0px 0px 20px;
	font-size:0.8em;
}
	
	#left-column #help a:link, #left-column #help a:visited {
		color:#CB4075;
		text-decoration:none;
	}
	#left-column #help a:hover, #left-column #help a:active {
		color:#CB4075;
		text-decoration:underline;
	}

#help hr {
	background-color:#4F4F4F;
	border:0;
	height:1px;
}

#left-column h2 {
	color:#00a6d5;
	font-size:1.5em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

#left-column h3 {
	color:#00a6d5;
	font-size:1.15em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

#left-column p {
	margin:0;
	padding:0;
	padding-bottom:12px;
}


/*---------------------------------------------------------------------------------- CONTENT STYLES ----------------*/
#content {
	width:675px;
	margin-left:325px;
	padding:1px 20px 0px 20px;
	background:#d8d8d8 url("../images/structure/bg_container.gif") repeat-y;
	font-weight:bold;
	/*border:1px solid #00F;*/
}

#content h1 {
	color:#338db1;
	font-size:1.6em;
	margin:0px 0px 10px 0px;
	padding:0;
}

	#content h1 a:link, #content h1 a:visited {
		color:#338db1;
		text-decoration:none;
	}
	#content h1 a:hover, #content h1 a:active {
		color:#338db1;
		text-decoration:none;
	}

#content h2 {
	color:#922992 /*CC9900*//*CB4075*/;
	font-size:1.1em;
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin:0;
	padding:0;
	border-bottom:1px solid #bfbfbf;
}

	#content h2 a:link, #content h2 a:visited {
		color:#CC9900;
		text-decoration:none;
	}
	#content h2 a:hover, #content h2 a:active {
		color:#CC9900;
		text-decoration:none;
	}

#content h3 {
	color:#CC9900;
	font-size:1.1em;
	margin:0;
	padding:0;
}

	#content h3 a:link, #content h3 a:visited {
		color:#CC9900;
		text-decoration:none;
	}
	#content h3 a:hover, #content h3 a:active {
		color:#CC9900;
		text-decoration:none;
	}

#content h4 {
	color:#CB4075;
	font-size:1.1em;
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

#content a:link, #content a:visited {
	color:#CB4075 /*00a6d5*/;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color:#CB4075 /*00a6d5*/;
	text-decoration:underline;
}

#content td {
	vertical-align:top;
}

#content li {
	padding-bottom:12px;
	list-style-image:url(../images/structure/arrow.gif);
}


/*------------------------------ MISC STYLES ------*/
#content p.copy {
	font-size:0.65em;
	margin:0;
	padding:0;
	text-align:right;
	color:#636363;
	font-weight:normal;
}
.fineprint {
	color:#636363;
	font-size:0.65em;
	line-height:1.2em;
	font-weight:normal;
}
.smaller {
	font-size:0.8em;
}
.big {
	font-size:1.1em;
}
.bigger {
	font-size:1.3em;
}
.right {
	margin:0;
	padding:0 0 10px 0;
	text-align:right;
}
#content a.modalInput {
	color:#00a6d5;
}
.black {
	color:#000;
}

#content ul.checklist li {
	padding:10px 0px 5px 45px;
	list-style-image:none;
	list-style-type:none;
	background-image:url(../images/checkmark.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-size:1.1em;
}

#content ul.resources {
	font-weight:normal;
}

#content ul.resources a:link, #content ul.resources a:visited, 
#content ul.resources a:hover, #content ul.resources a:active {
	color:/*#CB4075 911d5c*/;
}



/*------------------------------ HOMEPAGE STYLES ------*/
.theimage {
	border:1px solid #c1c1c1;
}

div.title {
	display:none;
}

#controls {
	display:none;
}

#homecaption {
	background-color:#eee;
	border:1px solid #c1c1c1;
	margin:0px 0px 0px 0px;
	padding:0px 10px;
}


/*------------------------------ ABOUT STYLES ------*/
#menu {
	float:right;
	width:200px;
	padding-top:15px;
}

/*---------------------------------------------------------------------------------- jQUERY POP-UP STYLES ------------*/

div.modal { 
    display:none; 
	background-image:url("../images/structure/popup_kyptransparent.png"); 
	background-repeat:no-repeat;/**/
	width:700px; 
    height:580px; 
	margin:10px 23px 0px 0px;
    padding:25px;
	padding-top:41px;
} 

div.modal div.close { 
    height:35px; 
    width:35px; 
    position:absolute; 
    right:10px; 
    top:5px;
    background-image:url("../images/structure/popup_close.png");  
    cursor:pointer; 
} 

.pop-content {
    height:440px;
	border:0px;
	overflow-y:scroll;
	margin:10px 20px 20px 0px;
	padding:10px 20px 5px 35px;
	color:#fff;
}

#content .pop-content h2 {
	color:#CC9900;
}

#content .pop-content li {
	padding-bottom:12px;
	list-style-image:url(../images/structure/arrow_dark.gif);
}



/*---------------------------------------------------------------------------------- FOOTER STYLES ----------------*/

#footer {
	color:#fff;
	width:710px;
	margin-left:325px;
	padding:0px 20px 15px 0px;
	background:url("../images/structure/bg_footer.jpg") no-repeat;
}

#footer ul {
	margin:0;
	padding:0;
	text-align:center;
}

#footer li {
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	text-transform:uppercase;
	padding-right:5px;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #00BBFF;
}

#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #B31BAB;
}

#footer .fineprint {
	color:#fff;
	font-size:0.65em;
	text-align:center;
	line-height:1.2em;
}

#footer .copy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
}
