/* BASIC */
body {
	margin: 0;
	padding: 0;
	background: #f58426;
	font-size: 80%;
	font-family: "Lucinda Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

a {
	color: #000;
	border-bottom: #a2c445 dotted 1px;
}

table { 
  font-family: verdana, sans-serif;
	width: 700px;
	background-color:#fff;
}



th {
	color: #000;
	background-color: #a2c445;
	font-size: 1.2em;
	padding: 6px 0;
	
}

table td {
	padding: 6px 12px 6px 3px;
	vertical-align: top;
	text-align: left;
	border: .25px dotted #a2c445;
	
}

table tr {
	
	
		
}

.odd {
	background-color: #f3f3a6; 	
}

.red {
	color: #F00;	
}

#sticky {
	
	top: 360px;
	left: 20px;
}

/* LAYOUT */

.wrapper {
	border-left: solid 2px black;
	
	border-right: solid 2px black;
	width: 950px;
	
	margin: 0 auto;
	background: #a2c445;
	
}



/* BANNER */
.header {
	background: url(images/diamond_bg2.png) #000;
	
}

/* MENU */
#menu {
	background:#a2c445;
	
}

/* NAVIGATION THAT'S WITHIN THE MENU */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 0 0 0;
	background: #a2c445 url(images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 45px;
	list-style: none;
	overflow: hidden;
	background-color: #a2c445;
	border-top: thin solid #000;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.contentWrapper {
	width:100%;
	background: #a2c445;
	overflow: hidden;
	margin-top: 0px;
}

/* MAIN */
.main {
	margin-left: 10px;
	background: #000;
	text-align: center;
	float: left;
	width: 77%;
	display: inline; /** IE 6 bug fix **/
	padding-bottom: 40px;
	border: groove #000 3px;
	border-radius: 10px;
		-khtml-border-bottom-radius:10px;
		-webkit-border-radius: 10px; /** For Webkit **/
		-moz-border-radius: 10px; /** For Firefox **/
}



.main a {
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #f58426;
}

.main h1 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
	border-bottom: 2px solid #B2F511;
	font: normal 2.5em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	color: #fff;
}

.main h2 {
	font: normal 1.75em  "Arial Narrow", sans-serif;
	word-spacing: 2.5px;
	margin-top: 15px;
	margin-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #f58426;
}

.main h3 {
	font: normal 1.5em  "Arial Narrow", sans-serif;
	word-spacing: 3px;
	margin-top: 15px;
	margin-bottom: 3px;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
}

.main h4 {
	font: normal 1.25em "Arial Narrow", sans-serif;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
 
	

.main #mainInfo {
	text-align: center;
	padding: 0 15px;
	color: #fff;
}

.main #mainInfo table {
	color: #000;	
}

.main #mainInfo p {
	font-size: 1.2em;
	padding: 10px 0;
	text-align: left;
	color: #fff;
}

.main #mainInfo ul {
	padding: 20px 0;
	color: #fff;
}

.main #mainInfo ul li{
	text-align: left;	
	font-size: 1em;
	margin-left: 50px;
	margin-right: 15px;
	padding: 5px;
}

.main #mainInfo #aboutUs p {
	font-size: 1em;
	text-align: justify;
	text-indent: 20px;
}

.main #mainInfo .warning {
	text-align: left;
	
	border: #ff0000 dashed 1px;
	margin: 20px;
	font-weight: bold;
	font-size: 1em;
	background: #fff;
	color: #000;
}

.main #mainInfo .warning p {
	color: #000;	
}

.main #mainInfo .warning p img {
	text-align: center;	
}

.main #mainInfo p {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 0;
}

.main #mainInfo .section {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: #a2c445 dotted 1px;
}

.main #mainInfo .name  p{
	
	padding-left: 20px;
	padding-right: 20px;

	color: #fff;
	text-align: center;
}

.main .directions {
	text-align: left;
	font-size: 1.15em;
	color: #f58426;
	padding-top: 10px;
	font-weight: bold;
}

.main ul {
	padding: 20px;	
}


/* ADVERTS */
.adverts {
	float: right;
	width: 18%;
	background: #000;
	margin-right: 10px;
	padding-bottom: 15px;
	border: groove #000 3px;
	border-radius: 10px;
		-khtml-border-bottom-radius:10px;
		-webkit-border-radius: 10px; /** For Webkit **/
		-moz-border-radius: 10px; /** For Firefox **/
}

#advertsHeader {
	background: #000;
	padding: 5px 0;
	color: #fff;
	text-align:center;
	margin-bottom: 5px;
	font: normal 2em  "Arial Narrow", sans-serif;
	border-radius: 10px;
		-khtml-border-bottom-radius:10px;
		-webkit-border-radius: 10px; /** For Webkit **/
		-moz-border-radius: 10px; /** For Firefox **/
	
}

#advertsHeader p {
	text-align: center;
}

#advertsHeader p img {
		
}

.adverts #image a img {
	text-align: center;
	margin-bottom: 0px;
	
	
}

.adverts #seperator {
	border-bottom: 1px dashed #76da22;
	margin-right: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.adverts #lastImg a img {
	text-align: center;
	margin-bottom: 10px;
}

/* FOOTER */
#footer {
	font-weight: bold;
	color: #152D6A;
	background: #a2c445;
	font-size: 1em;
	padding: 10px 0;
	height: 38px;
	
	
}


#footer p a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
}

#copyright {
	text-align: center;
	float: left;
	width: 79%;
	padding: 5px 0;
}

#copyright a {
	text-align: center;	
}

#copyright p {
	text-align: center;	
	color: #fff;
	font-size: 1em;
	
}

#w3c_valid  {
	text-align: center;
	width: 175px;
	float: right;
	padding-top: 15px;
}
