﻿html
{
    position: relative;
    min-height: 100%;
	background-color: #ecf0f1;
	margin: 0;
	padding: 0;
}

#content
{ 
    min-height: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 960px;
    right: 10px;
}
.clearfix
{ 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}						
.details
{ 
 
}

body
{
	background-color: #303030;
	border-top: #303030;
	color: #000;
	font-size: 12pt;
	font-family: Ubuntu, Verdana, Sans-Serif;
	margin: 0 0 75px;
}

p2
{ 
    font-family: Ubuntu, Verdana, Sans-Serif; 
    color:#d3dce0; 
    text-shadow:1px 1px 0 rgb(0,0,0);
}

icons
{
    display: block;
    align-content: center;
    text-align: center;
}

ul#icon
{
    display: block;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
}

	ul#icon li
	{
        width: 120px;
		display: inline;
        float: left;
        position: relative;
        right: 40px;
		padding-left: 15px;
	}

a
{
	color: #000;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

	a:link, a:visited,
	a:active, a:hover
	{
		color: #000;
	}

	a:hover
	{
		color: #9a9a9a;
	}

header, hgroup, section
{
	display: block;
} 

.banner
{

    position: relative;
}

nav
{
    font-size: 14px;
    color: #fff;
    position: absolute;
    display: block;
    top: 25px;
    right: 320px;
}



mark
{
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-fix:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
h1 {
    font-family: Ubuntu, Verdana, Sans-Serif;
    color: #000;
    font-size: 2em;
    font-weight: 700;
}

h2 {
    display: inline-block;
    position: relative;
    right: 3px;
    font-family: Ubuntu, Verdana, Sans-Serif;
    color: #000;
    font-size: 1.6em;
}

h3 {
    font-family: Ubuntu, Verdana, Sans-Serif;
    color: #000;
    font-size: 1.2em;
}

h4 
{
    font-family: Ubuntu, Verdana, Sans-Serif;
    color: #000;
    font-size: 18pt;
}

h5 
{
    position: relative;
    right: 3px;
    font-family: Ubuntu, Verdana, sans-serif;
    color: #000;
    font-size: 14pt;
}

h6 {
    font-family: Ubuntu, Verdana, Sans-Serif;
    color: #000;
    font-size: 12pt;
    text-align: center;
    width: 400px;
}

h7{ 
    font-family: Ubuntu, Verdana, Sans-Serif;
    font-size: 1.0em; 
    display: inline-block;
    position: relative;
    padding-top: 35px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    line-height:160%; 
    letter-spacing:0.15em; 
    color:#fff; 
    text-shadow:1px 1px 0 rgb(0,0,0);
}
h8 {
    font-family: Ubuntu, Verdana, Sans-Serif; 
    font-size: 0.8em;
    display: inline-block;
    position: relative;
    padding-top: 0px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    line-height:160%; 
    letter-spacing:0.15em; 
    color:#fff; 
    text-shadow:1px 1px 0 rgb(0,0,0);
}

article 
{
    font-family: Ubuntu, Verdana, Sans-Serif;
    color: black;
    font-size: 18px;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper
{
	margin: 0 auto;
	max-width: 960px;
    min-height: 100%;
}

#body
{
	background-color: #ecf0f1;
    color: #000;
	clear: both;
}

.main-content
{
	padding-left: 10px;
	padding-top: 30px;
}

.featured + .main-content
{

}

header .content-wrapper
{

}

form 
{
    height: 100%;
}

footer
{
    position: absolute;
    left: 0;
    bottom: 0;
	background-color: #303030;
    color: #fff;
	font-size: 12pt;
	height: 75px;
    width: 100%;
}

.footer-text 
{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 478px;
}

grid 
{
    font-family: Ubuntu, Verdana, Sans-Serif;
    color: rgba(30, 47, 60, 0.92);
    border: solid;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

gridHeader 
{
    position: relative;
    top: auto;
}

gridFooter 
{
    position: relative;
    top: auto;
}


/* site title
----------------------------------------------------------*/
.site-title
{
	color: rgba(30, 47, 60, 0.92);
	font-family: Ubuntu, Verdana, Sans-Serif;
	font-size: 2.3em;
	margin: 0;
}

	.site-title a, .site-title a:hover, .site-title a:active
	{
		background: none;
		color: rgba(30, 47, 60, 0.92);
		outline: none;
		text-decoration: none;
	}


/* menu
----------------------------------------------------------*/
ul#menu
{
    color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
    display: inline;
}

	ul#menu li
	{
		display: inline;
		list-style: none;
		padding-left: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
	}

		ul#menu li a
		{
            display: inline;
			background: none;
			color: #fff;
			text-decoration: none;
		}

			ul#menu li a:hover
			{
				color: #999;
				text-decoration: none;
			}


.featured
{
	background-color: #fff;
}

	.featured .content-wrapper
	{
		background-color: #ecf0f1;
		background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
		background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		color: #1e2f3c;
		padding: 20px 40px 30px 40px;
	}

	.featured hgroup.title h1, .featured hgroup.title h2
	{
		color: #fff;
	}

	.featured p
	{
		font-size: 1.1em;
	}

hgroup.title
{
	margin-bottom: 10px;
}

	hgroup.title h1, hgroup.title h2
	{
		display: inline;
	}

	hgroup.title h2
	{
		font-weight: normal;
		margin-left: 3px;
	}

section.feature
{
	width: 300px;
	float: left;
	padding: 10px;
}

ol.round
{
	list-style-type: none;
	padding-left: 0;
}

	ol.round li
	{
		margin: 25px 0;
		padding-left: 45px;
	}

		ol.round li.zero
		{
			background: url("../Images/orderedList0.png") no-repeat;
		}

		ol.round li.one
		{
			background: url("../Images/orderedList1.png") no-repeat;
		}

		ol.round li.two
		{
			background: url("../Images/orderedList2.png") no-repeat;
		}

		ol.round li.three
		{
			background: url("../Images/orderedList3.png") no-repeat;
		}

		ol.round li.four
		{
			background: url("../Images/orderedList4.png") no-repeat;
		}

		ol.round li.five
		{
			background: url("../Images/orderedList5.png") no-repeat;
		}

		ol.round li.six
		{
			background: url("../Images/orderedList6.png") no-repeat;
		}

		ol.round li.seven
		{
			background: url("../Images/orderedList7.png") no-repeat;
		}

		ol.round li.eight
		{
			background: url("../Images/orderedList8.png") no-repeat;
		}

		ol.round li.nine
		{
			background: url("../Images/orderedList9.png") no-repeat;
		}

article
{
	float: left;
	width: 70%;
}

aside
{
	float: right;
	width: 25%;
	height: 25%;
	margin-left: 136px;
	margin-top: 0px;
}

	aside ul
	{
		list-style: none;
		padding: 0;
	}

		aside ul li
		{
			background: url("../Images/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;
		}

.label
{
	font-weight: 700;
}

#loginForm
{
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 55%;
}

	#loginForm .validation-error
	{
		display: block;
		margin-left: 15px;
	}

#socialLoginForm
{
	margin-left: 40px;
	float: left;
	width: 40%;
}

	#socialLoginForm h2
	{
		margin-bottom: 5px;
	}

fieldset.open-auth-providers
{
	margin-top: 15px;
}

	fieldset.open-auth-providers button
	{
		margin-bottom: 12px;
	}

.contact h3
{
    position: relative;
    right: -1px;
	font-size: 18px;
}

.contact p
{
    position: relative;
    right: -1px;
	margin-top: 5px;
}

.contact iframe
{
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend
	{
		display: none;
	}

	fieldset ol
	{
		padding: 0;
		list-style: none;
	}

		fieldset ol li
		{
			padding-bottom: 5px;
		}

label
{
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

	label.checkbox
	{
		display: inline;
	}

input, textarea
{
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #000;
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 300px;
}

textarea
{
	font-family: inherit;
	width: 500px;
}

	input:focus, textarea:focus
	{
		border: 1px solid #7ac0da;
	}

input[type="checkbox"]
{
	background: transparent;
	border: inherit;
	width: auto;
}

input[type="submit"],
input[type="button"],
button
{
	background-color: #d3dce0;
	border: 1px solid #787878;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	padding: 7px;
	margin-right: 8px;
	width: auto;
}

td input[type="submit"],
td input[type="button"],
td button
{
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

.message-info
{
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error
{
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success
{
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error
{
	color: #e80c4d;
}

.field-validation-error
{
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid
{
	display: none;
}

input.input-validation-error
{
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
	border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
}

table 
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0em;
	}


th
{
	font-size: 1.2em;
	text-align: center;
	border: none 0px;
	padding-left: 0;
}

	th a
	{
		display: block;
		position: relative;
        text-align: center;
	}

		th a:link, th a:visited, th a:active, th a:hover
		{
			color: #fff;
			font-weight: 600;
			text-decoration: none;
			padding: 0;
		}

		th a:hover
		{
			color: #333;
		}

	th.asc a, th.desc a
	{
		margin-right: .75em;
	}

		th.asc a:after, th.desc a:after
		{
			display: block;
			position: absolute;
			right: 0em;
			top: 0;
			font-size: 0.75em;
		}

		th.asc a:after
		{
			content: '▲';
		}

		th.desc a:after
		{
			content: '▼';
		}

td
{
	padding: 0.25em 2em 0.25em 0em;
	border: 0 none;
}

tr.pager td
{
	padding: 0 0.25em 0 0;
}