﻿/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

body, html {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
}

a:link, a:visited { 
	color: #000;
	text-decoration: underline; }

a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: none;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0.65em 0;
	color: #000;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0.9em 0 0.65em 0;
	color: #666;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	margin: 0.65em 0;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.65em 0;
	color: #666;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0.65em 0;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 0.65em 0;
}
.imgright {
	float: right;
	margin: 0 0 5px 15px;
}
.imgleft {
	float: left;
	margin: 0 15px 5px 0;
}
hr {
	color: #CCCCCC;
	margin: 20px 0;
	height:1px;
	border:0px solid;
	border-top:1px solid;
} 
p {
	margin: 0.65em 0 0.65em 0;
}
blockquote {
	text-align:center;
	color:#666;
	font-style:italic;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	padding:20px;
	margin:15px 0 15px 0;
}
.header {
	text-align:center;
	}
.wrapper {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
}
.content-wrapper {
	margin:15px auto 15px auto;
	width:1000px;
	display:block;
}
/* COLUMNS */

.col1 {
	float: left;
	margin:0 30px 0 0;
	width: 45%;
}

.col2 {
	margin:0;
	float: left;
	width: 51%;
}
.narrow {
	width: 310px !important;
}
.wide {
	width: 660px !important;
}
.full {
	width: 100%;
}

.holding {
	border:0px solid #E2ECF3;
	}

.footer {
	color: #999;
	background-color:#FFF;
	padding: 4px 20px;

}
.footer a:link, .footer a:visited {
	color: #666;
	padding-left: 20px;
	text-decoration:none;
	float:right;
}
.footer a:hover, .footer a:active {
	text-decoration:none;
	color:#808080;
}
/* Corner radius */
.ui-corner-tl { -moz-border-radius: 12px 0px 0px 0px; -webkit-border-radius: 12px 0px 0px 0px; border-radius: 12px 0px 0px 0px; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-tr { -moz-border-radius: 0px 12px 0px 0px; -webkit-border-radius: 0px 12px 0px 0px; border-radius: 0px 12px 0px 0px; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-bl { -moz-border-radius: 0px 0px 0px 12px; -webkit-border-radius: 0px 0px 0px 12px; border-radius: 0px 0px 0px 12px; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-br { -moz-border-radius: 0px 0px 12px 0px; -webkit-border-radius: 0px 0px 12px 0px; border-radius: 0px 0px 12px 0px; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-top { -moz-border-radius: 12px 12px 0px 0px; -webkit-border-radius: 12px 12px 0px 0px; border-radius: 12px 12px 0px 0px;; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-bottom {-moz-border-radius: 0px 0px 12px 12px; -webkit-border-radius: 0px 0px 12px 12px; border-radius: 0px 0px 12px 12px; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-right { -moz-border-radius: 0px 12px 12px 0px; -webkit-border-radius: 0px 12px 12px 0px; border-radius: 0px 12px 12px 0px; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-left { -moz-border-radius: 12px 0px 0px 12px; -webkit-border-radius: 12px 0px 0px 12px; border-radius: 12px 0px 0px 12px; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-all { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; behavior: url(stylesheets/PIE.htc); position:relative; }
.ui-corner-all2 { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(stylesheets/PIE.htc); position:relative; }
