/*******
  ____________________________________________________
 |                                                   |
 |  AUTHOR:           gg                             |
 |  WELCOME2PNC.COM National City Integration        |
 |  COPYRIGHT:        copyright@2008 www.pnc.com     |
 |  DATE:             2008.07.10                     |
 |  LAST MODIFIED:    2010.04.15                     |
 |___________________________________________________|
                                                      
********/


/******* includes *******/
@import "reset.css";
@import "global.css";

html { height: 100%; }

body {
	background-color: #fbfbfb;
	/*background:url("../images/mainBG.jpg") repeat-x scroll 0 0 #F4F4F4;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;/*height: 100%;*/

}

div#container {
	/*width: 740px;*/
	/*height: 100%;*/
	position: relative;
	/* new inserts */
	margin:0 auto;
	width: 740px;
	text-align: left;
	padding: 0px 70px;
	position: relative;
	background-color: #fff;
	background-image: url(../images/achievement/achievement_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#container #content {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px 20px;
	height: 100%;
	position: relative;
	/*width: 700px;*/
}

#header #topside_links { margin: 17px 17px 0px 0px; }

#container #masthead { height: 155px; }

#container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	height: 35px;
	padding: 25px 15px 15px 15px;
}

#container #bottom p { margin-bottom: 10px; }

#container #content h1 {
	font-size: 18px;
	color: #f58025;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}

#container #content h1.community { color: #6db33f; }

#container #content h2 {
	font-size: 15px;
	color: #0069aa;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
}

#container #content p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

#container #content ul, #container #content ol {
	margin-top: -5px;
	margin-left: 45px;
	margin-bottom: 25px;
}

#container #content ol li ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#container #content li {
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 15px;
}

#container #content a { color: #000099; }

#container #content #rohr_portrait {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 2px;
}

#container #content .qa_links {
	margin-left: 0px;
	margin-right: 50px;
}

#container #content .qa_links li { list-style: none; }

#container #content .question {
	font-weight: bold;
	text-indent: -15px;
	margin: 5px 25px 2px 15px;
}

#container #content .answer {
	text-indent: -15px;
	margin: 0px 25px 5px 15px;
}

#container #content .answer_noindent { margin: 15px 25px 5px 15px; }

#header #topside_links #commonnavbar a {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

#header #topside_links #commonnavbar a:link {
	padding-left: 14px;
	color: #0e5689;
	text-decoration: none;
}

#header #topside_links #commonnavbar a:visited {
	padding-left: 14px;
	color: #0e5689;
	text-decoration: none;
}

#header #topside_links #commonnavbar a:hover {
	padding-left: 14px;
	color: #0e5689;
	text-decoration: underline;
}

#container #content .back2top_link { margin-bottom: 20px; }

#container #content .back2top_link a {
	padding-right: 11px;
	display:inline;
	background: url(../images/arrow_up_48.gif) no-repeat right 2px;
	text-decoration: none;
	border-bottom: 1px solid #009;
}

#container #content .back2top_link a:hover {
	text-decoration: none;
	border-bottom: none;
}

#container #content .hr {
	height: 3px;
	border-top: 2px dotted #b0b0b0;
	padding: 2px 70px;
	display: block;
	width: 70%;
	margin: 20px auto;
}

#header {
	width: 740px;
	background-color: #fff;
}

/* menu styles */
#menu {
	border-bottom: 1px solid #989898;
	height: 22px;
	border-top: 1px solid #d9d9da;
	background-color: #fff;
}

#menu li {
	display: block;
	list-style: none;
	float: left;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
}

#menu a {
	display: block;
	width: 245px;
	color: #6d6f72;
	text-decoration: none;
	font-weight: bold;
}

#menu a.border_right { background: transparent url(../images/menu_border.png) no-repeat right; }

#menu a:hover {
	color: #0069aa;
	text-decoration:underline;
}

.mainContainer {
	margin:0 auto;
	text-align: center;
	width: 740px;
	text-align: left;
	padding: 0px 70px;
	position: relative;
	background-color: #fff;
	background-image: url(../images/achievement/achievement_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.mainContainer #copyright, #container #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6a6969;
	text-align: center;
	padding-top: 29px;
	padding-bottom: 10px;
}

.mainContainer #copyright a, #container #copyright a {
	color: #6a6969;
	text-decoration: none;
}

.mainContainer #copyright a:hover, #container #copyright a:hover {
	color: #005599;
	text-decoration: underline;
}

.categoryInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6969;
	margin: 0px 10px;
	line-height: 16px;
}

.categoryHeader {
	vertical-align: bottom;
	width:185px;
	height: 155px;
}

.categoryInfoContainer {
	height: 250px;
	width:185px;
}

#qa, #comm, #about { width:185px; }

.mainContainer #flasharea {
	height: 230px;
	width:740px;
	margin:0;
	padding:0;
	clear: both;
}

.mainContainer #category1 {
	height: 400px;
	width: 185px;
	float: left;
	margin-left:50px;
	padding-right: 20px;
}

.mainContainer #category2 {
	height: 400px;
	width: 185px;
	float: left;
	margin-left:20px;
	padding-right: 20px;
}

.mainContainer #category3 {
	height: 420px;
	width: 185px;
	float: left;
	margin-left:20px;
}

