/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;vertical-align:baseline;}
body {line-height:1.5;background: #fff url(images/bg.png) repeat-x;}

/* typography.css */
body {font-size:75%;color:#222;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:20px;line-height:1;margin-bottom:0.5em;}
h2 {font-size:23px;margin-bottom:0;color:#fff;}
h3 {font-size:20px;line-height:0;margin-bottom:0;margin-top:0;color:#fff;}
h4 {font-size:17px;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:15px;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:15px;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin: 0 0 15px; color: #fff;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 0 0 0;color:#fff;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* Design Start */

.container {
	width: 974px;
	background-image: url(images/container-bg.png);
	position: relative;
	left: 50%;
	margin-left: -487px;
}

.header {
	width: 954px;
	background-image: url(images/header.png);
	height: 217px;
	margin-left: 10px;
	float: left;
}

.menu-container {
	width: 946px;
	margin-left: 14px;
	float: left;
}

#nav, #nav ul {
	background-color:#fff;
	color:#000;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	width: 190px;
	height: 34px;
	background-image: url(images/menu_1.png);
	float: left;
	text-align: center;
}

#nav li a, #nav li a:link, #nav li a:visited {
	color: #fff;
	font-variant: small-caps;
	font-size: 18px;
	text-decoration: none;
	display: block;
 }
 
#nav li a:hover {
	text-decoration: underline;
}

#nav li + li {
	width: 189px;
	height: 34px;
	background-image: url(images/menu_2.png);
	float: left;
}

#nav li + li + li {
	width: 188px;
	height: 34px;
	background-image: url(images/menu_3.png);
	float: left;
}

#nav li + li + li + li {
	width: 189px;
	height: 34px;
	background-image: url(images/menu_4.png);
	float: left;
}

#nav li + li + li + li + li{
	width: 185px;
	height: 34px;
	background-image: url(images/menu_5.png);
	float: left;
	padding-right: 5px;
}

.sidebar-container {
	width: 242px;
	margin-left: 16px;
	background: url(images/sidebar-repeat.png) 0;
	float: left;
	margin-bottom: 7px;
}

.sidebar {
	width: 232px;
	min-height: 478px;
	float: left;
	background: url(images/sidebar-bg.png) no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

.sidebar-end {
	width: 242px;
	height: 11px;
	background-image: url(images/sidebar-end.png);
	float: left;
}

.sidebar-inner-container {
	width: 228px;
	margin-left: 2px;
	float: left;
}

.sidebar-inner-top {
	width: 228px;
	height: 28px;
	background-image: url(images/sidebar-inner-top.png);
	float: left;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;
}

.sidebar-inner {
	width: 228px;
	background: url(images/sidebar-inner-bg.png) no-repeat;
	float: left;
	min-height: 111px;
}

.sidebar-inner-end {
	width: 228px;
	height: 13px;
	background-image: url(images/sidebar-inner-end.png);
	float: left;
}

.sidebar-inner-repeat {
	width: 228px;
	background: url(images/sidebar-inner-repeat.png) 0;
	float: left;
}

.content-container {
	width: 693px;
	margin-left: 7px;
	float: left;
	margin-top: 20px;
	margin-bottom: -7px;
}

.content-repeat {
	width: 693px;
	background: url(images/content-repeat.png) 0;
	float: left;
}

.content {
	width: 679px;
	min-height: 469px;
	float: left;
	background: url(images/content-bg.png) no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	position: relative;
	top: -13px;
}

.content-end {
	width: 693px;
	height: 13px;
	background-image: url(images/content-end.png);
	float: left;
	position: relative;
	top: -13px;
}

.footer {
	width: 942px;
	height: 44px;
	float: left;
	background-image: url(images/footer.png);
	margin-left: 16px;
	margin-bottom: 5px;
	padding-top: 3px;
	color: #fff;
	text-align: center;
	font-size: small;
}

.footer a {
	text-decoration: underline;
	color: #fff;
	font-variant: small-caps;
}

#wimpy-center {
	width: 188px;
	height: 126px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}

.wimpy {
	margin-left: 5px;
}

.clear {
	clear: both;
}