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

/* -------------------- base style rules for tags ----------------------------------- */

body {
	max-width: 900px; width: 100%; /* responsive upgrade: width */
	background-color: #660000;
	background-image: url('../images/backgroundot.gif');
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
}

p {
	margin-bottom: .5em;
	font-size: 1.0em;
	line-height: 1.1em;
	padding-left: 10px;
}

h1 {
	margin-bottom: .2em;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: .2em;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 1.2em;
	text-indent: -15px;
}

h2 {
	margin-bottom: .3em;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
	font-style: italic;
}

h3 {
	text-decoration: none;
	margin-bottom: .2em;
	font-size:.9em;
	font-weight: bold;
}

h4 {
	font-size: .9em;
	padding-left: 25px;
	font-weight: 550;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.1em;
}

h5 {
	font-size: 1em;
	padding-left: 14px;
	background-image: url('../shared/redbullet1.gif');
	background-repeat: no-repeat;
	color: #330000;
	line-height: 1.2em;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-left: 10px;
	padding-right: 5px;
	text-indent: 5px;
}

h6 {
	font-size: 1em;
	padding-left: 20px;
	background-image: url('../shared/redbullet1.gif');
	background-repeat: no-repeat;
	color: #330000;
	padding-top: 7px;
}

header {
	margin-bottom: .2em;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 10px;
	color: #330000;
	text-align: center;
}

footer {
	margin-bottom: .2em;
	font-size: .9em;
	font-weight: normal;
	padding-top: 5px;
	font-style: italic;
	line-height: 18px;
	text-indent: 20px;
	padding-left: 40px;
}

a {
	color: #660000;
	line-height: 1.2em;
}

a.iconLink {
	padding-left: 18px;
	background-image: url('../shared/redbullet.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/* -------------------- various commonly used class styles --------------------------- */

.skipToContent {
		display:none;
}

.clearBoth {
	clear:both;
}
.sectionDivider {
	clear:both;	
}

hr.shortRule {
	margin: 5px 20px;
	color: #660000;
}

/* --------------------- style rules for page structure ---------------------------- */


/* --------------------------- header --------------------------- */
#header {
	position: relative;
	width: 100%;
	height:100px;	
	background-color:#660000;
	overflow:hidden;	
}

#header h1, #header > p /* for <p>Kiosk</p> on some pages */ {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important;
}

#header span.graphic {
	display: block;
	height:100px;
	background: url('http://www.studygns.net/shared/kioskeng.jpg') no-repeat; 
	background-size: contain;
	z-index: 10;
}

#utilityNav {
	margin: 20px 20px 0 0;
	color: #cccc99;
	letter-spacing: 1px;
	margin-bottom: .2em;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}

#utilityNav a {
	color: #cccc99;
	text-decoration: none;
}
/* ------------------------------------- main navigation in header ----------------------------------- */

#mainNav {
	float: left;
	width: 100%;
	background: #660000;
	font-size: 80%;
	line-height: normal;
	background-color: #660000;
}

#mainNav ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	padding-left: 35px;
}
    
#mainNav li {
	float: right;
	background: url('../shared/images/norm_left_1bsm1.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 15px;
	padding-left: 35px;
}

#mainNav a {
  float:right;
  display:block;
  background:url('../shared/images/norm_right_1b.gif') no-repeat right top;
  padding:15px 14px 10px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#cccc99;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainNav a {float:none;}
/* End IE5-Mac hack */
#mainNav a:hover {
  color:#ffffcc;
  }

#mainNav a.tab:visited {
  color: #808080;
}

#mainNav a.tab:hover {
  background-color: #d0d0d0;
  color: #330000;
}

#mainNav #current {
	background-image: url('../shared/images/norm_left_on_1bsm1.gif') no-repeat left top;
	background-color: #8A0000;
	color: #ffffcc;
}

#mainNav #current a {
	padding-bottom: 5px;
	padding: 0 0 0 5px;
	background-image: url('../shared/images/norm_right_on_1b.gif');
}

@media (min-width: 635px) {
	[accesskey="1"] {
		width: calc(383/900*100%);
		float: left;
		margin-right: 10px;
	}
	html[dir="rtl"] [accesskey="1"] {
		float: right;
		margin-right: 0;
		margin-left: 10px;
	}
}
@media (max-width: 634px) {
	#header {
		height: auto;
	}
	#header span.graphic {
		background-position: center;
	}
	#utilityNav {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}
	#utilityNav p {
		padding: 0;
	}
	#mainNav ul {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	#mainNav li {
		float: none;
		display: inline-block;
	}
}
#mainSection {
	clear: both;
	background-color: #FFFFFF;
}

