﻿body
{
	font-family: Century Gothic, Arial, Franklin Gothic Book;
	padding:0;
	margin:0;
}
	
div#page 
{
	position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1004px;
    height: auto;
    border: 10px #3d1d07 solid;
    background: #FFFFFF;
}

div#header
{
    position: relative;
    width: 100%;
    height: 155px;
    background-color: #FFFFFF;
}

div#app_header
{
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #FFFFFF;
}

	div#page div#header div#logo
	{
		position: absolute;
		top: 20px;
		left: 40px;
		width: 152px;
		height: 112px;
	}

	div#page div#app_header div#app_logo
	{
		position: absolute;
		top: 20px;
		left: 40px;
		width: 152px;
		height: 112px;
		font-size: 13px;
	}

        div#page div#app_header div#app_logo a
        {
            text-decoration: none;
            color: #7D7D7D;
        }
        
        div#page div#app_header div#app_logo a:hover
        {
            color: #2C773A;
        }
        
	div#header ul.nav
	{
		position: absolute;
		top: 110px;
		right: 100px;
		margin: 0;
		padding: 0;
		list-style:none;		
		font-size: 9px;
	}
	
		div#header ul.nav li
		{
			float: left;
			padding-left: 20px;
			font-size:15px;
		}
		
		div#page ul.nav a
		{
			color: #3d1d08;
			text-decoration: none;
		}
		
		div#page ul.nav a:hover
		{
			text-decoration: none;
			color: #3e8a4a;				
		}
		
		div#page ul.nav a:visited
		{
			text-decoration: none;
		}
		
		div#page div#access
{
	position:absolute;
	top: 20px;
	right: 100px;
	width: 250px;
	font-weight: bold;
	text-align:right;
	color: #3d1d08;
	font-size: 14px;
}

	div#page div#access a
	{
		color: #3d1d08;
		text-decoration: none;	
	}
	
	div#page div#access a:hover
	{
		color: #3e8a4a;
		text-decoration: none;	
	}	

	div#page div#access a:visited
	{
		color: #3d1d08;
		text-decoration: none;	
	}

	div#page div#access span
	{
	    color: #999999;
	    text-decoration: underline;
	    font-size: 11px;
	}

div#page div#mainnav
{
	position: relative;
	padding: 0;
	width: 1004px;
	height: 57px;
	background: url(/App_Themes/Common/images/background/GreenBack.png) no-repeat;
}

	div#page ul.mainnav
	{
		position: relative;
		width: 932px;
		left: 39px;
		list-style:none;
		padding: 7px 0px 0px 0px;
		margin: 0;
	}
	
		div#page ul.mainnav li
		{
			float: left;
			height: 43px;
			overflow:hidden;
			width: 233px;
			padding: 0;
			margin: 0;
		}

		div#page ul.mainnav a.benefits
		{
			background: transparent url(/App_Themes/Common/images/nav/CreditCardBenefit_Button.png) no-repeat scroll 0 0;
			cursor: pointer;
			width: 233px;
			height: 43px; 
			display: block;
		}
		
		div#page ul.mainnav a.benefits:hover
		{
			background-position: 0px -44px;
		}

		div#page ul.mainnav a.convenience
		{
			background: transparent url(/App_Themes/Common/images/nav/conveniences_button.png) no-repeat scroll 0 0;
			cursor:pointer;
			width: 233px;
			height: 43px; 
			display: block;
		}
		
		div#page ul.mainnav a.convenience:hover
		{
			background-position: 0px -44px;
		}
		
		div#page ul.mainnav a.secure
		{
			background: transparent url(/App_Themes/Common/images/nav/SecureOnlineApp_Button.png) no-repeat scroll 0 0;
			cursor: pointer;
			width: 233px;
			height: 43px; 
			display: block;
		}
		
		div#page ul.mainnav a.secure:hover
		{
			background-position: 0px -44px;
		}

		div#page ul.mainnav a.disclosures
		{
			background: transparent url(/App_Themes/Common/images/nav/disclosures_Button.png) no-repeat scroll 0 0;
			cursor: pointer;
			width: 233px;
			height: 43px; 
			display: block;
		}
		
		div#page ul.mainnav a.disclosures:hover
		{
			background-position: 0px -44px;
		}
		
		div#msg
		{
			position: absolute;
			top: 260px;
			left: 220px;
			width: 250px;
			height: 50px;
			z-index: 10000;
		}

div#content
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding:0px 0px 5px 0px;
    font-size: 11px;
    background: url(/App_Themes/common/images/background/subpage_bg.png) no-repeat;
}

