﻿/* ::::::::::: BEGIN BASIC PAGE STYLE :::::::::::: */
/* border:solid 1px red; */
html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea 
{  
    margin: 0;  
    padding: 0; 
}

img, fieldset 
{
	border: none;
}

body 
{
	background: #e4cb80; /*#eed984;*/
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
} 

img.left 
{
	display: block;
	float: left;
	margin: 0 1em 0em 0;
}

img.leftAppt 
{
	display: block;
	float: left;
	margin: 0.5em 1em 2.5em 0;
}

img.right
{
	display: block;
	float: right;
	margin:  0 0.5em 1em;
}

p 
{
	margin: 0 0 1em 0;
}

a, a:active, a:visited 
{
	color: #2e3c73;
	text-decoration: none;
	outline: 0; /* prevent dotted border in Firefox */
}

a:hover 
{
	text-decoration: underline;
}

#maincontent a, #maincontent a:active, #maincontent a:visited{
	text-decoration:underline;
}

#maincontent a:hover{
	text-decoration:none;
}

legend 
{
	display: none;
}

.hidden 
{
	display: none;
}

.clearFix 
{
	clear:both;
	border:none;
}

h1{
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-bottom:15px;
color:#AF9217;
margin-top:20px;
}

div#maincontent h1 span{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#2e3c73;
display:block;
font-weight:normal;
}

h2{
font-size:13px;
font-weight:bold;
color:#2e3c73;
margin-top:25px;
margin-bottom:6px;
text-transform:uppercase;
}

h3{
font-size:12px;
font-weight:bold;
color:#2e3c73;
margin-top:5px;
margin-bottom:0;
}

table{
width:100%;
border-collapse:collapse;
border-top:2px #E3B700 solid;
}

table th, td{
border-bottom:2px #E3B700 solid;
padding:6px 0;
text-align:left;
}

table thead th{
text-align:right;
}

table tbody th{
text-align:left;
}

table tbody td{
text-align:right;
}

table tbody td div{
padding-right:25px;
}

#performancetable{
background:#EBCE48;
padding:15px;
margin-bottom:15px;
}

#performancetable h2{
margin-top:0;
}

#performancetable table, #performancetable td, #performancetable th{
border:none;
}

#performancetable thead th, #performancetable td{
text-align:center;
vertical-align:top;
padding:5px;
}

#performancetable tbody th{
font-weight:normal;
}

/* ::::::::::: END BASIC PAGE STYLE :::::::::::: */

div#wrapper 
{
	width:742px;
	margin:0 auto;
	padding: 0;
	overflow:hidden;
}

div#banner 
{
	background: url(banner.jpg) top left no-repeat;
	width: 742px;
	height: 172px;
}

div#contentcontainer 
{
	background: #fff;
	width: 704px;
	overflow:hidden;
	padding-top:16px; padding-left:38px;
}

/* ::::::::::: BEGIN HOME PAGE STYLE :::::::::::: */
body#home div#banner 
{
	background: url(bannerhome.jpg) top left no-repeat;
}

div#logos 
{
	width:450px; height:135px;
	margin-left: 50px;
	float: left;
}

a#umlogo
{
    width:150px;
	height: 135px;
	float:left;
	display: block;
	cursor:pointer;
	text-decoration:none;
}

a#finlogo
{
    width: 290px; height:135px;
	float:left;
	display: block;
	cursor:pointer;
	text-decoration:none;
}

div#toprail
{
	width:172px; height:75;
	float:right;
	padding: 30px;
}

div#rightrail
{
	margin-left:34px;
	padding:5px 6px 5px 0;
}

div#toprail ul, div#rightrail ul
{
    margin-left:14px; margin-top:-2px;
}

div#toprail ul li, div#rightrail ul li
{
    color:#2e3c73;
    line-height:20px;
}

div#toprail a, div#rightrail a 
{
	text-decoration: none;
}

div#toprail a:hover, div#rightrail a:hover 
{
	text-decoration: underline;
}

body#home div#contentcontainer 
{
	background: url(contentbg.jpg) top left no-repeat;
	width: 742px;
	height: 300px;
	border: none;
}

body#home div#leftnav 
{
	margin: 0;
	padding: 0px;
	float: left;	
	width: 360px !important;
}

ul.nav
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
font-size:11px;
}

ul.nav li
{
	display: inline;
	margin:0;
	padding:0;
	line-height:18px;
}

ul.nav a:hover, body#home ul.nav a:hover 
{
	text-decoration: underline;
}

body#home ul.nav a 
{
	color: #ffffff;
	display:block;
	padding:0 0 0px 0;
	text-decoration:none;
}

ul#vpmenu, ul#projectsmenu
{
	display: none;
	list-style-type:none;
}

ul#vpmenu li, ul#projectsmenu li
{
    line-height:14px;
    margin-top:-3px; margin-left:14px;
}

body.vpdev ul#vpmenu, body.projects ul#projectsmenu
{
	display: block;
} 

/* ::::::::::: END HOME PAGE STYLE :::::::::::: */

/* ::::::::::: BEGIN SUB-PAGE STYLE :::::::::::: */
div#maincontent
{
    width:445px;
    float:left;
}

div#maincontent p, div#maincontent span
{
    line-height:18px;
}

div#maincontent span
{
    font-weight:bold;
}

div#rightnav
{
    width:220px;
    float:right;
}

body.subpage ul.nav
{
    width:200px; 
    margin:14px 0px 0 20px;
}

body.subpage ul.nav li
{
    display:block;
    padding:5px 6px 5px 0;
    line-height:16px;
}

body.subpage ul.nav li.navdivider
{
    background: url(navdivider.jpg) 11px 0 no-repeat;    
    padding:0; margin:0;
    height:1px;
}

