@import url(layout.css);
body, html{
	font-size: 12pt;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	background-color: #EBF3F5;
	text-align: center;
	vertical-align: top;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}


#container
{
	width: 900px;
	height: 800px;
	border-left: 1px solid #0376BF;
	border-right: 1px solid #0376BF;
	margin: auto;
}

#spacer
{
	width: 600px;
        margin: 0 50px 0 50px;
        border-bottom: 1px solid #0376BF;
}

#header
{
	width: 900px;
	height: 155px;
	background-color: white;
	border-bottom: 6px #009B59 solid;
}

#topnav
{
	color: white;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #009B59;
	height: 20px;
	width: 900px;
	text-align: right;
	font-size: 10pt;
}

#topnav a
{
	color:white;
	text-decoration: none;
	padding: 0 5px 0 0;
}

#watermark
{
	height: 105px;
	width: 875px;
	background:white url('http://www.tributetelecom.com/images/logo.png') no-repeat left center;
	margin-left: 25px;
}

#mainnav
{
	width: 900px;
	text-align: center;
	height: 30px;
	margin: auto;
	background-color: #0376BF;
	border-top: 2px #009B59 solid;
}

#content
{
	height: 600px;
	width: 900px;
}

#content.home
{
	background: #0376bf url('http://www.tributetelecom.com/images/girl.png') no-repeat left top;
}

#left_content
{
	width: 700px;
	height: 500px;
	float: left;
	background-color: white;
        padding: 0;
        margin: 0;
}

#left_content.home
{
	width: 500px;
	height: 600px;
	text-align: right;
	float:left;
	vertical-align: bottom;
	background: transparent;
}

#left_content.sitemap
{
        text-align: left;
}

#left_content.testimonials
{
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left;

}

#left_content.home img
{
	border: none;
}

#left_content.home a
{
	text-decoration: none;
}

#left_content p
{
	text-align: justify;
        padding: 10px 10px 0px 10px;
        font-size: 13px;
}

#left_content img.content
{
        float:left;
        padding: 0;
        margin: 0;
        padding-right: 15px;
}

#byline
{
	padding-left: 400px;
        font-size: 10px;
        font-weight: bold;
        color: gray;
        text-align: left;
        padding-bottom: 10px;
}

#contactus
{
	position: relative;
	top: 515px;
	right: 15px; 
}

#contactus.page
{
	position: relative;
	top: 15px;
	right: 15px;
}

#right_content
{
	width: 200px;
	height: 500px;
	background-color: #0376BF;
        float: right;
}

#right_content.home
{
	width: 400px;
	height: 500px;
	float: right;
	text-align: center;
}

#news
{
       padding: 3px 10px 3px 10px;
       text-align: left;
       font-size: 11px;
       color: white;
}

#news.home
{
      font-size: 10px;
      color: black;
}

#news.news
{
      font-size: 12px;
      color: black;
}


#news h3
{
      border-bottom: 1px dashed white;
      padding-top: 0px;
      padding-bottom: 2px;
      margin: 0;
      font-size: 13px;
}

#news.home h3
{
    border-bottom: 1px dashed black;
    padding-left: 7px;
    font-size: 11px;
}

#news h4
{
      padding-top: 2px;
      padding-bottom: 0px;
      margin: 0;
      font-style: italic;
      font-size: 11px;
}

#news.news h4
{
     color: black;
     font-size: 13px;
}

#news a
{
     color: white;
     text-decoration: none;
}

#news.home a
{
     color: black;
     text-decoration: none;
}

#news.news a
{
     color: black;
     text-decoration: none;
}

#news p
{
     margin:0;
     padding-top: 5px;
     padding-bottom: 3px;
}

#news.home p
{
     margin:0;
     padding-top: 5px;
     padding-bottom: 3px;
}

#news div.date
{   
     text-align: right;
     color: white;
     font-size: 8px;
     font-style: italic;
     margin: 0;
     padding: 0;
     padding-right: 5px;
     padding-bottom: 10px;
}

#news.home div.date
{
    color: gray;
}


#service_button
{
	width: 350px;
	height: 90px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#service_button h1
{
	font-size: 13.5pt;
	color: white;
	font-style: normal;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	margin: 0;
}

#service_button a
{
	color: white;
	text-decoration: none;
}

#service_button a:hover
{
	text-decoration: underline;
}    

#service_button p
{
	font-style: normal;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;
	padding: 4px 5px 0 5px;
	margin: 0;
	width: 325px;
}

#service_button_left
{
	width: 5px;
	height: 90px;
	background-image: url('http://www.tributetelecom.com/images/button_left.png');
	float:left;
}
#service_button_right
{
	width: 5px;
	height: 90px;
	background-image: url('http://www.tributetelecom.com/images/button_right.png');
	float: left;
}

#service_button_mid
{
	width: 340px;
	height: 90px;
	background-image: url('http://www.tributetelecom.com/images/button_mid.png');
	float: left;
}

#left_bottom_content
{
	height: 100px;
	width: 700px;
	float: left;
	background-color: #7FCCAB;
	vertical-align: bottom;
	text-align: right;
}

#left_bottom_content img
{
	border: none;
}


#right_bottom_content
{
	width: 200px;
	height: 100px;
	background-color: white;
	color: black;
	font-style: normal;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	float: right;
}

#right_bottom_content.home
{
	width: 400px;
}


#footer
{
	width: 900px;
	height: 35px;
	background-color: #0376BF;
	text-align: center;
	color: white;
	font-size: 8pt;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	vertical-align: middle;
	padding-top: 5px;
}

#footer a
{
	color: white;
	text-decoration: none;
}

blockquote
{
	text-align: justify;
        font-size: 12px;
        padding-top: 5px;    
        padding-bottom: 3px;
}

ul
{
        padding-left: 10px;
        padding-top: 5px;
        list-style-position: inside;
        position: relative;
}

li
{
        padding-left: 10px;
        padding-top: 3px;
}

li li
{
        padding-left: 30px;
}

ul li ul
{
        list-style-position: inside;
}

ul li ul li
{
        padding-left: 30px;
        margin-left: 30px;
}

h2
{
        text-align: center;
}