/* Main Stylesheet
KrazieKen00 Template */

body {
	background-color: #39B44A;
	color: #666;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:12px;
	text-align:center;
}

/* Page Structure Styles */
#container {
	background-color: #fff;
	color: #666;
	position: relative;
	width: 702px;
	padding:0;
}



#footer_float{
	width:700px;
	background:#fff;
	text-align: left;
	margin:0 auto;
	
}


/* Header Styles */
#mastHead {
	background-color: #fff;
	background-image: url(Images/technoGreen.jpg);
	color: #39b44a;
	width: 700px;
	height: 100px;
	border: 2px solid #39b44a;
	margin: 0px;
	padding: 0px;
}
#mastHead p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.8em;
	font-weight: bold;
	color: #39b44a;
	margin: 3px 0px 0px 3px;
	padding: 0px;
}

/* Navigation Bar that contains the Main Nav Menu */
#navBar {
	background-color: #fff;
	width: 700px;
	height: 27px;
	margin: 4px 0px 0px 0px;
	border-right: 2px solid #39b44a;
	border-bottom: 2px solid #39b44a;
	border-left: 2px solid #39b44a;
}

/* Main Nav Menu */
ul#nav {
	margin: 0px;
	padding: 0px;
}

/*Main Nav List*/
#nav li {
	float: left;
	color: #D19B10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #D19B10;
	list-style: none;
	text-align: center;
}

/*Main Nav link styles*/
#nav li a {
	display: block; /*This suggests a vertical list, but the float:left property under #nav li causes the menu to float inline*/
	width: 65px; /*Width of the nav button*/
	line-height: 27px; /*Height of the nav button*/
	font-weight: bold;
	color: #39b44a;
	text-decoration: none;
	border-right: 2px solid #39b44a;
}

#nav a:link, #nav a:visited {
	font-weight: bold;
	color: #39b44a;
}
#nav a:hover, #nav a:active {
	background-color: #39b44a;
	font-weight: bold;
	color: #D19B10;
}
#nav a#current {
	background-color: #39b44a;
	font-weight: bold;
	color: #D19B10;
}

/*Left sidebar title that is inside the Navigation Bar */
#sidebarTitle {
	background-color: #39b44a;
	float: right;
	width: 200px;
	height: 27px;
	margin: 0px 0px 0px 0px;
}
#sidebarTitle p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	color: #D19B10;
	margin: 0px;
	padding: 2px;
}

/* Main Content Styles */
#mainContent {
	background-color: #fff;
	float:left;
	width: 470px;
	padding: 150px 10px 20px 20px;
	padding-top:10px;
	border-left:2px solid #39b44a;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #D19B10;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
	padding: 1em;
	line-height:18px;
}

/* Right sidebar. Can be used for news or any other supplementary content*/
#sideBar {
	background-color: #fff;
	float:right;
	width: 182px;
	padding-top:10px;
}
#sideBar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #D19B10;
	padding-left: 1em;
}

/* Footer Style */
#footer {
	width: 700px;
	background-color: #39b44a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D19B10;
	font-size: 1em;
	text-align: center;
	clear: both;
	z-index:-5;
}

/* End Page Structure Styles */

/*  HACKS  */
html {
	height: 100%;
}
#footer_hack {
	clear: both;
}


.my_left_header{
	text-align:left;
	padding-left:0;
	font-size:14px;
}

.my_left_item{
	width:150px;
	padding-bottom:5px;
	background:url(images/arrow3_e.gif) no-repeat 0px 5px;
	margin-top:2px;
	padding-left:20px;
	line-height:20px;
	display:block;
	background: #39b44a;
}

.my_left_item a{
	color:#fff;
	text-decoration:none;
}


a{
	color:#ff9900;
	text-decoration:none;
	font-weight:bold;
}

h1{
	padding-left:20px;
	font-size:22px;
	font-weight:bold;
}


.box_1_top h1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#2c1806;
}
