﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size: 100%;
	line-height: 1em;
	color: #525252;
	min-width: 982px;
}
strong, b {
	font-weight: 700;
}

input, textarea, select {
	font-size: 1em;
}
object {
	vertical-align: top;
	outline: none;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
}
p {
	margin: 0;
	padding: 0;
}
.cont-top {
	background: url(../images/cont-top.gif) repeat-x top #f1eeeb;
}
.cont-bot {
	background: url(../images/cont-bot.gif) repeat-x bottom;
}
/*==================forms====================*/
input, select {
	vertical-align: middle;
}
img {
	border: 0;
	vertical-align: top;
	text-align: left;
}
#form .form {
	border-left: 4px solid #e4e4e4;
	padding-left: 20px;
}
#form label {
	display: block;
	color: #181a23;
	font-weight: bold;
	margin-bottom: 9px;
}
#form input {
	width: 131px;
	padding: 1px 3px 1px 3px;
	background: #fff;
	border-top: 2px solid #7d7d7d;
	border-left: 2px solid #7d7d7d;
	border-bottom: 1px solid #cad2d5;
	border-right: 1px solid #cad2d5;
	float: left;
	margin-right: 6px;
}
#form span.wrapper {
	display: block;
	padding-bottom: 9px;
}
#form .link {
	background: url(../images/marker1.gif) no-repeat left 6px;
	padding-left: 11px;
	font-weight: normal;
	color: #6699cc;
}
#form1 .form {
	height: 50px;
}
#form1 label {
	display: block;
}
#form1 input {
	width: 231px;
	padding: 1px 3px 1px 3px;
	background: #fff;
	border-top: 2px solid #7d7d7d;
	border-left: 2px solid #7d7d7d;
	border-bottom: 1px solid #cad2d5;
	border-right: 1px solid #cad2d5;
}
#form1 textarea {
	width: 231px;
	height: 72px;
	overflow: auto;
	background: #fff;
	border-top: 2px solid #7d7d7d;
	border-left: 2px solid #7d7d7d;
	border-bottom: 1px solid #cad2d5;
	border-right: 1px solid #cad2d5;
	padding: 1px 3px 0 3px;
	margin-bottom: 25px;
}
/*==================list====================*/
ul {
	list-style: none;
}
.site-nav {
	background: url(../images/nav-left.gif) no-repeat left top #181818;
	position: absolute;
	left: 0;
	top: 17px;
	z-index: 2;
	width: 980px;
}
.site-nav ul {
	height: 56px;
	padding-left: 3px;
	background: url(../images/nav-right.gif) no-repeat right top;
}
.site-nav ul li {
	font-weight:300;
	font-size: 1.5em;
	text-transform: uppercase;
	float: left;
	background: url(../images/divider.gif) repeat-y right top;
	padding: 20px 30px 20px 30px;
}
.site-nav ul li a {
	color: #fff;
	text-decoration: none;
}
.site-nav ul li a:hover {
	text-decoration: underline;
}
.site-nav ul li.last {
	background: none;
	float: right;
	padding: 19px 47px 0 0;
}
.site-nav ul li ul {
	height: auto;
	background: none;
	padding: 0;
}
.site-nav ul li ul li {
	background: url(../images/divider1.gif) repeat-y right top;
	padding: 0 19px 0 0;
	margin-right: 14px;
	height: 21px;
	overflow: hidden;
}
.site-nav ul li ul li.alt {
	padding-right: 0;
	margin-right: 0;
	background: none;
}
/* twitter list */
.tlist {
	padding-bottom: 10px;
}
.tlist li {
	padding-bottom: 15px;
}
.tlist li p {
	color: #525252;
	margin-top: 6px;
}
.tlist li p a {
	color: #183963;
}

.tlist li b {
	display: inline-block;
	background: #6699cc url(../images/list-left.gif) no-repeat left top;
		
}
.tlist li b a {
	display: inline-block;
	padding: 3px 18px 3px 18px;
	background: url(../images/list-right.gif) no-repeat right top;
	color: #fff;
	text-decoration: none;
}

.tlist li span {
	background: url(../images/marker4.gif) no-repeat left 4px;
	padding-left: 14px;
	display: block;
	margin-left: -9px;
}	

.list {
	padding-bottom: 10px;
}
.list li {
	padding-bottom: 15px;
}
.list li p {
	color: #525252;
	margin-top: 6px;
}
.list li a {
	display: inline-block;
	background: #6699cc url(../images/list-left.gif) no-repeat left top;
	color: #fff;
	text-decoration: none;
}
.list li a b {
	display: inline-block;
	padding: 3px 18px 3px 18px;
	background: url(../images/list-right.gif) no-repeat right top;
	cursor: pointer;
}
.list li span {
	background: url(../images/marker4.gif) no-repeat left 4px;
	padding-left: 14px;
	display: block;
	margin-left: -9px;
}
.list li a:hover {
	color: #183963;
}
.list1 {
	padding-bottom: 8px;
}
.list1 li {
	padding: 0 0 8px 13px;
	background: url(../images/marker1.gif) no-repeat left 6px;
}
.list1 li a {
	color: #6699cc;
}
.list1 li.alt {
	padding-bottom: 0px;
}

