/* @group Layout */

/* @group Structure */

html,body {
	height: 100%;
}

body {
	color: #000;
	font-size: 10px;
	background: #fff url('../img/bits/bg_body.gif') repeat-x 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	text-align: left;
	background: url('../img/bits/bg_container.gif') no-repeat 500px 0;
	font: normal normal normal 1.2em/1.6em Verdana, Geneva, Arial, sans-serif;
}

#wrapper {
	position: relative;
	top: 0;
	bottom: 0;
	border-left: 1px solid #45637a;
	border-right: 1px solid #45637a;
}

#header,#content,#footer,#wrapper,#intro, #navigation ul {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	background: url('../img/bits/bg_header.gif') no-repeat 0 0;
	height: 140px;
	z-index: 5000;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 300px;
	height: 140px;
	text-indent: -5000px;
	text-decoration: none;
	z-index: 5000;
}

#header h1 a:hover, #norman-spencer a:hover {
	cursor: pointer;
}

#content {
	vertical-align: top;
	min-height: 430px;
	height: auto !important;
	height: 430px;
}

#footer {
	clear: both;
	position: relative;
	color: #3A6E8E;
	height: 30px;
	border-top: 1px solid #45637a;
	border-bottom: 1px solid #45637a;
	bottom: 0;
	background: #fff url(../img/bits/bg_footer.gif) repeat-x;
}

#footer p {
	padding: 5px 0 0 10px;
	margin: 0;
}

/* @end */

/* @group Specific */

/* layout */



.box {
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	background: #fff url('../img/bits/small_gradient.gif') repeat-x 0 0;
	padding: 0 10px 0 10px;
	margin-bottom: 15px;
}

.paddings {
	padding: 50px 75px;
	margin: 0 0 75px 0;
}

.full_page, .half_page {
	background: #fff;
	border-top: 1px solid #de3b21;
	position: relative;
	top: 100px;
	bottom: 0;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}

.half_page {
	width: 450px;
	border-top: 1px solid #de3b21;
	padding-left: 75px;
}

.column {
	position: absolute;
	padding: -75px;
}

#left_column,#sub_left_column {
	width: 300px;
	padding-bottom: 50px;
	left: 75px;
}

#right_column,#sub_right_column {
	margin-left: 350px;
	width: 300px;
	padding-bottom: 25px;
}



/* @end */



/* @end */

/* @group Navigation */

#navigation {
	position: relative;
	color: #fff;
	background: url('../img/bits/bg_navigation.gif') repeat-x 0 0;
	height: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #de3b21;
	padding: 0;
	margin: 0;
	clear: both;
	z-index: 5000;
}

#navigation ul {
	padding-top: 3px;
}

#navigation li {
	display: inline;
	padding: 0 20px 0 20px;
	margin: 0;
}

#navigation li a {
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
#navigation li a:hover,#navigation li a:active {
	background: transparent url('../img/bits/nav_main_white.gif') no-repeat 0 0;
}

#navigation li.current a {
	background: transparent url('../img/bits/nav_main_blue.gif') no-repeat 0 0;
}


/* shared navigation */

/*shared */

#sub_navigation,#side_bar,#slider, .subNavContainer,#new ul {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#sub_navigation a:link, #sub_navigation a:visited,#side_bar a:link, #side_bar a:visited {
	color: #fff;
	outline: none;
}

/*sidebar */

#side_bar {
	background: #000 url(../img/bits/bg_sidebar.gif) no-repeat center bottom;
	width: 200px;
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	border-top: 1px solid #de3b21;
	padding-top: 1em;
	min-height: 430px;
	height: auto !important;
	height: 430px;
}

#side_bar h5 {
	background-color: #de3b21;
	color:#FFF;
	padding-left: 12px;
}

#side_bar ul {
	padding: 0;
	margin: 0 5px 0 0;
	list-style-type: none;
}

#side_bar li {
	padding: 0;
	margin: 0;
}

#side_bar li a {
	padding-left: 12px;
	text-decoration: none;
}

#side_bar li a:hover,#side_bar li a:active {
	text-decoration: underline;
}

#side_bar li a:hover,#side_bar li a:active, #side_bar li.current a {
	background: transparent url('../img/bits/nav_sub_white.gif') no-repeat 0 0;
}

/* navigation_footer */

#footer ul {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	right: 10px;
}

#footer li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
}



#norman-spencer a {
	display: block;
	height: 100px;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
	width: 200px;
	position: absolute;
	bottom: 0;
}


/* @end */

