/* 
    Document   : layout
    Created on : Jun 3, 2011, 10:55:19 AM
    Author     : eugene
    Description:
        Styles describing the layout of the pages.
*/

@import url("fonts.css");
@import url("forms.css");

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background: transparent url('/images/BackgroundTile.jpg');
}

.clear {
	height: 1px;
	width: 100%;
	clear: both;
	margin: -1px 0;
}

#mainWrap {
	width: 918px;
	height: 1024px; /* 1039px; */
	margin: 0px auto;
/*	border: 1px solid red;*/
/*	background: transparent url('/images/Crackedbox.png') no-repeat;*/
	background: transparent url('/images/CrackedBoxShorter.jpg');
	overflow: hidden;
	padding: 37px 41px 21px 42px;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

header#page_head {
	width: 100%;
	height: 200px;
	background: transparent url('/images/ActionCenterHEADER.png');
}

header a {
	float: left;
	display: block;
	width: 325px;
	height: 130px;
	text-decoration: none;
}

header #actionAlert {
	color: #fdcd00;
	float: right;
	text-align: center;
	margin: 10px 60px 0 0;
	width: 400px;
}

header #actionAlert h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 0px;
	padding-bottom: 0;
}

header #actionAlert #alertBody {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fdcd00;
}

header #actionAlert #alertBody p {
	margin-top: 0;
}

header #actionAlert #alertBody a {
	color: #fdcd00;
	float: none;
	display: inline;
}

header a#barlink {
	width: 99.5%;
	height: 65px;
	margin: 2px 0 0 0;
}

section#main {
	margin: 17px 0px 0px 0px;
}

section#content {
	float: left;
/*	border: 1px solid blue; */
	width: 598px;
	height: 746px;/*758px;*/
}

section#content_allreport {
  margin-bottom: 15px;
}

section#main aside {
	float: right;
	width: 306px;
	height: 746px;/*758px;*/
	background: rgba(255, 255, 255, 0.5);
/*	border: 1px solid blue;*/
}

#rightSidebarPad {
	margin: 20px;
}

* .cbwrap {
	margin: 0px 0px 4px 0px;
}

#footerLogo,
#copyAndStaticNav {
	float: left;
}

#contactInfo {
	float: right;
	margin: 36px 0 0 0;
}

#copyAndStaticNav {
	margin: 36px 0 0 0;
}

/****************** Right Sidebar ******************/

#letterBuilderSection input[type="text"],
#letterBuilderSection input[type="email"] {
	width: 230px;
	margin: 0px 0px 4px 0px;
	color: #cccccc;
	padding: 3px 6px;
}

#errorMessages {
	width: 90%;
	margin: 15px auto;
	padding: 8px;
	border: 1px solid red;
	color: red;
}

