
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#4f4f4f;
	min-width:1200px;
	background:url(../images/main-bg.gif) 0 0 repeat;
}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:13px;
	line-height:21px;
}

a {color:#1799cf; text-decoration:none;}
a:hover {}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:5px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}

.main-content {
	background:url(../images/content-bg.gif) repeat 0 0;
	width:1178px;
	margin:0 auto;
	position:relative;
}

.main-content:after {
		position:absolute;
		content:"";
		top:0;
		bottom:0;
		width:15px;
		right:148px;
		left:100%;
		background:url(../images/shadow.png) repeat-y 0 0;
	}
	.main-content:before {
		position:absolute;
		content:"";
		top:0;
		bottom:0;
		width:15px;
		left:-7px;
		right:100%;
		background:url(../images/shadow2.png) repeat-y 0 0;
	}

/*********************************header*************************************/
 header {
	width:100%;
	position:relative; 
	z-index:2;	
}


.p40 {
	width:940px;
	height:auto;
	border-bottom:1px solid #dadada;
	padding-bottom:23px;
	margin:0 auto;
}

.p41 {
	width:940px;
	height:auto;
	margin:0 auto;
}

.extra-menu  {
	float:left;
	padding-top:7px;
	color:#989898;
}

.extra-menu a {
	color:#989898;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	line-height:20px;
}

.extra-menu li {
	float:left;
	background:url(../images/line-bg.gif) no-repeat right 7px;
	padding-left: 9px;
    padding-right: 8px;
}

.first-extra {
	padding-left:0 !important;
}

.last-extra {
	background:none !important;
}

.extra-menu {
	width:220px
}

.extra-menu a:hover {
	color:#c70f13;
}

.extra-menu a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#search-form {
	background:url(../images/search-bg.png) no-repeat 0 0;
	height: 38px;
    position: relative;
    width: 188px;
	float:right;
}

#search-form input {
    border: 0 none;
    color: #CECECE;
    height: 21px;
    line-height: 21px;
    margin-left: 9px;
    margin-top: 5px;
    outline: none;
    width: 145px;
	background:none;
}

#search-form a {	
	background:url(../images/search-marker.png) no-repeat 0 0;
	height: 15px;
    position: absolute;
    right: 9px;
    top: 11px;
    width: 18px;

}

#search-form a:hover {
	background-position:0 -44px;
}

.head-box {
	overflow:hidden;
	padding-top:25px;
	border-bottom:1px solid #dadada;
	width:940px;
	margin: 0 auto 19px;
	padding-bottom: 21px;
}

h1 {
	padding: 0;
	position:relative;
	float:left;
}
h1 a {
	display:block; 
	width:217px; 
	text-indent:-50000px;
	height:102px; 
	background:url(../images/logorg.png) 0 5px no-repeat;
}

h2 {
	color:#232428;
	font-size:28px;
	line-height:1.2em;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	margin-bottom:48px;
	text-shadow:0px 0px 2px #a1a2a2;
}

h3 {
	color:#232428;
	font-size:16px;
	line-height:1.2em;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:21px;
}

h6 {
	color:#4f4f4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:2px;
}

.letter { letter-spacing:-1px;margin-bottom: 33px;}
.p39 {
	padding-top:1px;
}
	