/* --------------------------- left navigation and body set ---------------------------- */


#columnSet {
	max-width: 900px; width: 100%; /* responsive upgrade: width */
	float: left;
	background-color: #D6CBAD;
}

#leftColQuote {
	font-weight: 700;
	background-color: #fff;
	width: 85%;
	padding: 0 3px;
	line-height: 1.2em;
	margin: 10px auto;
	text-align: center;
	border: thin #808080 solid;
	font-size: .9em;
	font-style: italic;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #000000;
	border: 1px solid #800000;
	background-color: #FFFFFF;
}
#leftColQuoteAuthor {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000000;
	font-size: .9em;
	line-height: 1.2em;
	border: thin #660000;
	background-color: #ECE8DF;

}

/* --------------------------- floating images in content ---------------------------- */

img.floatLeft {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin: 4px;	
}

img.floatRight { 
    float: right; 
    margin: 4px;
    padding-right: 20px;
	padding-left: 20px; 
}

.flashLeft {
	border-width: thin;
	border-color: #330000;
	border: thin;
	margin-left: -10px;
}


/* --------------------------- left navigation ---------------------------- */


/* --------------------------- left column main section---------------------------- */


#availLang {
	/* display:none;  */
	text-align:center;
	font-weight:700;
}

#languageLinks {
		margin:10px 0 0  20px;
		list-style-type:none;
}
#languageLinks  li {
	float:left;	
	margin-right:20px;
	margin-bottom:5px;
}

#languageLinks a {
		text-decoration:none;
		font-size:.9em;
}


/* --------------------------- set links-lists in columns for main section ---------------------------- */

#secondaryLinks {
	text-align: left;
	color: #000000;
	margin-left: 15px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
}
#secondaryLinks p {
	margin: 10px 0;
	list-style-position: outside;
}

#secondaryLinks h2 {
	margin: 15px 0;
	color: #000000;
}


#secondaryLinks i {
	margin: 15px 0;
	font-style: italic;
	font-size: small;
}

#secondaryLinks ul {
	text-indent: 15px;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px;
	margin: 2px;
}

#secondaryLinks li {
	margin-left: 5px;
}

#secondaryLinks a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
#secondaryLinks a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#secondaryLinks a:hover {
	color: #660000;
	text-decoration: none;
	background-color: #ECE8DF;
}
#secondaryLinks a:active {
 color: #990000;
}

#secondaryLinks ul ul {
	Font-size: .9em;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 1.3em;
	list-style-image: url("");
}

/* ------------------------------------ center section, center column ------------------------------- */

#conceal  {
	background-color: #420000;
	color: #330000;
	max-width: 90px; width: 100%; /* responsive upgrade: width */
}
					
#Show1  { 
	background-color: transparent;
	color: 420000;
	font-weight: 600;
	font-size: 14pt;
	max-width: 90px; width: 100%; /* responsive upgrade: width */
}
				
#Lafter   { 
	text-indent: 0;
	margin-top: .6em; 
}
	            
#Lafter1   { 
	text-indent: 0;
	margin-top: .6em;
	color: 420000; 
	font-weight: 1000; 
	font-size: 16pt
}
			
#table {
	padding: 6px 15px 0 15px;
	margin-left: 15px;
	text-indent: 15px;
}

#tdback	{
	background-color: #F2ECEC;
	font-weight: bold;
	text-indent: 6px;
	padding: 6px;
}

#centerCol {
	border-left: medium #333300 solid;
	max-width: 900px; width: 100%; /* responsive upgrade: width */
	float: right;
	background-color: #fff;
}
#content_main {
	width: 95%;
	float: left;
}

#content_main ul {
	Font-size: 1em;
	line-height: 1.3em;
	text-indent: 15px;
	list-style-image: url('../shared/images/sgsshaper330000sma.gif');
}

@media (min-width: 450px) {
	#content_left {
		width: 45%;
		float: left;
	}

	#content_right {
		width: 45%;
		float:right;
	}
}

