/* @override http://122.252.5.31/~errols/themes/exponenttheme/css/jr_1colstyles.css */

/* @override http://122.252.5.31/~errols/themes/exponenttheme/jr_1colstyles.css */

/* @override http://122.252.5.31/~errols/themes/exponenttheme/jr_1colstyles.css */

/* @override http://122.252.5.31/~errols/themes/exponenttheme/jr_1colstyles.css */

body  {
	font: 100%  Arial,Verdana, Helvetica, sans-serif;
	background: #DB2523 url(../images/errols_body_bg.jpg) repeat-x top left;
	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: #000000;
}
#jr_oneColFixHdr #wrapper {
	background:url(../images/errols_topwrapper_bg.jpg) repeat-x top left;
}
/*----------------------------------------------------------------------------------------
CONTAINER
-----------------------------------------------------------------------------------------*/
#jr_oneColFixHdr #container { 
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/errols_wrapper_bg.jpg) repeat-y top left;
	margin: 3px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*-----------------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------------------*/
#jr_oneColFixHdr #header { 
	background:url(../images/errols_logo.gif) no-repeat top left ; 
	width:995px;
	margin:0 auto;
	height:100px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#jr_oneColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#jr_oneColFixHdr #header #search {
	float:right;
	margin-top:15px;
	margin-right: 50px;
}
#jr_oneColFixHdr #header #search input {
	background-color:transparent;
	color:#FFFFFF;
	height:auto;	
	padding:3px;
}

/*-----------------------------------------------------------------------------------------
SIDEBAR 1 (LEFT) Not used in home page
-----------------------------------------------------------------------------------------*/
#jr_oneColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	font-size:.9em;
	background:url(../images/errols_navmenu_header.jpg) no-repeat top left;
}
/* SIDEBAR MENU -------------------- */
#jr_oneColFixHdr #sidebar1 ul {
	list-style-type:none;
	padding:0;
	margin:150px 0 50px 2px;
	clear:both;
}
#jr_oneColFixHdr #sidebar1 li {
	background:url(../images/errols_nav_arrow.gif) no-repeat 20px center;
	text-indent:10px;
	padding-left:20px;
	line-height:30px;
	border-bottom:1px solid #FFFFFF;
}
#jr_oneColFixHdr #sidebar1 li a:link, #jr_oneColFixHdr #sidebar1 li a:visited {
	color:#FFFFFF;
}
#jr_oneColFixHdr #sidebar1 li a:hover {
	color:#DB2523;
}

/*Sidebar content above menu*/
#jr_oneColFixHdr #sidebar1 div.container_box {
float:left;
}
#jr_oneColFixHdr #sidebar1 div.container_box div.simple{
	margin:0 0 10px 0 ;
	padding:0 0 0 2px;
	float:left;
}
#jr_oneColFixHdr #sidebar1 div.container_box div.simple img {
/*float:left;*/
}

/* SIDEBAR ADMIN AREA -------------------- */
/* NOT USED HERE */
#jr_oneColFixHdr #sidebar1 #admin {
	padding:0 0 20px 0px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#jr_oneColFixHdr #sidebar1 #admin p,#jr_oneColFixHdr #sidebar1 #admin a {
	color:#FFFFFF;
	text-indent:20px;
}
#jr_oneColFixHdr #sidebar1 #admin input {
	background-color:transparent;
	color:#FFFFFF;
	width:80%;
	margin:5px 0 0 20px;
	padding:3px;
}
#jr_oneColFixHdr #sidebar1 #admin input#submitlogin {
	width:auto;
}
/*-----------------------------------------------------------------------------------------
SIDEBAR 2 (RIGHT) - NOTUSED IN THIS LAYOUT
-----------------------------------------------------------------------------------------*/
#jr_oneColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
/*-----------------------------------------------------------------------------------------
MAIN CONTENT
-----------------------------------------------------------------------------------------*/
#jr_oneColFixHdr #mainContent { 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:.9em;
} 




#jr_oneColFixHdr #mainContent div.textmodule a:link, #jr_oneColFixHdr #mainContent div.textmodule a:visited {
	color:#EF4138;
	text-decoration:none;
}
#jr_oneColFixHdr #mainContent div.textmodule a:hover {
	text-decoration:underline;
}
/* hacks to fix display of admin content */
/*#jr_oneColFixHdr #mainContent table {
	margin:20px 0;
	margin-left:-580px;
	padding:0;
}*/
/*#jr_oneColFixHdr #mainContent td.tab_main table,#jr_oneColFixHdr #mainContent table.container_editheader {
margin:20px 0;
width:100%;

}
#jr_oneColFixHdr #mainContent form table {
	margin:0;
}*/


/*HOMEPAGE CONTENT JUST BELOW MAIN MENU*/
#jr_oneColFixHdr #mainContent #centrecontent {
height:420px;
background: url(../images/errols_home_bg.jpg) no-repeat -100px -100px;
border-bottom:1px solid #FFFFFF;

}
#jr_oneColFixHdr #mainContent a img {
	border:none;
}
#jr_oneColFixHdr #mainContent #centrecontent #buttoncolumn {
	width:323px;
	float:right;
	margin:0 40px 0 0;
}
#jr_oneColFixHdr #mainContent #centrecontent #buttoncolumn img {
	margin-top:5px;
}
/*HOMEPAGE CONTENT JUST ABOVE FOOTER*/
#jr_oneColFixHdr #mainContent #lowercontent {
!background: #621110 ;
padding:5px 50px;
}

/*-----------------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------------------*/
#jr_oneColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	text-align:center;
	font-size:.9em;
} 
#jr_oneColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: gray;
	font-size: .7em;
}

#jr_oneColFixHdr #footer p a:link, #jr_oneColFixHdr #footer p a:visited {
	text_align:center;
	color:#FFFFFF;
}
/*-----------------------------------------------------------------------------------------
CLASS STYLES
-----------------------------------------------------------------------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}