/* 
    Document   : layout.css
    Created on : June 16, 2010
*/

/* Main Layout Table */

#wrapper 
{
    border: solid 1px #000099;
    width: 975px;
	margin: 0px;
    background-color: #ffffff;
    background-image:url("back1.jpg");
    background-repeat: repeat-y;
	text-align: left;
	min-height: 650px; 
	overflow:hidden;

}

#header {
	height:143px;
    padding-top: 0px;
    padding-bottom: 0px;
	margin: 0 auto;
    background-color: #74685A;
  	overflow:hidden;
}
#sidebar
{
    /* border: solid 2px red; */
    width: 180px;
    padding: 10px;
   float: left;
}

#mainContent
{
	margin-left: 240px;
	margin-right: 10px;
}

/* Footer */
.footer
{
    vertical-align: bottom;
	background-position: bottom left;
    height: 12px;
}

/* Default Content Fonts/Formatting */
body
{
    background-color: #F0F0F0;
    font-family: Trebuchet MS, Helvetica;
    font-size: 10pt;
	text-align: center;
    vertical-align: top;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration:underline;


}
a, a:link, a:visited
{
    text-decoration: none;
    color: #0d8800;
}
a:active, a:hover
{
    color: #F16002;
}
td, div, span, p, table
{
    text-align: left;

}

.content
{
	min-height: 550px;
}


/* Global Sidebar items */
.sidebarContainer
{
    color: black;
    font-weight:normal;
    font-size: 8pt;
    text-align: left;
    vertical-align: top;
}
.sidebarContainerTitle
{
  /*  background-image: url("main_menu_background.jpg"); */
    background-repeat:repeat-x;
    height: 20px;
    padding: 7px 0px 0px 0px;
    color: #000000;
    font-weight:bold;
    font-size: 9pt;
    text-align:center;
    vertical-align:middle;
}
.box
{
    border: solid 1px silver;
    background-color: #f6f6f6;
    padding: 8px;
}

/* Left Sidebar */


/* Right Sidebar */


/* Customer Testimonial Sidebar */
.testimonialSidebarEntry
{
    padding-bottom:6px;
    border-bottom: dotted 1px #b0b0b0;
}
.testimonialSidebarQuote
{
    font-family:Helvetica;
    font-size: 8pt;
    text-align: left;
    color: #909090;
}
.testimonialSidebarName
.testimonialSidebarName a,
.testimonialSidebarName a:link,
.testimonialSidebarName a:visited
{
    font-family:Helvetica;
    font-size: 8pt;
    text-align: left;
    color: #0d8800;
}
.testimonialSidebarName a:hover
{
    color: #b0b0b0;
}


/* Customer Testimonial (Single entry on main testimonial page) */
.testimonialEntry
{
    border: solid 1px silver;
    background-color: #f6f6f6;
    padding: 8px;
}
.testimonialQuote
{
    text-align: left;
    padding-bottom: 8px;
    border-bottom: dotted 1px #b0b0b0;
}
.testimonialName
{
    padding-top: 8px;
    color: #5E636C;
}

/* Article */
.articleEntry
{
    border: solid 1px silver;
    background-color: #f6f6f6;
    padding: 8px;
}
.articleShortText
{
    text-align: left;
    padding-bottom: 8px;
}
.articleTitle
{
    padding-top: 8px;
    color: #033596;
    border-bottom: dotted 1px silver;
}
.articleTitle
.articleTitle a,
.articleTitle a:link,
.articleTitle a:visited
{
    text-align: left;
    color: #0d8800;
}
.articleTitle a:hover
{
    color: #b0b0b0;
}


