﻿/* 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;
}
body {
	line-height: 1;
}
.auto-style1 {
	margin-top: 160px;
}

ol, ul {
	list-style: none;
	margin: 0;
    padding: 0;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}  
/* My stuff */

#wrapper {width:600px; text-align:center;
		margin:auto;
		padding:20px 10px 20px 10px; 
		height:900px; 
		} 
		
#heading {background-color:black; 
		margin:2px 0px 2px 0px;
		width:600px;
		height:40px;
		padding:20px 0px 20px 0px;  
		border:1px black solid;
		}

#banner {
		background-color:black; 
		margin:2px 0px 2px 0px;
		padding:10px 0px 10px 0px;  
		border:1px black solid;
		width:600px;
		height:200px;
		}
		
#content {margin:auto; text-align:center;
		padding:0px; 
} 

#subbanner {margin:auto; text-align:center;
		padding:2px 25px 20px 20px; 
}
#description {margin:auto; text-align:center;
		padding:10px; font-family:Arial, Helvetica, sans-serif;
}
#picture {margin:auto; text-align:center;
		padding:1px; 
}


h1 {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
		margin-bottom: 0.2cm;
}

h2 {
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
		margin-bottom: 0.2cm;
}

h3 {
	font-size:21px;
	font-family:Arial, Helvetica, sans-serif;
		margin-bottom: 0.2cm;
}

h4 {
	font-size:18px;
	color:#FF9933;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0.2cm;
}

h5 {
	font-size:15px;
	color:#FF9933;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0.2cm;
}
h6 {
	font-size:15px;
	color:#90EE90;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0.2cm;
}

.auto-style1 {
	margin-left: 0px;
}
.auto-style2 {
	color: #009246;
}
.auto-style3 {
	color: #FFFFFF;
}
.auto-style4 {
	color: #CE2B37;
}
.auto-style5 {
	color: #0066FF;
} 
.auto-style6 {padding:5px;
	color: #000080;
	font-style: italic;
}
/*body {background-color:#DEDEDE;} */
/* #description {
	font-family:Arial, Helvetica, sans-serif;
} */
#applicationlink {
	font-family:Arial, Helvetica, sans-serif;
}
 
#sidebar{
		float:left;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 15px;
        padding-left: 5px; 
        width: 140px;
        height:500px;  /*525 px*/ 
        background-color:#CCCCCC;
        font-family:Arial, Helvetica, sans-serif;
}
ul {
   overflow: hidden; 
} 

li {
    display: inline;  
} 

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 9px 9px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}
#rotating-item-wrapper {
	position: static;
	float: right;
/*	width: 300px; 
	height: 450px; */
}
/* 	display: none;  */

.rotating-item { 
/*	float: right; */ 
	position: static;  
	top: 0;
	left: 0px;  
/*	width: 450px; */
	height: 450px; 
}
div, span, p{
    border: 1px solid red; 
	border: none; 
}
.rotate90 {
 /*   -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg); */
    transform: rotate(90deg);
}