/* Global configs */
html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	color: #0e1103;
	font-size: 0.7em;
	background: white;
	font-family: 'trebuchet ms', sans-serif;
	text-align: center;
	z-index: 1;
}

.clear {
	clear: both;
}

h1 {
	font-size: 16px;
	font-family: georgia, times, serif;
    font-weight: 100;
}

h2 {
	font-size: 13px;
	font-family: georgia, times, serif;
    font-weight: 100;
}

h3 {
    font-size: 1em;
    font-weight: 800;
}

a:link, a:visited {
	text-decoration: none;
    color: #2092aa;
    /*background: url(link.gif) left center no-repeat;
    padding-left: 10px;*/
}

a:hover {
    text-decoration: underline;
}

input.textbox, textarea.textbox {
    padding: 4px;
    background: #d6f0f6;
    border: 1px solid #d6f0f6;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: #d6f0f6;
    border: 1px solid white;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: white;
    border: 1px solid #2092aa;
}

/*
General page layout
*/

	#wrapper_outer {
		position: relative;
		width: 100%;
		margin: 0px auto;
		text-align: left;
		z-index: 2;
	}
		
		#wrapper_header {
			position: relative;
            width: 100%;
			margin: 0px;
			height: 210px;
			background: url(header_wrap_bg_new.gif) top center repeat-x;
			z-index: 3;
		}

            #header {
                position: relative;
                width: 990px;
                height: 257px;
                margin: 0px auto;
                background: url(logo.gif) top left no-repeat;
            }
		
		#wrapper_body {
			position: relative;
			width: 990px;
            margin: 0px auto;
			z-index: 2;
		}

		#wrapper_footer {
			position: relative;
            width: 100%;
			margin: 40px 0px 0px 0px;
            border-top: 6px solid #d8e3e7;
		}

            #footer {
                position: relative;
                width: 990px;
                margin: 20px auto 40px auto;
            }

/*
Main navigation
*/

#block_navigation {
    position: absolute;
    top: 192px;
    left: 0px;
}

#block_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 5;
}

	#block_navigation ul li {
		margin: 0px;
		padding: 0px;
		height: 66px;
		float: left;
	}

		#block_navigation ul li a:link, #block_navigation ul li a:visited {
			display: block;
			padding: 21px 7px;
			font-size: 16px;
            font-weight: 100;
			color: white;
			font-weight: 400;
			text-decoration: none;
		}
			
			#block_navigation ul ul li a:link, #block_navigation ul ul li a:visited {
				width: 186px;
                padding: 7px 7px;
                font-size: 12px;
			}

		#block_navigation ul li a:hover {
			background: black;
		}

		#block_navigation ul ul {
			position: absolute;
			width: 200px;
			background: url(nav_bg.png) top center;
			z-index: 5;
		}
		
		#block_navigation ul ul ul {
			position: absolute;
			left: 200px;
			top: 0px;
			width: 200px;
		}
		
		
			#block_navigation ul ul li {
					display: block;
					margin: 0px;
					padding: 0px;
					height: 32px;
					clear: left;
			}
			
			#block_navigation ul ul, #block_navigation ul ul ul, #block_navigation ul li:hover ul, #block_navigation ul li:hover ul ul {
				visibility: hidden;
			}
			
			#block_navigation ul li:hover ul, #block_navigation ul ul li:hover ul {
				visibility: visible;
			}






#sub_navigation ul {
    position: absolute;
    top: 15px;
    right: 0px;
}

#sub_navigation ul li {
    display: inline;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 15px;
    border-left: 1px solid #2092aa;
}

#sub_navigation a:link, #sub_navigation a:visited {
    color: #2092aa;
}

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


/*
Main body
*/







/* blocks */

div.block {
    width: 240px;
    margin: 10px 10px 20px 0px;
    float: left;
}

div.block h1 {
    font-weight: 100;
    border-bottom: 1px solid #d8e3e7;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    background: url(bullet.gif) top right no-repeat;
}

div.block p {
    color: #2092aa;
}





div.block_gray {
    position: relative;
    width: 290px;
    height: 340px;
    padding: 15px;
    margin: 10px 10px 20px 0px;
    background: url(block_gray_new.gif) top left no-repeat;
    float: left;
}

