/* 
    Document   : tech_site_css
    Created on : Apr 4, 2011, 7:26:39 PM
    Author     : mikeb
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838fbb;
	background: #08123a;
}

body a {

    color: white;
    text-decoration: underline;
    
}

#headerpad{

height: 25px;
width: 100%;
}


#headerbottom{
    width: 100%;
    height: 90px;
    background: url(images/headerbottom.jpg);
}

#header {

    width: 100%;
    text-align: center;
    height: 300px;
    font-family: serif;
    font-size: large;
    color: white;
}





#forms tbody{

    text-align: right;
    

}


#templatemo_header_wrapper{
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url(images/templatemo_header_repeat.jpg) repeat-x;
}

#templatemo_header_wrapper #templatemo_header_panel{
	width: 980px;
	height: 50px;
	margin:0 auto;
	color: #FFF;
	text-align: center;
	background: url(images/templatemo_header.jpg) no-repeat;
}

#templatemo_header_panel #templatemo_header{
	padding-top: 50px;
	font-size: 40px;
	letter-spacing: 50px;
	font-family: "Times New Roman", Times, serif;
}

#templatemo_header_panel #templatemo_tagline{
	font-size: 20px;
	padding: 20px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
}

/* end of header */

/* banner */
#templatemo_banner_wrapper{
	clear: both;
	width: 100%;
	height: 240px;
	margin: 0 auto;
	background: url(images/templatemo_banner_repeat.jpg) repeat-x;
        text-align: center;
}




/* end of banner */

/* menu */
#templatemo_menu_wrapper{
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background: url(images/templatemo_menu_bg_repeat.jpg) repeat-x;
}




#menu_wrapper{
    clear: both;
    width: 100%;
    height: 100%;
}

#menu_panel{
    
    float: left;
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
    
    text-align: left;
    

}

#content_panel{

 width: 65%;
 float: left;
 padding-left: 20px;
}

#content_panel div{

    text-align: center;
}
    
#content_panel iframe {

width: 100%;
height: 1200px;
border: 0;


}

#time_form table{

    color: white;
}

#list {
    
    width: 300px;
    
}

#ftpmenu{
    float: left;
    width: 25%;
    text-align: left;

}

#ftpcontent{
    float: left;
    width: 75%;
    text-align: left;


}

