.custom-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.custom-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.custom-button { float:left; }

/* remove extra button width in IE */
button.custom-button { width:auto; overflow:visible; }

.custom-button-icon-left { padding-left: 2.1em; }
.custom-button-icon-right { padding-right: 2.1em; }
.custom-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.custom-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.custom-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */

/* Structure
-------------------------------- */


/* Typography
-------------------------------- */
body {
	color: #555;
	background-color: #111;
}
h1 {
	font-family: Garamond, Palatino, Georgia, serif;
}
ul {
	list-style-type: none;
}
.dropShadow {
	white-space: nowrap;
}
div.colborder {
	border-right-color: #A1BBD2;
}
#navigation {
	font: 1.1em "Century Gothic", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 0.02em;
}



/* Styles
-------------------------------- */
hr {
	background-color: #A1BBD2;
}
hr.space {
	background-color: transparent;
}



/* Globals
------------------------------------*/

/* Divs
------------------------------------*/
/* Banner */
#banner {
	height: 100px;
	background: transparent url(/images/layout/banner.png) no-repeat scroll center bottom;
}
/* Navigation */
#navigation {
	text-align: center;
	background: transparent url(/images/layout/nav_background.png) repeat-x scroll center center;
	border-bottom: 1px solid #1E2830;
	height: 58px;
}
#navigation ul {
	list-style-type: none;
	width: 750px;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 29px;
	height: 30px;
}
#navigation li {
	float: left;
	display: block;
	padding: 0px 20px;
	position: relative;
	top: -17px;
}
#navigation li a {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	display: block;
	padding: 7px 0;
	background: none;
}
#navigation li a:hover, #navigation li a.active {
	color: #CBD;
}

/* Content */
#content {
	background: #FFF url(/images/layout/content_background.png) repeat-x scroll top center;
	padding: 20px 0px;
}
#inner_content {
	margin: 0px auto;
	overflow: hidden;
}

/* Landing Content */
#landing_section {
	padding: 85px 0px 0px 0px;
	color: #000;
	background: #9FB0BE url(/images/layout/whats-the-big-deal.png) no-repeat scroll center 15px;
	border-bottom: 1px solid #777;
}
#landing_content {
	position: relative;
    margin: 0px auto;
	height: 100%;
}
#landing_content em { color: #111; }

/* Footer */
#footer {
	padding: 20px;
	text-align: center;
	color: #666;
}
#footer a { color: inherit; }

/* Flash */
#popup {
	display: none;
}
#popup .inner { padding: 15px; }
#popup .inner p { padding: 5px 0px; }
div.flash {
	position: absolute;
	top: 0;
	width: 100%;
}
div.flash h4 {
	display: none;
	text-align: center;
	padding: 10px;
	margin: 0px auto;
	opacity: 0.95;
}
div.flash h4.notice {
	background-color: #CFC;
	border-color: #6C6;
	margin: 0px auto;
}
div.flash h4.error {
	background-color: #FCC;
	border-color: #C66;
}

/* Form Errors */
#errorExplanation {
	background-color: #FCC;
	border: 1px solid #C66;
	padding: 10px;
}
#errorExplanation ul {
	list-style-type: none;
	margin-left: 20px;
}
.fieldWithErrors {
    display: inline;
}

table {
    width: 300px;
	text-align: left;
	border-collapse: collapse;
}
table td { padding: 3px 0px; }
table th {
	background: none;
	color: #000;
	border-bottom: 2px solid #67A;
	padding: 0px 0px 5px 8px;
}

.ui-widget {
	font-size: 1em;
}