div#app_content
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding:0px 0px 5px 0px;
    font-size: 12px;    
}

	div#content div#benefits_info
	{
		position: relative;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		width: 932px;
		height: 265px;
		background: url(/App_Themes/Common/images/background/Benefits.png) no-repeat;	
	}

	div#content div#convenience_info
	{
		position: relative;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		width: 932px;
		height: 265px;
		background: url(/App_Themes/Common/images/background/convenience_bg.png) no-repeat;	
	}

	div#contactus_info
	{
		position: relative;
		top: 25px;
		margin: 0 auto;
		width: 700px;
		height: 325px;
		background-color: #ffffff;
	}

	div#content div#access_info
	{
		position: relative;
		padding: 15px 0px 0px 0px;
		margin: 0 auto;
		width: 923px;
		font-weight:bold;
		font-size: 14px;
		color: #2a8269;
		height: 250px;
		background: url(/App_Themes/Common/images/background/BryantPrime_Application.png) no-repeat;
	}

	div#content div#calculator_info
	{
		position: relative;
		margin: 0 auto;
		width: 923px;
		height: 265px;
		background: url(/App_Themes/Common/images/background/BryantPrime_Calculate.png) no-repeat;
	}

	div#content div#application_info
	{
		position: relative;
		margin: 0 auto;
		width: 923px;
		height: 265px;
		background: url(/App_Themes/Common/images/background/BryantPrime_BenefitsPg.png) no-repeat;
	}

	div#app_content div#application_info
	{
		position: relative;
		margin: 0 auto;
		width: 1004px;
		height: 215px;
	}

	div#content div#faq_info
	{
		position: relative;
		margin: 0 auto;
		width: 923px;
		height: 265px;
		background:transparent url(/App_Themes/Common/images/background/BryantPrime_Generic.png) no-repeat;
	}

	div#content div#lending_info
	{
		position: relative;
		margin: 0 auto;
		width: 923px;
		height: 265px;
		background:transparent url(/App_Themes/Common/images/background/BryantPrime_Generic.png) no-repeat;
	}

	div#content div#info
	{
		position: relative;
		left: 260px;
		padding: 15px 0px 5px 0px;
		width: 625px;
		height: 190px;
	}
	
		div#content div#info h1
		{
			color: #2a8269;
			font-size: 25px;
			margin: 5px 0px 10px 0px;
			padding: 0;
		}
		
		div#content div#info h3
		{
			font-weight: bold;
			font-size: 15px;
		}

	div#content div#subinfo
	{
		position: relative;
		display: inline;
		float: left;
	    text-align:justify;
		left: 40px;
		width: 240px;
		height: auto;
		color: #2a8269;
		font-weight:bold;
	}
	
		div#page div#subinfo a
		{
			color: #2a8269;
			text-decoration: none;	
		}
		
		div#page div#subinfo a:hover
		{
			color: #3d1d08;
			text-decoration: none;	
		}	

		div#page div#subinfo a:visited
		{
			color: #2a8269;
			text-decoration: none;	
		}

	div#content div#main_content
	{
		position: relative;
		display: inline;
		float: right;		
		right: 40px;
		width: 670px;
		height: auto;
		margin-bottom: 25px;
	}
	
	    div#content div#main_content div#divMsg span
	    {
	        color: #000;
	        font-size: 16px;
	        font-weight: bold;
	        text-decoration: underline;
	    }

    div#content h5
    {
        padding: 0px 0px 5px 0px;
        margin: 0;
        font-size: 11px;
    }
    
    div#content table tr
    {
        height: 30px;
        vertical-align:middle;
    }    

	div#app_content div#main_content
	{
		position: relative;	
		width: 700px;
		height: auto;
		margin: 0px auto 25px auto;
		background-color: #f0f8f7;
		padding: 10px;
	}
	
	    div#app_content div#main_content div#divMsg span
	    {
	        color: #000;
	        font-size: 16px;
	        font-weight: bold;
	        text-decoration: underline;
	    }

    div#app_content h5
    {
        padding: 0px 0px 5px 0px;
        margin: 0;
        font-size: 11px;
    }
    
    div#app_content table tr
    {
        height: 30px;
        vertical-align:middle;
    }  

    div#content table#tblContactUs h1
    {
        color: #707070;
        font-size: 30px;
        margin-bottom: 5px;      
    }
	
/* GLOBAL Stytles */

.ErrorMsg
{
	font-size: 10px;
	color: #FF0000;
}

/* CSS3 */
.rounded_corners
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div#footer
{
    position: relative;
    clear:both;
    width: 100%;
    height: 75px;
    padding: 0;
}
    
    div#footer div#footer_bar
    {
        width: 95%;
        border-top: solid 1px #3d1d07;
        margin: 0 auto;
    }

	div#footer div#trustwave
	{
		position: absolute;
		top: 9px;
		left: 175px;
		width: 105px;
		height: 54px;
	}
	
	div#footer div#bbb
	{
		position: absolute;
		top: 12px;
		left: 30px;
		width: 135px;
		height: 51px;
	}

	div#footer ul.nav
	{
		position: absolute;
		top: 20px;
		right: 50px;
		margin: 0;
		padding: 0;
		list-style:none;		
		font-size: 10px;
	}
	
		div#footer ul.nav li
		{
			float: left;			
			text-align:center;
			padding: 0px 0px 0px 15px;
		}
		
/**** MISC STYLES ****/
.SectionHeaders h4{
    color: #3A3A3A;
    margin: 0;
    padding: 0 0 5px 0;
    font-family: Verdana, Arial;
}

.NoStyles
{
    text-decoration: none;
    color: inherit;    
}

/***** ROLL OVER STYLES ************/
.ApplyNow{
    display: block;
    width: 235px;
    height: 40px;
    overflow: hidden;
    background: transparent url(/App_Themes/Common/images/buttons/ButtonsLg.png) no-repeat scroll 0 0;
}

    .ApplyNow:hover
    {
        background-position: 0 -39px;
    }