@charset "UTF-8";
/* CSS Document */

*{margin:0px; padding:0px;}

body{background-color:#FFFFFF; font-family:'Ubuntu', sans-serif;}
p {font-family:Verdana, sans-serif;}

#background
{
	background-image:url(../images/SHG_BG.png); 
	background-repeat:repeat-x;
	width:100%;
	min-height: 600px;
	
}

#topNav
{
	width: 1024px;
	height: 34px;
	background-color:#27714E;
}

#header
{
	background-color:#F8F8F5;
	width:1004px;
	height:152px;
	padding:10px;
	border-bottom:1px solid #eae7e1;
}

#logo
{
	width:265px;
	float:left;
	padding:10px;
}

#logoFooter
{
	width:185px;
	padding:11px;
	margin: 0px auto;
}

#headline
{
	text-align:left;
	padding:30px;
	color:#006747;
	padding-top:0px;
}


.fancybox-custom .fancybox-skin 
{
	box-shadow: 0 0 50px #222;
}

#content 
{
	
}

	

#wrapper
{
	width:1024px;
	margin:0 auto;
	padding-bottom:100px;
	background-color:#FFF;
	box-shadow:#CACACA 0px 0px 4px 2px;
}

#form1
{
	margin-bottom:100px;
	padding:20px;
	width:655px;
	margin:0 auto;
	
}

#form1 li
{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	list-style:none;
}

.classYearTitle
{
	
	font-family:'Ubuntu', sans-serif;
	font-size:18px;
	color:rgb(111,113,117);
	text-align:center;
}

#brickSubmissions
{
	width:978px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#FFF;
	
}

#brickColumn
{
	width:240px;
	float:left;
}

#BigBrick
{
	margin-left:0px;
	float:left;
	width:500px;
	margin-right:24px;
}
#TextRight
{
	
	width:500px;
	float:right;
	margin-right:0px;
}

#TextRight p
{
	font-size:16px;
	line-height:20px;
	font-family:'Ubuntu', sans-serif;
	color:rgb(0,0,0);
}


#brick1
{
	background-color:#006747;

	width:240px;
	max-width:240px;
	height:52px;
	max-height:52px;
	overflow:hidden;
	
	border:solid #FFF 2px;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}

#brick2
{
	
	width:240px;
	max-width:240px;
	height:52px;
	max-height:52px;
	overflow:hidden;
	background-color:#7E7F74;
	border:solid #FFF 2px;
	text-align:center;
	margin:0;
	list-style:none;
}

#brick3
{
	background: url('images/yellowBrick.jpg');
	background-size:contain;
	width:120px;
	height:52px;
	max-height:52px;
	overflow:hidden;
	background-color:#561617;
	border:solid #FFF 2px;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}

#brick1 p, #brick2 p, #brick3 p
{
	color:#FFF; 
	font-weight:bold; 
	text-align:center; 
	font-size:12px;
	line-height:12px;
	padding-left:5px;
	padding-right:5px;
	font-family:'Ubuntu', sans-serif;
	
}

h1
{
	font-family:'Ubuntu', sans-serif;
	font-size:26px;
	text-align:center;
	padding:30px;
	padding-top:15px;
	color:#a27b2b;
	font-weight:bold;
}


h2
{
	font-family:'Ubuntu', sans-serif;
	text-align:center;
	color:#7E7F74;
	font-weight:bold;
}

#footer
{
	background-color:#F8F8F5;
	height:auto;
	width:100%;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:1px;
	padding:30px 0px 30px 0px;
	border-top:1px solid #eae7e1;
	
}

#footer p
{
	font-family:'Ubuntu', sans-serif;
	font-size:12px;
	margin-bottom:10px;
}


.SpecialPadding
{
	padding-bottom:30px;
}