/*** MENU STYLE ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	display:inline-blockl;
	float:right;
    padding-top: 4px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 149px;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:url(../images/marker-li.gif) no-repeat 1px 6px;
	padding: 0;
	width:144px;
	text-align:center;
}

.last3 {padding-left:0 !important;}
.sf-menu > li:first-child {background:none;}
.sf-menu a {
	display:block;
	position:relative;
	font-size:18px;
	color:#232428;
	padding: 41px 0px 41px 0px;
	text-transform:uppercase;
	line-height:15px;
	letter-spacing:-1px;
	font-family: 'Oswald', sans-serif;
	text-shadow:1px 0px 1px #7e7f80;
	
}
.sf-sub-indicator {
	background:url(../images/sub-li.png) no-repeat center top;
 	height: 6px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 66px;
    width: 11px;
}

.sf-menu li a.active,
.sf-menu li a:hover,
.sf-menu li.sfHover > a {color:#cf0207;}

.active a { color:#cf0207;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 2px;
    top: 97px;
    z-index: 99;
}

.sf-menu ul li {
	width:100%;
	padding:0;
	background:#f3f9fe;
}
.sf-menu ul li a {
	color:#282828;
	font-size:16px;
	text-align:center;
	padding: 21px 18px 22px 19px;
	line-height:2em;
	letter-spacing:0;
	display:block;
}

ul.sf-menu li li .sf-sub-indicator { display:none;}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background:url(../images/menu-bg.gif) repeat 0 0;
}
.sf-menu  ul li a:active,
.sf-menu ul li.sfHover > a,
.sf-menu ul li a:hover {
	color:#fff;
}
.sf-menu ul ul {
	display:inline-block;
	width:301px;	
}
.sf-menu li li li {
	display:inline-block;
	margin-right:2px;
	margin-top:0;
	width:145px;
}
.sf-menu li li li:hover,
.sf-menu li li li.sfHover {
	background:#2c2c2c;
}
.sf-menu li li li:hover a,
.sf-menu li li li.sfHover a {
	color:#fff;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.p6 {
	padding-right:20px;
}

ul.tabs {
	    margin: 0;
	    padding: 0;
	    float: left;
	    list-style: none;
    height: 48px; /*--Set height of tabs--*/
    width: 100%;
	}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 48px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/	
	overflow: hidden;
	position: relative;
	width:147px;
	text-align:center;
	margin-right:2px;
	border-radius:4px 4px 0px 0px;
     -moz-border-radius:4px 4px 0px 0px;
     -webkit-border-radius:4px 4px 0px 0px;
	 background:url(../images/tab-li.gif) repeat-x 0 0 #be0104;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 18px;
	padding-bottom: 8px;
    padding-top: 9px;
	outline: none;
	font-family: 'Oswald', sans-serif;
	
	
	}
ul.tabs li:hover,
html ul.tabs li.active {
	background-position: 0 -88px;
}
 html ul.tabs li.active li:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	
}

.tabs-box {
	overflow:hidden;
	width:940px;
	margin:0 auto;
}

.tab-bg {
	background:url(../images/tab-bg.gif) repeat 0 0;
	padding-left: 34px;
    padding-top: 40px;
	font-family: 'Oswald', sans-serif;
	color:#696969;
	text-transform:uppercase;
	font-size:13px;
	overflow:hidden;
	padding-bottom: 22px;
}

.tab_content {
	border-top:1px solid #dadada;	
	border-bottom:1px solid #dadada;
	padding: 6px 0;	
}

.tab_container {
	margin-top:48px;
}

.tab_content span {	
	font-size:30px;
	font-weight:normal;
	line-height:1.2em;
	display:block;
	margin-bottom:1px;	
	letter-spacing:-1px;
	color:#232428;
}

.tab_content strong {	
	font-size:24px;
	font-weight:normal;
	line-height:1.2em;	
	display:block;
	color:#232428;
	letter-spacing:-1px;
	margin-bottom: 10px;
}

.button1 {
	font-family: 'Oswald', sans-serif;
	color:#232428;
	font-size:21px;
	padding: 28px 14px 29px;
	background:url(../images/button-bg.png) repeat-x 0 0;
	text-transform:none;
	border-radius:4px;
     -moz-border-radius:4px;
     -webkit-border-radius:4px;
	 border-right:1px solid #fff;
	 border-left:1px solid #fff;
}

.button1:hover {
	background-position:0 -121px;
}

.tab-box {
    float: right;
    margin-right: 24px;
    padding-top: 37px;
}


