﻿/* front.css test */

body
{
    font-family: Verdana, sans-serif; 
    font-size: 14px;
    
    color: #262626;
    background-color: #fbf9d3;
    margin: 0;
}

h1  
{
    font-family: 'Cantarell', Gotham, serif; 
    font-size: 32px;
    color: #9c0004;
}

img
{
    border-style: none;
}

#headertop
{
	font-family: Lucida Grande, Arial, sans-serif; 
	font-size: 14px;
	color: #FFF;

	overflow: hidden;
	height: 50px;
	background-color: #005b97;
	/* background-image: url(/images/slice.gif); */
}

#headertop a
{
    text-decoration: none;
    margin: 0 5px;
    color: #FFF;
}

#headertop a:hover { text-decoration: underline; }

#headertopleft
{
    padding-top: 15px;
    float: left;
}

#selectbutton
{
    padding: 14px 0 0 5px;
    float:left;
}

#headertopright
{
    padding-top: 15px;
    float: right;
}

#headerbottom
{
	overflow: hidden;
	height: 80px;
	background-color: #54a1d4;
	/* background-image: url(/images/slice.gif); */
}

#headerbottom a
{
    text-decoration: none;
    margin: 0 5px;
    color: #FFF;
}

#headerbottom a:hover { text-decoration: underline; }

#headerbottomleft
{
    padding-top: 20px;
    float: left;
}

#headerbottomright
{
    font-family: Lucida Grande, Arial, sans-serif; 
    font-size: 15.5px; 
    color: #FFF;
    padding-top: 28px;
}

#content
{
    margin-bottom: 20px;
    min-height: 300px;
	width: 1070px;
}

#sitemap
{
    vertical-align: top;
    overflow: hidden;
    background-image: url(/images/orange_gradient_bigger.jpg);
    height: 485px;
    clear: both;
}

#sitemap ul li
{
    padding: 8px 0;
}

#sitemap ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sitemap h2 
{
    font-family: Verdana, sans-serif; 
    font-size: 14px;
    font-weight: bold; 
    color: #fff; 
    margin: 0;
    padding: 0;
}

#sitemap a
{
    font-family: Verdana, sans-serif; 
    font-size: 12px; 
    text-decoration: none;
    color: #fff;
}

#sitemap a:hover { text-decoration: underline; }

#footer
{
    font-family: Verdana, sans-serif; 
    font-size: 14px; 
    text-align: center;
    /*text-decoration: underline;*/
    color:#333333;
    height: 125px;
    padding: 15px 0px;
}

.container
{
    margin: 0 auto;
    width: 90%;
    min-width: 560px;
}

.sitemapcolumn
{
    width: 144px;
    float: left;
    padding: 20px 8px;
}

.center
{
    text-align: center;
}

/*inside pages*/
.black
{
    color: Black;
}
.bigblue
{
    font-size: 18px;
    color: #54a1d4;
}
#arrow
{
    float:left;
}
#leftcol
{
    float: left;
    width: 240px;
    padding-bottom: 20px;
}
#centercol
{
    float: left;
    width: 500px;
    padding-bottom: 20px;
    overflow: hidden;
    
}
#bigcol
{
    float: left;
    width: 740px;
}
#rightcol
{
    float: left;
    width: 220px;
}
#sectionheader
{
    margin: 30px 0px 0px 0px;
    width: 220px;
}
#sectionlinks
{
    font-size: 12px;
    padding: 7px 0px;
    background-color: White;
    width: 220px;
}
#sectionlinks ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sectionlinks li
{
    padding: 0px 16px;
}
#sectionlinks li.selected
{
    background: url(/images/arrow.png) no-repeat left center;
}
#sectionlinks li.selected a
{
    font-weight: bold;
    color: #54a1d4;
}
#sectionlinks a 
{
    /*color: Black;*/
    text-decoration: none;
    display: block;
    border-bottom: solid 1px black;
    padding: 5px 0;
}
#sectionlinks a.last
{
    border-bottom: none;
}
#sectionlinks a:hover
{
    text-decoration: underline;
}
#sectionfooter
{
    width: 220px; 
}
#sideimage
{
    padding-top: 40px;
}
#buzz
{
    text-align: right;
    padding: 40px 10px 0px 10px;
}
#tryitnow
{
    padding: 35px 20px;
}

.translator-padding { padding-left: 150px; }
