* {
	padding:0;
	margin:0;
}

@import url('reset.css');
body {
	background-color: #f0f0f0;
	font-family: font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif
}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}
#page-wrap {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.header {
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 960px;
	position: relative;
}

/*  * * * * * *  NAVIGATION   * * * * *  */
ul#main-nav {
	margin-left: 20px;
}
ul#main-nav li {
	float: left;
	position: relative;
	margin-left: -20px;
	display: inline;
}
ul#main-nav li a {
	position: relative;
	width: 175px;
	height: 29px;
	display: block;
	background-image: url('graphics/tabs.png');
	background-position: center center;
	color: #44403b;
	text-decoration: none;
	font-size: 14px;
	padding-top: 12px;
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
}
ul#main-nav li.home a {
	background-image: url('graphics/tab-home.png');
}
ul#main-nav li.current a {
	background-position: top;
	color: #ffffff;
}
ul#main-nav li a:hover {
	background-position: bottom;
	color: #ffffff;
}
ul#main-nav li.current a:hover {
	background-position: top; /*To Prevent the Current tab from changing colour on hover*/
	color: #ffffff;
}
ul#main-nav li.current {
	z-index: 100;
}
ul#main-nav li.home {
	z-index: 100;
}
ul#main-nav li.portfolio {
	z-index: 99;
}
ul#main-nav li.services {
	z-index: 98;
}
ul#main-nav li.about {
	z-index: 97;
}
ul#main-nav li.contact {
	z-index: 96;
}
/*  * * * *  * * * * * * * *   * * *  */


#featured {
	position: relative;
	background-color: #577295;
	background-image: url('graphics/featured-border.jpg');
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	color: #ffffff;
}


.featured-content{
	float: right;
	position: relative;
	width: 890px;
	margin-top: 20px;
	margin-right: 35px;
	height: auto;
	clear: right;
}

p {
	line-height: 18px;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif
	text-align: justify;
}

h1 {
	font-size: 66px;
	font-weight: 700;
	color: #577295;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif 
}

.claims {
	color: #F90;
}

h2 {
	font-size: 34px;
	font-weight: 100;
	color: #577295;
	text-align: center;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	text-indent: -20px;
}

h5 {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.table_style {
	font-size: 12px;
	font-weight: 100;
	color: #ffffff;
	word-spacing: 2px;
	text-align: left;

}


.subheader {
	height: 36px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 110px;
}


.subfooter {
	background-image: url(graphics/sub-footer.png);
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 960px;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	clear: left;
}



a.ty-button {
	float:left;
	display: block;
	width: 177px;
	height: 62px;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #888888;
	background: url(graphics/thank-you-note.png) no-repeat 0px 0px;
	;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 113px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a.ty-button:hover {
	background: url(graphics/thank-you-note.png) no-repeat 0px -177px;
	color: #577295;
	font-weight: 700;
}


/*  * * * * * *  FORM MAGIC   * * * * *  */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 700px;
  width: 700px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 1px solid #752B28;
}

form fieldset legend {
	font-size:15px; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: #752B28;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 220px;
	padding: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #752B28;
	margin-top: 5px;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 0;
}




form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}

form input#reset, form input#submit {
	margin-right:0px; /* set margin-left back to zero on reset button (set above) */
	background-color: #752B28;
	color: #D0A47C;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 5px 0px 5px 30px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 12px;
	color: #752B28;
}


form br {
	clear:right; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}



/*  * * * *  * * * * * * * *   * * *  */
