/**
 * Page basics
 * body contains header with menus etc and container with columns
 */
body{
	margin:				0;
	padding:			0;
	line-height: 		1.5em;
	font-family: 		Arial, Helvetica, sans-serif;
	font-variant:		normal;
	font-size: 			smaller;
	text-align: 		left;
	background-image: 	url('../../images/rcg/background.jpg');
	background-repeat: 	repeat-y;
}

#container {
	float: 				left;
    margin: 			0 auto;
    padding: 			0;
    display: 			block;
    width: 				100%;
  	height:				100%;
    background-image: 	url('../../images/rcg/leftfrontblue.jpg');
    background-repeat:	no-repeat;	  	
}
html>body #container{
    width: 				100%;
}

#header {
	height: 			230px; /*Height of top section*/
	min-height: 		230px;
	width:				100%;
	display: 			block;
    margin: 			0 auto;
    padding: 			0;
    text-align: 		left;
}
#login {
	font-size:			7pt;
	color:				#3399CC;
	position:			absolute;
	top:				0;
	left:				870px;
}
#content {
	top: 				230px; /*Set top value to header div*/
	left: 				0;
	right: 				0;
	bottom: 			0;
}


h1 { font-size: large;   }
h2 { font-size: medium;  }
h3 { font-size: small;   }
h4 { font-size: x-small; }


/**
 * Header main menu (home/contact/sitemap)
 */
#header div.mainmenu {
	margin-top:			35px;
 	margin-left:		140px;
}
#header div.mainmenu a, a:active, a:link, a:visited  {
	text-decoration:	none;
	padding:			10px;
}
#header div.mainmenu a:hover  {
	color:				#3399CC;
}

/**
 * Header section (right tabbed menu)
 */
#header a, #topsection h3 {
	font-size:			14pt;
	font-weight:		bold;
	color:				#339900;
}
#header h3 {
	margin-left:		400px;
	font-style:			normal;
}
#header ul.menu  {
	position:			absolute;
	top:				80px;
	min-width:			810px;
	width:				810px;
	padding-top:		6px;
}
#header ul.menu li {
	margin-left:		410px;
	list-style-type:	none;
	background: 		url('../../images/rcg/dotlineBlue.gif') bottom left repeat-x;
}
#header ul.menu li a {
	display:			block;
	line-height:		5pt;
	height:				5pt;
	font-size:			13pt;	
	color:				#EEE;
}

#header ul.menu li a:hover {
	color:				#fff;
}

#menuimg {
	position:			absolute;
	top: 				25px;
	left:				425px;
	z-index:			0;
	overflow: 			auto;
}


/* JAWS columns, can be configured via layout icon in admin */


/**
 * Layout 1: Both bars
 */
#main_1 {
	min-width:			306px;
	width:				306px;
	max-width: 			306px;
	height:                 370px;
	min-height:             370px;
	float: 			left;
	margin-right: 		10px;
	padding-left:		4px;
	padding-top:		4px;
	background-image:       url('../../images/rcg/displayG.jpg');
	background-repeat:      no-repeat;
	font-family:            Arial, Helvetica, sans-serif;
	font-size:              16px;
	font-weight:            bold;
	color:                  #006699;
	
	
}

#main_1 .entries {
	padding: 		0;
	margin: 		10px;
	margin-left: 	5px;
	/* width:			287px; */
	height:			350px;
	overflow-y: 	auto; 
	overflow-x: 	no; 	
}

#bar1_1 {
    float: 				left;
    width: 				104px;
    max-width: 			104px;
    margin-right: 		5px;
}
#bar2_1 {
	font-family:            Arial, Helvetica, sans-serif;
        font-size:              13px;
        color:                  #006699;
    float: 				left;
    width: 				440px;
    max-width: 			440px;
    margin-right: 		5px;
}

#bar2_1 h2 {
	font-family:            Arial, Helvetica, sans-serif;
        font-size:              14pt;
        color:                  #339900;
}

#bar2_1 a {
	font-family:            Arial, Helvetica, sans-serif;
        font-size:              12px;
        font-weight:            bold;
        color:                  #006699;
}

/**
 * Layout 2: Left bar
 */
#main_2 {
    min-width: 			520px;
    width: 				520px;
    max-width: 			520px;
    float: 				left;
    margin-left: 		10px;
}
#bar1_2 {
    float: 				left;
    width: 				400px;
    max-width: 			400px;
}
#bar2_2 {
    width: 				0;
    display: 			none;
}

/**
 * Layout 3: Right bar
 */
#main_3 {
    width: 				520px;
    max-width: 			520px;
    min-width: 			520px;
    float: 				left;
    margin-right: 		10px;
}
#bar2_3 {
    float: 				left;
    width: 				210px;
    max-width: 			210px;
}
#bar1_3 {
    width: 				0;
    display: 			none;
}

/**
 * Layout 4: No bars
 */
#main_4 {
    width: 				100%;
}
#bar1_4 {
    width: 				0;
    display: 			none;
}
#bar1_4 {
    width: 				0;
    display: 			none;
}



p {
	font-family:            Arial, Helvetica, sans-serif;
        font-size:              13px;
        color:                  #006699;
}

h1 {
	font-family:            Arial, Helvetica, sans-serif;
        font-size:              14pt;
        color:                  #339900;
}

#main_1 a {
	font-family:            Arial, Helvetica, sans-serif;
        font-size:              12px;
	font-weight:		bold;
	color:			#FFFFFF;
	line-height:            17px;
        height:                 8px; 
	padding:		2px 0 2px 3px;
}