/* I did this to for simplicity's sake (put the same icon on all of the links), but ultimately I believe you'll want different icons for each link,
meaning we'll have to apply them with class styles or IDs. This will give you some idea how it looks */

#pageContent #content_left a, #pageContent #content_right a {
	padding-left: -5px;
	line-height: 1em;
	text-decoration: none;
}

#mainpageIndex {
	padding: 15px 15px 15px 20px;
	text-align: left;
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
}

#mainpageIndex p {
	padding-top: 8px;
	padding-left: 10px;
}

#mainpageIndexIndent {
	padding-top: 8px;
	padding-left: 25px;
	line-height: 1.2em;
	font-size: .9em;
	margin-left: 15px;
}

#mainpageIndex ul {
	list-style: none;
	line-height: 1.1em;
	margin-left: 10px;
	list-style-image: url('../shared/images/sgsshaper330000sma.gif');
	padding-left: 10px;
}

#mainpageIndex ul ul {
	list-style: none;
	line-height: 1.1em;
	margin-left: 25px;
	list-style-image: url('');
	padding-left: 25px;
}


#mainpageIndex ol {
	line-height: 1.1em;
	margin-left: 15px;
	padding-left: 15px;
}


#mainpageIndex a:link {	
	color: #660000;
	text-decoration: none;
}

#mainpageIndex li {
	margin-left: 25px;
	padding-top: 1.1px;
}

#mainpageIndex a:visited {
	color: #663300;
	text-decoration: none;
}

#mainpageIndex a:hover {
	color: #330000;
	text-decoration: none;
	background-color: #ECE8DF;
}

#mainpageIndex a:active {
 	color: #990000;
 	text-decoration: none;
}

#mainpageIndex ul ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 1.1em;
	list-style-type: square;
}

#wrapper ul{
    margin: 0 auto;
    padding: 0;
}


/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
        text-align: left;
        float: left;
        list-style: none;
        height: 25px;
        max-width: 80px; width: 100%; /* responsive upgrade: width */
}

/* ------------------------------------ formatting centered images and links: ------------------------------- */

#imageCenterLink {
	background-position: center;
	margin: 2px;
	border: 1px #660000 solid;
	display: block;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}
#imageCenterLink img {
	display: inline;
	margin: 3px;
	border: 2px solid #ffffff;
}
#imageCenterLink a:hover img {
	border: 2px solid #660000;
}
#imageCenterDesc {
	text-align: center;
	font-weight: bold;	
}

#imageCenterDesc a:link {
	color: #330000;
	font-weight: bold;
}

#imageCenterDesc a:hover {
	color: #660000;
	background-color: #ECE8DF;
}

/* ------------------------------------ right column formatting ------------------------------- */



/* ------------------------------------ not sure of application of these: ------------------------------- */

#contentLinks { float: left;
	color: #330000;
}

/* --------------------------- footer menu---------------------------- */

#footer {
	background-color: #FFFFFF;
	padding: 5px 50px 5px 50px;
	text-align: left;
}
@media (max-width: 800px) {
	#centerCol:has(> #footer) {
		box-sizing: border-box;
		padding-left: 10px;
	}
	#footer > p {
		padding-left: 0;
	}
}
@media (max-width: 380px) {
	#footer img {
		padding: 0 !important;
		float: none !important;
		width: 100%;
		max-width: 270px;
		margin: 0 auto 10px;
		display: block;
	}
}

#footerAdd {
	max-width: 728px; width: 100%; /* responsive upgrade: width */
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;
}

#footerNav {
	width: 100%;
	background: #FFFFFF;
	line-height: normal;
	background-color: #FFFFFF;
	text-align: center;
}

#footerNav ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
    
#footerNav li {
    float:right;
    background:url("")
      no-repeat left top;
    margin:0;
    padding:0 0 0 15px;
}

#footerNav a {
  float:right;
  display:block;
  background:url("") no-repeat right top;
  text-decoration:none;
  font-weight:bold;
  color:#660000;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#footerNav a {float:none;}
/* End IE5-Mac hack */
#footerNav a:hover {
  color:#330000;
  }

#footerNav a.tab:visited {
  color: #808080;
}

#footerNav a.tab:hover {
  background-color: #d0d0d0;
  color: #330000;
}

#footerNav #current {
	background-image: url("");
	background-color: #8A0000;
	color: #ffffcc;
}




