@charset "UTF-8";

/* ##### RESET CSS */
/* ##### v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ##### BODY ATTRIBUTES */

body,
html {
	color:#000;
	background:#172461;
}




/* ##### IDs */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#wrap {
	background:#ffffff;
	padding-bottom: 30px;
	}

#header {
	height:130px;
    background-color: #172461;
	background-image: url(../img/header_graphic.png); 
}

#nav {
    background-color: #ffffff;
}

#content_wrap {
	width:100%;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-x;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
	}

#content_sidebar {
	height:100%;
	float: left;
	width: 10em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: #ffffff;
	border-right:1px dotted #c0c0c0;
}

#content_sidebar_2 {
	height:100%;
	float: left;
	width: 13em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: #ffffff;
	border-right:1px dotted #c0c0c0;
}

#content_main {margin-left: 13.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: #ffffff;
	}
	
#content_main_2 {margin-left: 16em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: #ffffff;
	}

#footer {position: relative;
	margin-top: -10px; /* negative value of footer height */
	height: 10px;
	clear:both;
	padding: 1.5em;
	background-color: #f0f0f0;} 



/* TYPE */

h1,h2,h3,p,a { font-family: Georgia, "Times New Roman", Times, serif; font-size:10pt; }

h1 { 
	color:#a94400; 
	font-size:12pt; 
	text-transform:uppercase;
	margin-bottom:1.5em;
	padding-bottom:2px;
	border-bottom:dotted 1px #c7c7c7;
}

h2 { 
	color:#a94400; 
	font-size:10pt; 
	text-transform:uppercase;
	margin-bottom:1em;
	padding-bottom:2px;
	border-bottom:dotted 1px #c7c7c7;
}

h3 { color:#4b4b4b; 
	font-size: 12pt; 
	font-weight:bold; 
	margin-bottom:1em;
	padding-bottom:2px;
}

h4 { color:#cc0000; 
	font-size: 12pt; 
	font-weight:bold; 
	margin-bottom:1em;
	padding-bottom:2px;
}

hr {
	border: none 0;
	border-top: 1px dotted #ababab;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 1.5em;
	margin-bottom: 1.5em;
} 

p { color:#4b4b4b; font-size:10pt; line-height:125%; margin-bottom:1em; }

p.small { color:#4b4b4b; font-size:8pt; line-height:125%; margin-bottom:0.1em; }

.date { color:#4b4b4b; font-size:8pt; line-height:125%; margin-bottom:1em; float:right; background-color: #f6f6f6; }

.bold {font-weight:bold; }
a { font-size:8pt; line-height:125%; }

a.normal:link { color:#2945bc; text-decoration:none; border-bottom:dotted 1px; background-color:#f6f6f6; font-size:10pt; }
a.normal:visited { color:#2945bc; text-decoration:none; border-bottom:dotted 1px; background-color:#f6f6f6; font-size:10pt; }
a.normal:active { color:#ff0000; text-decoration:none;  font-size:10pt;}
a.normal:hover { color:#2945bc; text-decoration:none; background-color:#cccccc;  font-size:10pt;}

a.menu:link { color:#ffffff; border-bottom:none;  font-size:10pt; }
a.menu:visited { color:#ffffff; border-bottom:none;  font-size:10pt; }
a.menu:active { color:#555555; border-bottom:none; font-size:10pt; }
a.menu:hover { color:#555555; border-bottom:none;  font-size:10pt; }

.footer { font-size:8px; text-align:right; margin-bottom:0;}

.footnote { font-size:8px; text-align:left; margin-bottom:0;}

ul,ol { color:#4b4b4b; font-size:11pt; line-height:125%; margin-bottom:1em; }

ul {
list-style-position: outside;
list-style-type:disc;
padding-left:2em;
padding-right:2em;
}

ul.table {
color:#4b4b4b; 
font-size:8pt; 
line-height:125%; 
margin-bottom:0.25em;
margin-top:1em;
list-style-position: outside;
list-style-type:disc;
padding-left:2em;
padding-right:2em;
}

ol {
list-style-position: outside;
list-style-type:decimal;
padding-left:2em;
padding-right:2em;
}

ol.letters {
list-style-position: outside;
list-style-type:lower-alpha;
padding-left:2em;
padding-right:2em;
}

.pdflist {list-style-image:url("../img/pdficon_small.gif"); }

.ziplist {list-style-image:url("../img/file_icon_small.gif"); }

.gmu-table { 
	table-width: fixed;
	width: 85%;
	border-collapse: collapse;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4b4b4b; 
	font-size:10pt;
	background-color:#ffffff;
	border: 1px solid #4b4b4b; 
}

.gmu-table th, .gmu-table td { 
	padding: 0.5em; 
	text-align: left;
	border: 1px dotted #4b4b4b;
}

.gmu-table td[scope=hours] { width: 8%; text-align:center; }
.gmu-table td[scope=exam] { width: 10%; font-weight: bold; }
.gmu-table td[scope=total] { font-weight: bold; }
.gmu-table td[scope=total-hours] { width: 8%; text-align:center; font-weight: bold; }
.gmu-table td[scope=credit] { width: 10%; }


.gmu-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 1px solid #4b4b4b;
  color: #4b4b4b; background-color: #c5c9ea;
}

.gmu-table tr.alt th, .gmu-table tr.alt td { background-color: #f6f6f6; }



/* ##### CLASSES */

/* MENU BAR - Background */
.toolbar {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    background-color: #ffffff;
    padding: 10px 0px 10px 0px;
	background-image: url(../img/menu_bg_static.png); 
	background-repeat: repeat
}

/* MENU ITEMS */
.menu {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
	border-left: 1px dotted #e0e0e0;
    text-decoration: none;
	border-bottom:none;
    background-color: #ffffff;
    padding: 10px;
	background-image: url(../img/menu_bg_off.png); 
	background-repeat: repeat;
}

.menu:hover {
    color: #555555;
	background-color: #5A8EC6;
	background-image: url(../img/menu_bg_on.png); 
	background-repeat: repeat;
}

/* MENU BAR - Blank cells for spacing */
.menu_blank_left {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #313031;
    padding: 10px;
	background-image: url(../img/menu_bg_static.png); 
	background-repeat: repeat;
}

.menu_blank_right {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #313031;
    padding: 10px;
	border-left: 1px dotted #e0e0e0;
	background-image: url(../img/menu_bg_static.png); 
	background-repeat: repeat;
}

/* CLEARFIX HACK for floating footer */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* IMAGE SHADOWS */
/* adapted from www.positioniseverything.com */

img {display: block;}

/* Prevents baseline gap under image, width in ems to allow size testing. */

.shadow-one { 
	clear: right;
	float: right; 
	position: relative; 
	padding-top: 24px; 
	padding-left: 24px; 
	margin-left: 1.5em;
	margin-bottom: .25em;
} 

.shadow-one-left { 
	clear: left;
	float: left;
	margin-left: -.5em; 
	margin-bottom: .5em; 
	position: relative; 
	padding-top: 24px; 
	padding-left: 24px; 
} 

.corner-a { 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 24px; 
	height: 24px;
	background: url(../img/shadow-black-6px.png) right top no-repeat; 
} 

.corner-b { position: absolute; left: 0; bottom: 0; width: 24px; height: 24px; background: url(../img/shadow-black-6px.png) left bottom no-repeat; } 
.shadow-two { background: url(../img/shadow-black-6px.png) right bottom no-repeat; } 
.shadow-three { position: relative; left: -24px; top: -24px; background: url(../img/shadow-black-6px.png) left top no-repeat; } 
.shadow-four { position: relative; left: 12px; top: 12px; } 
