body {
background:#fff;
}
#container {
width:780px;
margin:0 auto;
padding:20px 10px;
}
#container h1 {
display:none;
}
#container > div {
padding:20px 25px;
margin: 0;
}

#container .seperator {
background-color:transparent !important;
height:10px !important;
margin:0 !important;
padding:0 !important;
border:none !important;
}

#container h2 {
font-size:18px;
clear:both;
margin-bottom:15px;
}
#container #profile {
padding:25px 25px 20px;
}
#container #profile dl {
margin-bottom:10px;
}
#container #profile img {
float:left;
margin-right:107px;
padding-bottom:10px;
}
#container #profile dl {
display:block;
width:345px;
float:left;
}
#container #profile dl dt {
margin:0 0 10px 0;
width:95px;
display:block;
float:left;
font-weight:bold;
text-align:left;
}
#container #profile dl dd {
margin:0 0 10px 0;
width:250px;
display:block;
float:left;
}

/* Revised 2010_0915 */
#container #menu {
	background: url(../images/menu_bg.png) no-repeat left top;
	width: 780px;
	padding: 0 10px; /* Orig. 0 10px */
	height: 44px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

.first {
}

.first selected {
}

#container #menu ul {
	margin: 0;
}

#container #menu ul li {
	min-height: 44px;
	float: left;
	display: inline-block;
	margin-left: 0;
	background: url(../images/menu_borderright.gif) no-repeat right;
}

#container #menu ul li.last {
	float: right;
	display: inline;
	background: none;
	width: 105px;
	padding-right: 24px;
	_height: 44px;
}

#container #menu ul li.last a {
	text-indent: -9999px;
	background: url(../images/menu_contact.gif) no-repeat right 0px;
	width: 58px;
	height: 18px;
	display: block;
	min-height: 44px;
	_height: 44px;
	padding: 0;
	float: right;
}

#container #menu ul li.last a:hover {
	background: url(../images/menu_contact_over.gif) no-repeat right 0px;
}

#container #menu ul li a {
	display: inline-block;
	color: #000;
	padding: 12px 25px;
	height: 20px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/menu_borderleft.gif) no-repeat left;
}

#container #menu  ul li a:hover,
#container #menu  ul li.selected a {
	background: url(../images/menu_over.gif) repeat-x;
	color: #fff;
}

#container #menu  ul li.unSelected a {
	text-decoration: none;
	color: #000;
	display: block;
	/* background: #bfbfbf; */
}

#container #menu  ul li.unSelected a:hover {
	background:  url(../images/menu_over.gif) repeat-x; /* Orig. #5a5a5a */
	color: #fff;
}

#container #cntct ul li.last a {

	background: url(../images/menu_contact.gif) no-repeat right 0px;
	width: 58px;
	height: 18px;
	display: block;
	min-height: 44px;
	_height: 44px;
	padding: 0;
	float: right;
}

#container #cntct ul li.last a:hover {
	background: url(../images/menu_contact_over.gif) no-repeat right 0px;
}
/* End Revised 2010_0915 */

#container #media {
position:relative;
}
#container #media ul li {
list-style:none;
float:left;
display:inline-block;
margin-left:0;
margin-right:26px;
}
#container #media ul li a {
width:150px;
height:150px;
display:block;
}
#container #media .prev {
position:absolute;
left:10px;
top:130px;
outline:none;
}
#container #media .next {
position:absolute;
right:10px;
top:130px;
outline:none;
}

#container #media .prev,
#container #media .next {
border:none !important;
}
#container #media .media {
width:95% !important;
margin-left:20px;
}
body #container #footer {
background:none;
margin-top:25px;
padding:20px 0 20px;
border-top:1px solid #ccc;
font-size:11px;
}
body #container #footer ul.left,
body #container #footer ul.right {
margin:0;
}
body #container #footer ul.right {
float:right;
}
body #container #footer ul li {
float:left;
margin:0 10px 0 0;
list-style:none;
color:#3B97D0;
}
body #container #footer ul li a{
color:#3B97D0;
}
body #container #footer p {
clear:both;
padding-top:10px;
color:#ccc;
}


