

/*--- CSS Reset ---*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 22px;
}
ul {
   list-style: none;
}
table {
   border-collapse: separate;
   border-spacing: 0;
}
caption, th, td {
   text-align: left;
   font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}

.left {float:left}
.right {float:right;margin-right:0!important;}
	
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--- Common ---*/

body {
	font-family:Arial, Verdana, sans-serif;
	color:#5f5f5f;
	background:#fff url(../images/nav-bg.png) top left repeat-x;
}

h1 {font-size:50px;letter-spacing:-10px;color:#000;}

h2 {
	width:300px;
	float:left;
	font-size:40px;
	line-height:50px;
	letter-spacing:-1px;
	margin:45px 0 0 70px;
	text-indent:-15px;
	color:#9f9f9f;
}

h2.i {
    width:800px;
	font-size:40px;
	line-height:50px;
	letter-spacing:-1px;
	text-align:center;
	text-indent:-15px;
	color:black;
	margin-top:-35px;
	margin-bottom:35px;
}

h2.i2 {
    width:800px;
	font-size:40px;
	line-height:50px;
	letter-spacing:-1px;
	text-align:center;
	text-indent:-15px;
	color:black;
	margin-top:25px;
	margin-bottom:35px;
}


h2.i3 {
    width:830px;
	font-size:40px;
	line-height:50px;
	letter-spacing:-1px;
	text-align:center;
	text-indent:-15px;
	color:black;
	margin-top:-15px;
	margin-bottom:35px;
}


h3 {
	float:left;
	margin:0 0 20px 0;
	font-weight:normal;
	font-size:25px;
	line-height:40px;
	width:80%;
	color:#000;
}


h3.t {
	font-weight:normal;
	font-size:25px;
	line-height:40px;
	width:960px;
	color:#8F8F8F;
	text-align:center;
	}


h4 {float:left;margin:0 0 20px 0;font-size:20px;color:#000;}


p {font-size:15px;line-height:23px;margin-bottom:10px;float:left;}

p.i {font-size:15px;line-height:23px;margin-bottom:10px;text-align:center;}

em {font-style:italic;}
strong {font-weight:bold;color:#C20202;text-transform:uppercase;}

a {color:#8F8F8F;text-decoration:none;}
a:hover {color:#C20202;}

.o {color:#C20202}
.c {color:#9F9F9F;}

.number {
	float:right;
	color:#000;
	font-family:Times, Georgia, Serif;
	font-size:30px;
	line-height:30px;
}


/*--- Layout ---*/

#wrapper {
	width:960px; 
	margin:0 auto;
}


/*--- Nav ---*/

#nav {
	list-style:none;
	margin:0;
	padding:7px 0 0 0;
	font-size:20px;
	letter-spacing:-1px;
	position:relative;
	z-index:50;
}

#nav li {float:left;margin:0 55px 0 0;}
#nav li a {text-decoration:none;padding:3px 10px;border:none;}
#nav li#first a {padding-left:0}
	

/*--- Header ---*/

#header {height:375px}
#logo {float:left;margin:45px 0 0 20px}
.logo {width:960px;margin-top:30px;}
.logosc {position:relative;z-index:49;text-align:center;}


/*--- Content ---*/

.box {
	float:left;
	width:100%;
	margin:45px 30px 0 0;
	padding:10px 0 0 0;
	background:url(../images/box-bg.png) top left repeat-x
	}
	
.boxc {
	width:100%;
	margin:20px 30px 20px 0;
	padding:10px 0 0 0;
	}
	
.boxccs {
	width:100%;
	margin:20px -30px 20px 0;
	padding:10px 0 0 0;
	}

.box1 {
	float:left;
	width:100%;
	margin:45px 30px 0 0;
	padding:10px 0 0 0;
}

.box2 {
	width:960px;
	margin:45px 30px 0 0;
	padding:10px 0 0 0;
}

.smallh {width:300px;height:200px;}
.xsmall {width:151px}
.smaller {width:210px;}
.small {width:300px;}
.smallb {width:400px;}
.big {width:630px;}
.big1 {width:550px;}

.sidenote p {
	text-align:right;
	font-size:18px;
	line-height:24px;
	margin:-1px 0 24px 0;
	float:none;
}

.txt {
    padding-left:26px;
	padding-right:25px;
}

p.sh {margin-top:-10px;}

p.es {margin-top:15px;}

p.f  {margin-top:20px;}

p.tk {text-align:center;margin-top:40px;margin-bottom:40px;}

p.c {text-align:center;margin-top:10px;margin-bottom:10px;color:grey;font-weight:bold;}

.txtbox {
    padding-left:75px;
	padding-right:20px;
}

.center { margin-left:auto; margin-right:auto; }


/*--- Footer ---*/

#footer {
	float:left;
	width:100%;
	height:30px;
	margin:0 0 0 0;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#CCC;
	
}
.inner {width:960px;margin:0 auto;}

.credits {margin:10px 0 0 0;font-size:11px;color:#8F8F8F;text-align:center;}
.credits a {text-decoration:none;}