/* @group Links */

/* links */

a:link, a:visited,#footer a:link,#footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #de3b21;
	outline: none;
}

a:hover, a:active,#footer a:hover,#footer a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #de3b21;
	outline: none;
}
/* @end */

/* @group Basic */
abbr, acronym {
	font-style: normal;
	border-bottom: dotted 1px #ccc;
	cursor: help;
}

img {
	border: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	text-align: left;
}

/* list */

ul,ol {
	margin: 0;
	padding: 0 0 20px 20px;
}

li {
	padding: 0 0 5px 0;
}

dl {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

dt {
	padding: 1px 0;
}

dd {
	margin: 0;
}

ul.nested {
	padding-bottom: 0;
}

.nbhp {
	white-space: nowrap;
}
/* @end */

/* @group Typography */

/* text*/

h1,h2,h3,h4,h5,h6,dt,legend,label,dt {
	font: normal normal normal 100% Verdana,Geneva,Arial,sans-serif;
	letter-spacing: 1px;
	margin: 3px 0 0;
	padding-bottom: 5px;
	color: #de3b21;
}

h1 {
	font-size: 3.0em;
	padding-top: 9px;
	
}

h2 {
	letter-spacing: 0;
	font-size: 1.9em;
	padding-top: 5px;
	padding-bottom: 15px;
}

h3,legend {
	font-size: 1.7em;
	padding-top: 7px;
}

h4 {
	font-size: 1.3em;
	padding-top: 6px;
}

h5,label,dt {
	font-size: 1.2em;
	padding-top: 5px;
}

h6 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 4px;
}

hr {
	border: none;
	height: 1px;
	background: #de3b21;
	margin-top: 2px;
}

strong {
	color: #333;
}

.puff {
	font-size: 1.2em;
	line-height: 1.5em;
}

/* shared small text */

#footer,#sub_navigation,#side_bar,.small, .subNav {
	font-size: 9px;
}

/* medium text*/

.medium {
	font-size: 12px;
}



/* @end */

/* @group Forms */

/* forms */

form {
	margin: 25px auto;
	padding: 0;
	width: 550px;
}

fieldset {
	margin-bottom: 10px;
	padding: 25px 70px;
	border: 1px solid #de3b21;
	background-color: #fff;
}

legend,label {
	padding: 0;
}

textarea {
	height: 100px;
}

input.text,input.file,textarea,select {
	width: 350px;
	border: 1px solid #45637a;
	background-color: #fff;
}

input.text,input.file,textarea,select {
	display: block;
	margin: 2px 0 7px 50px;
	padding: 1px 3px;
	border: 1px solid #45637a;
	background-color: #fff;
}

input.submit,input.reset,input.password {
	width: 150px;
	border: 1px solid #45637a;
	background-color: #45637a;
	color: #fff;
}

input.reset {
	margin-left: 75px;
}



/* @end */

/* @group Specifics */

/* specific tags*/

#home, #learn, #compare, #online_process, #easy_renewal, #top_rated, #application, #privacy {
	padding-bottom: 75px;
}


#ad-space {
	padding-top: 75px;
}
#ad-space a {
	display: block;
	text-indent: -5000px;
	background: #DE3B21 url('../img/bits/sidebar_ad.gif') no-repeat 0 0;
	width:200px;
	height:100px; 
}
#ad-space a:hover {
	background: #DE3B21 url('../img/bits/sidebar_ad_hover.gif') no-repeat 0 0;
}


/* @end */

/* @group image replacement */

/*background replacements */


/*large*/

#wrapper.home, .home {
	background: #000 url(../img/bits/wrapper_home.jpg) no-repeat 0 0;
}

#wrapper.learn, .learn {
	background: #000 url(../img/bits/wrapper_learn.jpg) no-repeat 0 0;
}

#wrapper.compare, .compare, #wrapper.online_process, .online_process, #wrapper.easy_renewal, .easy_renewal, #wrapper.top_rated, .top_rated  {
	background: #000 url(../img/bits/wrapper_compare.jpg) no-repeat 0 0;
}

#wrapper.application, .application, #wrapper.business, .business {
	background: #000 url(../img/bits/wrapper_application.jpg) no-repeat 0 0;
}

#wrapper.privacy, .privacy {
	background: #000 url(../img/bits/wrapper_privacy.jpg) no-repeat 0 0;
}

#wrapper.contact, .contact {
	background: #000 url(../img/bits/wrapper_contact.jpg) no-repeat 0 0;
}







/* @end */



/* @end */