/* GENERAL */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background:url(../images/bg_pattern.gif) #ffffff;
	color: #534741;
	font: normal 14px/18px Calibri, 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #007db3;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #ed1164;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

img {
	border: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

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

ul {
	list-style-image: url(../images/bullet_red.gif);
}

ol {
	list-style-image: none;
}


li {
	padding: 0 5px 15px 0;
}

ul ul {
	list-style-type: circle;
	list-style-image: none;
	padding: 5px 0 0 0;
}

li li {
	padding: 0 5px 3px 0;
}

dl {
	padding: 0;
	margin: 10px;
}

dt {
	font-weight: bold;
	color: #cb1009;
}

dd {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 10px 0;;
	padding: 0;
	color: #534741;
}

h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}

/* HEADER */

#home_feature {
	width: 960px;
	height: 326px;
	margin: 0 4px 0 4px;
}

#header {
	width: 960px;
	height: 128px;
	margin: 0 4px 0 4px;
	padding: 0;
}

#header_nav {
	padding: 26px 0 0 40px;
	background: url(../images/bg_header.gif) #ffffff repeat-x;
}

#header_nav h1 {
	padding: 0;
	margin: 0;
	width: 228px;
	height: 102px;
	font-size: 1px;
	display: inline;
}

#nav {
	display: inline;
	padding: 0 0 0 440px;
	margin: 0;
	height: 102px;
}

#nav a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

#section {
	width: 960px;
	height: 60px;
	background: #808990;
	margin: 0 4px 0 4px;
}

#section_nav {
	padding: 0 0 0 40px;
}

#section_nav h2 {
	float: left;
	padding: 0;
	margin: 0;
	height: 60px;
	width: 180px;
	font-size: 1px;
	display: inline;
}

#section_links {
	padding: 0 0 20px 0;
	margin: 0;
	height: 60px;
	font: bold 13px/84px Calibri, 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#section_links a {
	color: #ffffff;
	padding: 0 15px 0 0;
}

#section_links a:hover {
	color: #000000;
}

#section_links a.current {
	color: #000000;
}

#show_nav {
	margin: 0 0 10px 0;
}

/* CONTENT */

#page {
	width: 968px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background: url(../images/border.gif) #ffffff repeat-y;
}

* html #page {
	height: 100%;
}

#content {
	padding: 30px 22px 100px 14px;/*top 14right bottom 14left */
}

#col_main {
	display: inline;
	float: left;
	margin: 0 20px 0 30px;
	width: 630px;
}

#col_sub {
	display: inline;
	float: left;
	margin: 0;
	width: 200px;
}

#col_left {
	display: inline;
	float: left;
	margin: 0 0 0 14px;
	width: 270px;
}

#col_right {
	display: inline;
	float: right;
	width: 270px;
}

#col_middle {
	display: inline;
	float: left;
	margin: 0 2px 0 6px;
	width: 270px;
}

/* FOOTER */

#nonfooter {
	position: relative;
	min-height: 100%;
}

* html #nonfooter {
	height: 100%;
}
	
#footer {
	position: relative;
	margin: -60px auto 0 auto;
	width: 960px;
	height: 60px;
	color: #7e7977;
	background: url(../images/footer_bg.gif) #f3f3f3 repeat-x;
	text-align: center;
	font: normal 12px/12px Calibri, 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

/* FOOTER offset hack for IE */
* html #footer {
	margin-top: -30px;
}

#footer_nav {
	padding: 12px 0 5px 0;
	font-size: 13px;
}

#footer p {
	padding: 0 15px 0 15px;
	margin: 0 0 5px 0;
}

#footer a {
	color: #7e7977;
	font-weight: normal;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer a:hover {
	color: #008eb0;
	text-decoration: none;
}


/* CLASSES */

.clear {
	clear: both;
}

.captcha {
	display: block;
	margin: 5px 0 5px 0;
	border: 1px solid #666666;
}

.hide {
	position: absolute;
	left: -10000px;
}

.right {
	display: inline;
	float: right;
}

.left {
	display: inline;
	float: left;
}

.thumb {
	float: left;
	width: 190px;
	background: #ffffff url(../images/thumb_shadow.gif) no-repeat;
	margin: 0 20px 20px 0;
	display: inline;
}

.thumb img {
	padding: 4px;
	border: 1px solid #e8e8e8;
	margin: 0 0 4px 0;
}

.thumb em {
	padding: 0 10px 0 10px;
	font-style: normal;
}

.thumb a {
	color: #7e7977;
}

.thumb a:hover {
	color: #008eb0;
}

.thumb a:hover img {
	border: 1px dotted #999999;
}

h3.show_title {
	margin: 0  20px 4px 40px;
	padding: 0;
}

.slide {
	width: 610px;
	height: 420px;
	background: #ffffff url(../images/slide_shadow.gif) no-repeat;
	margin: 0 0 20px 0;
}

.slide img {
	padding: 4px;
	margin: 0 0 4px 0;
	border: 1px solid #e8e8e8;
}

.slide em {
	padding: 0 20px 10px 10px;
	font-style: normal;
	text-align: right;
	display: block;
}

.slide a {
	color: #7e7977;
}

.slide a:hover {
	color: #008eb0;
}

.slide a:hover img {
	border: 1px dotted #999999;
}

.mainCol {
	padding: 12px 16px;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 10px;
}

.sideCol {
	background: #f3f3f3;
	padding: 15px;
	min-height: 380px;
}

.sideBox {
	padding: 12px 16px;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 10px;
}

.sideBox p {
	padding: 0;
	margin: 12px 0 5px 2px;
}

.sideBox ul {
	list-style-image: url(../images/bullet_red.gif);
	padding: 0 0 0 15px;
	margin: 5px;
}

.sideBox li {
	padding: 0 5px 5px 0;
	margin: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

 .clearfix {
display: inline-block;
}  

 /* Targets IE Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
 /* Targets IE Win */

/* FORMS */

form {
	margin: 2px 0 2px 0;
	padding: 0;
}

input.textfield {
	color: #4c4c4c;
	border: 1px solid #999999;
	padding: 2px;
}

.textfield:focus {
	border: 1px dotted #ec1465;
}

input.button {
	border: 0;
	padding: 5px;
	margin: 10px 0 10px 0;
	background: #808990;
	color: #ffffff;
	display: block;
}

input.button:hover {
	background: #ec1465;
}

.radio {
	border: 0;
	padding: 0;
}

input.checkbox {
	border: 1px solid #cccccc;
	padding: 2px;
}

select {
	color: #4c4c4c;
	border: 1px solid #999999;
	padding: 2px;
	min-width: 200px;
}

textarea {
	color: #4c4c4c;
	border: 1px solid #999999;
	padding: 2px;
	margin: 0 0 10px 0;
}

label {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
}

fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