/*********************************content*************************************/
#content {
	width:100%;
	padding: 76px 0 0; 
	position:relative;
	z-index:1;
}

#page1 #content {
	padding: 72px 0 0;
}
																									/***** Page 1 *****/

.page1-img1 {
	padding:8px;
	background:#e9e9e9;
	margin-bottom:23px;
}

.page1-box1 strong {display:block;}


.page1-text1 {
	padding-right:21px;
	overflow:hidden;
	margin-bottom:12px;
}

.button2 {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#4d4d4d;
	display:inline-block;
	line-height:1.2em;
	text-transform:uppercase;
}

.p7 {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 71px;
    padding-bottom: 74px;
}

.list1 a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4f4f4f;
}

.list1 li {
    line-height: 21px;
    margin-bottom: 9px;
    padding-left: 15px;
	background:url(../images/list-marker1.gif) no-repeat 0 7px;
}

.p47 {
	float:left;
	width:650px;
}

.list1 a:hover {
	color:#cf0207;
	text-decoration:underline;
}

.list1 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.page1-box2 a {
	padding-left:38px;
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	margin-bottom:6px;
	color:#4f4f4f;
	font-size:16px;
	background:url(../images/page1-marker1.png) 0 4px no-repeat;
}

.page1-box2 a:hover {
	background-position:0 -64px;
	color:#CF0207;
}


.page1-box2 {
	padding-top:2px;
	padding-right: 75px;
	overflow:hidden;
}

#form2 {
	position:relative;
	vertical-align:top;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:6px;
}

#form2 fieldset {
border:none;
padding:0;
}


#form2 label {display:block; height:32px; position:relative;width: 301px;}
#form2 label.message { height:118px; width:300px; }

#form2 input {
	outline: none;
	border:1px solid #d8d8d8;
	color: #c8c7c7;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
	line-height:16px;
	padding: 3px 9px 5px;
    width: 280px;
	background:none;
	display:inline-block;
}
#form2 .area .error { float:none;}
#form2 textarea {	
	height:101px;
	margin:0;
	width:280px;	
	resize:none;
	outline: none;
	background:none;
	border:1px solid #d8d8d8;
	padding: 5px 9px;
	overflow:auto;
	line-height:16px;
	color:#c8c7c7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
}
#form2 a {cursor:pointer;}
#form2 .success {
	display:none;
	position: absolute;
	left: 0px;
	top: -14px;
	color:#717171;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#form2 .error,
#form2 .empty {
	color:#f00;
	font-size:11px;
	line-height:1.25em;
	display:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:3px;
}
#form2 .message .error,
#form2 .message .empty  {
	right: 4px;
    top: 97px;
}

#form2 .link-form {margin-right:1px;}

.button3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color:#fefefe;
	background:#414141;
	padding: 7px 10px 9px 11px;
	display:inline-block;
}

.button3:hover {
	background:#CF0207;
}

