html,body 
{
	background-color: #0c3451;
	height:100%;
}
/* HOME PAGE COMPONENTS */

/* Nav bar components  */
li.navtext
{
	margin-top: 11px;
	padding-left: 0px;
	font-weight: none;
	letter-spacing: 0px;
	text-transform: none;
	float: right;
	padding-left: 330px;
}

/* Title components */

div.title
{
	text-align:center;
	margin-left: float;
	margin-right: float;
	margin-top: -440px;
}

h1.title
{
	font-size: 110px;
	color: #fff;
	font-weight:bold;
	letter-spacing: -5px;
	text-shadow:0px 0px 10px #898989;
}

h2.title
{
	font-size: 11px;
	font-weight:bold;
	font-style: none;
	text-transform: none;
	text-shadow:0px 0px 6px #000;
	text-align: center;
	color: #fff;
	letter-spacing: 0px;
	margin-top: -25px;
	margin-left: 75px;
}

h3.title
{
	color: #ff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 0px;
	padding-right: 400px;
	margin-bottom: -15px;
	text-shadow:0px 0px 4px #898989;
}

div.linebreak
{
	width: 100%;
	height: 25px;
	margin-top: 260px;
	background-color: #082235;
}

select.homepage
{
	font-weight: bold;
}

span.homearrow
{
	font-size: 20px;
	font-weight:normal;
	font-style: none;
	text-shadow:0px 0px 4px #898989;
	color: #000;
}

form.homeselect
{
	margin-left: 155px;
	font-style: normal;
}

button.homeselect
{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	width: 250px;
}

