/* Start of CMSMS style sheet 'SITE: layout' */
/* General Rules
------------------------------*/
* {
	margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #bcbec3 url(uploads/images/base/bkgd.gif) repeat-x;
}

/* Helpers
------------------------------*/
.clear {
	clear: both;
}
.left-col {
	float: left;
}
.right-col {
	float: right;
}

/* Layout
------------------------------*/
#wrapper {
	/*background: #fff url(uploads/images/base/container_bkgd.gif) repeat-y 10px 0;*/
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 968px;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

.home #wrapper {
	background: #fff url(uploads/images/base/home_bkgd.gif) repeat-y 10px 0;
}
/* Header */
#header {
	height: 140px;
	background: #fff;
}
#logo {
	width: 670px;
	margin: 0 auto;
}
#logo h1 {
	display: block;
	float: none !important;
	padding: 0px;
}
#logo h1 a {
	color: #fff;
}
#logo h1 a span,  #logo h1 a img {
	float: left;
	line-height: 30px;
}
#logo h1 a span {
	font-size: 20px;
	padding-top: 57px;
}
#logo p {
	display: none;
}
#search {
	background: #fff;
	border-bottom: none;
	height: 60px;
	width: 280px;
}
#search form {
	padding: 10px;
}
#search input.search-input {
    background: url(uploads/images/base/search.gif) no-repeat;
    border-style: none;
	color: #bcbec3;
    float: left;
	font: 13px/20px Arial, Helvetica, sans-serif;
    height: 29px;
    padding: 6px 0 5px 10px;
    width: 210px;
}
#search input.search-button {
	background: url(uploads/images/base/search.gif) no-repeat right;
	border-style: none;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 40px;
	line-height: 0;
	margin: 0;
	text-indent: -9999em;
	width: 40px;
}
#menuwrapper {
	background: #2b2d30 url(uploads/images/base/topmenu_bkgd.gif) repeat-x;
	height: 50px;
}
#breadcrumbs {
	height: 36px;
	width: 728px;
}
/* Content Area */
#container {
	border-top: 10px solid #fff;
	padding: 0 10px;
}
#sidebar {
	display: inline;
	overflow: hidden;
	width: 200px;
}
#content {
	width: 728px;
	background: #fff url(uploads/images/base/post-bg.gif) repeat-y;
}
#main {
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
#sidebar2 {
	background-color: #dddee1;
	padding-bottom: 20px;
	width: 270px;
}
.sidebar {
	width: 438px;
}
.nosidebar {
	width: 600px;
}

/* Footer */
#footerwrapper, .push {
	height: 120px; /* .push must be the same height as .footer */
	clear: both;
}
#footerwrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 968px;
	background: #fff;
}
#footer {
	background: #545962 url(uploads/images/base/footer_bkgd.gif) repeat;
	border-top: 10px solid #fff;
	height: 110px;
	margin: 0 10px;
	padding: 0 10px;
}
#btmnav {
	background: transparent url(uploads/images/base/btmnav_bkgd.png) no-repeat;
	height: 40px;
	margin-top: 10px;
	width: 190px;
}
#banner_horz img {
	padding-top: 10px;
}

/* Images
------------------------------*/
img {
	border:none;
}
img.right {
	float: right;
	margin: 0 0 20px 15px;
}
img.left {
	float: left;
	margin: 0 20px 20px 0;
}
/*div.captionborder, div.captionborderleft,div.captionborderright {
	border: 1px solid #cccccc;
	padding: 3px;
	background-color: #ffffff;
}*/

div.captionborderright {
	float: right;
	margin: 0 0 20px 15px;
}
div.captionborderleft {
	float: left;
	margin: 0 20px 20px 0;
}
p.captiontext {
	margin: 0;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	background-color: #545861;
	color: white;
	text-align: center;
}
div.captionborderright p.captiontext {
	text-align: right;
}
div.captionborderleft p.captiontext {
	text-align: left;
}

/* Login Layout
------------------------------*/
#loginForm {
	padding-top:20px;
}
#loginForm div {
	padding-top:10px;
}
#loginForm label, #buttons label {
	float:left;
	width:80px;
	line-height:26px;
	text-align:right;
	padding-right:10px;
}
#loginForm input.cms_textfield, #loginForm input.cms_password {
	padding:3px;
	line-height:12px;
}
/* End of 'SITE: layout' */

