/*
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,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; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,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:"" ""; }

/*
	Page style
*/
html {
	background:none;
}

body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:none;
}

#container {
	width:1073px;
	height:850px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {

}


#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	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:1052px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index:-1;
	padding:5px; 
	padding-bottom:0px;
}

/*
	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: 1075px;
	height: 610px;
	display: block;
}

.slides_container a img {
	display:block;
	color: #1A4B86;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	}

/*
	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
*/

#promo {
	position: absolute;
	left: 75px;
	top: 300px;
	width: 415px;
}

#promo p {
	color:#777;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	padding-right: 15px;
}

#promo h1, #promo h2 {
	/*
	color: #1A4B86;
	font-size: 66px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	margin-top: -80px;
	margin-left: -130px;
	line-height: 53px;
	width: 580px;
	margin-bottom: 20px;
	*/
	color: #1A4B86;
	font-size: 42px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	margin-top: -80px;
	line-height: 42px;
	margin-bottom: 20px;
}

#promo span {
	color:#1a4b86;
	font-size: 15px;
	font-weight: bold;
}

.pagination {
    margin: 0 auto;
    margin-top: 80px;
    height: 24px;
    position: absolute;
    margin-left: 212px;
    z-index:-1;
}

.pagination li {
	float:left;
	list-style:none;
	padding-right:11px;
}

.pagination li a{
       /* background: #CCC;
        border-radius: 100%;
        padding: 5px;
        font-size: 1px;
        color: #CCC;
        margin: 0 3px;
        box-shadow: inset 1px 1.5px 2px #888;*/
        
        border-radius: 10px;
        padding: 20px 83px;
        font-size: 1px;
        margin: 0 3px;
        background: #CCC;
        box-shadow: 0px 0.5px 8px 1px #CCC;

}

.pagination li a {
	/*display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;*/
/*	
	width: 200px;
	height: 190px;
	float: left;
	margin-left: 16px;
	padding: 10px;
	box-shadow: 0px 0px 8px 0px #888;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
	color: #F6F6F6;
	*/
	border-radius: 10px;
padding: 20px 83px;
font-size: 1px;
margin: 0 3px;
background: #CCC;
}

.pagination li a:hover {
	cursor:pointer;
	background:#777;
	color:#1a4b86;
}

.pagination li.current a {
	/*background-position:0 -12px;*/
	background:#777;
	color:#1a4b86;
	cursor:pointer;
}


#boxes{
	width: 745px;
	margin-top: 605px;
	position: absolute;
	left: 50%;
	margin-left: -328px;
	z-index:9999;
}

.box {
	float: left;
	margin-right:7px;
	margin-left:11px;
}

.box:hover {
	cursor:pointer;
	}


.box img{
    width: 150px;
    padding: 15px 8px 8px 8px;
    background: #F8F8F8;
    height: auto;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0px 0.5px 8px 1px #CCC;
}

.box img:hover{
	box-shadow: 0px 0.5px 8px 1px #1A4B86;
	cursor:pointer;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}