.button3 {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.p8 {
	border-bottom: 1px solid #DADADA;
	padding-bottom:51px;
}

	

																									/***** Page 2 *****/

.p9 {
	margin-bottom:42px;	
}
.p42 {
	margin-bottom:6px;
}
.page2-box1 {
	line-height: 20px;
    padding-right: 52px;
	padding-top: 1px;
}

.p10 {
	margin-right:15px;
}

.p11 {
	margin-right:29px;
}

.p12 {margin-top:7px; margin-bottom:15px;}

.page2-box2 a {
	display:inline-block;
	color:#4f4f4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

.page2-box2 span {
	color:#4f4f4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
	margin-top:-7px;
}

.page2-box2 { overflow:hidden;}

.page2-box2 a:hover {
	color:#c50105;
	text-decoration:underline;
}

.p13 {
    border-bottom: 1px solid #DADADA;
    margin-bottom: 75px;
    padding-bottom: 75px;
}

.page2-box3 {
    float: left;
    line-height: 18px;
    overflow: hidden;
    width: 211px;
}

.p14 {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 59px;
	margin-bottom: 75px;
}

.p15 {
	margin-bottom:41px;
}

.page2-box4 {
	float:left;
	width:101px;
	font-weight:bold;
	padding-left: 28px;
    padding-top: 30px;
}


.page2-box5 {
	float:left;
	width:58px;
	font-weight:bold;
	padding-left: 25px;
    padding-top: 37px;
}

.page2-box6 {
    float: left;
    line-height: 18px;
    overflow: hidden;
    width: 218px;
}

.page2-box7 {
    float: left;
    line-height: 18px;
    overflow: hidden;
    width: 214px;
}

.page2-box8 {
	float:left;
	width:58px;
	font-weight:bold;
	padding-left: 24px;
    padding-top: 30px;
}

.page2-text1 {
    line-height: 20px;
    margin-bottom: 18px;
    overflow: hidden;
}

.page2-img1 {
    float: left;
    margin-right: 7px;
    padding-top: 4px;
}

.page2-box9 {
	padding-left: 33px;
	font-weight:bold;
	line-height: 22px;
}

.page2-img2 {
    float: left;
    margin-left: 32px;
    margin-right: 13px;
    margin-top: 14px;
}

.p16 {
	margin-top:-5px;
}

.p17 {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 59px;
}




																								/***** Page 3 *****/
.p18 {
    margin-bottom: 43px;
}

.page3-box1 {
    line-height: 20px;
    padding-right: 11px;
}

.p19 {margin-bottom:11px;}

.p20 {
	margin-bottom:32px;
}

.p21 {
    border-bottom: 1px solid #DADADA;
    margin-bottom: 75px;
    padding-bottom: 77px;
}

.p22 {
    border-bottom: 1px solid #DADADA;
    margin-bottom: 75px;
    padding-bottom: 59px;
}

.p23 {margin-left: 2px;}

.p24 {margin-bottom:39px;}

.p25 {margin-bottom:44px;}

.p26 {
	margin-right: 21px;
    margin-top: 3px;
	float:left;
}

.p27 {margin-bottom:12px;}

.p28 {margin-bottom:34px;}

.page3-box2 {line-height: 20px;padding-right: 21px;}

.button2:hover {
	color:#CF0207;
}

.button2 {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.p29 {
    border-bottom: 1px solid #DADADA;
    margin-bottom: 76px;
    padding-bottom: 57px;
}

.page3-img1 {
	background:#E9E9E9;
    margin-bottom: 23px;
    padding: 8px;
	float:left;
	margin-right: 19px;
    margin-top: 3px;
}

.page3-box3 {
	line-height:20px;
}

.page3-box3 a {
	color:#232428;
	font-size:16px;
	line-height:1.2em;
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:8px;
}
.page3-box3 a:hover { color:#CF0207;}
.page3-box3 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.p30 {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 57px;
}



																									/***** Page 4 *****/

.p31 {
    margin-bottom: 49px;
}

.p32 {
	margin-left:1px;
	margin-bottom: 28px;
}

.page4-box1 a {
	color:#4d4d4d;
	font-size:16px;
	line-height:1.2em;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom: 12px;
}

.page4-box1 a:hover { color:#CF0207;}

.page4-box1 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.page4-box1 {
	line-height:20px;
	overflow:hidden;
	margin-bottom:10px;
	margin-bottom: 19px;
}

.p33 {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 42px;
}


																									/***** Page 5 *****/



																									
	
																									/***** Contact form *****/
#form1 {
	position:relative;
	vertical-align:top;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:1px;
}

#form1 fieldset {
border:none;
padding:0;
}


#form1 label {display:block; height:51px; position:relative;width: 448px;}
#form1 label.message { height:237px; width:460px; }

#form1 input {
	outline: none;
	border:1px solid #dadada;
	color: #4f4f4f;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
	line-height:18px;
	padding: 4px 9px 7px;
    width: 196px;
	display:inline-block;
}
#form1 .area .error { float:none;}
#form1 textarea {	
	height:189px;
	margin:0;
	width:439px;	
	resize:none;
	outline: none;
	border:1px solid #dadada;
	padding: 5px 9px 8px;
	padding: 5px 9px;
	overflow:auto;
	line-height:18px;
	color:#4f4f4f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
}
#form1 a {cursor:pointer;}
#form1 .success {
	display:none;
	position: absolute;
	left: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	top: -22px;
	color:#717171;
	font-size:12px;
}
#form1 .error,
#form1 .empty {
	color:#f00;
	font-size:12px;
	line-height:1.25em;
	display:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow:hidden;
	position:absolute;
	left: 221px;
	top:3px;
}
#form1 .message .error,
#form1 .message .empty  {
	left: auto;
    right: 7px;
    top: 183px;
}

