div#navbar, div.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#navbar {
	background-color: #8FC73E;
	padding: 10px 0;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 5px;
	font-size: 12px;
}

div#navbar ul li {
	float:left;
	margin: 0 1em;
}


/**************** menu coding *****************/
#menu {
width: 100%;
float:left;
}

#menu ul {
list-style: none;
margin: 0;
padding:0;
float:left;
}

#menu a, #menu h2 {

display: block;
margin:0;
padding: 2px 3px;
}

#menu h2 {
	color:#333399;
	font-size:14px;
}

#menu a {
color: #333399;
text-decoration: none;
}

#menu a:hover {
color:#333399;
background:#FFFFFF;
}

#menu li {position:static;}

#menu ul ul {
position:absolute;
z-index: 500;
background-color:#8FC73E;
color:#0033CC;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;

}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
	{font-size:12px}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/************End Menu *********/


div.spacer {
	background-color: #8FC73E;
	height: 1em;
}

div.topSection div {
	border: solid 10px #e5e5e6;
	height: 280px;
	
}

.grid_5.topSection div{
overflow:scroll;
}

div.topSection div p {
	margin: 10px;
}

img#poster {
	width: 360px;
	height: 280px;
}

div#footer {

}

div#footer div p{
	margin: 5px;
}

div#legal {
	clear:both;
	margin: 10px;
}
/************************ Typography ***************/

div#navbar ul li {
	font: bold 1em Arial;
}

p {
	font: .8em/1.4em Georgia;
	margin: .2em 0;
}

p#headlineText {
	font: .9em/1.4em Georgia;
	
}

div#legal p {
	text-align:center;
	font: bold .7em Arial;
}

h1 {
	font: bold 1.5em Helvetica;
	margin: .2em 0;
	text-align: center;
}
a {
	color: #1162b7;
	text-decoration: none;
}

h2 {
	margin: .2em 0;
	text-align: center;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/*************Image Enlarrge***********/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position:relative;
width:440px;
height:300px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
float:left;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width:300px;
height:350px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/************End Image Enlarge ***************/

/**************Picture Slider***********************/
#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:900px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#333333;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	border:1px solid #494e52;
	background-color:#636d76;
	padding:8px;
	float:left;	
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#464c54;
	color:#ffebb5;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
	border:1px solid #464c54;
	background-image:url(images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}

.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #464c54; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
	float:left;
	
}
#content_2, #content_3, #content_4, #content_5, #content_6 { display:none; }


.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
    border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
	float:left;
	padding-left:10px;
	padding-right:10px
	
}

.content ul li img {
width:100px;
height:120px;
display:block;
}

.content ul li:last-child {
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}

/**********************End of Picture Slider***************/
