*{
	margin: 0px;
	border: 0px;
}
body{
	font-family: "Arial", sans-serif;
	margin: 20px;
	margin-top: 70px;

}
@Montserrat {
    font-family: Montserrat;
    src: url(Montserrat-Regular.ttf);
}

.header, h1.header {
	color: #222;
	background-color: #0f8ac5;
	text-shadow: 2px 2px #10b0d0;
	position: fixed;
	top: 0;
	left:0;
	padding: 10px;
	width:100%;
	height: 31px;
	z-index: 1;
	font-family: Montserrat, Arial, sans-serif;
}

p {
	margin-bottom: 10;
	padding-bottom: 20;
}

.width30percent, img.width30percent{
		position:relative;
		float: left;
		top: -20px;
     width: 30%;
     padding: 10px;
}

.caption {
	font-size: 14px;
	font-weight: 800;
	color: #0f8ac5;
	font-family: Montserrat, Arial, sans-serif;
}

img.width50{
	width: 50%;
}

img.width75, p.width75{
	width: 75%;
}
img.width95{
	width: 95%;
}

.border{
	border: 1px;
	border-color: #444;
	border-style: solid;
	padding: 5px;
	margin: 30px 60px;
}

div.title {
    padding-top: 15px;
    text-align: left;
		border:2px;
}

.logo {
 position:fixed;
 margin: 0;
 padding:0;
 border:0px;
 top:0;
 right:0%;
 height:50px;
 z-index:1;
 }

.imgCenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

video{
	width: 70%;
	height: auto;
}

video.vidRelative{
	position:relative;
}

video.center50{
		width: 50%;
		height: auto;
		left: auto;
		margin: 20px;
		margin-left: 25%;
}

.demoHeaders {
	margin-top: 2em;
}


ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list ol{
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	padding: 0;
	margin-bottom: 4em;
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{

}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}


#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog-link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
#icons {
	margin: 0;
	padding: 0;
}
#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}
select {
	width: 200px;
}
