@charset "utf-8";
/* CSS Document */
/* Reset Default CSS browser values*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
	padding:0;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
   list-style:none;
}
caption,th {
   text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/* Reset Default CSS ends here*/
body {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#E8DCDC;
	font-size:14px;
}
p {
	margin-top:10px;
}
a:link {
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
h1 {
	color:#fff;
	font-size:30px;
	display:block;
	float:left;
	padding:20px 10px;
	background-color:#A5692C;
	border-radius:.2em;
}
h2 {
	color:#A5692C;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	clear:left;
	margin-top:15px;
}
h3 {
	color:#fff;
	font-size:24px;
	width:460px;
	padding:15px 10px;
	background-color:#A5692C;
	border-radius:.2em;
	clear:both;
	margin-top:20px;
}
h4 {
	color:#A5692C;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}
ul {
	margin-left:20px;
}
li {
	list-style-type:disc;
}
strong {
	font-weight:bold;
	color:#000000;
	font-style:inherit;
}
em {
	font-style:italic;
	font-weight:inherit;
}
#container{
	margin:10px auto;
	width:1000px;
	background-color:#fff;
	padding:20px;
	overflow:hidden;
}
#left {
	background-color:#fff;
	width:480px;
	float:left;
}
#left .bgcolor img {
	width:100%;
}
#logo {
	width:auto;
	margin-top:10px;
	margin-left:20px;
}
#bigG {
	float:right;
	margin-top:20px;}
#right {
	background-color:#fff;
	width:480px;
	float:right;
}
.bgcolor {
	border-radius:.3em;
	background-color:#f1e0c6;
	padding:10px;
	width:460px;
}
#right .bgcolor img {
	width:100%;
}
div.bgcolor {
	margin-top:10px;
	margin-bottom:10px;
}
.bgcolor2 {
	border-radius:.3em;
	background-color:#f3cb90;
	font-weight:bold;
	padding:10px;
	width:460px;
}
div.bgcolor2 {
	margin-top:10px;
	margin-bottom:10px;
}
.sr-only	{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
@media only screen and (min-width: 769px) {
	h1 {
		font-size:30px;
	}
	h3 {
		width:460px;
	}
	#container{
		width:1000px;
    }
	#left {
		width:480px;
	}
	#logo {
	  height:60px;
	}
	#bigG {
		width:162px;
		height:auto;
	}
	#right {
		width:480px;
	}
	#right img	{
		width:480px;
	}
	.bgcolor {
		width:460px;
	}
	.bgcolor2 {
		width:460px;
	}
}
@media only screen and (min-width:481px) and (max-width:768px) {
	h1 {
		font-size:22px;
	}
	h2 {
		font-size:20px;
	}
	h3 {
		width:344px;
	}
	#container{
		width:768px;
    }
	#left {
		width:364px;
	}
	#logo {
	  height:45px;
	}
	#bigG {
		width:142px;
		height:auto;
	}
	#right {
		width:364px;
	}
	#right img	{
		width:364px;
	}
	.bgcolor {
		width:344px;
	}
	.bgcolor2 {
		width:344px;
	}
}
@media only screen and (max-width:480px) {
	h1 {
		font-size:30px;
	}
	h3 {
		width:480px;
	}
	#container{
		width:480px;
    }
	#left {
		width:480px;
		float:none;
	}
	#logo {
	  height:60px;
	}
	#bigG {
		width:162px;
		height:auto;
	}
	#right {
		width:480px;
		float:none;
	}
	#right img	{
		width:480px;
	}
	.bgcolor {
		width:480px;
	}
	.bgcolor2 {
		width:480px;
	}
}
@media print {
body {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#E8DCDC;
	font-size:14px;
}
p {
	margin-top:10px;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
h1 {
	color:#fff;
	font-size:30px;
	display:block;
	float:left;
	padding:20px 10px;
	background-color:#cd883b;
	border-radius:.2em;
}
h2 {
	color:#cd883b;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	clear:left;
	margin-top:15px;
}
h3 {
	color:#fff;
	font-size:24px;
	width:460px;
	padding:15px 10px;
	background-color:#cd883b;
	border-radius:.2em;
	clear:both;
	margin-top:20px;
}
h4 {
	color:#cd883b;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}
ul {
	margin-left:20px;
}
li {
	list-style-type:disc;
}
strong {
	font-weight:bold;
	color:#cd883b;
	font-style:inherit;
}
em {
	font-style:italic;
	font-weight:inherit;
}
#container{
	margin:10px auto;
	width:1000px;
	background-color:#fff;
	padding:20px;
	overflow:hidden;
}
#left {
	background-color:#fff;
	width:480px;
	float:left;
}
#left .bgcolor img {
	width:100%;
}
#logo {
	width:200px;
	margin-top:10px;
	margin-left:20px;
}
#bigG {
	float:right;
	margin-top:20px;}
#right {
	background-color:#fff;
	width:480px;
	float:right;
}
.bgcolor {
	border-radius:.3em;
	background-color:#f1e0c6;
	padding:10px;
	width:460px;
}
#right .bgcolor img {
	width:100%;
}
div.bgcolor {
	margin-top:10px;
	margin-bottom:10px;
}
.bgcolor2 {
	border-radius:.3em;
	background-color:#f3cb90;
	font-weight:bold;
	padding:10px;
	width:460px;
}
div.bgcolor2 {
	margin-top:10px;
	margin-bottom:10px;
}
}
