/* 
	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 {
}
:focus { outline:0; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }

#container {
	width:580px;
	padding:10px;
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-bottom: 0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-2px;
	left:-142px;
	z-index:500;
}

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

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

.slides_container a img {
	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:26px 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(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	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;
}
body {
	background-color: #FAFAFA;
}
#wrapper {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #0F53A0;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #0F53A0;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-top: 15px;
}
#wrapper #feature .boldText a {
	color: #0F53A0;
}
#wrapper #feature .boldText a:hover {
	color: #999;
}
#wrapper #navbar {
	padding-left: 425px;
	padding-top: 0px;
}
#wrapper #navbar ul {
	padding-left: -10px;
}
#wrapper #navbar ul li {
	display: inline;
	padding-right: 15px;
}
#wrapper #navbar ul li a {
	color: #666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#wrapper #navbar ul li a:hover {
	color: #999;
}
#wrapper #feature {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13.5px;
	color: #666;
	line-height: 1.7em;
	position: absolute;
	width: 299px;
	height: 273px;
	left: 645px;
	top: 190px;
	text-align: justify;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 15px;
}
#wrapper #cheese {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 12px;
	float: left;
	width: 475px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	margin-top: 35px;
}
#wrapper #mission {
	float: right;
	width: 450px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	padding-top: 0px;
	text-align: justify;
	margin-top: 35px;
}
#wrapper #cheese h2 {
	background-image: url(../../../../images/Grice-Bullet.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -7px;
}
#wrapper #copyright {
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 11px;
	padding: 5px;
}
.blueText {
	color: #0F53A0;
}
.boldText {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
