/* Test for 2 cols */

body {
	background:	#4F4D4D;   /*#001F3D;     #80898E; Keep */
	font: normal 16px "Trebuchet MS", Verdana, sans-serif, Arial;
    font-weight: 900;
	color: #A4AFBD;              /* general font color */

}

#container
{
	margin: 0 auto;
	width: 100%;
	background-color:#001F3D;    
}

.imgclass {
   max-width: 170%;
}

#header
{
	padding:0.1em;
        font: normal 40px Impact, Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
        color:#D0D0D0;
        background-color:#001F3D;    
        letter-spacing:10px;
        clear:left;
	
}

#header2 
{

        padding:0em 1.5em 0.2em 1.5em;
        text-align:right;
        color:#00FF00;
        background-color:#606060;
        letter-spacing:1px;
        clear:left;
}

#hline
{
        max-height:6px;
        border-color: #00FF00;
        border-width: 2px;
        border-style: none;
        border-top-style:solid;
        clear:left;	
}

#hline2
{
       max-height:1px;
        border-color: blue;
        border-width:1px;
        border-style: none;
        border-top-style:solid;		
		margin-left:10px;		
        
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content-container1
{
	float: left;
	width: 100%;
	/*background: #fff url(/wp-content/uploads/layout-three-liquid-background1.gif) repeat-y 20% 0;*/
}

#content-container2
{
	float: left;
	width: 100%;
	/*background: url(/wp-content/uploads/layout-three-liquid-background2.gif) repeat-y 80% 0;*/
}

#section-photo
{
	float: left;
	/*width: 38%;*/
	width:auto;
	padding: 2px 0;
	margin: 0;
	display: inline;
}

#section-thumb
{
	float: left;
	width: 6%;
	padding: 1px 0;
	margin: 0 0 0 8px;
	display: inline;
}

#thumbtitle {
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#FFFFFF;	
	text-align:center;
	max-width:102px;
	
}

#thumbspacer
{
    
    max-height:3px;
    border-width: 2px;
    border-style: none;
    width: 6%;
}



#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#content
{
	float: left;
	width: 36%;
	padding: 20px 0;
	margin: 0 0 0 2%;
}

#content h2 {
   
        margin: 0;
        padding: 5px 10px 0 20px;	 
        border-style: none;	
	color:	#1E90FF;
	font-size:1.2em;
	text-indent:-7px;

}

#content-drawing
{
	float: left;
	max-width:100%;		
	padding: 20px 0 0 20px;
	margin: 0 0 0 2%;
	
}

#content-drawing h2 { 
   
    margin: 0;
    padding: 10px 10px 10px 10px;        
    color:#FFD700;
    font-size:1.2em;
    text-indent:0px;
    max-width: 850px;

}

ul.square {
	    font: lighter Verdana, Arial, sans-serif;
	    font-size:1em;
	    color:#D0D0D0;
	    list-style-type:square;
		text-indent:0px;
	}
	
ul.disc {
	font: normal Verdana, Arial, sans-serif;
	font-size:0.95em;
	color:#D0D0D0;
	list-style-type:disc;
	text-indent:30px;
	}

#aside
{
	  float: right;
	  width: 10%;
	  padding: 20px 0;
	  margin: 0 1% 0 0;
	  display: inline;
}

#aside h3 { margin: 0; }



#col4menusel {

        display:block; 
        font-weight:bold;
        height:20px;
        padding: 2px 5px 5px 5px;
        color:#FFD700;
        background-color: #9A9999;  /* #2E8B57; */
        text-align:center;
        text-decoration:none;
        margin: 0;
}


#col4menu  a {

        display:block; 
        font-weight:bold;
        height:20px;
        padding: 2px 5px 5px 5px;
        color:#FFFFFF;
        background-color: #818080;  /* #2E8B57; */
        text-align:center;
        text-decoration:none;
        margin: 0;

}

#col4menu  a:hover {
       background-color:  #9A9999;  /* #98bf21;	*/	
}

#menuspacer
{

       max-height:2px;
       border-width: 2px;
       border-style: none;
       margin: 0;   
}

#sftable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#sftable td, #sftable th 
{
font-size:1em;
border:1px solid #4F4D4D;  /* #98bf21; */
padding:3px 7px 2px 7px;
}
#sftable th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color: #4F4D4D;  /* #387A99; */
color: #FFD700; /* #ffffff; */
}
#sftable tr td 
{
color:#ffffff;
background-color: #818080;  /* #3399FF; */
}
#sftable tr.alt td 
{
color:#ffffff;
background-color: #9A9999; /* #6CB5FF; */
}

#footr {
	
	font: italic 0.8em Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#C0C0C0;
	text-align:right;
	line-height:200%;
	
}

#footr-left {
	
	font: italic 0.8em Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#C0C0C0;
	text-align:left;
	line-height:200%;
	
}

#footer
{
	clear: both;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}