#footer {
	background-image: url(../images/footerBG.jpg);
	height: 41px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin: 0px;
	clear:both;
}

.categoryCopy {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6969;
	margin-left: 10px;
	margin-right: 10px;
}

a { color:#005599; }

a:hover { color:#666666; }

#greybar {
	/*height: 15px;*/
	background-color: #d1d1d1;
	clear: both;
	margin-top: 10px;
	/*border-top: 25px solid #fff;*/
	border-top: none;
}

#bottom {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	clear: both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6969;
}

#pusher { clear:both; }

#bottom img { margin-top: 15px; }

.categoryInfo p { margin-bottom: 10px; }

.mainContainer .categoryHeader img {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.mainContainer .categoryHeader h3 {
	font-size: 17px;
	font-weight: bold;
	color: #0069aa;
	margin-left: 10px;
}

#container #content p img {
	padding-bottom: 10px;
	padding-left: 20px;
}


.mainContainer h3 a { text-decoration: none; }

#container #content h3 {
	font-style: italic;
	font-weight: normal;
	color: #333333;
	font-size: 15px;
}

#video_container {
	margin: 10px;
	width: 300px;
}

#video_container img {
	padding-right: 5px;
	margin-top: 5px;
	vertical-align: text-bottom;
}

/* Breadcrumbs */
#container #breadcrumbs {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	margin-top: 15px;
	display: block;
	clear: both;
}

#container #breadcrumbs a {
	text-decoration: none;
	color: #666;
}

#container #breadcrumbs a:hover { text-decoration:underline; }

#container #breadcrumbs a:hover, #container #breadcrumbs span.current { color: #0069aa; }

/* LOB specific color classes */
.color_p { color: #ee961d; }

.color_sb { color: #6db33f; }

.color_cib { color: #76adc6; }

/* Drop down menu below customers */
#dropdown_menu {
	height: 307px;
	width: 250px;
	position: absolute;
	top: 86px;
	background: url(../images/dropdown_bkgrnd.png) no-repeat;
	font-size: 11px;
	display: none;
}

#dropdown_menu dl {
	margin-left: 10px;
	margin-top: 7px;
	margin-right: 15px;
}

#dropdown_menu dl dd { line-height: 18px; }

#dropdown_menu dl dt {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	clear: both;
}

#dropdown_menu dl dt.bordered {
	border-top: 1px solid #e6e6e6;
	padding-top: 5px;
}

#dropdown_menu dl a {
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}

.spreadout { margin-bottom: 10px; }

.finePrint {
	font-weight: normal;
	font-size: 9px;
	color: #999999;
}

.faqs #container #content ul {
	padding-top: 10px;
	padding-right: 50px;
}

#container #content_container #content #CIBvideo_container { width: 320px; }

#container #sidebar_container div #accolade_container { margin-bottom: 0px; }

.faqs #container #content .conversionguide_table {
	width: 700px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
}

.faqs #container #content .conversionguide_table tr td { padding: 7px; }

sup { line-height: 0px; }

img.photo {
	border: 1px solid #CCC;
	padding: 4px;
	margin: 7px;
}

#watch_video {
	background-image: url(../images/watch_video_bttn.png);
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 57px;
	width: 225px;
	display: block;
}

#watch_video:hover { background-position: 0px -62px; }

#container #content #conversion_links {
	margin: 10px -10px 10px -10px;
	width: 760px;
}

#container #content #conversion_links a {
	height: 33px;
	text-indent: -9999px;
	background-position: 0px 0px;
	display: block;
	float: left;
}

#container #content #conversion_links a:hover { background-position: 0px -40px; }

#container #content #conversion_links #personal {
	background-image: url(../images/achievement/achievement_findoutaccts.png);
	width: 325px;
	margin-right: 10px;
}

#container #content #conversion_links #small_business {
	background-image: url(../images/achievement/achievement_findoutbusinessaccts.png);
	width: 378px;
}

#container #content_container #content .milestone {
	display: block;
	margin-bottom: 10px;
}
/* ****************** Achievement *************************/

.mainContainer #feature { padding: 20px 40px 20px 10px; 
}

.mainContainer #feature h2 {
	background-image: url(../images/achievement/achievement_h2.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 214px;
	text-indent: -9999px;
}

.mainContainer #feature h1 {
	background-image: url(../images/achievement/achievement_h1.png);
	height: 124px;
	width: 437px;
	text-indent: -9999px;
}

.mainContainer #feature p {
	font-size: 14px;
	line-height: 18px;
	color: #222;
	margin-bottom: 20px;
}

.mainContainer #feature ul {
	margin-left: 20px;
	list-style: url(../images/achievement/achievement_libullet.png) none;
}

.mainContainer #feature ul li, .mainContainer #feature ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0080bb;
	padding-bottom: 7px;
	text-decoration: none;
}

.mainContainer #feature ul li a:hover {
	text-decoration: underline;	
}

.mainContainer .column_border { border-right: 2px dotted #f58025; }

#container #content #QuickenHelpButton {
	display: block;
	position: absolute;
	text-indent: -9999px;
	background-image: url(../images/welcometopnc_Quickenneedhelp.png);
	top: -28px;
	left: 517px;
	width: 214px;
	height: 61px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#container #content #QuickenHelpButton:hover { background-position: 0px -71px; }
