/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body
{
    background-image: url(Images/background.gif);
    background-repeat:  no-repeat;
    margin: 0;
    padding: 0;
    top:0;
    left:0;
    width:100%;
	height: auto;
 	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a:link
{
    color: #D96E11;
    text-decoration: none;
}
a:visited
{
    color: #D96E11;
    text-decoration: none;
}
a:hover
{
    color: #D99D11;
    text-decoration: underline;
}
a:active
{
    color: #D96E11;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, h7
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
	font-size: 1.5em;
    padding: 0 0 10px 0;
}
h3
{
    color: #FE800E;
    font-size: 1.4em;
}
h4
{
    font-size: 1.1em;
    color: #373856;
}
h5, h6
{
    font-size: 1em;
    font-family:Cursive;
    color: #026afe;
    /* color: #2e7835; */
}
h7
{
    font-weight: bold;
    font-size: large;
    color: Red;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.style1
{
    text-align: right;
}

#container
{ 
    width: 960px;           /* The width of our layout */ 
    margin: 0 auto 0 auto;  /* Margin left and right set to auto center's our layout */
    text-align: left;       /* Resets the text alignment */
}

#banner  
{
    width: 960px; 
    margin: 20px 0 20px 0px;
    height: 100px;          /* this must be set */
} 

#tabstrip
{
    width: 960px; 
    margin: 0px 0 0px 0px;
    border: 0px solid #353857;
}

#border 
{ 
	margin:0px auto; 
	background:url(Images/leftside.gif) repeat-y left top;
} 

#top 
{ 
	width:100%; 
	height:20px; 
	background:url(Images/top.gif) no-repeat left top; 
} 

#top span 
{ 
	display:block; 
	position:relative; 
	height:20px; 
	background:url(Images/topright.gif) no-repeat right top; 
} 

#center-content 
{ 
	position:relative; 
	background:#fff url(Images/rightside.gif) repeat-y right top; 
	padding:1px 10px 1px 10px; 
	margin:-1px 0 -50px 5px; 
	min-height:450px;
} 

#bottom 
{ 
	height:100px;
	background:url(Images/bottominside.gif) no-repeat left bottom;
} 

#bottom span 
{ 
	display:block; 
	position:relative; 
	height:100px;
	background:url(Images/bottomright.gif) no-repeat right bottom;
} 


/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- */
/* Content Area */
/* ---------- */
.ContentArea
{
    margin:5px 0 0 0;
    display:block;
    width:900px;
    background-color:White;
/*    padding-bottom:25px;       */
}
.ContentArea .entry 
{
	padding: 0px 10px 0px 10px;	
}

.ContentArea .ContentRightArea
{
    margin-top:5px;
    margin-right:24px;    
    margin-left:24px;
    float:right;
    width:300px;
    height:100%;
}
  
.ContentArea .ContentLeftArea
{
    margin-top:25px;
    padding-left:40px;   
}
/* ---------- */
/* Footer */
/* ---------- */
/* #footer
{
    color: #26090E;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
} */

#footer
{
	/* background-color: #191816; */
	clear: both;
	font-size: .7em;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	/* padding-top: 5px; */
	/* padding-bottom: 5px; */
}

#footer ul 
{
	list-style-type: none;
	padding: 0;
	display: -moz-inline-box; /* For FF<3 */
	display: inline-block; /* IE <8 needs this tripped back to display: inline; to make it work on block elements - see conditional below */
	vertical-align: middle; /* explicitly declare your preference as Moz inline-box auto aligns to top */
	margin-left: auto; 
	margin-right: auto;
}

#footer ul li 
{
	float: left;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	padding-left: 10px;
}

#footer ul li a, 
#footer ul li a:visited, 
#footer ul li a:active 
{
	color: #373856;
}

#footer ul li a:hover 
{
	color: #373856;
}

#footer ul li.last 
{
	border: none;
}

#footer .sitemap
{
	float:left; 
	text-align:left; 
	width: 220px;
}

#footer .menu
{
	float:left; 
	text-align:center; 
	width: 420px;
}	

#footer .loginkey
{
	float:right; 
	text-align:right; 
	width: 250px;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* ---------- */
/* Helpers */
/* ---------- */
.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
