@charset "utf-8";
html {overflow-y: scroll;}

body  {
	font: 12px/1.2 Tahoma, Arial, sans-serif;
	/*background: #E0E0E0*/;
	/*background: #4b2884;*/
	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: #1d1306;
	background: #4b2884 url("../images/dark_background.png") top left repeat-x;
}

h1{
	font-size: 18px;
	color: #c4622d;
	padding: .6em 0;
	display:block;
}

h2{
	font-size: 15px;
	font-weight: bold;
	color: #c4622d;
	line-height: 1.4;
	padding: .5em 0;
	display:block;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #1d1306;
	line-height: 1.4;
	text-transform:capitalize;
}	

p
{
	margin-bottom: 9px;
	display:block;
	line-height: 1.4em;
}

ul{
	list-style-type: none;
	list-style-image: url("../images/bullet.png");
	list-style-position: outside;
	margin-bottom: 9px;
}

li{
	margin-left: 30px;	
}

img.left{
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.right{
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
#page{
	background: url("../images/dark_background.png") top left repeat-x;
	margin: auto;

}
 #container { 
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	/*border: 1px solid #281A40;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0px;  /* 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. */
	height:160px;
	
} 

#navigation {
	line-height: 30px;
	background-image: url("../images/navigation_background.jpg");
	background-repeat: repeat-x;
}

.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url("../images/topMenuImages.png") repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url("../images/topMenuImages.png") no-repeat; outline:none;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url("../images/topMenuImages.png") 100% 0px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:#1D1306;}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url("../images/topMenuImages.png") 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url("../images/topMenuImages.png") 100% -90px no-repeat;}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 223px; /* 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 */
	padding: 15px 10px;
	font-size: 11px;
}

#sidebar1 h3{
	font-size: 12px;
	font-weight: bold;
	color: #c4622d;
	text-transform:uppercase;
	margin-bottom:3px;
}

#sidebar1 a
{ 
color: #6b8703;
background: url("../images/pointer.gif") no-repeat left center;
padding-left: 15px;
display: block;
line-height: 11px;
}
#sidebar1 a:link {text-decoration:none;}      /* unvisited link */
#sidebar1 a:visited {text-decoration:none;}  /* visited link */
#sidebar1 a:hover {text-decoration:underline;}  /* mouse over link */
#sidebar1 a:active {text-decoration:none;}  /* selected link */

#joinRefomaLink:link,
#joinReformaLink:visited,
#joinReformaLink:hover,
#joinReformaLink:active
{
	background-image: none;
	padding-left:0px;
	margin:auto;
}

#mainContent { 

	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent a
{
	color: #4c317c;
	border-bottom: solid 1px #C5B0E8;
	text-decoration:none;
}

#mainContent a:hover{
	color: #866BB5;
	border-bottom: solid 1px #fff;
	text-decoration:none;
}

#mainContentBack{
	background-image:url("../images/sidebar_background.jpg");
	background-repeat: repeat-y;
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CBC2DB; 
} 
 #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
