/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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;
}
body {
	line-height:1;
	color:black;
	background:white;
}
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:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
.footer1{
	/*position:absolute;*/
	bottom:0;
	width:100%;
	margin:0px;
	height:2.1em;
	/*border:1px solid #2a2a2a;*/
	background:#111;
	color:#fff;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	font-weight:bold;
	text-shadow:0 -1px 1px #000;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111));
	background-image:-webkit-linear-gradient(#3c3c3c,#111);
	background-image:-moz-linear-gradient(#3c3c3c,#111);
	background-image:-ms-linear-gradient(#3c3c3c,#111);
	background-image:-o-linear-gradient(#3c3c3c,#111);
	background-image:linear-gradient(#3c3c3c,#111)}
/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#iconlink {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/iconlogo.png) no-repeat;
    width:565px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}
h3 {padding: 2px 0 10px; font-size: 16px; font-style: italic;}
.slider-wrapper { 
	width: 80%; 
	max-width:720px;
	margin: 100px auto;
}
/*for directory2*/
.slider-wrapper2 { 
	width: 80%; 
	max-width:790px;
	margin: 100px auto;
}
.header {
    /*position:absolute;*/
    /*top:0;*/
    /*left:50px;*/
	margin: 0px auto;
    background:url(images/logoBackground.png) repeat-x;
	width:100%;
    /*height:246px;*/
    /*display:block;*/
}

.bkgimg { /*flip image with (-1)*/
    /*position:absolute;*/
    /*top:0;*/
    /*left:50px;*/
	margin: auto;
    background:url(images/logoBackground.png) repeat-x;
	width:100%;
    /*height:246px;*/
    /*display:block;*/
        /*-moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
		image-rendering: -moz-crisp-edges;*/
		}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

@media all and (max-width: 640px) {
	#iconlink {
    position:absolute;
    top:0;
    left:30px;
    background:url(images/iconlogoSmall.png) no-repeat;
    width:247px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

}