/* LATC 2009 Skin Document */
body {
	margin:0;
	padding:0;
}
a img {
	border:0 none;
}

#wrapper {
	width: 1054px;
	margin:0 auto;
	position:relative;
}

#header-container {
	height:155px;
	background-image:url(/includes/images/newskin/header_bg.jpg);
}

#logo-area {
	width:198px;
	height:140px;
	float:left;
	padding-top:15px;
	padding-left:10px;
}

#header-container #content-area
{
	width:846px;
	height:155px;
	float:right;
}

#button-area {
	float:right;
	width:103px;
}

#button-area a {
	text-decoration:none;
}

#button-area #join {
	margin-top:28px;
	float:left;
}

#button-area #tell {
	margin-top:15px;
	float:left;
}

#banner-area {
	width:728px;
	height:90px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
}

#navigation-area {
	float:right;
	width:842px;
	height:30px;
	margin-right:3px;
	margin-top:10px;
	border-bottom:2px solid #27386C;
	border-right:2px solid #27386C;
}

#nav-left-curve {
	background-image:url(/includes/images/newskin/nav_left.jpg);
	display:block;
	width:22px;
	height:30px;
	float:left;
}

#nav-bar {
	background-color:#0F162B;
	float:left;
	height:30px;
	width:819px;
}

.join-button {
	display:block;
	margin:6px 0px 5px 13px;
}

.tell-friend-button {
	display:block;
	margin-left:13px;
}

.nav-item {
	float:left;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding:6px 18px;
}

li.nav-item a {
	color:#FFFFFF!important;
}

li.nav-item a:hover {
	color:#FF0000;
}

li.nav-item > a:hover {
	color:#FF0000!important;
}

li.nav-item a.selected {
	color:#FF0000!important;
}

.nav-text {
	padding:0px;
}

.nav-text a:hover {
	color:#FF0000!important;
}

ul.nav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#body-container {
	border:1px solid #777984;
	padding:5px;
	/*background:transparent url(/includes/publicimages/gradient3.gif) repeat scroll 0 0 !important*/
	background-color:#4C5F9A;
	width:1042px;
}

/* experimental homepage */
#column-type1 {
	width:400px;
	float:left;
}

#column-type2 {
	width:200px;
	float:left;
}

.content-container-top {
	height:8px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	background-color:#FFFFFF;
	display:block;
	float:left;
	height:8px;
	width:384px;
}

.content-container {
	background-color:#FFFFFF;
}

/* end experimental */

.birthday-container {
}

.birthday-item {
	float:left;
	width: 95px;
	text-align:center;
	padding-bottom:5px;
}

.birthday-link {
	float:right;
}

.photo-container {
	width:380px;
}

.photo-item {
	width:380px;
	float:left;
	margin-bottom:10px;
	font-size:12px;
}

.photo-item img {
	float:left;
	/*height: 100px;*/
	margin-right:15px;
}

.photo-item span.title {
	font-weight:bold;
	font-size:12px;
}

.photo-item span.description {
	display:block;
	margin:8px 0 5px;
	float:left;
	width:220px;
}

/* New dropdown menu css */
.jqueryslidemenu{
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: white;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
color: white;
}
*/
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color:#0F162B;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
float: none;
list-style-image:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-size:12px;
font-weight:normal;
text-transform:none;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
/*border-bottom: 1px solid gray;*/
text-align:left;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background-color: #8590B2;
color:#FFFFFF;
}

