body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16.5pt;
	font-weight: 300;
	line-height: 1.65;
	text-align: center;
	font-family: Raleway, Helvetica, sans-serif;
	background: url("../images/background.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: Raleway, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.wrapper {
	text-align: left;
}

#menu div {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 1.00em 1.00em 2.85em 0em;
	white-space: nowrap;
}

#menu div a {
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.325);
	padding: 0.85em 1.35em 0.85em 1.35em;
	margin: 0em 0.3em 0em 0.3em;
	background-color: rgba(66, 139, 202, 0.625);
}

#menu nav a:hover {
	//color: #62ABDA;
	//color: #62ABDA;
	//color: #2E3141;
	//color: #428BCA;
	//color: #4C5C96;
	color: #2A3242;
	background-color: rgba(66, 139, 202, 0.825);
}

input, textarea {
	color: #FFFFFF;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16.5pt;
	font-weight: 300;
	line-height: 1.65;
}

.aWhiteLink, .aWhiteLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.diagonalbackground {
	width: 100%;
	height: 100px; 
}

.inputlabel {
	color: #FFFFFF;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
}

.inputshaded {
	color: #FFFFFF;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16.5pt;
	font-weight: 300;
	//line-height: 1.65;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(79, 79, 79, 1.0);
	border-radius: 5px;
	border: none;
	border: solid 2px rgba(255, 255, 255, 0.125);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 0.5em;
	text-decoration: none;
	width: 100%;
}

input[type="text"].inputshaded {
	height: 2.75em;
}

a.buttonlink {
	text-decoration: none;
	border-bottom: 0;
	display: block;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 2em 0;
	text-transform: uppercase;
}

a.buttonlink:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	border-radius: 100%;
	border: solid 2px rgba(255, 255, 255, 0.125);
	content: '\f105';
	display: inline-block;
	font-size: 1.25em;
	height: 2em;
	line-height: 1.65em;
	margin-right: 0.55em;
	text-align: center;
	text-indent: 0.15em;
	vertical-align: middle;
	width: 2em;
}

a.buttonlink::hover:before {
	background-color: rgba(255, 255, 255, 0.025);
}

a.buttonlink::active:before {
	background-color: rgba(255, 255, 255, 0.075);
}

.iIcon {
	border-radius: 100%;
	border: solid 2px rgba(255, 255, 255, 0.125);
	width: 2.5em;
	height: 2.5em;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.35em;
	margin: 5px 5px 5px 5px;
}

.aIcon {
	color: #FFFFFF;
}

.trIconHover:hover > td > a, .trIconHover:hover > td > a > i {
	color: #428BCA;
	text-decoration: none;
}

table.layout {
	width: 100%;
}

table.layout > tbody > tr#menu > td > nav{
	padding: 20px 80px 20px 20px;
	text-align: right;
}

table.layout > tbody > tr > td.content {
	padding: 20px 20px 20px 20px;
	width: 800px;
}

#header p {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-transform: uppercase;
}

#tutoring {
	background: #45558D url("../images/background2.png") repeat fixed;
}

td.tdpadding {
	padding: 0px 0px 4px 32px;
}

#web {
	background: #3F4E85 url("../images/background3.png") repeat fixed;
}

#links {
	background: #2E3141 url("../images/background4.png") repeat fixed;
}

table.cardlayout {
	width: 100%;
}

td.cardheader {
	padding-top: 40px;
	width: 100%;
}

td.carditem {
	width: 50%;
}

td.itemtext {
	padding-top: 40px;
}

span.buttonlinksend {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}

span.buttonlinksend a {
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.325);
	padding: 0.85em 1.35em 0.85em 1.35em;
	background-color: rgba(66, 139, 202, 0.625);
}

span.buttonlinksend a:hover {
	color: #2A3242;
	background-color: rgba(66, 139, 202, 0.825);
}

#disclaimer {
	text-align: left;
        font-size: 12px;
}

#copyright {
	text-align: center;
}

#copyright a {
	color: #FFFFFF;
}

#copyright a:hover {
	color: #428BCA;
	text-decoration: none;
}

.clear {
	clear: both;
}

.processing {
	padding: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	display: none;
}