.list2 {
	padding-bottom: 10px;
}
.list2 li {
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	padding: 5px 0 13px 0;
}
.list2 li img {
	float: left;
	margin: -5px 14px 0 0;
}
.list2 li cite {
	font-style: normal;
	line-height: 1.42em;
}
.list3 {
	width: 100%;
	overflow: hidden;
}
.list3 li {
	width: 262px;
	float: left;
	padding: 3px 0 23px 0;
	margin-right: 23px;
}

.list3 li img {
	float: left;
	margin: -3px 14px 0 0;
}

.list3 li a.video img {
	margin: 0px 5px 0 0;
}

.list3 li span {
	display: block;
	color: #ff4f21;
	margin-bottom: 4px;
}
.list3 li.alt {
	margin-right: 0;
}
.list3 li.ind {
	margin-right: 0;
	padding: 0 0 8px 13px;
}

.list3 li.full {
	width:100%;
}

/*==================other====================*/
.img-box img {
	margin-bottom: 20px;
	display: block;
}
.img-box1 {
	width: 100%;
	overflow: hidden;
}
.img-box1 img {
	float: left;
	margin: 10px 30px 30px 0;
}
.img-box1 iframe {
	display: inline-block;
	float: right;
	margin: 10px 30px 30px 0;
}
.p1 {
	margin-bottom: 20px;
}
.p2 {
	margin-bottom: 10px;
}
.phone {
	float: right;
	margin-right: 20px;
}

/* 
	SLIDES
*/
#container {
	left: 100px;
	top: 60px;
	width: 660px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#example {
	width: 660px;
	height: 200px;
	position: relative;
}
/*#ribbon {
	position: absolute;
	top: -3px;
	left: -15px;
	z-index: 500;
} */

/*
	Slideshow
*/
#slides {
	position: absolute;
	top: 15px;
	left: 4px;
	z-index: 100;
}
/*
	Slides container
	Important:	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width: 720px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	Each slide
	Important: Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container a {
	width: 660px;
	height: 200px; 
	display: block;
}
/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
	position: absolute;
	top: 107px;
	left: -39px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}
#slides .next {
	left: 585px;
}
/*
	Pagination
*/
.pagination {
	margin: 5px auto 0;
	width: 100px;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}
