/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	height: 100%;
    line-height: 1;
	margin: 0; padding: 0;
	font-size: 62.5%;
    font-family: helvetica;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrapper {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    background: url("../img/bg_rpt.png") 0 0;
    width: 935px;
    margin: 0 auto;
	min-height: 100%;
	box-shadow: 0px 0px 5px #ccc;
}
ul li {
    list-style: none;
    margin-bottom: 2.143em;
}
a {
    color: blue;
}

.header {
    height: 16.5em;
	background-color: #fff;
}
.callout {
    position: relative;
	margin-left: 7.9em;
	float: left;
	background: url("../img/arrow.png") 0 10px no-repeat;
	height: 100%;
	text-align: left;
	width: 68em;
}
.callout p {
    position: absolute;
	top: 40px;
	left: 115px;
	font-size: 4.2em;
	font-weight: bold;
}
.icon {
    margin-right: 0.667em;
    font-size: 1.286em;
    vertical-align: middle;
}
.logo {
    float: left;
    width: 14em;
	margin-top: 2em;
	margin-left: 2em;
}
.arrow {
    width: 10.7em;
    height: 11.2em;
    position: absolute;
    top: 0;
    left: 0;
}
.toolbar {
    clear: both;
	position: relative;
}
.toolbar img {
	width: 935px;
}
.content {
    color: #7c7c7c;
    font-size: 1.8em;
    padding-top: 45px;
	overflow: hidden;
	padding-bottom: 50px;
}
.search-box {
    position: relative;
	margin-top: 30px;
}
.content ul {
	width: 43em;
	width: 43em\0;
	margin: 0 auto;
}
#search {

    display: block;
	width: 32em;
	font-size: 1.07em;
	padding: 0.5em;
	color: #c4c4c4;
	margin-top: 0.715em;
	margin-left: 1em;
	*margin-left: 18px;
	outline-color: blue;
}
#submit-btn {
    color: black;
    font-weight: bold;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, .7);
    cursor: pointer;
    position: absolute;
    left: 653px;
    *left: 653px !important;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 15px;
    line-height: 46px;
    height: 46px;
	*height: 47px;
	*line-height: 47px;
    background: #d7ea00; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7ea00 0%, #d1e94f 3%, #e5f794 5%, #e5f794 34%, #def370 37%, #bfdc1e 39%, #b7dc00 42%, #b7dc00 76%, #d7ea00 79%, #bfdc1e 82%, #bfdc1e 84%, #d1e94f 87%, #d1e94f 95%, #def370 97%, #def370 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7ea00), color-stop(3%,#d1e94f), color-stop(5%,#e5f794), color-stop(34%,#e5f794), color-stop(37%,#def370), color-stop(39%,#bfdc1e), color-stop(42%,#b7dc00), color-stop(76%,#b7dc00), color-stop(79%,#d7ea00), color-stop(82%,#bfdc1e), color-stop(84%,#bfdc1e), color-stop(87%,#d1e94f), color-stop(95%,#d1e94f), color-stop(97%,#def370), color-stop(100%,#def370)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d7ea00 0%,#d1e94f 3%,#e5f794 5%,#e5f794 34%,#def370 37%,#bfdc1e 39%,#b7dc00 42%,#b7dc00 76%,#d7ea00 79%,#bfdc1e 82%,#bfdc1e 84%,#d1e94f 87%,#d1e94f 95%,#def370 97%,#def370 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d7ea00 0%,#d1e94f 3%,#e5f794 5%,#e5f794 34%,#def370 37%,#bfdc1e 39%,#b7dc00 42%,#b7dc00 76%,#d7ea00 79%,#bfdc1e 82%,#bfdc1e 84%,#d1e94f 87%,#d1e94f 95%,#def370 97%,#def370 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d7ea00 0%,#d1e94f 3%,#e5f794 5%,#e5f794 34%,#def370 37%,#bfdc1e 39%,#b7dc00 42%,#b7dc00 76%,#d7ea00 79%,#bfdc1e 82%,#bfdc1e 84%,#d1e94f 87%,#d1e94f 95%,#def370 97%,#def370 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d7ea00 0%,#d1e94f 3%,#e5f794 5%,#e5f794 34%,#def370 37%,#bfdc1e 39%,#b7dc00 42%,#b7dc00 76%,#d7ea00 79%,#bfdc1e 82%,#bfdc1e 84%,#d1e94f 87%,#d1e94f 95%,#def370 97%,#def370 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ea00', endColorstr='#def370',GradientType=0 ); /* IE6-9 */
}
#content {
    /* Avoids collapsing margins in IE */
    padding-top: 1px;
    margin: 30px;
}
#search.focus {
	color: #000;
}
#copyrightDiv {
	float: left;
}
#linksDiv {
	float: right;
}
#footer {
	padding: 0 20px;
	position: relative;
	margin: -50px auto 0;
	height: 50px;
	clear: both;
	width: 800px;	
}
.video iframe {
    margin-top: 0.714em;
    display: block;
    box-shadow: 1px 1px 5px #000;
    margin-left: 18px;
}
.fb_iframe_widget {
	zoom: 1 !important;
	*display: inline !important;
	*margin-right: 10px;
}
.fb-like {
top: 4px;
}