/* -- RESET --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* define focus styles! */

:focus {
	outline: 0;
}

html {
	background: #faf7f6 url(../image/bg-top.jpg) repeat-x;
}

body {
	font: 16px;
}

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Typography */

h1, h2, h4, h5, p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	height: 41px;
	background: white url(../image/bg-nav.png) no-repeat 0 bottom;
}

#logo {
	width: 129px;
	height: 26px;
	background: none no-repeat;
	top: 8px;
	position: relative;
	left: 10px;
	float: left;
}

#nav {
	height: 41px;
	float: right;
	width: 800px;
	z-index: 5;
}

#nav .contactspecial {
	width: 96px;
	height: 22px;
	background-repeat: no-repeat;
}

#nav .contactspecial a {
	color: silver;
	background: url(../image/contactbutton.png) no-repeat -2px 1px;
}

#nav .contactspecial a:hover {
	color: white;
	background: url(../image/contactbutton.png) no-repeat -2px -21px;
}

#title {
	height: 264px;
	background: url(../image/bg-title.jpg) no-repeat;
	z-index: -5;
}

#title h1 {
	padding-left: 80px;
	float: left;
	font-size: 80px;
	color: #b95522;
	margin-top: 50px;
	line-height: 75px;
	width: 400px;
}

#title .smaller {
	font-size: 60px;
	margin-top: 100px;
	line-height: 70px;
}


#title .smaller2 {
	font-size: 44px;
	margin-top: 100px;
	line-height: 70px;
}

#titleicon {
	width: 1px;
	height: 1px;
	margin-left: 500px;
	padding-top: 60px;
}

.titleimage {
	width: 400px;
	height: 400px;
	position: absolute;
}

#main {
	background-color: #d5dbbd;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 60px;
}

#blurb .blurbp {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #494b55;
	padding-bottom: 10px;
}

#blurb em {
	font-style: italic;
	color: #b95522;
}

#copy {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background: #eaeddf url(../image/copytop.jpg) no-repeat;
}

#copy hr {
	height: 3px;
	border: 0;
	color: #d5dbbe;
	background-color: #d5dbbe;
}

#col1 {
	width: 380px;
	float: left;
	margin: 30px 10px 20px 20px;
}

#col2 {
	width: 380px;
	float: right;
	margin: 30px 20px 20px 10px;
}

#copy h2 {
	color: #b95522;
	letter-spacing: 2px;
	font-size: 2em;
	padding-bottom: 30px;
}

#copy h3 {
	color: #b95522;
	letter-spacing: 2px;
	font: bold .7em/1.9em Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}

#copy h3 a {
	color: #b95522;
}

#copy h3 a:hover {
	color: #b95522;
	text-decoration: none;
	background-color: #fbfec7;
}

#copy h4 {
	color: #b95522;
	letter-spacing: 2px;
	font: bold .7em/1.9em Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	margin-top: -20px;
	margin-bottom: 20px;
}

#copy h5 {
	color: #b95522;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 2.1em;
	padding-bottom: 10px;
}


#copy p {
	color: #464749;
	font-size: .8em;
	line-height: 1.9em;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

#copy a {
	color: #464749;
	border-bottom: 1px dotted #464749;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: none;
	color: #961720;
	background-color: #fbfec7;
}

#copy img {
	border: 5px solid silver;
}

#col1 blockquote {
	background-color: white;
	padding: 20px 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#col1 blockquote p {
	color: #b95522;
	font: italic 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
}

#col1 blockquote h5 {
	color: #817367;
	text-align: left;
	text-transform: uppercase;
	font: bold .7em/1.5em Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 2px solid #eaeddf;
	padding-bottom: 2px;
	margin-bottom: 9px;
}

#white_button {
	float: right;
	width: 300px;
	text-align: center;
	height: 120px;
}

#white_button img {
	border-width: 0;
}

#white_button p {
	color: #b95522;
	letter-spacing: 2px;
	font: bold .7em/1.9em Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}

/* @group lists */

