img {
vertical-align:top;
border:none;
}

object {
display:block;
padding:0;
margin:0;
border:none;
}

embed {
display:block;
}

/* -- Basics -- */
body {
margin:0;
padding:0;
color: #333;
font:14px "Trebuchet MS", Arial, sans-serif;
}

#twoColumn {
background:#CCCCCB url(/images/bg.jpg) repeat-x;
}

#wrapper {
width:982px;
margin:0 auto;
background-color:#FFF;
}

#globalheader {
height: 140px;
margin-bottom:15px;
border-bottom:1px solid #008080;
background:#FFF url(/images/globalheadbg.jpg) no-repeat;
}

#globalheader object {
float:right;
}

h1, h2 { margin-top:0;}

h1 { margin-bottom:0;}

/* -- content -- */

#pageContent {
float:left;
display:inline;
width:982px;
padding:0;
margin:0;
background:#FFF url(/images/contentbg.gif) no-repeat;
}

#primaryContent {
float:left;
display:inline;
width:982px;
color:#333;
margin:0 0 0 310px;
padding:0;
background-color:#FFF;
}

#primaryContent .intra a {
color:#333;
text-decoration:none;
border-bottom:1px dashed #00877E;
}

#primaryContent a {
color:#00877E;
}

#primaryContent a:hover {
color:#039D9E;
}

#twoColumn #primaryContent {
float:left;
display:inline;
width:692px;
color:#333;
margin:0 0 0 290px;
padding:0;
line-height:1.5em;
background-color:#FFF;
}

#leftCol {
float:left;
width:360px;
margin-right: 30px;
}

#rightCol {
float:left;
width:302px;
}

.quote {
padding-right:20px;
color:#00877E;
font-size:20px;
line-height:1.4em;
font-style:italic;
}

#primaryContent h1 {
font:42px "Times New Roman", Times, serif;
padding:0;
margin-top:-8px;
}

#primaryContent h2 {
font:26px "Times New Roman", Times, serif;
padding:0;
margin:-5px 0 0 0;
}

#couponBox {
float:left;
display:inline;
width:600px;
padding:15px 0 0 0;
margin:0;
}

.coupon {
width:600px;
height:190px;
line-height:1.8em;
margin-top:15px;
border:4px dashed #333;
background-color:#FFF;
}

.coupon img {
float:left;
padding:0 15px 0 0;
margin:0;
}

.couponBox {
padding:25px 50px;
margin:0;
}

.couponBox h2 {
margin:5px 0;
font:50px "Times", serif;
font-weight:bold;
color:#039D9E;
}

#coupbtn {
width:166px;
height:41px;
}

#coupbtn a {
float:left;
width:166px;
height:0;
padding-top:41px;
background-image:url(/images/coupbtn.gif);
background-repeat:no-repeat;
background-position:left top;
overflow:hidden;
}

/* -- classes -- */

.default-box {
padding:0 15px;
}

.clear {
	clear:both;
}

/* -- form -- */
form { 
padding: 0;
margin: 0;
}
fieldset {
border:none;
padding: 8px;
}
legend { 
font-size: 18px;
margin-bottom: 5px;
color: #333;
}
label {
display: block;
font-weight: bold;
color: #333;
margin-top: 3px;
}
input {
font-size: 16px;
}

/* -- footer -- */
#globalfooter {
clear:both;
width:982px;
text-align:center;
font-size:12px;
background-color:#FFF;
}

.footer-box {
	padding:20px 15px 0 15px;
}

.footer-box a {
	color:#008E8F;
}

.footer-box ul {
	margin:0;
	padding:10px 0 0 0;
}

.footer-box li {
	display:inline;
	padding:0 5px;
}

/* FORM */
ul.errors { 
	list-style: none; 
	padding: 0 0 5px 15px;
}
ul.errors li { 
	color: red; 
}

span.warn { 
	display:none;
	font-size:0.8em;
	line-height:1em;
}
fieldset.invalid { 
	border-color:#B00000;
}
label.invalid {
	color:#B00000;
}
label.invalid span.warn {
	display:inline; 
	color:#555; 
	font-style:italic; 
}
input.invalid {
	border-color:#B00000;
	background:#FFF3F3 url(/images/admin/icons/error.png) no-repeat 100% 50%; 
}
textarea.invalid { 
	border-color:#B00000; 
	background:#FFF3F3 url(/images/admin/icons/error.png) no-repeat 100% 0; 
}
fieldset.warn { 
	border-color: #555;
}
label.warn { 
	color:#555; 
}
label.warn span.warn { 
	display:inline; 
	color:#666; 
	font-style:italic;
}
input.warn, textarea.warn { 
	border-color:#aaa; 
	background-image: none;
}

/*------------FLASH MESSAGES -------------->*/

#progress-bar {
	z-index: 101;
	text-align: center;
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
	
#feedback-good {
	background: #D4ECB8;
	border: 1px solid #38BD17;
	padding: 7px 10px;
	margin-bottom: 1em;
	margin: 0px 20px 10px 20px;
	color: #38BD17;
	position: absolute;
	left: 50%;
	width: 250px; /* Overall width of div */
	top: -35px; /* half of the overall height */
  margin-left: -125px; /* half of the overall width */
  visibility: visible
}
#flash-warning {
	padding: 7px 10px;
	margin-bottom: 1em;
	margin: 0px 20px 10px 20px;
	background: #FF6966;
	border: 1px solid #FF4A47;
	color:#fff;
	position: absolute;
	left: 50%;
	width: 250px; /* Overall width of div */
	top: -35px; /* half of the overall height */
  margin-left: -125px; /* half of the overall width */
  visibility: visible
}

#flash-error {
	padding: 7px 10px;
	margin-bottom: 1em;
	margin: 0px 20px 10px 20px;
	background: #FF6966;
	border: 1px solid #FF4A47;
	color:#fff;
	position: absolute;
	left: 50%;
	width: 250px; /* Overall width of div */
	top: -35px; /* half of the overall height */
  margin-left: -125px; /* half of the overall width */
  visibility: visible
}
