html {
	height:100%;
}

body {
	font-size:62.5%;
	color:#333;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	margin:0;
	font-weight:normal;
	text-align:center;
	background:#eee;
}
h1, h2, h3, h4 { font-weight:normal; margin:0 0 5px; }
h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3 { font-size:1.2em; }
p { margin:0 0 15px; }
a { color:#333; }
a:link, a:visited { text-decoration:underline; }
a:active, a:focus, a:hover { text-decoration:none; }
ul { margin:0; padding:0; }
li { margin-left:15px; }
img { border:none; vertical-align:top; }
blockquote { padding:0; margin:5px 10px; }
form { margin:0; padding:0; }
textarea { font-family:Arial, Helvetica, Tahoma, sans-serif; font-size:1em; }
td, th { vertical-align:top; }

.clearit2 { clear:both; font-size:0; line-height:0; height:0; }
.clearit:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }

.imageupload { height:auto !important; }

div#container {
	text-align:left;
	font-size:1.2em;
}

div#header .wrapper, div#nav .wrapper, div#content .wrapper, div#footer {
	position:relative;
	width:900px;
	margin:0 auto;
}

div#header { background:#aa2a1b url(../images/header-bg.jpg) top left repeat-x; }
	
	div#header .wrapper {
		height:108px;
	}
		a#logo {
			position:absolute;
			top:7px;
			left:0; /*-39px*/
			line-height:100px;
			font-size:4em;
			color:#fff;
		}
			a#logo:link, a#logo:visited { text-decoration:none; }
	
div#nav { background:#fff url(../images/nav-bg.jpg) top left repeat-x; }
	div#nav .wrapper {
		height:30px;
	}
		div#nav ul {
			margin-left:300px;
		}
			div#nav li {
				list-style:none;
				float:left;
				margin-left:14px;
				padding-right:16px;
				font-size:1.25em;
				background:url(../images/nav-border.jpg) top right no-repeat;
			}
				div#nav li.last { padding-right:0; background:none; }
				
				div#nav li a {
					line-height:30px;
					font-weight:bold;
				}
				
					div#nav li a:link, div#nav li a:visited {
						text-decoration:none;
						color:#333;
					}
					
					div#nav li a:active, div#nav li a:focus, div#nav li a:hover, div#nav li.cms-current a {
						color:#d43320;
					}

div#content {
	padding-top:26px;
	background:#eee url(../images/content-bg.jpg) top left repeat-x;
}
	div#content .wrapper {  }
		div#content .wrapper2 {
			padding:30px;
			line-height:1.5em;
			color:#666;
			background:#fff;
		}
			div#content a { color:#666; }
			
			div#sidebar, div#main {
				float:left;
			}
			
			div#sidebar {
				width:188px;
				padding:15px;
				border:1px solid #eee;
				margin-right:30px;
			}
				div#sidebar h2, div#sidebar h4.cms-heading-content {
					padding-bottom:7px;
					border-bottom:1px solid #eee;
					margin-bottom:7px;
					color:#333;
					text-transform:uppercase;
					font-size:1.3em;
				}
				
				div#sidebar img { margin:0 0 10px; }
			
			div#main {
				width:590px;
			}
				div#main h1, div#main h4.cms-heading-content {
					padding-bottom:7px;
					border-bottom:1px solid #eee;
					margin-bottom:7px;
					color:#d43320;
					line-height:1.2em;
					text-transform:uppercase;
					font-size:1.8333em;
				}


div#footer {
	min-height:100px;
	border-top:10px solid #b0b0b0;
	line-height:1.5em;
	background:#dbdbdb;
}
	div#footer .wrapper { padding:20px 30px; }
		div#footer h4.cms-heading-content {
			font-size:1em;
			text-transform:uppercase;
			font-weight:bold;
			color:#a0281a;
		}
		
		div#footer .col1, div#footer .col2, div#footer .col3 {
			float:left;
			min-height:150px;
			margin:0 30px 0 0;
			font-style:italic;
		}
		
		div#footer .col1 { width:190px; }
		div#footer .col2 { width:120px; }
		div#footer .col3 { width:220px; }
		
		div#footer-info {
			position:absolute;
			right:30px;
			bottom:20px;
			text-align:right;
			font-size:0.95em;
			color:#999;
		}
			div#footer-info a {
				color:#999;
			}

/* display mode */
body.cms-display .cms-heading-content, body.cms-display .cms-text-content { padding:0; }

body.cms-display .cms-textbox-content, body.cms-display .cms-textarea-content { padding-left:0; }

/* Edit mode */


/* Hacks */
* html div#footer { height:100px; }
* html div#nav li, * html div#sidebar, * html div#main, * html div#footer .col1, * html div#footer .col2 { display:inline; }
* html div#header, * html div#header .wrapper, * html div#nav .wrapper, * html div#content .wrapper, * html div#footer { zoom:1; }