body.subpage ul.nav a 
{
	display:block;
	padding:0 4px 0 14px;
	text-decoration:none;
}
body.subpage ul.nav a:hover
{
    text-decoration:underline;
}

p.quote, .bluetext{
color:#2e3c73;
}

p.quote{
margin-bottom:15px;
}

p#reportTitle
{
    padding-bottom:20px;  
}

body#president p#reportTitle
{
    height:74px;
    background: url(../images/PresidentTitle.jpg) top left no-repeat; 
}

body#cfo p#reportTitle
{
    height:74px;
    background: url(../images/cfoTitle.jpg) top left no-repeat; 
}

body#vpdev p#reportTitle
{
    height:74px;
    background: url(../images/VPdevTitle.jpg) top left no-repeat; 
}

body#vpdev1 p#reportTitle
{
    height:50px;
    background: url(../images/vpHighlightsTitle.jpg) top left no-repeat; 
}

body#vpdev2 p#reportTitle
{
    height:25px;
    background: url(../images/vpBuildingsTitle.jpg) top left no-repeat; 
}

body#tuition p#reportTitle
{
    height:53px;
    background: url(../images/tuitionTitle.jpg) top left no-repeat; 
}

body#newapt p#reportTitle
{
    height:25px;
    background: url(../images/newApptTitle.jpg) top left no-repeat; 
}

body#student p#reportTitle
{
    height:25px;
    background: url(../images/studentTitle.jpg) top left no-repeat; 
}

body#leader p#reportTitle
{
    height:44px;
    background: url(../images/leaderTitle.jpg) top left no-repeat; 
}

body#creative p#reportTitle
{
    height:50px;
    background: url(../images/creativeTitle.jpg) top left no-repeat; 
}

body#excel p#reportTitle
{
    height:74px;
    background: url(../images/excelTitle.jpg) top left no-repeat; 
}

body#projects p#reportTitle
{
    height:47px;
    background: url(../images/projectsTitle.jpg) top left no-repeat; 
}

body#planning p#reportTitle,
body#progress p#reportTitle,
body#completed p#reportTitle
{
    height:30px;
    background: url(../images/projectsSubTitle.jpg) top left no-repeat; 
}

body#officers p#reportTitle
{
    height:50px;
    background: url(../images/officersTitle.jpg) top left no-repeat; 
}

ul#pagenav
{
    width:300px;
    margin:34px auto 0; 
    padding-top:6px; padding-bottom:6px;
    border-top:solid 1px #f0e8c1;
    border-bottom:solid 1px #f0e8c1;
    list-style-type:none;
    text-align:center;
	clear:both;
}

ul#pagenav li
{
    display:inline;
}

ul#pagenav li a#top
{
    border-left:solid 1px #2e3c73; 
    border-right:solid 1px #2e3c73;
    padding:0px 8px;
}

ul#pagenav li a
{
    text-transform:uppercase;
    padding:5px;
}

body#president ul#pagenav li#prev
{
    display:none;
}

body#president ul#pagenav a#top 
{
    border-left:none;
}

body#officers ul#pagenav li#next
{
    display:none;
}

body#officers ul#pagenav a#top 
{
    border-right:none;
}
/* ::::::::::: END SUB-PAGE STYLE :::::::::::: */

body#president a#navPresident,
body#cfo a#navCFO,
body#vpdev a#navVPdev,
body#vpdev1 a#navVPdev1,
body#vpdev2 a#navVPdev2,
body#tuition a#navTuition,
body#newapt a#navNewapt,
body#student a#navStudent,
body#leader a#navLeader,
body#creative a#navCreative,
body#excel a#navExcel,
body#projects a#navProjects,
body#planning a#navProjects1,
body#progress a#navProjects2,
body#completed a#navProjects3,
body#officers a#navOfficers
{
    background:url(arrowCurrent.jpg) 0 4px no-repeat;     
}

ul.contentList
{
    list-style-type:none;
    margin-bottom:24px; margin-top:0px;
}

ul.contentList li
{
    background:url(bullet.jpg) 0 8px no-repeat;    
	font-size:12px; 
	padding-left:14px;
	line-height:18px;
	margin-bottom:14px;
}

/* ::::::::::: BEGIN VP DEV BUILDING PAGE STYLE :::::::::::: */
div.buildings 
{
	width: 75px;
	float: left;
	margin-top:0; margin-right: 10px;
	color: #000;/*#736357;*/
	font-family: "Arial Narrow";
	font-size: 11px;
	text-align: left;
}

img.table 
{
	margin-bottom: 5px;
}

div.buildingCurrent, div.buildingPrev, div.buildingNext
{
	width: 440px;
	margin-top:5px;
}

div.buildingCurrent
{
    background: #f3e2ac;
}

div.buildingPrev
{
	background: #deb406;
}

div.buildingNext
{
	background: #768fb7;
}

div.buildingCurrent p, div.buildingPrev p
{
	margin:0;
	padding:2px 0 2px 2px;
	color:#000;
}

div.buildingNext p
{
	margin:0;
	padding:2px 0 2px 2px;
	color:#fff;
}
/* ::::::::::: BEGIN VP DEV BUILDING PAGE STYLE :::::::::::: */

/* ::::::::::: BEGIN FOOTER STYLE :::::::::::: */
div#footer 
{
	background: #deb408;
	margin-top:0;
	padding-top:20px; padding-left:38px;
	padding-bottom:10px;
	width: 704px;
}

div#footer p
{
	font-size:11px;
    color: #2e3c73;
	margin:0;
	padding-bottom:6px;
}

div#footer a
{
	text-decoration: none;
}

div#footer a:hover 
{
	text-decoration: underline;
}
/* ::::::::::: END FOOTER STYLE :::::::::::: */

.clearer{
	clear:both;
	height:0;
}