img.homeimage
{
	background-image: -moz-linear-gradient(top left, #ffffff, #d7d7d7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d7d7d7));
    background-image: -webkit-linear-gradient(top left, #ffffff, #d7d7d7);
    background-image: -o-linear-gradient( top left, #ffffff, #d7d7d7);
    background-image: linear-gradient(to bottom right, #ffffff, #d7d7d7);
}

/* Left box components */

div.info-left 
{
	min-height: 250px;
	width: 325px;
	float: left;
	text-align:left;
	background-color: #fff;
	background-repeat: repeat-x;
	border-right: 1px solid #d4d4d4;
	padding-left: 25px;
}

h1.info-left
{
	font-size: 30px;
	font-weight:bold;
	font-style: none;
	text-transform: uppercase;
	text-shadow:0px 0px 4px #898989;
	text-align: left;
	color: #7e8e8a;
	letter-spacing: -3px;
	line-height: 100%;
}

span.left-arrow
{
	font-size: 16px;
	font-weight:normal;
	font-style: none;
	text-shadow:0px 0px 4px #898989;
	color: #000;
}

span.space
{
	line-height: 35px;
}

span.left-item
{
	font-size: 14px;
	font-weight:none;
	font-style: none;
	letter-spacing: 1px;
	text-transform: none;
	line-height: 150%;
	color: #000;
}

span.left-more
{
	font-size: 11px;
	font-weight:none;
	font-style: none;
	letter-spacing: 0px;
	text-transform: none;
	color: #000;
}

/* Right box components */

div.info-right 
{
	height: 250px;
	width: 325px;
	margin-left: 325px;
	margin-right: 0px;
	text-align:left;
	background-color: #fff;
	padding-left: 25px;
}

h1.info-right
{
	font-size: 30px;
	font-weight:bold;
	font-style: none;
	text-transform: uppercase;
	text-shadow:0px 0px 4px #898989;
	text-align: left;
	color: #4383b5;
	letter-spacing: -3px;
	line-height: 30px;
}

/* Center box components */

div.info-menu
{
	min-height: 245px;
	width: 375px;
	margin-left: 675px;
	margin-top: -275px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align:left;
	background-color: #fff;
	background-repeat: repeat-x;
	/*border: 1px solid black;*/
	background-image: -moz-linear-gradient(top left, #ffffff, #d7d7d7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d7d7d7));
    background-image: -webkit-linear-gradient(top left, #ffffff, #d7d7d7);
    background-image: -o-linear-gradient( top left, #ffffff, #d7d7d7);
    background-image: linear-gradient(to bottom right, #ffffff, #d7d7d7);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
	-webkit-border-radius: 8px;
     -moz-border-radius: 8px;
        border-radius: 8px;
}

h1.info-menu
{
	font-size: 18px;
	font-weight:normal;
	font-style: italic;
	text-transform: uppercase;
	text-shadow:0px 0px 4px #898989;
	text-align: center;
	color: #0c3451;
	letter-spacing: 7px;
	padding-top:0px;
}

/* Other */

div.linebreak2
{
	width: 100%;
	height: 1px;
	margin-top:0px;
	background-color: #082235;
}

/* PAYMENT PROCESS COMPONENTS */

h1.progress-title
{
	font-size: 18px;
	font-weight:none;
	font-style: none;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	letter-spacing: 4px;
	line-height: 24px;
	padding-left: 25px;
	padding-top: 25px;
}

div.progress-striped
{
	width: 95%;
}

div.progressbar 
{
	padding-left:auto;
	padding-top:150px;
}

table.progressbar 
{
    font-family: sans-serif;
    font-size:10px;
    color:#000;
    line-height: 11px;
    letter-spacing: 1px;
	text-transform: uppercase;
    text-align:center;
    font-weight:normal;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

td.progressbar 
{
    padding-left:26px;
    padding-right:25px;
    width:70px;
}

td.current 
{
    color: #7f908c;
    font-weight:bold;
}

td.past 
{
    color: #cccccc;
}

div.formtitle
{
	width: 100%;
	height: 50px;
	margin-top:0px;
	background-color: #d1dedb;
}

h1.formtitle
{
	font-size: 40px;
	font-weight: bold;
	font-style: none;
	text-transform: none;
	text-align: left;
	color: #525857;
	letter-spacing: -1px;
	padding-left: 25px;
	padding-top: 2px;
}

h2.formtitle
{
	font-size: 11px;
	font-weight:normal;
	font-style: italic;
	text-transform: none;
	text-align: right;
	color: #000;
	letter-spacing: 0px;
	padding-right: 25px;
	margin-top: -40px;
}

h2.countytitle
{
	font-size: 35px;
	font-weight:normal;
	font-style: italic;
	text-transform: none;
	text-align: right;
	color: #525857;
	letter-spacing: -1px;
	padding-right: 25px;
	margin-top: -49px;
}

div.formbox
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 75px;
	margin-bottom: 30px;
}

/* County Landing Page components */

div.county
{
	float:right;
	width: 550px;
}

h1.county
{
	font-size: 24px;
	font-weight:none;
	font-style: none;
	text-transform: None;
	text-align: left;
	color: #000;
	letter-spacing: -1px;
	line-height: 0px;
}

h2.county
{
	font-size: 18px;
	font-weight:none;
	font-style: none;
	text-transform: None;
	text-align: left;
	color: #9daaa7;
	letter-spacing: 0px;
	line-height: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
}

p.county
{
	font-size: 12px;
	padding-top: 15px;
}

/* Various form components */

div.linebreak3
{
	width: 1050px;
	height: 50px;
	margin-top:25px;
	margin-left: -25px;
	background-color: #d1dedb;
}

textarea.disc
{
	width: 100%;
	height: 300px;
	margin-bottom: 25px;
	font-size: 11px;
}

div.discbuttons
{
	width: 100%;
	text-align: right;
	margin-bottom: 25px;
	padding-right: 25px;
}

button.disc
{
	text-align: right;
	margin-bottom: 0px;
	margin-top: -15px;
}

button.form, input.form
{
	margin-top: 5px;
}

th.title
{
	font-size: 21px;
	font-weight:none;
	font-style: none;
	text-transform: none;
	text-align: left;
	color: #9daaa7;
	letter-spacing: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}

table.form
{
	margin-top: -65px;
}

/* 30363 */
table.guilford_cart
{
	margin-top: -65px;
	margin-bottom: -30px;
}

th.space-left, td.space-left
{
	padding-left: 50px;
}

/* Cart Page Components */

td.paytotal-text
{
	font-size: 24px;
	color: #646f6c;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

td.certtotal-text
{
	font-size: 18px;
	color: #8e9c98;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-transform: normal;
}

td.paytotal-num
{
	font-size: 24px;
	font-weight: bold;
	font-family: courier new;
}

td.certtotal-num
{
	font-size: 14px;
	font-family: courier new;
}

td.b
{
	font-weight: bold;
}

th.cart-info, td.cart-info
{
	padding-top: 10px;
	padding-bottom: 10px;
}

th.sub
{
	font-size: 16px;
	color: #646f6c;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	background-color: #e5e5e5;
}

h1.comments
{
	font-size: 21px;
	font-weight:bold;
	font-style: none;
	text-transform: none;
	text-align: left;
	color: #9daaa7;
	letter-spacing: 0px;
	padding-left:0px;
	padding-bottom: 0px;
	padding-top: 15px;
}

textarea.comments
{
	width: 100%;
	height: 100px;
	margin-bottom: 25px;
	font-size: 11px;
}

div.agreement
{
	width: 100%;
	height: 100px;
	-webkit-border-radius: 12px;
     -moz-border-radius: 12px;
        border-radius: 12px;
	background-color: #abd8ff;
	margin-top: 30px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

p.status
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	margin-bottom: 25px;
}

h1.form-head
{
	font-size: 21px;
	font-weight:bold;
	font-style: none;
	text-transform: none;
	text-align: left;
	color: #9daaa7;
	letter-spacing: 0px;
	padding-left:0px;
	padding-bottom: 0px;
	margin-top: -45px;
}

table.preview
{
	margin-top: -65px;
	text-align: center;
	width: 100%;
	font-size: 12px;
}
h1.preview
{

}

th.preview
{
	text-align: center;
	font-style: italic;
}

div.leftfinal
{
	width: 250px;
	min-height: 325px;
	float:left;
}

div.rightfinal
{
	width: 550px;
	min-height: 325px;
	margin-left: 300px;
}

div.topfinal
{
	margin-top: -30px;
	margin-bottom:30px;
	text-align: center;
	width: 100%;
}

td.total
{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 25px;
}

table.leftfinal
{
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
}

table.rightfinal
{
	font-size: 11px;;
}

th.final
{
	font-size: 12px;
	color: #646f6c;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	background-color: #e5e5e5;
}

div.statusnum
{
	width: 100%;
	height: 100px;
	-webkit-border-radius: 12px;
     -moz-border-radius: 12px;
        border-radius: 12px;
	background-color: #9faaa7;
	margin-top: 30px;
	padding-top: 1px;
	padding-left: 25px;
	padding-right: 25px;
}

h1.statusnum
{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	color: #525857;
}

h1.countytitle
{
	text-align: left;
	font-size: 20px;
	font-style: none;
	font-weight: bold;
	letter-spacing: -1px;
	color: #525857;
	padding-left: 15px;
	text-align: left;
}

p.statusnum
{
	font-size: 11px;
	text-align: left;
}

h1.status
{
	text-align: left;
	font-size: 28px;
	font-style: none;
	font-weight: normal;
	letter-spacing: -1px;
	color: #525857;
	padding-left: 15px;
	text-align: left;
}

h2.status
{
	text-align: left;
	font-size: 11px;
	font-style: none;
	font-weight: normal;
	letter-spacing: 0px;
	color: #525857;
	padding-left: 15px;
	margin-top: -10px;
	text-align: left;
}

div.status
{
	width: 100%;
	min-height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: -125px;
}

table.status
{
	margin-left: 40px;
	font-size: 12px;
	line-height: 20px;
}

p.photo
{
	font-weight: bold;
	font-size: 16px;
}

