@charset "utf-8";
/* CSS Document */

/*»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
////////////// BASE & TYPOGRAPHY ////////////////
«««««««««««««««««««««««««««««««««««««««««««««««*/
*{padding: 0; margin: 0;}

body, html  {
	font: 87.5% Arial, Helvetica, sans-serif;
	/*line-height: 190%;*/
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #4c4c4c;
	background: #FFFFFF;
	height: 100%;
	letter-spacing: 0.2pt;
}
a, a:link, a:visited {color:#FF9900; text-decoration:none; border:none; }
a:hover { color:#000000; text-decoration:none; border:none;}
a img, a:link img { border: 0px; }
p { margin: 5px 0px; line-height: 16px;}
ul{ border:0px; margin:0px; padding:0px;}
li { border:0px; list-style-type:none;} 
li p {margin: 2px 0px 5px 0px; color: #666666; font-size: 12px;}

/*»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
///////////// MAIN LAYOUT ///////////////
««««««««««««««««««««««««««««««««««««««««*/

#wrapper { width:960px; margin: 0 auto; padding: 0px 15px 20px 15px; text-align:left;}

#header{
	position:relative;
	width:100%;
	border:0;
	margin: 0px 0px 5px 0px;;
	color:black;
}
#logoHome {height:100px; width: 225px; float:left; background:url(../images/logo.jpg) no-repeat left top; margin-top:5px;}
#logo {height:100px; width: 225px; float:left; margin-top:5px; background:url(../images/logo.jpg) no-repeat left top;}

/* -------- top box ----------- */
#topBox{ width: 530px; height: 110px; float: right;}
#pieBox{ float: left; width: 200px; height:80px; margin-right: 20px; padding-top: 10px}
#loginBox{ 
	height:75px; 
	width: 250px; 
	padding: 15px 10px 0px 15px;
	margin-top: 20px;
	background-color: #eeeeee;
	float: right;
	font-size: 80%;
}
#loginBox a, #loginBox a:link{font-size: 0.9em; margin-left: 70px; position: relative; top:4px;}
#loginBox label,#loginBox input, #loginBox textarea, #loginBox select{border:0px; display: block; height: 18px; padding:0px;}
#loginBox label{ width: 65px; float: left; margin-top: 0px; margin-bottom: 0px; padding-left: 5px;}
#loginBox input, #loginBox textarea {margin-bottom: 6px; width: 170px;background-color: #FFF;}
#loginBox label#pass, #loginBox #ok{clear: both;}
#loginBox #ok{float:right; width: 50px; margin-right:10px; background-color:#999; color:#FFF; height: 18px; cursor: pointer; line-height: 100%;}
#loginBox #ok:hover{background-color:#444;}
#loginBox #offices{width: 170px; margin-bottom: 8px; font-size: 105%;}
/* -------------------------*/

#mainContainer { width:100%; padding:10px 0px 10px 0px; vertical-align:top; text-align:left; overflow: hidden;}
#footer {
	clear: both;
	height:40px;
	width: 100%;
	text-align:center;
	margin: 0px auto;
	padding-top:5px;
	font-size:10px;
	color:#cccccc;
	border-top: 1px #CCCCCC dashed;
}
/*»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
///////////////// Layout ////////////////////
««««««««««««««««««««««««««««««««««««««««««««*/
 
#header h1{ 
	clear: both;
	text-align: right;
	border-bottom: #eeeeee 1px solid;
	padding: 0px;
	margin: 5px 0px;
}
#header h2{
	text-align: right;
	padding: 80px 3px 0px 0px;
	margin: 0px 0px 5px auto;
	font-size: 13px;
	width: 700px;
}
#header h2 a{color:#FF9900;padding:0px;margin:0px;border:0px;}
#header h2 a:hover{ color:#333333;}
#header p{ text-align: left; padding-right: 40px;}

h3.grey_stripe{
	width:98%;
	background-color: #f2f2f2;
	margin: 15px 0px 12px 0px;
	height:18px;
	padding: 2px 10px 0px 10px;
	text-align:left;
	color:#777777;
	font-size: 14px;
	font-weight: bold;
}
#wrapper h3.grey_stripe{width:940px; color:#939393; margin: 5px 0px 12px 0px;}

#content {
	position:relative;
	width:290px;
	float:right;
	display:block;
	text-align:left;
	margin:0px 0px 10px 5px;
	padding: 0px 0px 0px 5px;
}
#fullcontent {
	position:relative;
	display:block;
	width:98%;
	float: none;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
}
#emailcontent{
	position:relative;
	width:330px;
	float:right;
	display:block;
	text-align:left;
	margin:0px 0px 10px 5px;
	padding: 0px 0px 0px 5px;
}

#scamps{ display:block; padding: 0px 10px 5px 10px; border-top: #cccccc 1px dashed; text-align: left;}
#scamps img{ margin-bottom: 15px; margin-right: auto; border:#CCCCCC 1px solid; }
#scamps h4{ margin: 12px 0px 8px 0px; color: #666666; font-weight: normal;}

.title{ border-bottom: #eeeeee 1px solid; margin: 0px 0px 6px 0px; padding: 0px 0px 5px 0px;}
.title h4{font-size:14px; margin:5px 0px; font-weight: normal;}

/* --- holders --*/
.imgHolder{ 
	width: 645px; 
	float:left; 
	display:block; 
	margin: 0px 5px 20px 0px;
	overflow: hidden;
	border: #eeeeee 1px solid;
}
.swfHolder{ 
	display:block; 
	overflow: hidden;
	margin:0px 0px 20px 10px;
	padding: 0px;
	overflow: hidden;
}
.emailHolder { 
	width: 605px; 
	float:left; 
	display:block; 
	margin: 0px 5px 20px 0px;
	overflow: hidden;
}

/* ========== extras =======*/
.border-900{  width:900px; border:#dddddd 1px solid;}
.border-780{ width:780px; border:#dddddd 1px solid;}
.line { border-bottom: #eeeeee 1px solid;}
.bordered{ border: #eeeeee 1px solid;}
.leftwards{float:left; margin-right: 20px;}
.rightwards{float:right; margin-left: 20px;}


/* »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
//////////////// NAVIGATION ///////////////////
««««««««««««««««««««««««««««««««««««««««««««««*/

#mainContainer ul{
	height: 150px;
	text-align: left;
	margin: 0px 0px 12px 0px;
	border:0px;
	padding:0px;
}

#mainContainer li{width: 155px; height: 150px;float:left;margin: 0px 20px 0px 0px;}
#mainContainer li img{	border:#CCCCCC 1px solid; margin:0px; padding:0px;}
#mainContainer ul.banners{ height: 120px;}
#mainContainer ul.banners li{ width: 205px; height: 120px; display:block; text-align: left;}

.award{
	position: relative;
	float:right;
	width: 42px;
	height: 42px;
	border: 0px;
	background:url(../images/icon_award.gif) no-repeat right top;
	top: 0px;
	right: 8px;
}
