body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #164d91 url(../_images/bg.jpg) center top repeat-y;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Helvetica, Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #164d91;
    text-decoration: underline;
}
a:hover, a:active {
    color: #7197c6;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
	#home #wrapper {
		background: transparent url(../_images/wrapper-home.jpg) 0 0 no-repeat;
	}
	#sub #wrapper {
		background: transparent url(../_images/wrapper-sub.jpg) 0 0 no-repeat;
	}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 86px;
	overflow: hidden;
}
	#logo {
		margin: 29px 0 0 23px;
		float: left;
		display: inline;
	}
	
	#menu {
		float: right;
		margin-top: 40px;
		margin-right: 13px;
		display: inline;
	}
		#menu li {
			float: left;
			list-style: none;
			border-left: 1px solid #ebb69b;
			line-height: 20px;
			padding: 0 6px;
			font-weight: bold;
		}
		#menu li.first {
			border: none;
		}
		
		#menu li a {
			text-decoration: none;
		}

/* ----------------------------------- */
/* Home
/* ----------------------------------- */
#banner {
	height: 270px;
	width: 900px;
	margin-bottom: 30px;
}
	#banner #slideshow-container {
		float: right;
		width: 374px;
		height: 261px;
	}
	
	#banner h1, #banner p {
		color: #FFF;
		margin-left: 45px;
		margin-right: 435px;
	}
	#banner h1 {
		font-size: 20px;
		padding-top: 92px;
	}
	#banner p {
		font-size: 16px;
		line-height: 20px;
	}
	
#welcome {
	float: left;
	margin-left: 45px;
	display: inline;
	width: 320px;
}
	#welcome h1, #welcome h1 a {
		color: #d1581c;
		font-size: 24px;
		line-height: 24px;
		text-decoration: none;
	}
		#welcome h1 span {
			font-size: 16px;
			color: #164d91;
		}
	#welcome h2 {
		font-size: 16px;
	}
	#welcome p {
		font-size: 15px;
		line-height: 24px;
	}

#intros, #featured {
	float: left;
	margin-left: 45px;
	display: inline;
	width: 200px;
}
	#intros h1, #intros h1 a, #featured h1, #featured h1 a {
		font-size: 18px;
		color: #d1581c;
		text-decoration: none;
	}
	#intros p, #featured p {
		font-size: 11px;
		line-height: 14px;
	}

#featured {
	float: right;
	margin-right: 45px;
}

/* ----------------------------------- */
/* SUB
/* ----------------------------------- */
#header {
	height: 165px;
	margin-bottom: 30px;
}
	#header h1 {
		padding-top: 88px;
		font-size: 30px;
		line-height: 24px;
		color: #FFF;
		margin-left: 45px;
	}
	#header h1 em {
		font-size: 20px;
		font-weight: normal;
	}

#content {
	margin-left: 45px;
	display: inline;
	width: 550px;
	float: left;
}
	#content.wide {
		float: none;
		width: 810px;
		display: block;
	}
	#content h2 {
		font-size: 18px;
		color: #d1581c;
	}
	#content h3 {
		font-size: 14px;
	}
	#content li, #content li li {
		margin-left: 25px;
	}
	#content img.right {
		float: right;
		margin-left: 20px;
		display: inline;
	}
	.callout {
		padding: 10px 15px;
		background: #005597;
		margin-bottom: 15px;
	}
		.callout p, .callout li {
			color: #FFF;
		}
	
	
	#process {
		width: 760px;
		margin: 0 auto;
	}
	#process li {
		height: 95px;
		width: 96px;
		list-style: none;
		margin: 0;
		float: left;
	}
		#process li a {
			width: 96px;
			height: 95px;
			display: block;
		}
		#process li a span { display: none; }
		
		li#step1 {
			background: transparent url(../_images/arrow1.gif) 100px 40px no-repeat;
			padding-right: 70px;
		}
		li#step1 a { background: transparent url(../_images/process-step1.gif) 0 0 no-repeat; }
		li#step1 a:hover, li#step1.selected a { background: transparent url(../_images/process-step1.gif) -96px 0 no-repeat; }
		
		li#step2 {
			background: transparent url(../_images/arrow2.gif) 100px 40px no-repeat;
			padding-right: 70px;
		}
		li#step2 a { background: transparent url(../_images/process-step2.gif) 0 0 no-repeat; }
		li#step2 a:hover, li#step2.selected a { background: transparent url(../_images/process-step2.gif) -96px 0 no-repeat; }
		
		li#step3 {
			background: transparent url(../_images/arrow1.gif) 100px 40px no-repeat;
			padding-right: 70px;
		}
		li#step3 a { background: transparent url(../_images/process-step3.gif) 0 0 no-repeat; }
		li#step3 a:hover, li#step3.selected a { background: transparent url(../_images/process-step3.gif) -96px 0 no-repeat; }
		
		li#step4 {
			background: transparent url(../_images/arrow2.gif) 100px 40px no-repeat;
			padding-right: 70px;
		}
		li#step4 a { background: transparent url(../_images/process-step4.gif) 0 0 no-repeat; }
		li#step4 a:hover, li#step4.selected a { background: transparent url(../_images/process-step4.gif) -96px 0 no-repeat; }
		
		li#step5 a { background: transparent url(../_images/process-step5.gif) 0 0 no-repeat; }
		li#step5 a:hover, li#step5.selected a { background: transparent url(../_images/process-step5.gif) -96px 0 no-repeat; }
		
		.step { 
			display: none; 
		}
		.step, #process-intro {
			margin-top: 30px;
		}
		
		p.step-action {
			text-align: center;
			font-size: 14px;
			font-weight: bold;
		}
			p.step-action img {
				vertical-align: middle;
			}

#side {
	width: 200px;
	float: right;
	margin-right: 45px;
	display: inline;
}
	p#demo {
		font-size: 14px;
		font-weight: bold;
	}
		p#demo img {
			margin-bottom: 10px;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	background: transparent url(../_images/footer.jpg) 0 0 repeat-x;
	padding-top: 15px;
	margin-top: 15px;
	clear: both;
}
#footer p {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}
#footer p.copyright {
	color: #949494;
}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
input, select, textarea {
	color: #000;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}	
