@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The styles for screen medias --------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* ***************************************************** */
/* The style for the body                                */
/* ***************************************************** */
html {
	min-height: 100%;
	height: auto;
}
body {
	background-image: url(../../graphics/gui/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	border: 1px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	display: block;
	color: #FFF;
	padding-top: 4px;
	background-color: #666;
	padding-left: 35px;
	background-image: url(../../graphics/symbols/home.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}
p {
	margin-bottom: 5px;
}
/* ***************************************************** */
/* The style general Classes                             */
/* ***************************************************** */
.displayNone {
	display: none;
}
.normalFieldset {
	border: 1px dotted #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
.normalFieldset a:link, .normalFieldset a:visited, .normalFieldset a:active {
	color: #333;
	text-decoration: none;
}
.normalFieldset a:hover {
	text-decoration: underline;
}
.normalFieldset legend {
	font-weight: bold;
}

/* ***************************************************** */
/* The styles for the main Containers                    */
/* ***************************************************** */
#mainContent {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
.mainContentRight {
	position: relative;
	float: left;
	width: 600px;
}
.mainContentLeft {
	width: 300px;
	float: right;
	position: relative;
}

/* ***************************************************** */
/* The styles for GUI items                              */
/* ***************************************************** */

/* ***************************************************** */
/* The styles for the Header                             */
/* ***************************************************** */
#header {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	position: relative;
}
#logo a {
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 400px;
	position: absolute;
	background-image: url(../../graphics/logos/logo_group.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 65px;
}

/* ***************************************************** */
/* The styles for the Nav                                */
/* ***************************************************** */
#topNav {
	height: 20px;
	width: 400px;
	position: absolute;
	top: 120px;
	text-align: right;
	right: 0px;
	color: #333;
}
#topNav a:link, #topNav a:visited, #topNav a:active {
	color: #333;
	text-decoration: none;
}
#topNav a:hover {
	color: #666;
}

/* ***************************************************** */
/* The styles for the Major Nav                          */
/* ***************************************************** */
.majorNavLink a:link, .majorNavLink a:visited, .majorNavLink a:active {
	display: block;
	width: 565px;
	height: 22px;
	margin-bottom: 10px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	background-color: #666;
	padding-right: 35px;
	background-image: url(../../graphics/symbols/home.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
}
.sideLink a {
	display: block;
	height: 160px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-bottom: 10px;
	border: solid 1px #FFF;
}

/* ***************************************************** */
/* The styles for the Lower Bar                          */
/* ***************************************************** */
#lowerBar {
	height: 30px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#groupLinks {
	position: absolute;
	bottom: 0px;
	left: 5px;
}
#groupLinks li {
	display: inline;
}
#groupLinks a {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
}
#socialNav {
	
}
#socialNav li {
	display: inline;	
}
#socialNav a:link, #socialNav a:visited, #socialNav a:active {
	text-indent: -9999px;
	display: block;
	float: right;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
}
#socialNav a:hover {
	background-position: left -30px;
}

/* ***************************************************** */
/* The styles for the Tooltip                            */
/* ***************************************************** */


/* ***************************************************** */
/* The styles for the Gallery View                       */
/* ***************************************************** */
.panel-overlay h2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-weight: bold;
}
.panel-overlay p {
}
.panel-overlay h2 a {
	text-decoration: none;
}
.panel-overlay h2 a:hover {
	text-decoration: underline;
}

/* ***************************************************** */
/* The styles for the Portfolio                          */
/* ***************************************************** */
.ulPortfolio {
}
.ulPortfolio li {
	display: inline;
}
.ulPortfolio a:link, .ulPortfolio a:visited, .ulPortfolio a:active {
	display: block;
	float: left;
	height: 128px;
	width: 128px;
	padding: 5px;
	margin: 5px;
	border: 1px dotted #FFF;
	position: relative;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	text-align: center;
}
.ulPortfolio a:hover {
	background-color: #EEE;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-decoration: underline;
}
.ulPortfolio span {
	position: absolute;
	height: 35px;
	width: 128px;
	display: block;
	top: 80px;
	z-index: 4;
	background-color: #EEE;
	text-align: center;
	padding-top: 5px;
}

/* --------------------------------------------------------------------------------------------------- */
/* Styles for Javascript  ----------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

/* Better Tooltip Styles-------------------------------------------------------------------------------------- */
.tip {
	width: 212px;
	padding-top: 32px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../../graphics/scripts/betterTooltip/tipTopLoggia.png) no-repeat top;
}
.tipMid {
	background: transparent url(../../graphics/scripts/betterTooltip/tipMidLoggia.png) repeat-y;
	padding: 0 25px 20px 25px;
	color: #da4c1a;
}
.tipBtm {
	background: transparent url(../../graphics/scripts/betterTooltip/tipBtmLoggia.png) no-repeat bottom;
	height: 32px;
}
