/* GENERAL STYLES */
/* CSS Document */
/*html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}*/

body  {
	/* font: 62.5% Arial, Helvetica, sans-serif; */
	font-size: 62.5%;
	background: #BEBEBE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	/*min-width:1000px;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#0035AD;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color:#0035AD;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:1000px;
	text-align:left;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000; /* #CDDDDC; */
	background-image:url(../images/master_bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

#header {
	width:100%;	
	min-height:95px;
	position:relative;
	/*margin-bottom:8px;*/
}

* html #header {
	height:95px;
}

#header:after, #infocontainer:after, .branchinfobox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	float:left;
}

#headersearch {
	position:absolute;
	float:right;
	width:205px;
	bottom:25px;
	right:0px;
	padding-bottom:5px;
}

#sidebar1 {
	float:left;
	width:195px;
}

#campaign #content {
	margin-left:0px;
}

#content, #contenthome {
	margin-left: 206px;
	text-align:left;
}

#innercontainer {
	width:794px;
	float:left;	
	font-size:1.2em;
}

#home #innercontent {
	width:592px;
	background:none;
	color:#ffffff;
	padding-right:10px;
}

#innercontent {
	padding: 0em 0px 0px 0px;
	margin-top: 0px;
	float:left;
	width:500px;
	border:none;
	background-color: #CFCFD1;
	color:#000000;
}

.form {
	width:786px !important;
	color: #000000;
	padding:15px;
}

#home #sidebar2, #sidebar2 {
	float: right;
	width: 182px;
	background:none;
	padding-top: 0;
	padding-right: 8px;
}

#home #sidebar2 {
	border-left: 1px dotted #ccc;
	padding-left:0;
}

#sidebar2 {
	width:270px;
	background:#CFCFD1;
	float:left;
	position:relative;
	padding:5px 5px 30px 11px;
}

#sidebar2 img {
	margin-left:5px;
} 


#footercontainer {
	overflow:hidden;
	width:100%;
/*	border-top:2px solid #666666;*/
	margin-top:15px;
}

#footerTop ul {
	margin-top:5px;
	margin-left:10px;
}

#footerTop ul li {
	display:inline;
}

#footerbottom {
	margin-top:10px;
	width:70%;
	float:left;
}

#footerbottom p, #footerbottomRight p{
	padding-bottom:10px;
}

#footerbottomRight {
	margin-top:10px;
	width:25%;
	float:right;
}

#footerbottomRight img {
	float:right;
}

#footer {
	background:#0035AD;	
	background-position:right top;
	background-repeat: no-repeat;
	height:56px;
	color:#FFFFFF;
	font-size: 1em;
	margin-bottom:1em;
	padding-bottom: 4px;
	position: relative;
}

#footer a {
	color: #ffffff;
}

#footer a:hover, #footer a:active {	
	text-decoration:underline;
}

#footertext {
	text-align: left;
	position: absolute;
	bottom: 10px;
	width: 70%;
}
/*
#footer ul {
	// float:left;
	width:60%;
}*/

#footer p {
	color:#FFFFFF;
	padding:0px 20px 0px 20px;
}

.studyFeature img {
	float:left;
}


/* EDITOR PROPERTIES */