.copylist {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #4d4d4d;
	letter-spacing: 1px;
	font: bold .8em/1.8em Arial, Helvetica, Geneva, sans-serif;
	margin: 5px 10px 20px 0;
	background-color: #e2e4d5;
	list-style-type: none;
}

.copylist li {
	padding: 5px 20px;
	border-bottom: 5px solid #eaeddf;
}

/* @end */

/* @group Boxes */

.roundcont {
	background-color: #d5dbbd;
	width: 760px;
}

.roundtop {
	background: url(../image/case_top.gif) no-repeat;
	width: 760px;
	height: 10px;
}

.roundbtm {
	background: url(../image/case_bottom.gif) no-repeat;
	width: 760px;
	height: 10px;
}

.study_btn {
	width: 200px;
	float: right;
	text-align: center;
	margin-top: 20px;
}

#col1 .study_btn p {
	color: #b95522;
	letter-spacing: 2px;
	font: bold .7em/1.2em Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

#col1 .study_btn img {
	border-style: none;
}

#col1 .study_btn a {
	opacity: 0.7;
}

#col1 .study_btn a:hover {
	opacity: 1;
	background-color: #d5dbbd;
}

.roundcopy {
	float: left;
	width: 520px;
	padding: 20px;
}

.roundcopy1 {
	width: 725px;
	padding: 20px;
}

.roundown_cpy {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}


/* @end */

/* Hack to change from 2 column to 1 with a class declaration on the body tag */

/* @group Download Box */

#downbox{
	width: 780px;
}


#downbox p{
	color: #1d1e22;
	font: .8em/1.5em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 10px;
	letter-spacing: 0;
}

#downbox p em{
	color: #b95522;
	font: bold 1em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
}

#downbox img{
	border: 3px solid #968778;
}


#downbox h3{
	color: #1d1e22;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#downbox a{
	display: inline-block;
}

.downlist li {
	list-style-type: none;
	float: left;
	width: 370px;
	text-align: center;
	background-image: none;
	background-color: #dddfd0;
	margin-right: 20px;
	margin-bottom: 30px;
}

.downimagediv {
	float: left;
	padding-left: 30px;
	padding-right: 20px;
}

#downbox .noborder {
	border-style: none;
	padding-top: 30px;
	padding-bottom: 20px;
}

#downbox .downimagediv a{
	text-decoration: none;
	border-style: none;
}

#downbox .downimagediv a:hover{
	background-color: transparent;
}



/* My Comment */



/* @end */

body.onecol #col1 {
	width: 760px;
}

body.onecol #col2 {
	width: 0;
	height: 0;
	top: 0;
	left: 0;
}

/* @group Forms */

#contactform {
	font-size: 10px;
	margin-left: 70px;
}

#contactform form {
	
}

#contactform p {
	text-transform: uppercase;
	color: #494949;
	letter-spacing: 2px;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	padding: 0;
}

#contactform .inputboxa {
	border-style: none;
	background-color: white;
	width: 600px;
	margin-top: 10px;
	height: 30px;
	margin-bottom: 20px;
	color: silver;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-left: 20px;
}

#contactform .checkboxa {
	margin: 15px;
}

#contactform .inputboxb {
	border-style: none;
	background-color: white;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.checkboxlist {
	background-color: #d5dbbd;
	width: 620px;
}

#contactform button {
	width: 200px;
	margin: 0;
	padding: 0;
	height: 25px;
}

/* @end */

#footer {
	height: 130px;
	background: #978778 url(../image/footer_logo.png) no-repeat 795px 20px;
}

#footer1 p {
	font: .6em/2em Arial, Helvetica, sans-serif;
	color: white;
}

#footer a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-bottom: 1px dotted #d5dbbd;
}

#footer a:hover {
	color: #961720;
}

#footer1 {
	padding-left: 20px;
	position: relative;
	top: 80px;
	float: left;
}

#footer2 {
	width: 500px;
	height: 110px;
	float: right;
	background: url(../image/logo-lg.png) no-repeat 100% 100%;
	margin-right: 40px;
	visibility: hidden;
}

.rW {
	float: right;
	height: 15px;
	clear: right;
}

.clear {
	clear: both;
	width: 1px;
	height: 1px;
}
