/* CSS Document */


.clr {
	clear: both;
}

#footerLink	{	height:50px; padding-top: 20px; margin-left:auto; margin-right:auto; width: 600px; text-align:center; padding-right:5px; 	}
#footerLink ul	{	list-style-type: none; clear:both; overflow:hidden; margin-bottom:0px; }
#footerLink ul li	{	display: block; font-family: Garamond; font-size: 14px;	float: left; text-align: center;	padding: 0 6px;	margin: 0; border-right:2px solid #000066;	}
#footerLink ul li.last, #footerLink ul li.last a:hover	{	border-right:none;	}
#footerLink ul li a	{	color:#000066; text-decoration:none;	}
#footerLink ul li a:hover	{	color: #fff;	text-decoration:underline;	}
#footerLink ul li.active {	background-color:#62789d;  }

#main_outline {
	width: 802px !important;
	border: 1px solid #cccccc;
	padding: 2px;
	background: #ffffff;
}

.menuLeft {
	width: 100%;
  clear: both;
	padding: 0px;
	border-spacing: 0px;
	background-image: url(../images/menubkg.jpg);
	background-repeat: repeat-y;
	}
	
#header {
	float: left;
	padding-left: 25px;
	margin-top: 50px;
	width: 280px;
	height: 210px;
	font-family: garamond;
	font-size: 18px;
	color: #D39803;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	font-family: Garamond;
	margin: 0px;
	padding: 0px;
	}

#header_image_area {
	width: 450px !important;
	float: right;
	border: 0px;
	margin-top: 30px;
	padding: 0px;
	height: 330px;
	background: url(../images/gplogo.jpg) no-repeat;
}

#header_name {
	margin-top:110px;
	margin-left: 100px;
	border-top: 2px solid #000080;
	float: right;
	width: 500px;
	text-align: center;
	color: #000080;
}

#left_outline {
  margin-top: 2px;
  border-right: 1px solid #000080;
  padding-right: 5px;
  float: left;
  width: 185px !important;
  background-color : #FFFFFF;
}

#active_menu {
	color:#D39803;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
/**background-image: url(../images/arrow.png) ;**/
background-repeat: no-repeat;
background-position: 0px 3px;
}

td {
	text-align: left;
	font-size: 11px;
}

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Garamond, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #E3E3E3;
}

/* mambo core stuff */
a:link, a:visited {
	/*color: #283547; text-decoration: none;*/
	font-weight: bold;
}

a:hover {
	color: #1961D4;	text-decoration: none;
	font-weight: bold;
}

.learn-believe-do td a{
   text-decoration: none;
   font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.learn-believe-do td a:hover{
   text-decoration: underline;
   font-weight: bold;
	font-size: 18px;
	color: #EDEDED;
}

.box1Header {
	background: url(../images/learnbox.jpg);
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.box2Header {
	background: url(../images/believebox.jpg);
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.box3Header {
	background: url(../images/dobox.jpg);
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.box1Content {
	background: url(../images/learnbox.jpg);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
	color: #222222;
	height: 150px;
}

.box2Content {
	background: url(../images/believebox.jpg);
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
	color: #222222;
	height: 150px;
}
.box3Content {
	background: url(../images/dobox.jpg);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
	color: #222222;
	height: 150px;
}

table.moduletable {
	width: 100%;
	margin-bottom: 50px;
	padding: 0px;
	border-spacing: 0px;
	}

table.moduletable th {
	/* styling the module header, and the module titles */
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	margin: 0px;
	height: 21px;
	font-weight: normal;
	font-size: 16px;
	}

table.moduletable td {
	font-size: 16px;
	padding-right: 8px;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 0px;
	}

table.moduletable table td {
	border-bottom: 1px solid #000080
}

.table_3 {
	width: 190px;

}

/* This is the css for cell in table 3 that holds the left modules */
.table_3_cell_1 {
	width: 190px;
  background: #ffffff;
	padding-top: 10px;
	vertical-align: top;
	border-right: solid 2px #000080;
	
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #000080;
	text-align: left;
	padding-top: 8px;
	padding-left: 7px;
	height: 25px !important;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #134AA2;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	text-align: left;
}

a.sublevel:hover {
	color: #7A7A7A;
	text-decoration: none;
}
