body {
	background: #657688 url(/images/bg.gif) repeat-x scroll top center;
	margin: 10px 0px 0px 0px;
	padding: 0 0 0 0px;
	font-size: 80%;
}

/* GLOBALS */
body img { /* blocking images for the page */
	display: block;
	float: left;
}

.inlineImage {
	display: inline;
	float: none;
}

p, .table, .medium, td {
	font-family: arial, verdana, sans serif;
	font-size: 1em;
	line-height: 135%;	
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	font-family: arial, verdana, sans serif;
	font-size: 1em;
	color: #000000;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.small {
	font-size: .85em;
}

.big {
	font-size: 110%;
}

.bigger {
	font-size: 125%;
}

a {
	font-family: arial, verdana, sans serif;
	color: #657688;
	text-decoration:none;
}

a:visited {
	font-family: arial, verdana, sans serif;
	color: #CB123D;
	text-decoration:none;
}

a:hover {
	font-family: arial, verdana, sans serif;
	color: #9d0024;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma, sans serif;
	font-size: 1.5em; 
	color: #657688;
	margin-top: 0px;
}

h2 {
	font-family: Tahoma, sans serif;
	font-size: 1em; 
	color: #657688;
}

h3 {
	font-family: Tahoma, sans serif;
	font-size: 14px; 
	color: #657688;
}

.text-image {
	border-width: 1px;
	border-color: #63758C;
}


/* END GLOBALS */

/* API */

/*#######################################################################################*/
/* Overloaded Elements */
/*#######################################################################################*/

.hrgrey {
	height: 1px;
	background: #ffffff url(/images/hrgrey.gif) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrblue {
	height: 1px;
	background: #ffffff url(/images/hrblue.jpg) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrblue hr, .hrgrey hr {
  display: none;
}

/*#######################################################################################*/
/* Text Manipulation */
/*#######################################################################################*/

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.alert {
	color: #e60000;
}

.whiteout {
	color: #ffffff;
}

.centerText {
	text-align: center;
}

