﻿@import url("css/menu.css");

/********************** GENERIC RULES **************************/
* {	margin: 0; padding: 0; }
a {	outline:0;}
a img {	border:0;}
.brclear
{
	/* Use a break with this class to clear float containers */
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}
.body ul, .body li, .body ul li, .body ul li li, .body ul li li li
{
	list-style-type: none;
	margin: 0;
}
.Normal, .NormalDisabled {
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
}
h1, h2, h3, h4
{
	font-family: Arial, sans-serif;
}
input, select
{
	font-family: Arial, sans-serif;
}

/********************** SITE STRUCTURE BEGIN **************************/
.body
{
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	background:url(img/back.jpg) repeat-x;
}
.mainWrapper
{
	margin: 0 auto;
	padding-top:12px;
	width: 1040px;
	text-align:left;
}
.headerWrapper 
{
	background:url(img/headRipped.png) repeat-y 18px;
	padding:0 20px;
}
.header 
{
	background:#fff url(img/headerBack.gif) repeat-x;
	height:176px;
}
.LogoPane 
{
	float:left;
	width:216px;
}
.ContactLanguagePane 
{
	float:right;
	color:#006699;
	font-size:18px;
}
.ContactLanguagePane a 
{
	color:#006699;
}
.ContactLanguagePane p.small 
{
	color:#999;
	font-size:9px
}
.rightPadd 
{
	padding-right:25px;
}
.PhotoPane 
{
	float:left;
}
.contentWrapper 
{
	background:url(img/contentRipped.png) repeat-y 18px;
	padding:0 20px;
}
.content 
{
	background-color:#fff;
	padding:0 5px;
}
.leftPane 
{
	width: 626px;
	float: left;
}
.rightPane
{
	width: 333px;
	float: right;
}
.BottomBannerPane 
{
	border-top:5px solid #333 !important;
	background:url(img/arrow.gif) no-repeat top center;
	padding-top:22px;
}
.BottomBannerPane a img
{
	opacity:0.4;
	filter:alpha(opacity=40);
}
.BottomBannerPane a:hover img
{
	opacity:1;
	filter:alpha(opacity=100);
}
.disclaimerPane 
{
	float:right;
}
.footer
{
	margin:17px 0;
	height:15px;
	padding:13px;
	background-color:#333;
	border:3px solid #ccc;
	color:#fff;
	font-size:12px;
}
.footer a 
{
	color:#fff;
}
.footerMenu 
{
	float:left;
}

/********************* CONTAINERS *************************/
.BlueShadeContainer .conatainerTitle 
{
	background:url(img/blueShade.jpg) no-repeat;	
	padding:8px 0 0 50px;
	height:35px;
}
.BlueShadeContainer .containerContent 
{
	padding:15px 5px;
}
/*********/
.PurpleContainer .conatainerTitle 
{
	background:url(img/purple.jpg) no-repeat;	
	padding:8px 0 0 70px;
	height:35px;
}
.PurpleContainer .containerContent 
{
	padding:15px 5px;
	background-color:#eee;
}
/*********/
.BlueContainer .conatainerTitle 
{
	background:url(img/blue.jpg) no-repeat;	
	padding:8px 0 0 70px;
	height:35px;
}

/*********/
.ContactContainer 
{
	border:6px solid #006699;
	padding:10px 15px;
}
.ContactContainer .conatainerTitle span, .ContactContainer .conatainerTitle .Head 
{
	color:#069;
}
.ContactContainer .containerContent 
{
	background:url(img/contact.jpg) no-repeat;
	padding-left:100px;
}
.ContactContainer .containerContent .Normal 
{
	font-size:14px;
}
/*********/
.AboutUsContainer .conatainerTitle 
{
	background:url(img/rose.jpg) no-repeat;	
	padding:8px 0 0 70px;
	height:35px;
}
.AboutUsContainer .containerContent 
{
	background:#fff url(img/aboutUsBack.gif) no-repeat bottom;	
	padding:14px 28px;
}
ul li 
{
	background:url(img/liArr.gif) no-repeat left 6px;
	padding-left:8px;
}
.AboutUsContainer ul li 
{
	background:url(img/liArr.gif) no-repeat left 10px;
	border-bottom:1px solid #f2f2f2;
	width:190px;
	padding:5px 0 5px 8px;
	color:#717171;
}
.AboutUsContainer ul li a 
{
	color:#717171;
}
.AboutUsContainer ul li a:hover 
{
	color:#005995;
	text-decoration:none;
	font-weight:bold;
}
/*********/
.AdvertisementContainer 
{
	background-color:#eee;
	padding-bottom:25px;
}
.AdvertisementContainer .conatainerTitle 
{
	text-align:center;
	padding-top:6px;
	height:19px;
}
.AdvertisementContainer .conatainerTitle span 
{	
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.AdvertisementContainer .containerContent 
{
	background-color:#6043a2;
	margin:0 17px;
}
/*********/
.conatainerTitle span, .conatainerTitle .Head
{
	display:block;
	font-size:24px;
	font-family:Arial;
	color:#fff;
	text-transform:uppercase;
}
.marginBottom 
{
	margin-bottom:12px;
}



