/* General Tags */
body 
{
    text-align: center;
}
a img
{
    border: none;
    padding-left: 10px;
}
p
{
    margin: 10px 0;
}
h5
{
    font-size: 10pt;
    margin: 10px 0;
}
ul a
{
    text-decoration: none;
    color: #666666;
}
blockquote
{
    margin-right: 0;
    padding: 0;
}
/* General Tags */


/* Common Selectors */
#container
{
    color: #666666;
    text-align: left;
    margin: 0 auto;
    font-family: Arial;
    font-size: 10pt;
    width: 699px; 
}
#header1
{
    width: 699px;
	position: relative;
	float: left;
}
#navigation
{
    width: 699px;
    font-size: 11px;
    float: left;
}
#footer
{
    width: 100%;
    padding-top: 10px;
    border-top: solid 1px gray;
    clear: both;
}
#logo
{
    width: 50%;
    float: left;
}
#statement
{
    position: absolute;
    right: 0;
    bottom: 15px;
}
#slp
{
    height: 30px;
    padding: 0;
    margin: 0;   
}
#navlist
{
	line-height:30px;
	margin:0;padding:0;
    background-color: #9e9fa3;
	float:left;
	width:100%;
}
#navlist li, #slp li
{
    display: inline;
    list-style-type: none;
}
#navlist li
{
	float:left;

    padding-left: 25px;
    padding-right: 5px;
}
#navlist a
{
    color:white;    
}
#navlist a:hover, #navlist li a#current
{
    color: #d3d5d6;
    
}
#navlist img
{
    display:block;
    margin:5px 0;
}
#menulist
{
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    width: 100%;
}
#menulist a
{
    display: block;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 10px 0px 10px 15px;  
}
#menulist a:hover
{
    color: Red;
}
#menulist li
{
    border-bottom: solid 1px gray;
    padding: 0;
}
#sitemap, #cetero
{
    float: left;
    width: 349.4px;
}
#slp li
{
    padding-right: 10px;
}
#cetero
{
    text-align: right;
}
/* Common Selectors */


/* Home Page Selectors */
#header2
{
	clear:both;
	width: 100%;
	margin-top:5px;
	float:left;
	height:213px;
	overflow:hidden;
	margin-bottom: 20px;
	/*background-color: #7bc243;*/
}
#greenbox
{
	float: left;
	color: #fff;
	text-align:center;
	width:100%;
	position:relative;
}
#splashText {width:300px;float:left;padding:25px 0 0 25px;margin:0 auto;text-align:left;}
#splashText h2 {font-size:16px;margin:0 0 30px 0;padding:0;}
#splashText p {font-size:14px;line-height:190%;margin:0;padding:0;}
#splashImg {position:absolute;right:-1px;top:0;display:block;padding:0;margin:0;}

#leftsidebar
{
    width: 211px;
    padding-right: 10px;
    float:left;
}
#rightsidebar
{
    float:left;
    width: 119px;
    padding-left: 10px;
    font-size: 8pt;
}
#content
{
    padding-left: 19px;
    padding-right: 20px;
    border-left: solid 1px gray;
    margin-bottom: 15px;
    width: 308px;
    float: left;
}
#content h4
{
    display: none;
}
#content p
{
    text-align: justify;
}
#content a:link, #content a:visited
{
    color:#EF3F33;
}
#chamber, #infohead, #infotext
{
    float:left;

}
#chamberTxt
{
	padding-left:10px;
    float: left;
    color: #33afff;   
}
#chamberTxt div#environmental
{	
	font-size:14px;
	font-weight: bold;
	margin-top: 4px;
}
#submenu
{
    float:left;
    width: 202px;
}
#latestnews, #events
{
    float: left;
    width: 100%
}
#latestnews h5, #events h5
{
    color: #33afff;
}
#environmental a
{
	text-decoration: none;
	color: #33afff;
}
#environmental a:visited
{	
	color: #33afff;
}
/* Home Page Selectors */

/* Interior Page Selectors */
#sidebar
{
    width: 178px;
    margin-top: 5px;
    margin-right: 20px;
    padding: 0;
    float:left;
}
#contentcontainer
{
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
}
#contentcontainer div
{
    float:left;
}
#images, #intcontent
{
    width: 501px;
}
#intcontent
{
    margin-top: 6px;
    /* fixes IE 6 italic bug */
    overflow:visible;
}
#intcontent p
{
    text-align: justify;
}
#intcontent a:link, #intcontent a:visited
{
    color:#EF3F33;
}
#intcontent h4
{
    font-size: medium;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ef3f33;
}
#leftcontentimg, #imgL1, #imgL2
{
    margin: 0 10px 10px 0;
}
#rightcontentimg, #imgR1, #imgR2
{
    margin: 0 0 10px 10px;
}
#sidebar ul a#currentitem
{
    color: Red;
}
ul#child, #child ul
{
    list-style-type:none;
    margin: 0 0 0 15px;
    padding: 0;
}
#child li
{
    border: 0;
}
#child a
{
    background-image: url(images/dash.gif);
}
#intcontent table
{
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-collapse: collapse;
    margin: 10px 5px;
}
#intcontent th, #intcontent td
{
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding: 5px;
    text-align: center;
    font-size: 10px;
}
#qform, #qentry
{
    border: solid 1px gray;
    padding: 10px;
    margin: 10px 0;
    width: 479px;
}
#qform label
{
    display: block;
    float: left;
    width: 180px;
    clear: both;    
}
#qform p
{
    text-align: left;
}
/* Interior Page Selectors */


/* Common Classes */
#menulist li.lastitem
{
    border-bottom: none;
}
/* Common Classes */


/* Home Page Classes */
.textleft
{ 
    text-align: left;
}

/* Interior Page Classes */
.alignleft
{
    float: left;
    
}
.alignright
{
    float:right;
}
.boldhead
{
    /*color: Black;*/
}
.underline
{
    text-decoration: underline;
    margin: 1px 0;
}
li.close ul
{
    display:none;
}
li.open ul
{
    display:block;
}
.studyreqlist
{
    list-style-type: square;
}
.ordlinks a
{
    color: Blue;
    text-decoration: underline;
}
.defn
{
    text-decoration: underline;
    font-weight:bold;
    font-style:italic;
}
.sublinks
{
    color: Red;
}
/* Interior Page Classes */