body {
	background: url(backgroundClouds.jpg);
    background-size: 100%;
	background-repeat:no-repeat;
	background-color: #aab3ae;
}

.container {
	width: 900px;
	background-color:#FFFFFF;
	position: relative;
	margin: auto;
	top: 0;
	-moz-box-shadow: 0 0 10px #252525;
	-webkit-box-shadow: 0 0 10px #252525;
	box-shadow: 0 0 10px #252525;
}

.header {
	background-color: #018cc7;
	height: 150px;
	width: 100%;
	position:relative;
}

img.logo{
	background-color: #018cc7;
}

img.logoText{
	background-color: #FFFFFF;
	height: 100%;
	width: auto;
}

.menuContainer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 637px;
	height: 75px;
	background: -webkit-linear-gradient(#018cc7, #014794); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#018cc7, #014794); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#018cc7, #014794); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#018cc7, #014794); /* Standard syntax (must be last) */
}
.myButton {
	background-color:transparent;
	display:inline-block;
	margin-top:10px;
	cursor:pointer;
	color:#DCDCDC;
	font-family:arial;
	font-size:16px;
	padding:22px 22px;
	text-decoration:none;
}
.myButton:hover {
	background-color:transparent;
	color: #FFFFFF;
	text-decoration:underline;
}
.myButton:active {
	position:relative;
	top:1px;
}

#activeButton {
	color: #FFFFFF;
	text-decoration:underline;
}

.slideshow {
	position:relative;
	width:100%;
	height:400px;
	overflow:hidden;
	-moz-box-shadow: 0 0 2px #252525;
	-webkit-box-shadow: 0 0 2px #252525;
	box-shadow: 0 0 2px #252525;
}

.subtitle {
	position:relative;
	width:98%;
	height:40px;
	text-align:right;
	font-size:24px;
	font-family:arial;
	color:#ECECEC;
	padding-top:8px;
	padding-right:2%;
	font-style:italic;
	background: -webkit-linear-gradient(#013774, #012764); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#013774, #012764); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#013774, #012764); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#013774, #012764); /* Standard syntax (must be last) */
}

#contentContainer {
	position:relative;
	top:0;
	background-color:#FFFFFF;
}

.contentHome {
	width:550px;
	font-family:arial;
	padding:25px;
}

.content {
	width:850px;
	font-family:arial;
	padding:25px;
}

#sideImage {
	position:absolute;
	right:8px;
	top:30px;
	width: 300px;
}

.contactInfo {
	position:absolute;
	right:8px;
	top:30px;
	width: 300px;
	font-family:arial;
	font-size:14px;
}

.footer {
	position:relative;
	width:98%;
	height:100px;
	padding-top:8px;
	padding-right:2%;
	background: -webkit-linear-gradient(#011744, #011024); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#011744, #011024); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#011744, #011024); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#011744, #011024); /* Standard syntax (must be last) */
}

#copyright {
	color:#8a8a8a;
	font-size:12px;
	text-indent:20px;
	padding: 5px 1px;
}

.footerLinks {
	background-color:transparent;
	display:inline-block;
	margin-top:10px;
	margin-left:20px;
	cursor:pointer;
	color:#DCDCDC;
	font-family:arial;
	font-size:13px;
	padding:5px 1px;
	text-decoration:none;
}
.footerLinks:hover {
	background-color:transparent;
	color:#FFFFFF;
}

#question {
	font-weight:bold;
}