.link-form {
	float: right;
	margin-right: 4px;
}

dt {width:150px;line-height: 20px;}

dl span {float:left; width: 74px;}

dd { line-height:20px;}

dd a {color:#cf0207;}

dd a:hover {color:#4f4f4f; text-decoration:underline;}

dd a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.p34 {
	float:left;
	margin-bottom: 28px;
}

.p35 {
	margin-bottom:46px;
}

.p36 {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 51px;
}

.p37 {
	margin-bottom:22px;
}

.p38 {
    border-bottom: 1px solid #DADADA;
    line-height: 20px;
    padding-bottom: 68px;
}



.link1 { color:#c70f13;}
.link1:hover {color:#4f4f4f;}
		
/* Table styling */
table { width:100%; border:1px solid #d9d9d9; margin-top:20px;}
table thead th {
	text-align:center;
	background:#de0208;
	padding:16px 0px 16px 0px;
	font-size:1.166em;
	font-weight:normal;
	color:#fff;
	border-right:1px solid #d9d9d9;
	}
table .right {
	border-right:1px solid #d9d9d9;
}
table tbody td {
	padding:7px 30px;
	background:#f7f7f5;
	text-align:center;
	border:1px solid #d9d9d9;
	color:#7d7d7d;
	}
table tr:hover td {
	background-color:#FFF;
	}
	
	
/**Defintion Lists and Book Lists Styling**/
dl dt {
	color:#000 !important;
	font-weight:bold;
	line-height:1.5em;
	font-size:1em;
}
	dl dd {
		padding:0 0 16px 0px;		
		font-size:1em;
		line-height:1.2857em;
		color:#797979;
	}

/****************************footer************************/
footer {
	width:100%; 
	padding:33px 0 30px;
	overflow:hidden;
}

.privacy {
	float:left;
	padding-top:6px;
	color:#3f3f3f;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.foot-page {
	width:940px;
	margin:0 auto;
}

.privacy span {color:#bfbfbf;}

.privacy a {
	color:#bfbfbf;
	text-transform:uppercase;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.privacy a:hover {
	color:#CF0207;
	text-decoration:underline;
}

.privacy a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#easyTooltip {
	padding:5px 10px;
	background:#CF0207;
	color:#fff;
	font-size:14px;
	text-transform:none;
	position:absolute;
	z-index:100;
	border:1px solid #fff;
}

.soc-icons {
	overflow:hidden;
	position:relative;
	float:right;
	text-transform:uppercase;
}

.soc-icons span {
	display:inline-block;
	margin-right: 10px;
    margin-top: 5px;
	letter-spacing:-1px;
	float:right;
}
.p46 {margin-left:3px;}
.soc-icon {
	float:right;
}

.soc-icon li {
  float: left;
  margin-left: 4px;
  list-style-type: none;
  display: block;
  height: 31px;
  width: 32px;
  position: relative;
  cursor:pointer;
}

   
img.grey {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
   
img.color {
  position: absolute;
  left: 0; top: 0;
} 

.foot {text-align:center;}