@import url("footer.css");
@import url("header.css");
@import url("sidepanels.css");

* {
	margin: 0;  
}

html {
	height: 100%;
}

body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	/* font-size: 100%; */
	background-color: #E3E0D1;
	margin: 0;
	padding: 0;
	height: 100%;
}

#MottoContainer {
	padding-top: 2em;
	padding-bottom: 2em;
	clear: both;
}

#gkimage {
	padding-left: 100px;
	float: left;
	width: 200px;
}

#motto {
	float: right;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-style: italic; 
	font-size: 18px;
	font-weight: 700;
	line-height: 0.7em;
	padding: 1.5em 115px 4em;
	color: #666666;
       width: 390px;
/*	color: #974507; */
}

#mottotop {
	padding-top: 2em;
	/*padding-right: 3em;*/
	margin-bottom: 1em; 
}

#mottobottom {
	text-align: right;
}

#ShortDescription {
	height: 165px;
	clear: both;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #464646;
	line-height: 1.5em;
}

#ShortDescription  p {
	height: 100%;
	padding: 20px 30px 0;
	margin: 0 50px; 
	/*background-image: url("images/short_desc_bkgd.jpg"); */
	background-repeat: no-repeat; 
	vertical-align: middle;
	background-color: #EFEFEF;
	/*background-color: #EBDBC2; */
	/*background-color: #F5E4CC; */
	/*border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-bottom-color: #974507;
	border-top-color: #974507;*/
}


#ShortDescription  a{
/*	margin-left: 2em;  */
	color: #974507;
	text-decoration: none;
}
#ShortDescription a:hover {
/*	text-decoration: underline;  */
	color: #FFFFFF;
	background: #974507;
}

#TwoChoicesContainer {
	margin: 4em 0;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 1.1em; */
	font-size: 16px;
	font-weight: 600;
	color: #464646;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	/* required by safari
	display: inline-block; */ 
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#leftchoice {
	float: left;
}

#leftchoice a img {
	text-decoration: none;
	border-style: none;
	margin-left: 125px;
	padding-bottom: 10px;
}

#leftchoice p {
	margin-left: 110px;
	text-align: center;
}

#rightchoice {
	float: right;
}

#rightchoice a  img {
	text-decoration: none;
	border-style: none;
	margin-right: 90px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#rightchoice p {
	text-align: center;
	margin-right: 125px;
}
