/* Basic elements */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}
h1 {
	background: #fff url(../images/gw/heading1-bg.png) no-repeat;
	margin-left: 0px;
	padding: 10px;
	height: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #1d7065;
	clear: both;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1d7065;
	background-color: #f2f2f2;
	padding-left: 0px;
	clear: both;
	line-height: 16px;
	margin-top: 25px;
}
h2 span {
	padding-left: 10px;
	padding-right: 8px;
	background-color: white;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1d7065;
	margin-top: 25px;
	margin-left: 10px;
	clear: both;
}
h4 {
	margin-left: 10px;
	clear: both;
}
p {
	margin-bottom: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
}
dd p {
	margin-left: 0;
	margin-right: 0;
}
a {
	color: #1d7065;
}
a:visited {
	/*color: #334946;*/
	color: #1d7065;
}
a:hover {
	color: #334946;
}
ul, ol {
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 15px;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
img {
	margin-left: 10px;
	margin-right: 10px;
}
dl {
	margin-left: 10px;
	margin-right: 10px;
}
form { 
	padding: 0; 
	margin: 0; 
} 
input, select {
}
hr {
	margin-left: 10px;
	margin-right: 10px;
}
table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
}
table th {
	border-width: 1px;
	padding: 2px 5px;
	border-style: inset;
	border-color: #ccc;
	background-color: #eee;
}
table td {
	border-width: 1px;
	padding: 2px 5px;
	border-style: inset;
	border-color: #ccc;
}


/* Misc */
.container {
	/* Force left-align (override centering in "parent" CSS files) */
	margin-top: 0;
	margin-left: 0;
}
.skipnav {
    position: absolute;
    top: 0;
    left: 0;
}
.note {
	color: #666;
	font-size: 90%;
}
.backtotop {
	font-size: 90%;
}
a.file {
	padding-left: 20px;
	padding-top: 1px;
}
a.file {background: url(../images/icons/file.png) no-repeat top left;}
a.file[href$='.doc'] {background-image: url(../images/icons/doc.png);}
a.file[href$='.pdf'] {background-image: url(../images/icons/pdf.png);}
a.file[href$='.ppt'] {background-image: url(../images/icons/ppt.png);}
a.file[href$='.xls'] {background-image: url(../images/icons/xls.png);}
a.file[href$='.zip'] {background-image: url(../images/icons/zip.png);}
a.file[href$='.docx'] {background-image: url(../images/icons/doc.png);}
a.file[href$='.pptx'] {background-image: url(../images/icons/ppt.png);}
a.file[href$='.xlsx'] {background-image: url(../images/icons/xls.png);}
.filedata {
	font-size: 90%;
	color: #666;
	padding-left: 0.5em;
}

/* .glossary - Used for term/definition lists */
dl.glossary {
	display: block;
	margin-left: 10px;
	padding-bottom: 10px;
}
dl.glossary dt {
	float: left;
	clear: left;
	width: 15em;
	text-align: right;
}
dl.glossary dd {
	margin-left: 0;
	padding-left: 16em;
	margin-bottom: 15px;
}
dl.glossary dd:after {
	/* Fix vertical misalignment of DD elements */
	visibility: hidden;
	clear: left;
	display: block;
	content: "";
}

/* .artifacts - Used for lists of artifacts (e.g., file downloads) */
dl.artifacts {
	display: block;
	margin-left: 10px;
	padding-bottom: 10px;
}
dl.artifacts dt {
	float: left;
	clear: left;
	width: 15em;
	padding-top: 5px;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 5px;
}
dl.artifacts dd {
	margin-left: 0;
	padding-left: 16em;
	padding-top: 5px;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 5px;
}
dl.artifacts dd:after {
	/* Fix vertical misalignment of DD elements */
	visibility: hidden;
	clear: left;
	display: block;
	content: "";
}
table.artifacts {
	margin-left: 10px;
	margin-right: 10px;
	border: none;
}
table.artifacts td {
	vertical-align: top;
	margin: 0;
	padding: 4px 0 0 0;
	border: none;
	border-top: 1px solid #e0e0e0;
}
table.artifacts td.title {
	font-weight: bold;
	width: 16em;
}

/* .faq - Used for FAQ lists */
dl.faq {
	
}
dl.faq dt {
	margin-top: 20px;
}
dl.faq dd {
	margin-top: 5px;
}
ul.filelist, ul.filelist li ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 0;
}

img.imgbutton {
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}


/* Header */
#header {
	background: #fff url(../images/gw/siteheader-bg.gif) top left no-repeat;
}
#header-logo img {
	margin: 0;
    padding-top: 7px;
	padding-left: 7px;
    padding-bottom: 7px;
}
#header-title img {
	margin: 0;
	padding-top: 49px;
	padding-bottom: 7px;
}


