@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 font-family: Georgia1, Georgia, serif;
 color: #666;
}

html, body {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 font-family: Georgia1, Georgia, serif;
 color: #666;
 background-color: #4b6c0f;
}

a {
	color: #1979a5;
	text-decoration: none;
}

a:hover {
	color: #4b6c0f;
	text-decoration: none;
}

ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: square; 
}
img {
  border: 0;
}

#holder {
	width: 930px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	height: 100%;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	text-align: left;
	overflow: hidden;
	background-color: #FFF;	
}

#header {
	float: left;
	width: 930px;
}

#logo {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 220px;
   	font-size: 24px;
	color: #4b6c0f;
	line-height:200%;
}

#statement {
	float: top;
	margin-top: 15px;
	margin-left: 0px;
	width: 930px;
	font-size: 24px;
	color: #4b6c0f;
	
}


#navsection {
 	float: left;
	width: 930px;
	margin-top: 10px;
	border-top: 2px solid #CCCCCC;
}

#sociallinks {
	float: left;
	width: 205px;
	margin-top: 10px;
	margin-left: 18px;
	font-size: 11px;
	color: #4b6c0f;
}

#sociallinks p {
	color: #33CCFF;
	margin: 0 0 5px 0;
}

#sociallinks img {
	float: left;
	margin-right: 5px;
}

/* Navigation */

ul#nav {
	float: right;
	clear: right;
	width:684px;
	margin: 10px 20px 10px 0;
}

ul#nav li {
	position: relative;
	float: left;
	height: 82px;
	width: 92px;
	background:#CCC;
	text-align: center;
	padding-top: 5px;
	margin-left: 5px;
	font-weight:bolder;
	list-style:none;
}

ul#nav li a {
        height: 82px;
        width: 92px;
        display: block;
        padding-top: 30px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        cursor: pointer;

}

.pedia  {
        text-align:justify;
        display: block;
        width: 674px;
        float: inherit;
        margin: -13px 0px 0px 0px;
}

.webs  {
        display: block;
        width: 674px;
	float: inherit;
        margin: 1px 1px 1px 1px;
}


.webs:hover {
        margin: 0px 0px 0px 0px;
        border: 1px #4b6c0f solid;
}



ul#nav li.orangebox {
	background: #4b6c0f;
}

ul#nav li.orangebox:hover {
	background: #bf5a0e;
}

ul#nav li.yellowbox {
	background:#fd6549;
}

ul#nav li.yellowbox:hover {
	background:#DD2200;
}

ul#nav li.goldenbox {
	background:#FFCE11;
}

ul#nav li.goldenbox:hover {
	background:#aa8700;
}

ul#nav li.greenbox {
	background: #ADBD39;
}

ul#nav li.greenbox:hover {
	background: #89962d;
}

ul#nav li.brightgreenbox {
	background: #64BD42;
}

ul#nav li.brightgreenbox:hover {
	background: #509735;
}

ul#nav li.bluebox {
	background:#4CAEE2;
}

ul#nav li.bluebox:hover {
	background:#1e85bb;
}

ul#nav li.bluezbox {
        background:#c5a4cd;
}

ul#nav li.bluezbox:hover {
        background:#5f4e63;
}


#lefthandside {
	float: left;
	width: 220px;
	margin-right: 10px;	
}

.Searchbox {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
	 line-height:150%;
}

.Searchbox p {
	margin: 5px 0 5px 0;
	width: 180px;

}

.homeSearchbox {
        float: left;
        width: 200px;
        padding-left: 20px;
        padding-top: 5px;
        margin-bottom: 10px;
        line-height:110%;
	font-size: 90%;
}


#maincontent {
	float: left;
	width: 700px;
	margin-top: 0px;
	height: 100%;
	background-position: top right;

}

#homemaincontent {
        float: left;
        width: 665px;
        margin-top: 10px;
        height: 100%;
        background-position: top right;

}
#homemaincontent p {
 	line-height: 22px;
        font-size: 15px;
        margin: 0 0 10px 0;
        width: 100%;
        color: #333;
}



#footer {
	float: left;
	position: relative;
	width: 930px;
	border-top: 1px #CCC solid;
	margin-top: 50px;
	margin-bottom: 25px;
}

h1 {

	color: #fff;
	font-size: 23px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 330px;
	padding-top: 8px;
}

h1.yellow {
	color: #FFCC00;
	margin-bottom: 0px;
	padding-left: 0px;
}


h2 {
	font-size: 17px;
    margin-bottom:10px;
	padding-left: 330px;
	padding-top: 10px;
    color: #fff;
    width: 330px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
    margin-bottom:9px;
    margin-top:9px;
}

h3.yellow {
	color: #F7EF5A;
	margin-bottom: 0px;
}

h3.golden {
	color: #FFCE11;
	margin-bottom: 0px;
}

h3.brightgreen {
	color: #64BD42;
	margin-bottom: 0px;
}

h3.blue {
	color: #4CAEE2;
	margin-bottom: 5px;
}

h3.darkblue {
	color: #5F7DA9;
	margin-bottom: 5px;
}

h3.red {
	color: #C44C4A;
	margin-bottom: 0px;
}

h3.redshare {
	color: #C44C4A;
	margin-bottom: 10px;
}

h3.green {
	color: #ADBD39;
	margin-bottom: 0px;
}

h3.orange {
	color: #92ccf2;
	margin-bottom: 0px;
}

h4{
	float: left;
	color: #FFCC00;
	margin-bottom: 0px;
	width: 500px;
	font-weight:bold;
	margin: 0 0 0 5px;
}


p, #maincontentinternal p {
	line-height: 18px;
	font-size: 14px;
        margin: 0 0 10px 0;
        width: 100%;
}


#footer #apex p {
	float: left;
	font-size: 10px;
	line-height: 13px;
	width: 150px;
	margin-left: 10px;
}

.copyright {
    font-size: 11px;
	margin: 5px 0 0 20px;
	font-style: italic;	
}

