.hidden { display: none; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.right {
	float: right;
}
.left {
	float: left;
}

a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

body {
	border-top: 10px solid #ab0534;
	background: url(../images/bg.gif);
}
.page {
	margin: 0 auto;
	min-width: 950px;
	max-width: 1200px;
	background: url(../images/content.gif) top center repeat-y;
}
#outer-wrapper {
	margin: 0 auto;
	margin-bottom: 2em;
	min-width: 950px;
	max-width: 1200px;
	background: url(../images/header.jpg) top center no-repeat;
}
* html .page, * html #outer-wrapper {/* IE :( */
	width: 800px; /* in case JS is off, set a fallback width. default is auto */  
	width: expression(Math.max(Math.min((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 20, 1200), 850)+'px');
}
#inner-wrapper {
	padding-bottom: 12px;
	background: url(../images/content-bottom.gif) bottom center no-repeat;
}
#header {
	
}
#sidebar {
	margin-top: 200px;
}
#content {
	margin: 108px 0 4em;
}

/* nav */

#nav ul {
	margin: 0;
	padding: 0;
	height: 32px;
	list-style: none;
}
#nav li {
	margin-left: 1px;
	height: 26px;
	/*background: url(../images/tab-bottomright.gif) bottom right no-repeat;*/
	float: left;
	position: relative;
	background-color: #ab0534;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .5px;
}
#nav a:link, #nav a:visited, #nav a:active {
	padding: 4px 10px;
	height: 18px;
	background-color: #ab0534;
	/*background: url(../images/tab-bottomleft.gif) bottom left no-repeat;*/
	display: block;
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav li.active a {
	color: #bfdfec;
}
#nav li:hover, #nav li.active {	
	padding-top: 1px;
}
#nav li:hover li {
	padding: 0;
}
#nav li ul {
	visibility: hidden;
	padding: 1em 0 0;
	width: 200px;
	z-index: 100;
	position: absolute;
	top: 27px;
	background-color: #ab0534;
}
#nav li li {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
	background-color: #ab0534;
}
#nav li li.last {
	padding-bottom: 1em;
}
#nav li li a:link, #nav li li a:visited, #nav li li a:active {
	margin: 0;
	padding: 6px 1em;
	height: auto;
}
#nav li li a:hover {
	background-color: #c84a6f;
	color: #eee;
}
#nav li:hover ul, #nav ul ul:hover {
	visibility: visible;
}
#sidebar {
}

/* content */

h2, h3, h4, h5 {
	font-weight: bold;
}

h2.description {
	margin-bottom: 1.5em;
	height: 2em;
	font-size: 1.4em;
	color: #ab0534;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 1.5em;
	line-height: 1.33em;
}
#content p {
	line-height: 1.8em;
}
small {
	padding-bottom: .75em;
	margin: 1em 0;
	border-bottom: 1px dotted #ceddf0;
	display: block;
	font-size: .9em;
	text-transform: uppercase;
	color: #333;
}
.post {
	margin: 2em 0 3em;
}

/* sidebar */

#sidebar h2 {
	font-size: 1.2em;
	line-height: 1.25em;
}
#sidebar ul.subnav {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}
#sidebar ul.subnav li {
}
#sidebar ul.subnav a {
	padding: .33em 1em;
	background: url(../images/arrow.gif) no-repeat center left;
	display: block;
	height: 100%;
}
#sidebar ul.subnav a:hover, #sidebar ul.subnav li.active a {
	padding-left: 1.5em;
	background-color: #fff;
	background-position: 6px;
	font-weight: bold;
}
#footer {
	padding-top: 12px;
	height: 100px;
	background: url(../images/footer.gif) top center no-repeat;
}
#footer div {
	text-align: center;
}
.TXNewsletters_form input[type=text] {
	width:150px;
}
.TXNewsletters_form input[type=submit] {
	margin-bottom:15px;
}
