/* CSS Document */

/* Global Styles */

body
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #4F7EB2;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

h1
{
	color: #CC3333;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	text-transform: none;
}

h2
{
	color: #336666;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 13px 0px 10px 0px;
	text-transform: none;

}

h3
{
	color: #cc3333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-transform: none;
}

a
{
	text-decoration: underline;
	color: #cc3333;
	font-weight: normal;
}

a:hover {text-decoration: none;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 5px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 15px 0px;}

img {border: 0;}
	
/* Classes */

.header {background: url(images/headerBG.jpg) repeat-x bottom;}

.nav, .navActive
{
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;	
	background: url(images/tab.jpg) no-repeat top left;
	cursor: pointer;
}

.navActive {background:url(images/tabActive.jpg) no-repeat top left;}

.nav a, .navActive a
{
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 8px;
	text-decoration: none;
}

.navActive a:hover {text-decoration: none;}
.orangeBG {
	background: #cc3333;
	color: #fff;
}
.homeWaterMark {
	background: #fff url(images/watermarkHome.jpg) no-repeat bottom right;
}

.languageLinks
{
	text-align: right;
	padding: 20px 0px 0 0;
	color: #cc3333;
	font-size: 11px;
	float: right;
}
	
.languageLinks a
{
	color: #cc3333;
	padding: 0 5px;
}

.homeMain {
	padding: 40px 25px 0 22px;
	line-height: 15px;
}

.homeMain1 {
	padding: 0px 84px 0px 60px;
        font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

.homeHeading
{
	background: #336666 no-repeat left;
	color: #fff;
	text-align: center;
	font-size: 36px;
}

.homeHeading h1
{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.blueBG
{
        background: #336666;
	color: #fff;
}

.dkBlueBG
{
        background: #336666;
	color: #fff;
}

.greenBG
{
        background: #e5f1d9;
	color: #7BC143;
}

.dkGreenBG
{
        background: #7ac043;
	color: #fff;
}

.orangeBG h1, .dkBlueBG h1, .dkGreenBG h1, .subGreenBox h1
{
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	text-transform: none;
	color: #fff;
}

.homeBoxes {
	padding: 5px 30px 5px 25px;
	color: #fff;
}

.subWatermark {background: #fff url(images/subWatermark.jpg) no-repeat top left;}

.quote
{
	font-size: 16px;
	text-align: center;
	font-style: italic;
	padding: 20px 5px;
	;
}

.quotebody
{
	font-size: 12px;
	text-align: left;
	padding: 5px 10px;
        color: #fff;
	;
}

.main {
	padding: 25px 35px 10px 50px;
	line-height: 15px;
}

.rightColumn {background: #f5d7aa url(images/riightColumnBG.jpg) repeat-y left;}

.subGreenBox {
	padding: 28px 40px 0px 45px;
	color: #fff;
}

.directions
{
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 10px;
}

.copyright
{
	color: #cc3333;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0px 27px;
	text-decoration: none;
	text-align: center;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #cc3333;
	font-weight: normal;
	padding: 0px 0px 15px 27px;
	text-decoration: none;
	text-align: left;
}

.logoworks a
{
	color: #f57d31; text-decoration: none;
}

.logoworks a:hover {text-decoration: underline;}