.underline {
 	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

/*#######################################################################################*/
/* Common Attributes */
/*#######################################################################################*/

.left {
	float: left;
}

.right {
	float: right;
}

.nofloat {
	float: none;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.inline {
	display: inline;
}

.autoHeight {
	height: auto;
}

.centerContent {
	margin: 0 auto;
}

.centerText {
	text-align: center;
}

/*#######################################################################################*/
/* Tables */
/*#######################################################################################*/

.borders {
	borders: collapse;
	border: 1px solid #000000;
}

.noborders {
	borders: collapse;
	border: none;
}

/*#######################################################################################*/
/* Common Colors */
/*#######################################################################################*/

.red {
	color: #CB123D;
}

.sand {
	color: #efe2c5;
}

.blue {
	color: #057fa4;
}

.black {
	color: #000000;
}

.grey {
	color: #767676;
}

/*#######################################################################################*/
/* Form Elements */
/*#######################################################################################*/

.buttonSubmit {
	background-image: url(/images/button_submit_generic.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 0px;
	width: 125px;	
}

.buttonReset {
	background-image: url(/images/button_reset_generic.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 0px;
	width: 46px;	
}

textarea {
	padding: 2px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family: arial, verdana, sans serif;
	font-size: 11px;
}

.formBox {
	border: 1px solid #cccccc;
	height: 16px;
	font-size: 12px;
}

.formDropbox {
	border: 1px solid #cccccc;
	height: 20px;
	font-size: 13px;
}

.formCheckbox, .formRadio {
	margin: 4px 0px 0px 0px;
}

.formCheckboxAlt {
	position: relative;
	top: 3px;
	left: 3px;
}

/*#######################################################################################*/
/* TABLE/FORM Element Manipulation */ 
/*#######################################################################################*/


.form { 
	font-family: arial, sans serif; 
	font-size: 12px; 
}

.error { 
	font-family: verdana, arial, sans serif; 
	font-size: 10px; 
	color: #cc0000; 
}

.label, label { 
	color: #666666; 
	font-family: verdana, arial, sans serif; 
	font-size: .85em; 
	text-transform: uppercase; 
}

.labelreq { 
	color: #cc0000; 
	font-family: verdana, arial, sans serif; 
	font-size: 12px;
	text-transform: uppercase; 
}

.displayMessage {
	padding: 7px;
	background: #F4F2C2;
	border: 1px solid #CEBE52;
	margin: 0px 0px 5px 0px;
	display: inline;
	overflow: hidden;
	float: left;
	width: auto;
}

.displayMessage p {
	color: #928638;
	margin: 0;
	text-align: left;
}

/*#######################################################################################*/
/* Misc */
/*#######################################################################################*/

.iconSubmitSearch {
	background: transparent url(/whipturn/images/icon_search.png) no-repeat scroll top;
	border: 0px;
	height: 26px;
	width: 26px;
	display: inline;
	overflow: hidden;
	margin: 17px 0px 0px 5px;
}

.iconSubmitSearch:hover {
	background: transparent url(/whipturn/images/icon_searchover.png) no-repeat scroll top;
	border: 0px;
	height: 26px;
	width: 26px;
	display: inline;
	overflow: hidden;
	margin: 17px 0px 0px 5px;
}

.iconPrintPage {
	margin: 0px 5px 0px 0px;
	position: relative;
	top: 2px;
}

.iconEmailPage {
	margin: 0px 5px 0px 0px;
}

.iconComments {
	margin: 0px 5px 0px 0px;
	position: relative;
	top: 3px;
}

.smallIcon {
	display: inline;
	float: none;
	position: relative;
	top: 2px;
}

.elementLeft,
.elementTextLeft {
	float: left;
	width: 190px;
	padding-right: 10px;
}

.elementRight,
.elementTextRight {
	float: right;
	width: 190px;
	padding-left: 10px;
}

.elementLeftDynamic,
.elementTextLeftDynamic {
	float: left;
	padding-right: 10px;
}

.elementRightDynamic,
.elementTextRightDynamic {
	float: right;
	padding-left: 10px;
}

.contentBoxBody p.title,
.hlBoxBody p.title,
.elementRight p.title,
.elementLeft p.title,
.elementTextRight p.title,
.elementTextLeft p.title {
	font-size: 1em;
	font-family: arial, verdana, sans serif;
	font-weight: 900;
	color: #8198cd;	
}

.elementRight p,
.elementLeft p,
.elementTextRight p,
.elementTextLeft p {
	font-size: .7em;
	font-family: arial, verdana, sans serif;
	color: #8198cd;
}

/* END API */


/* CONTAINERS */
#container { /* container div */
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
	display: inline;
	float: left;
}

#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

/** END CONTAINERS **/


/** HEADER **/
#header { 
	width: 774px;
	height: 110px;
	float: left;
	display: inline;
	overflow: hidden;
}

#header a.logo {
	display: inline;
	overflow: hidden;
	float: left;
	width: 128px;
	height: 98px;
	margin: 18px 0px 0px 26px;
	background: transparent url(/images/logo_Ace_and_Sons.jpg) no-repeat scroll top center;
}

#header .img {
	display: inline;
	float: right;
	overflow: hidden;
	margin: 10px 10px 0px 0px;
}

/** END HEADER **/


/** NAV **/
#left {
	float: left;
	display: inline;
	overflow: hidden;
	width: 175px;
	height: 475px;
	margin: 20px 10px 0px 10px;
}

#nav {
	float: left;
	display: inline;
	overflow: hidden;
	width: 175px;
}

#nav ul {
	list-style-type: none;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	float: left;
	display: block;
	height: 25px;
	padding: 6px 0px 0px 10px;
	background-image: url(/images/nav_normal.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	color: #ffffff;
	font-size: 1em;
	font-family: Tahoma;
}

#nav ul li a.Active {
	width: 175px;
	height: 25px;
	padding: 6px 0px 0px 10px;
	background-image: url(/images/nav_active.gif);
	background-position: 0 0px;
	display: inline;
}

