/* CSS Document */

/*
Copyright (c) 2009, Shawphy(shawphy.com). All rights reserved.
http://shawphy.com/2009/03/my-own-reset-css.html
Based on YUI http://developer.yahoo.com/yui/reset/
and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
Licensed under the BSD License:
http://creativecommons.org/licenses/BSD/
version: 1.1 | 20090303
*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}
body {
    line-height: 1.5;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*----------------------------------------------------------*/

/*
a:link {color:#003399;text-decoration: underline;}¡@¡@¡@
a:visited {color:#003399;}
a:hover {color:#FF6633; text-decoration:underline;} 
a:active {color:#FF6633; }¡@¡@  
*/

body{
background-color:#ffffff;
text-align:center; 
/*background-image:url(../images/orangeWhiteBG2.png);
background-repeat:repeat-x;
*/}
#mainContainerBG{
text-align:left; 
width:100%;
margin:0 auto;
border:#0000a3 thin 1px;
}
#mainContainer{
margin:0 auto;
width:900px;
border:#00aaa3 thin 1px;
}
#headingContainer{
position:relative;
height:100%;
border-bottom:#FFCB63 8px solid;
}
#logoDiv{
position:relative;
float:left;
height:100px;
}
#logoDiv #siteLogo{
position:relative;
background-image:url(../images/siteLogo/mainLogo.jpg);
width:100px;
height:100px;
z-index:10;
}
#bannerDiv{
position:relative;
float:left;
width:500px;
height:50px;
overflow:hidden;
padding:20px;
}
#navContainer{
position:relative;
bottom:0px;
}
#navContainer #navDiv{
position:absolute;
float:right;
background-color:#FFC965;
bottom:0px;
right:0px;
padding-top:10px;
}
a{
color:#BB9966;
}
.tabs li, .tags li, .controlsBtn li{
display:inline;
}
#navDiv .b_a1{
font-size:1.5em;
font-weight:bold;
padding:10px;
}
#sideBarDiv{
position:relative;
float:right;
width:300px;
overflow:hidden;
/*border:#006699 1px solid;*/
}
#realtimeMsgDiv{
position:relative;
width:100%;
}
#realtimeMsgDiv iframe{
height:250px;
}
#fbDiv{
position:relative;
width:100%;
}
#leftDiv{
/*border:#999999 1px solid;*/
width:590px;
float:left;
}
#container_Contribute textarea ,#container_Contribute input{
width:300px;
}
#container_Contribute input[type=submit]{
width:100px;
}
#footerDiv{
text-align:center;
}
.spacer_L{
position:relative; clear:left;
}
.spacer_B{
position:relative; clear:both;
}
.spacer_R{
position:relative; clear:right;
}
.controlsDiv{
position:relative;
background-color:#FFAE00;
border:#dddddd 1px solid;
color:#ffffff;
margin-top:10px;
}
.controlsBtn{
float:right;
font-weight:bold;
}
.btn_R{
float:right;
}
.objDiv{
border-bottom:#CCCCCC solid 1px;
}
.objT{
color:#F8DB78;
}
.objName{
font-size:1.2em;
font-weight:bolder;
}
#container_Object .objDiv{
border-bottom:#dddddd 1px solid;
}