﻿/*==================DEFAULTS====================*/
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
	font-size:12px;
	padding: 0;
    margin: 0;
}

h3
{
    font-size:medium;
}

#footer{
    color:#D1D2D6; 
    height: 84px;
}

#footer a{
    color:#D1D2D6;
    text-decoration:none;
}

.subtitle
{
    color:#5292bb;
}

.link
{
    color:#616161;
}

.textbox{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}


/*==================SITE NAVIGATION====================*/
.site-nav { padding-top: 0px; }
.site-nav ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.site-nav li{
	display: inline;
	margin: 0 0px 0 0;
	padding: 0;
	text-transform:uppercase;
}
.site-nav a{
	float: left;
	display: block;
	font-weight:bold;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 10px 20px;
	background-color: #E15B36;
}

.site-nav a:hover{
	background-color: #DDDDDD;
	color: #1F2839;

}

.site-nav .current a{ /*currently selected tab*/
	background-color: #DDDDDD; 
	color: #1F2839;
	border-color: #DDDDDD;
	border-left: 1px solid #1F2839;
	border-right: 1px solid #1F2839;
	border-top: 1px solid #1F2839;
}

/*==================HEADER BOX====================*/
.product1
{ 
    width:117px;
    color:#616161; 
    font-weight:bold; 
    text-decoration:none;
    text-align:center; 
    padding-top:70px;
    background:url(../images/header-link2.gif) no-repeat center top;
}
.product2
{ 
    width:117px; 
    color:#616161; 
    font-weight:bold; 
    text-decoration:none; 
    text-align:center; 
    padding-top:55px;
    background:url(../images/header-link3.gif) no-repeat center top;
}
.product3
{ 
    width:117px; 
    color:#616161; 
    font-weight:bold; 
    text-decoration:none; 
    text-align:center; 
    padding-top:55px;
    background:url(../images/header-link1.gif) no-repeat center top;
}
.product4
{ 
    width:117px; 
    color:#616161; 
    font-weight:bold; 
    text-decoration:none; 
    text-align:center; 
    padding-top:55px;
    background:url(../images/header-link4.gif) no-repeat center top;
}

.product5
{ 
    width:117px; 
    color:#616161; 
    font-weight:bold; 
    text-decoration:none; 
    text-align:center; 
    padding-top:55px;
    background:url(../images/header-link5.gif) no-repeat center top;
}

/*==================NEWS BLOCK====================*/

.newscontainer
{
    width: 90%;
    border-top: solid 4px #F1F1F1; 
}

.newscontainer a{
    color:#616161;
}

.newstitle
{
    color:#5292bb;
    font-size: small;
    width:100%;
}

.newsarticle
{
    border-bottom:1px dotted #c2c1ba; 
    padding-bottom: 10px;
}

.background {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.popup {
	background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 500px;
}

.custombutton{
    background-color:#f5f5f5;
    border:1px solid #75839C;
    display:block;
    color:#565656;
    font-weight:bold;
    height:20px;
    line-height:20px;
    text-decoration:none;

    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}