
/* below : the very general layout */

body {
	margin: 0;
	padding: 0;
	background: #fff;
    text-align: center; /*IE centering*/
	text-decoration: none;
    color: #333333;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.3em;
}
img {
    border: 0px;
	background: transparent;
}
a:link, a:visited {
    color: #333;
    text-decoration: underline;
}
a:hover, a:active {
    text-decoration: none;
}
a img {
    background: transparent;
}

em {
    font-style: italic;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
}
td {
    vertical-align: top;
}

img.button {
    display: inline;
    vertical-align: middle;
	margin: 0px;
	margin-left: 6px;
	padding: 0;
	/*width: 16px;
	height: 16px;*/
	border: 0px;
	background: transparent;
}

.mediaitem {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.citation {
    font-family: Georgia, serif;
    font-style: italic;
}






/*below : the lightbox elements layout*/

.lightboxOverlay {
    z-index:50;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}
.lightboxContainer {
    z-index:51;
    position:absolute;
    left:-9999em;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
    background:#fff url('./layout/loading.gif') 50% 50% no-repeat;
}
.lightboxClose {
    z-index:52;
    position:absolute;
    left:-9999em;
    padding:5px 10px 5px 10px;
    background:#eee;
    border-top:solid 2px #000;
    color:#000;
    font-weight:bold;
    opacity:0;
    filter:alpha(opacity=0); /*IE*/
    cursor:pointer;
}






/*below : the meta div layout*/

#meta {
    display:hidden;
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
}





/*below : the container div layout*/

#container {
    margin: 0 auto; /*FF & co centering*/
    padding: 0px 10px 0px 10px;
    width: 980px;
    text-align: left;
    background: #fff url('./layout/bkgd_home.gif') repeat-y;
}





/*below : the header div layout*/

#header {
    height: 330px;
    background: #fff url("./layout/header_home.jpg") -10px -140px no-repeat;
    border-top: solid 10px #000;
    border-bottom: solid 10px #000;
}





/*below : the content div layout*/

table#content {
    margin: 5px 20px 20px 20px;
    background-color: #fff;
    border-collapse: collapse;
}
#content td {
    padding: 0;
}
#leftCol {
    
}
#rightCol {

}
.section {
    float: left;
    clear: none;
    margin-right: 30px;
}
h3 {
	margin: 33px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
}
h4 {
	margin: 15px 0px 5px 15px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 18px;
	font-weight: normal;
}
p {
	margin: 10px 0px 0px 15px;
	padding: 0px;
	text-align: left;
	line-height: 1.3em;
}

ul {
    list-style: none;
	margin: 15px 0px 0px 15px;
	padding-left: 0em;
	text-indent: 0em;
	line-height: 1.2em;
}
li {
    clear: both;
	margin: 0;
	padding: 0px;
	margin-bottom: 1em;
}

ul#agenda {
    list-style: square;
	padding-left: 1em;
	text-indent: 0em;
}
ul#agenda li {
}

img.appButton {
    margin-top: 5px;
    margin-left: 15px;
    border: solid 1px #ccc;
}





/**/

#footer {
    padding: 30px;
    text-align: center;
    background: #eee;
    color: #999;
    letter-spacing: .05em;
}
#footer img {
    display: inline;
    margin-bottom: -1px;
    margin-right: 2px;
    width: 67px;
    height: 15px;
    vertical-align: middle;
}
#footer a {
    color: #999;
}