/*==================txt, links, lines, titles====================*/
a { /* was #ff4f21 */
	color: #6699cc;
	outline: none;
}
a:hover {
	text-decoration: none;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #040404;
	line-height: 1.08;
	margin-bottom: 20px;
}
h2 span {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 1.2;
	margin-top: 10px;
}
h3 {
	color: #181a23;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 12px;
}
h4 {
	font-weight: normal;
	color: #181a23;
	font-size: 1.17em;
	margin-bottom: 15px;
}
.txt1 {
	color: #848484;
}
#content p.txt1 {
	line-height: 1.5;
}
.txt2 {
	color: #6699cc;
}
.txt3 {
	color: #ff4f21;
}
.link {
	font-weight: bold;
	text-decoration: none;
	padding-right: 11px;
	background: url(../images/marker3.gif) no-repeat right 5px;
	color: #181a23;
}
.link:hover {
	text-decoration: underline;
}
.link1 {
	font-weight: bold;
	color: #181a23;
	text-decoration: none;
	padding-left: 23px;
	display: inline-block;
}
.link1.icon1 {
	background: url(../images/icon4.gif) no-repeat left top;
}
.link1.icon2 {
	background: url(../images/icon5.gif) no-repeat left top;
}
.link1:hover {
	text-decoration: underline;
}
.link2 {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	line-height: .92em;
	background: url(../images/link2-left.gif) no-repeat left top #2d2d2d;
}
.link2 b {
	display: block;
	padding: 3px 9px 4px 9px;
	background: url(../images/link2-right.gif) no-repeat right top;
}
.link2:hover {
	text-decoration: underline;
}
/*position:absolute; right:9px; top:231px; */
.link3 { font-family:Arial Narrow, Arial, Helvetica, sans-serif; float:right;  font-size:1.17em; text-transform:uppercase;}
.link3 a { color:#a5a5a5; text-decoration:none; display:block; background:url(../images/link3-left.gif) no-repeat left top #efefef;}
.link3 a span { display:block; padding:20px 30px 20px 30px; background:url(../images/link3-right.gif) no-repeat right top;}
.link3 a:hover { color:#000;}

.line-hor {
	border-bottom: 1px solid #ebebeb;
	margin: 13px 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
/*==================boxes====================*/
.cont-box {
	width: 100%;
	background: #fff;
}
.cont-box .border-top {
	background: url(../images/border.gif) repeat-x top;
}
.cont-box .border-bot {
	background: url(../images/border.gif) repeat-x bottom;
}
.cont-box .border-left {
	background: url(../images/border.gif) repeat-y left;
}
.cont-box .border-right {
	background: url(../images/border.gif) repeat-y right;
}
.cont-box .left-top-corner {
	background: url(../images/left-top-corner.gif) no-repeat left top;
}
.cont-box .right-top-corner {
	background: url(../images/right-top-corner.gif) no-repeat right top;
}
.cont-box .left-bot-corner {
	background: url(../images/left-bot-corner.gif) no-repeat left bottom;
}
.cont-box .right-bot-corner {
	background: url(../images/right-bot-corner.gif) no-repeat right bottom;
}
.cont-box .inner {
	padding: 16px 16px 17px 18px;
}
.box {
	background: #f4fcfd;
	width: 100%;
}
.box .left-top-corner {
	background: url(../images/left-top-corner1.gif) no-repeat left top;
}
.box .right-top-corner {
	background: url(../images/right-top-corner1.gif) no-repeat right top;
	width: 100%;
}
.box .inner {
	padding: 30px 25px 28px 33px;
}
.box h2 {
	margin-bottom: 12px;
}
.box h2 span {
	color: #6699cc;
}

.box h2 span a {
	float:right;
	text-transform:none;
	text-decoration:none;
}

.box h3 span {
	float:right;
	color: #6699cc;
}


#content .box p {
	color: #525252;
	line-height: 1.42em;
}
.box .link {
	color: #6699cc;
	background: url(../images/marker1.gif) no-repeat right 5px;
}
.box1 {
	background: #fef8f4;
	width: 100%;
}
.box1 .left-top-corner {
	background: url(../images/left-top-corner2.gif) no-repeat left top;
}
.box1 .right-top-corner {
	background: url(../images/right-top-corner2.gif) no-repeat right top;
	width: 100%;
}
.box1 .inner {
	padding: 30px 25px 28px 33px;
}
.box1 h2 {
	margin-bottom: 12px;
}
.box1 h2 span {
	color: #ff3f39;
}
#content .box1 p {
	color: #525252;
	line-height: 1.42em;
}
.box1 .link {
	color: #ff4f21;
	background: url(../images/marker2.gif) no-repeat right 5px;
}
.box2 {
	width: 100%;
	background: #f8f8f8;
	position: relative;
}
.box2 .border-top {
	background: url(../images/border-top.gif) repeat-x top;
	width: 100%;
}
.box2 .left-bot-corner {
	background: url(../images/left-bot-corner1.gif) no-repeat left bottom;
}
.box2 .right-bot-corner {
	background: url(../images/right-bot-corner1.gif) no-repeat right bottom;
}
.box2 .inner {
	padding: 29px 20px 30px 37px;
}
.box2 .icon {
	position: absolute;
	right: 23px;
	top: -16px;
}
.box2 .link {
	color: #ff4f21;
	background: url(../images/marker2.gif) no-repeat right 5px;
}
#content .box2 p {
	line-height: 1.42em;
}
/*header*/
#header .logo {
	position: absolute;
	left: 28px;
	top: 120px;
	z-index: 2;
}
#header .extra {
	width: 660px;
	height: 200px;
	position: relative;
	top: 60px;
	left: 100px;
	padding-left: 50px;
	background: url(../images/icon7.gif) no-repeat left;
}

#header .extra h1 {
	margin-top:40px;
	font-weight:500;
	font-size: 40px;
	line-height: 1.1; 
	color: #9d9d9d;
}

#header .extra h2 {
	margin-top: 10px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.2;
	font-size: 22px;
	color: #9d9d9d;
}

/*content*/
#content .indent {
	padding: 15px 12px 18px 21px;
}
#content .indent1 {
	padding: 30px 24px 40px 30px;
}
#content .indent2 {
	padding: 25px 0 0 28px;
}
#content .indent3 {
	padding: 25px 20px 15px 28px;
}
#content p {
	line-height: 1.25;
}

#accordion {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size:inherit;
}

#accordion ul {
	font-weight: 300;
	font-style:italic;
	line-height:1.2
}


/*footer*/
#footer .fleft {
	padding: 26px 0 0 42px;
}
#footer a {
	color: #6699cc;
}
#footer .fright {
	color: #373737;
	padding: 20px 55px 0 26px;
}
#footer .fright b {
	border-left: 1px solid #e9e9e9;
	padding: 6px 0 6px 26px;
	display: block;
}
#footer .fright a {
	font-weight: normal;
}
#footer .fright span {
	padding-left: 22px;
	background: url(../images/icon3.gif) no-repeat left 3px;
}
/*=================== index.html ==================*/
#page1 #header {
	height: 319px;
}
#page1 #header .logo {
	position: absolute;
	top: 160px;
}
.underline {
	text-decoration: underline;
}

