@charset "utf-8";
/* CSS Document */

/* common styles */
body, h1, h2, h3, h4, h5, h6, p, img, form, ul, li {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:url(images/body-bg.gif);
	color:#111;
}
input, textarea, select, button {
	font-family:Arial, Helvetica, sans-serif;
	overflow:visible;
	outline:none;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline:none;
}
.clearer {
	clear:both;
	font-size:0;
	line-height:0;
}
h1 {
	font-size:20px;
	line-height:1.2;
	margin-bottom:15px;
}
h2 {
}
h3 {
	font-size:14px;
	line-height:1.2;
	margin-bottom:10px;
}
h4 {
}
h5 {
}
h6 {
}
p {
	font-size:13px;
	line-height:1.5;
	margin-bottom:15px;
}
br {
	line-height:1.2;
}
#main-wrapper {
}
.wrap {
	width:950px;
	margin:0 auto;
}
.clearfix:after, .wrap:after, .bx-wrap:after, .row:after, .row2:after, .content:after {
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
	width:100%;
}
.clearfix, .wrap, .bx-wrap, .row, .row2, .content {
	display:inline-block;
}
/* Hides from IE-mac\*/
* html .clearfix, * html .wrap, * html .bx-wrap, * html .row, * html .row2, * html .content {
	height:1%;
}
/* End hide from IE-mac */

.clearfix, .wrap, .bx-wrap, .row, .row2, .content {
	display:block;
}
.inner {
	display:inline-block;
	width:100%;
}
* html .inner{
	float:left;
}
/* end common styles */

/* header */
#header-wrapper {
	padding-top:15px;
}
#logo {
	float:left;
	font-size:24px;
	font-weight:bold;
	line-height:1;
	color:#111;
	padding-top:12px;
}
/* end header */


/* navigation */

/* End navigation */


/* Body */
#body-wrapper {
	padding:20px 0;
}
.content-box {
	background:#fff;
	border:1px solid #ccc;
	padding:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 1px #999;
	-webkit-box-shadow:0 0 1px #999;
	box-shadow:0 0 1px #999;
}
.content-left {
	float:left;
	width:175px;
}
.content-right {
	margin-left:200px;
}
.sub-column-1 {
	width:330px;
	float:left;
	margin-bottom:50px;
}
/* End Body */


/* Boxes */

/* End Boxes */


/*Lists*/
.link-list {
	background:#eee url(images/linklist-bg.gif) repeat-x;
	border:1px solid #ccc;
	float:left;
	margin-top:15px;
	padding:15px;
	font-size:14px;
	line-height:1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.link-list li {
	display:inline;
	padding:0 7px;
}
.link-list h3 {
	display:inline;
}
.link-list a {
	color:#333;
}
.link-list a:hover {
	color:#000;
	text-decoration:underline;
}
/*Lists*/



/* extras */
.row {
}
.row2 {
	padding:10px 0;
}
.row3 {
	padding-top:10px;
}
.row4 {
	padding-bottom:10px;
}
.underline {
	text-decoration:underline;
}
.float-right {
	float:right !important;
}
/* End extras */


/* Footer */
#footer-wrapper {
}
#footer-wrapper .wrap {
	background:#111;
	padding:15px 0;
	text-indent:15px;
}
#footer-wrapper, #footer-wrapper a {
	color:#fff;
	font-size:13px;
	line-height:1.2;
}
#logo{
    height: auto!important;
    left: 0px!important;
    position: relative;
    top: 0px!important;
    width: auto!important;}
	#content{display:none!important;}
/* End Footer */