div.block_gray h1 {
    font-weight: 100;
    border-bottom: 1px solid #d8e3e7;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}

div.block_gray p {
    color: #5d5d5d;
}






div.block_double {
    position: relative;
    width: 210px;
    height: 460px;
    padding: 15px;
    margin: 0px 10px 20px 0px;
    background: url(block_double.gif) top left no-repeat;
    float: left;
}

div.block_double h1 {
    font-weight: 100;
    border-bottom: 1px solid #d8e3e7;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}

div.block_double h2 {
    font-weight: 100;
    padding: 10px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    font-weight: 800;
}

div.block_double p {
    color: #2092aa;
    margin: 0px 0px 5px 0px;
}








div.block_gray a.button {
    position: absolute;
    left: 55px;
    bottom: 15px;
    width: 210px;
    height: 25px;
    display: block;
}

div.block_gray img {
    position: absolute;
    left: 15px;
    bottom: 60px;
    width: 290px;
    height: 180px;
    display: block;
}

div.block_gray a.button:link, div.block_gray a.button:visited {
    background: url(apply_now.gif) top left no-repeat;
    color: white;
    font-weight: 800;
    padding: 3px 0px 0px 0px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}





div.block_callback {
    position: relative;
    width: 210px;
    height: 210px;
    padding: 15px;
    margin: 10px 10px 20px 0px;
    background: url(callback.gif) top left no-repeat;
    float: left;
}

div.block_callback h1 {
    font-weight: 100;
    border-bottom: 1px solid white;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    color: white;
    font-weight: 800;
}

div.block_callback p {
    color: white;
    padding: 0px 0px 4px 0px;
    font-weight: 800;
}

div.block_callback a.button {
    position: absolute;
    left: 15px;
    bottom: 11px;
    width: 150px;
    height: 25px;
    display: block;
}

div.block_callback a.button:link, div.block_callback a.button:visited {
    background: url(callback_button.gif) top left no-repeat;
    color: #db1717;
    font-weight: 800;
    padding: 4px 0px 0px 0px;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
}



div.block_header {
    position: absolute;
    right: 10px;
    top: 70px;
    width: 220px;
    height: 80px;
    padding: 17px 0px 13px 0px;
    text-align: center;
    background: url(block_header.gif) top left no-repeat;
}

div.block_header h1.phone {
    font-size: 2.2em;
    color: #cc0000;
}




div.block_top {
    position: relative;
    width: 425px;
    height: 210px;
    padding: 25px 300px 15px 15px;
    margin: 10px 0px 0px 0px;
    background: url(block_top.jpg) top left no-repeat;
    float: left;
}

div.block_top h1 {
    font-weight: 100;
    border-bottom: 1px solid #d8e3e7;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}

div.block_top p {
    color: #5d5d5d;
}



div.home_left {
	position: absolute;
	left: 20px;
	top: 90px;
	width: 300px;
	z-index: 11;
	color: white;
}


div.home_right {
	position: absolute;
	left: 370px;
	top: 20px;
	width: 340px;
	z-index: 11;
	color: white;
}

div.home_right a.link, div.home_right a.link:link, div.home_right a.link:visted {
	color: #990000;
}


div.home_left a.button {
    width: 294px;
    height: 44px;
    display: block;
    z-index: 11;
}

div.home_left a.button:link, div.home_left a.button:visited {
    background: url(red_button.png) top left no-repeat;
    color: white;
    font-weight: 800;
    padding: 20px 0px 0px 0px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    z-index: 12;
}



div.home_right a.button {
    width: 200px;
    height: 30px;
    display: block;
    z-index: 11;
}

div.home_right a.button:link, div.home_right a.button:visited {
    background: url(button.png) top left no-repeat;
    color: white;
    font-weight: 800;
    padding: 7px 0px 0px 0px;
	margin: 0px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    z-index: 12;
}









#actions {
    /* This class is not required in this implementation of the platform */
    display: none;
}

#content {
    width: 100%;
    float: left;
}

#content div.home_top {
    position: relative;
    width: 740px;
    height: 240px;
    margin: 10px 0px 0px 0px;
    background: url(home_top.jpg) top right no-repeat;
    z-index: 10;
}

#content div.main {
    width: 740px;
    margin: 20px 0px;
}

#content div.main h1 {
    color: #cc0000;
	font-size: 1.5em;
    padding: 0px 0px 15px 0px;
}

#content div.main h2 {
    color: #2092aa;
	font-size: 1.4em;
    padding: 0px 0px 15px 0px;
}

#content div.main h3 {
    color: #2092aa;
	font-size: 1.2em;
    padding: 0px 0px 15px 0px;
}

#content div.main h4 {
    padding: 0px 0px 15px 0px;
}

#content div.main p {
    color: #444444;
	font-size: 1.2em;
    padding: 0px 30px 15px 0px;
}

#content div.main ul {
    padding: 0px 30px 15px 30px;
}

#content div.main li {
    color: #444444;
	font-size: 1.2em;
    padding: 0px 30px 0px 0px;
}



#information {
    width: 240px;
    float: right;
}





/* Forms */

.name {
    display: block;
    height: 27px;
    width: 100px;
    float: left;
    clear: left;
    text-align: right;
    padding: 3px 10px 0px 0px;
    font-weight: 800;
}

.control {
    display: block;
    height: 30px;
}

.line {
    padding: 10px 0px 20px 0px;
}

.control input.checkbox {
    margin: 4px 0px 0px 0px;
}

.form_option {
    float: left;
    margin: 0px 15px 0px 0px;
    padding: 5px 5px 3px 5px;
    border: 1px solid #eeeeee;
}

.form_option div {
    float: left;
}


table.form {
    border: 0px solid white;
    margin: 0px 0px 15px 0px;
}

table.form th {
    text-align: right;
    padding: 2px 10px 2px 0px;
}

table.form td {
    text-align: left;
    padding: 2px 0px 2px 0px;
}










/* Info Popup code */

span.popup {
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #cccccc;
	z-index: 8;
}

span.poptext {
	position: absolute;
	text-transform: none;
	text-align: left;
	font-size: 1em;
	color: black;
	top: 0px;
	left: 20px;
	background: #fffee0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 250px;
	display: none;
	z-index: 99;
}

span.popup:hover span.poptext {
	top: 0px;
	right: 0px;
	display: block;
}




div.block_nowin {
    position: absolute;
    right: 240px;
    top: 70px;
    width: 220px;
    height: 80px;
    background: url(nowinnofee.gif) top left no-repeat;
}









#footer div.legal {
    width: 990px;
    clear: both;
    margin: 30px 0px 0px 0px;
    color: #b4c8d1;
}