/* Top navigation menu - 1st level */
#nav-main-level1 ul {
	background: #e5e8e9 url(../images/fsa/cyan_topnav-bg.gif) top left repeat-x;
	height: 20px;
	padding: 0;
	margin: 0;
	text-indent: 0;
	list-style: none;
}
#nav-main-level1 ul li {
	padding: 0;
	margin: 0;
	float: left;
}
#nav-main-level1 ul li a {
	display: block;
	padding: 1px 10px 2px 10px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#nav-main-level1 ul li.active a,
#nav-main-level1 ul li a:hover {
	background: url(../images/fsa/cyan_topnav-on.gif) top left repeat-x;
	color: #1d7065;
}


/* Top navigation menu - 2nd level */
#nav-main-level2 ul {
	background: #e5e8e9 url(../images/fsa/sub_menu-bg.gif) top left repeat-x;
	height: 20px;
	padding: 0;
	margin: 0;
	text-indent: 0;
	list-style: none;
}
#nav-main-level2 ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	float: left;
}
#nav-main-level2 ul li a {
	display: block;
	padding: 1px 10px 2px 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#nav-main-level2 ul li.active a,
#nav-main-level2 ul li a:hover {
	background: url(../images/fsa/cyan_top_subnav_on.gif) top left repeat-x;
	color: #1d7065;
}


/* Primary content */
#primary-content {
	margin-top: 10px;
}


/* Sidebars and Boxes */
.sidebar {
	margin-top: 10px;
}
.featurebox {
	clear: both;
	width: 184px;
	margin: 0 5px 15px 5px;
}
.featurebox h2 {
	font-size: 12px;
	color:#fff;
	background: #1d7065 url(../images/gw/featurebox-top.png) top left no-repeat;
	margin: 0;
	padding: 4px;
}
.featurebox-body {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 0;
	padding: 0;
}
.featurebox img {
	width: 182px;
	margin: 0;
	padding: 0;
}
.featurebox p {
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
	padding: 6px 4px 4px 4px;
}
.announcement-title {
	font-weight: bold;
}


/* Styles specific to the Home page */
/*
.homepage-image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 396px;
}
*/
.homepage-image {
	margin-bottom: 10px;
}
.homepage-audiences h2 {
	margin-left: 10px;
	background-color: #fff;
	margin-bottom: 8px;
}
.homepage-audiences p {
	padding-left: 37px;
}


/* Styles specific to the audience-oriented pages */
.audiencepage {
}
.audiencepage h1 {
	background: #fff url(../images/gw/heading1-bg.png) no-repeat;
	margin: 0;
	padding: 4px 10px;
	height: 50px;
	font-size: 225%;
	font-weight: bold;
	color: #007aa9;
	clear: both;
}
.audiencepage h1 img {
	padding: 0;
	margin: 0;
}
.audiencepage h2 {
	line-height: 1.2em;
	margin: 10px;
	margin-top: 0;
	background-color: #fff;
}


/* Audience colors */
.fsa-general, a.fsa-general, a:visited.fsa-general {
	color: #1d7065;
}
.fsa-students, a.fsa-students, a:visited.fsa-students {
	color: #007aa9;
}
.fsa-financialaid, a.fsa-financialaid, a:visited.fsa-financialaid {
	color: #cc5407;
}
.fsa-financialpartners, a.fsa-financialpartners, a:visited.fsa-financialpartners {
	color: #8da01c;
}


/* Date and footer */
#datestamp {
	padding: 5px 0 0px 10px;
	font-size: 10px;
	color: #666;
	line-height: 1.3em;
}
#footer {
	border-top: 2px solid #c2c2c2;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #3d3d3d;
}
@media print {
	#footer {display: none;}
}
#footer a, #footer a:link, #footer a:visited {
	color: #3d3d3d;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
}
#footer-left {
	text-align: left;
	float: left;
}
#footer-right {
	text-align: right;
	float: right;
}


/* Special purpose styles */
/* For PSA: onlyadream.html */
table.onlyadream {
	width: 90%;
	border: none;
	border-collapse: collapse;
}
table.onlyadream th.headone {
	width: 40%;
	color: #1D7065;
	font-size: 120%;
	font-weight: bold;
	border: none;
	border-bottom: 2px solid #1D7065;
	background-color: #fff;
}
table.onlyadream th.headtwo {
	width: 30%;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	border: none;
	border-bottom: 2px solid #1D7065;
	background-color: #fff;
}
table.onlyadream td {
	border: none;
}

/* For LCM Framework page: business/lcm.html */
table.lcmframework td {
	vertical-align: top;
}
table.lcmframework td h4 {
	font-size: 1em;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
}
table.lcmframework td p {
	margin-left: 0;
	margin-right: 0;
}


/* Special announcement boxes */

div.special-notice {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #514721;
	background-color: #fff6bf;
	padding: 0.8em;
	border: 2px solid #ffd324; 
}

div.special-notice p {
	margin: 0;
}

div.special-notice a {
	color: #514721;
	text-decoration: underline;
}