#nav ul li a.Subnav {
	width: 155px;
	height: 20px;
	padding: 3px 5px 0px 15px;
	border-bottom: 1px solid #d8d8d8;
	background-image: url(/images/nav_square.gif);
	background-color: #ffffff;
	display: inline;
	color: #000000;
	font-size: 1em;
	font-family: Tahoma;
}

#nav ul li a.Subnav:hover {
	color: #bc494a;
	text-decoration: none;
}

#nav ul li a.Normal {
	width: 175px;
	height: 25px;
	padding: 6px 0px 0px 10px;
	background-position: 0px 0px;
	display: inline;
}

#nav ul li a.Normal:hover {
	width: 175px;
	height: 25px;
	padding: 6px 0px 0px 10px;
	background-image: url(/images/nav_over.gif);
	background-position: 0 0px;
	display: inline;
}

/** END NAV **/

/** CONTENT WELL **/
#content { 
	float: left;
	width: 774px; /* Sets content area as a static size */
	background: #ffffff;
	display: inline;
	border-left: 3px solid #4b5b6e;
	border-right: 3px solid #4b5b6e;
}

#contentHeader {
	display: inline;
	overflow: hidden;
	float: left;
	width: 780px;
	height: 5px;
	background: #ffffff url(/images/content_header.gif) no-repeat scroll top center;
}

#contentFooter {
	display: inline;
	overflow: hidden;
	float: left;
	width: 780px;
	height: 42px;
	background: transparent url(/images/content_footer.gif) no-repeat scroll top center;
}

#contentFooter a {
	color: #ffffff;
	text-decoration: underline;
}

#right {
	float: right;
	display: inline;
	overflow: hidden;
	width: 560px;
	padding-right: 10px;
	margin-top: 20px;
}

#headerSearchField {
	float: right; 
	display: inline; 
	margin-right: 0px; 
	width: 300px; 
	height: 50px; 
	overflow: hidden;
}


.contentPieceHeader {
	/* This is an obscene fix for IE6 - Elegant, all things considered*/
	float: left;
	display: inline;
	height: 0px;
	line-height: 0px;
	width: 483px;
	margin: 0px 1px 0px 1px;
	border: 1px solid #ffffff;
	position: relative;
	top: 1px;
}

.contentPieceMain {
	float: left;
	display: inline;
	overflow: hidden;
	width: 467px;
	padding: 10px;
	background: #ffffff url(/images/contentbox_bg.jpg) no-repeat scroll top;
}

.contentPieceMain {
	font-size: 1.1em;
	font-family: Verdana;
}

.contentPieceMain h1 {
	text-decoration: none;
	color: #165a92;
}

.contentMain {
	background-color: #ffffff;
	float: left;
	display: inline;
	width: 654px;
	padding: 15px;
}

.contentMainHeader {
	float: left;
	display: inline;
	padding: 15px;
	width: 655px;
	background: transparent url(/images/content_headerbg.gif) no-repeat scroll top;	
	overflow: hidden;
	margin: 0px 20px 0px 15px;
	height: 21px;
}

.contentPieceFooter {
	/* This is an obscene fix for IE6 - Elegant, all things considered*/
	float: left;
	display: inline;
	height: 0px;
	line-height: 0px;
	width: 483px;
	margin: 0px 1px 0px 1px;
	border: 1px solid #ffffff;
	position: relative;
	top: -1px;
}

#infoBar {
	float: left;
	display: inline;
	background: transparent url(/whipturn/images/item_comments_infobarbg.gif) no-repeat scroll top;
	height: 25px;
	width: 767px;
}

#infoBar p {
	
}


/** FOOTER **/
#footer {
	float: left;
	display: inline;
	background: transparent url(/images/footer_bg.gif) no-repeat scroll top;
	height: 79px;
	width: 795px;
	margin-top: 20px;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footerText {
	float: left;
	width: 795px;
	display: inline;
	color: #ffffff;
	margin-top: 50px;
}

#footerText p {
	color: #ffffff;
	font-size: .8em;
}

#footerText a:hover {
	text-decoration: none;
	color: #ffffff;
}