
/* ----------------------------------- default ----------------------------------- */
html, body {
	margin: 0 auto;
	padding: 0;
	height:100%;
	background:url(../images/bg-tile.jpg) 0 0 repeat;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width:980px;
	color:#333;
	font-size:14px;
	line-height:20px;
}



a {			color:#9e1c20; text-decoration:none; }
a:hover {	color:#9e1c20; text-decoration:underline; }

strong, b { font-weight:bold;}
i, em { font-style:italic;}

.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}

/* this makes all superscript text top aligned and smaller so that line spacing remains consistent */
sup {
    vertical-align:text-top; font-size:90%;
}

dl { padding-top:20px; }



/* ------------------------------------------------- header ------------------------------------*/
#header {
	position:relative;
	margin:0 auto;
	padding:0;
	width:980px;
	height:100px;
	z-index:5;
}



/* ------------------- logo ------------------- */
#header h1 {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 0 60px;
	padding:0;
	width:220px;
	height:100px;
	z-index:100;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:100px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-1000em;
}
#header h1 a span {
	background:url(../images/logo-toff-header.png) 0 0 no-repeat;
	cursor:pointer;
}



/* ------------------- search ------------------- */
#header form#searchForm {
	float:right;
	display:inline-block;
	height:20px;
	padding:5px 20px 5px 5px;
	margin:0;
	overflow:hidden;
}
#header form#searchForm fieldset {
	margin:0;
	padding:0;
	height:20px;
	overflow:hidden;
	position:relative;
	border:none;
}
#header form#searchForm input {
	width:120px;
	height:12px;
	line-height:12px;
	font-size:12px;
	font-weight:normal;
	margin:0;
	color:#666;
	background:#fff url(../images/bg-input.gif) left bottom repeat-x;
	text-align:left;
}

#header form#searchForm input.searchsubmit {
	width:20px;
	height:20px;
	border:none;
	color:#fff;
	text-indent:-1000em;
	background:url(../images/button-search.png) center center no-repeat;
	vertical-align:top;
	cursor:pointer;
}



/* ------------------------------------------------- general layout divs ----------------------------------- */
#bg {
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) center 0 repeat-y;
}

#wrapper {
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:10px 20px 0;
	background:url(../images/bg-wrapper.jpg) 0 0 no-repeat;
}

#sidebar {
	float:left;
	display:inline;/*
	width:290px;*/
	width:220px;
	min-height:180px;
	margin:3px 0 20px 0;
	padding:0 10px 0 0;
	overflow:hidden;
	background:url(../images/bg-sidebar-shadow.jpg) right 0 no-repeat;
}

#content {
	float:left;
	display:inline;
	width:670px;
	margin:0;
	padding:20px;
	overflow:hidden;
}
#content.noSidebar {
	width:900px;
}









/*---------------------- general subpage styles -------------------------*/
a .heading1, .heading1 a,
a .heading2, .heading2 a,
a .heading3, .heading3 a,
a .heading4, .heading4 a,
a .heading5, .heading5 a {color:#9e1c20;}

h1, .heading1 {
	font-size:20px;
	line-height:30px;
	margin-bottom:5px;
	font-weight:normal;
}

h2, .heading2 {
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#064f96;
	font-weight:bold;
}

h3, .heading3 {
	clear:left;
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#064f96;
	font-weight:normal;
}

h4, .heading4 {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#064f96;
	font-weight:bold;
}

h5, .heading5 {
	color:#064f96;
	font-weight:normal;
    margin-bottom: 10px; 
}

.small { font-size:12px; line-height:18px; }

hr {
	color:#dcd3bf;
	background:#b3a7a0;
	border:0;
	height:1px;
}

p,
ul,
ol { 
    margin-bottom: 20px; 
}

ol, ul {
    list-style:outside;
    margin-left: 2em;
}


#content img {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	margin:10px;
}


#content a:hover img {border-color:#9e1c20;}

.cms, #cms img {
	padding:5px;
	background:#fff;
	margin:10px;
}










	



/* ------------------------------------------------ cms form styles ------------------------------------------------ */

/* ------ general form element styles ------ */
input, textarea {
	padding:3px;
	font-size:1em;
	color:#666;
	border:1px solid #ccc;
	background:#fff;
	overflow:visible;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
input.button {
	color:#fff !important;
	background:#9e1c20;
	width:auto !important;
	padding:3px 10px !important;
	cursor:pointer;
}

.radio {
	background:none;
	border:none;
	width:auto !important;
}
.check {
	background:none;
	border:none;
	width:auto !important;
}
.required {
	font-size:1.2em;
	color:#f33;
}


/* ------ general form element styles ------ */
div.formText {
	width:40%;
	float:left;
	display:block;
}

form table.cmsForm {
	width:60%;
	float:right;
	display:block;
	margin:0;
}

form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
}

form table.cmsForm textarea { width:95%; }
form table.cmsForm input, 
form table.cmsForm select { margin-right:5px; }
form table.cmsForm .check { float:left; clear:both; display:block; }



table.cmsFormThanks {
	width:100%;
	margin:0;
	padding:0;
}
table.cmsFormThanks td.cmsFormThanksL {
	width:50%;
	text-align:right;
	font-weight:normal;
	padding-bottom:10px;
}
table.cmsFormThanks td {
	vertical-align:top;
	font-weight:bold;
	padding:0 15px 5px 0;
}





/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-weight:normal;
}
p.level1 a {
	font-weight:normal;
}







/*------------------------------------ footer ------------------------------------*/

#footer {
	clear:both !important;
	margin:10px auto 0;
	padding:15px 10px;
	width:920px;
	font-size:12px;
	color:#666;
	border-top:1px solid #e5e5e5;
}
#footer a {
	color:#666;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li {
	display:inline;
	margin:0 15px 0 0;
}

