/*
Theme Name: Avance
*/

/* main selectors */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	min-width: 972px;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.ext {
	color: #D40A26;
	text-decoration: none;
	margin-right: 6px;
}

a.ext:hover {
	text-decoration: underline;
}

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

#secondary a {
	color: #666;
	text-decoration: none;
}

#secondary a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 14px 0;
}

ul {
	margin: 0;
	padding: 0 0 14px 0;
	list-style: none;
}

ol, ul.list {
	margin: 0 0 0 20px;
	padding: 0 0 14px;
}

ul.list {
	list-style: disc;
}

h1 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 42px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

input.text {
	margin: 0;
	padding: 6px;
	vertical-align: middle;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #999;
}

select {
	margin: 0;
	vertical-align: middle;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #D6D6D6;
	background: #FFF;
}

input.submit {
	padding: 6px;
	margin: 0;
	vertical-align: middle;
	font: bold 14px/16px Georgia, 'Times New Roman', Times, serif;
	color: #D40A26;
	border: none;
	background: transparent;
}


/* main layouts */
#main {
	width: 100%;
	border-top: 25px solid #282828;
	padding-bottom: 12px;
}

div.layout {
	padding: 0 35px;
	width: 902px;
	margin: 0 auto;
}

/* header section */
#header {
	height: 98px;
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
	position: relative;
	z-index: 5;
	margin-bottom: 6px;
}

body.index #header {
	background: url(images/background-header.png) no-repeat bottom left;
}

#header p.contact {
	position: absolute;
	top: -25px;
	right: 0;
	padding: 0;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
}

#header p.contact span {
	padding: 0 5px;
}

#header p.contact a {
	color: #D40A26;
	text-decoration: none;
}

#header p.contact a:hover {
	text-decoration: underline;
}

/* logo section */
h1.logo, strong.logo {
	font-size: 11px;
	position: absolute;
	top: 25px;
	left: 25px;
}

h1.logo a, strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 185px;
	height: 56px;
	background: url(images/logo.gif) no-repeat;
}

/* navigation section */
#navigation {
	padding: 0;
	position: absolute;
	top: 71px;
	right: 8px;
	font: 13px/28px  'Lucida Sans Unicode', 'Lucida Sans', Lucida, sans-serif;
	text-transform: uppercase;
}

#navigation li {
	float: left;
	margin-left: 24px;
	display: inline;
	position: relative;
}

#navigation li a {
	color: #999;
	text-decoration: none !important;
	float: left;
}

#navigation li a:hover,
#navigation li.active a,
#navigation li.current_page_item a,
#navigation li.current_page_ancestor a {
	color: #666;
}

#navigation ul {
	padding: 2px;
	margin: 0;
	position: absolute;
	top: 28px;
	left: -50px;
	width: 156px;
	background: #333;
	font: 12px/21px Arial, Helvetica, sans-serif;
	display: none;
}

#navigation li.hover ul,
#navigation li:hover ul {
	display: block;
}

#navigation ul li {
	width: 100%;
	margin: 0;
}

#navigation ul a {
	display: block;
	float: none;
	color: #FFF !important;
	padding: 0 5px;
	width: 146px;
}

#navigation ul a:hover,
#navigation ul li.active a,
#navigation ul li.current_page_item a,
#navigation ul li:hover a {
	background: #D50A27;
}


/* footer section */
#footer {
	width: 972px;
	margin: 0 -35px;
	border-top: 1px solid #F2F2F2;
	padding-top: 1px;
	position: relative;
	z-index: 4;
}

#footer div.inner {
	padding: 12px 35px;
	width: 902px;
	background: #F2F2F2;
	overflow: hidden;
}

#footer a.uway {
	float: right;
	width: 107px;
	height: 44px;
	margin: -4px 0 -5px 0;
	text-indent: -9999px;
	overflow: hidden;
	background: #666 url(images/uway.gif) no-repeat;
}

#footer p.quick-subscribe {
	float: left;
	padding: 0;
}

#footer p.info {
	float: right;
	font-size: 11px;
	padding: 10px 30px 0 0;
	white-space: nowrap;
}

#footer p.info span {
	padding: 0 5px;
}

/* content section */
#content {
	width: 100%;
	padding: 14px 0;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

body.index #content {
	padding: 0;
}

#primary {
	width: 615px;
	float: right;
	padding-left: 34px;
	border-left: 1px solid #D6D6D6;
	margin-left: -1px;
}

#secondary {
	width: 225px;
	padding-left: 5px;
	float: left;
	padding-right: 22px;
	border-right: 1px solid #D6D6D6;
	min-height: 600px;
	background: url(images/background-secondary.png) no-repeat top right;
	line-height: 20px;
}

* html #secondary {
	height: 600px;
}

/* inner boxes section */
#promo {
	width: 100%;
	margin-bottom: 6px;
}

#promo img, #promo embed, #promo object {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

/* columns box section */
#columns {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #D6D6D6;
	background: url(images/background-columns.png) no-repeat top left;
	padding-top: 6px;
}

#columns div.left {
	width: 440px;
	float: left;
}

#columns div.right {
	width: 440px;
	float: right;
}

/* events box section */
div.events {
	margin-bottom: 14px;
	background: url(images/dots.gif) repeat-x bottom left;
	color: #999;
}

div.events h3 {
	font-size: 14px;
	padding-bottom: 4px;
}

div.events a {
	color: #999 !important;
}