/* CSS Document */
/*possible upgrades
html    {height:101%}
*       {margin:0; padding:0}

*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/*small fix for firefox to avoid shorter pages from causing jumps*/

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /*because ie 5 doesn;t like auto value for the wrapper*/
	/* background-image: url(../images/bg_main_green.jpg); */
	background-repeat: repeat-x;
	background-color: #cbcbcb; /* #3f3e29; */
}
body{ /*ridiculous hacks for font size */
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size:small;
}
html>body{ font-size:small; }

/*end of ridiculous hacks */

h1, h2, h3, h4, h5, h6 {
font-family:Arial, Helvetica, sans-serif;
color: #3f3e29;
}
td {
vertical-align:top;
}
img {border:0px}
input, select, textarea 
{
    margin-left:10px;
}
strong 
{
    font-weight:bold;
    color:#3f3e29;
}
/*encapsulates the whole site*/
#wrapper{
width: 770px;
background-color:#FFFFFF;
margin:0px auto;
text-align:center; /*to counteract the necessary body element text-align:center for ie 5.5*/
}
#wrapper #wrapperInside {
	text-align: left;
	width: 756px;
	margin: 0px auto;
}

#mainMenu {
	background-color: #3f3e29;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
border: 1px solid #000000;
}

.rightimage{
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #3f3e29;
	padding: 2px;
}

.clearit{ /*for use with <div></div> as a clear for onerous floats*/
clear: both;
}

#main {
	margin-top: 4px;
	margin-bottom: 4px;
}
#leftContent {
	width: 525px;
	margin-right: 12px;
}
#rightContent {
	border: 1px solid #be9045;
	width:217px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*Top menu styles */
#topMenu ul {
	list-style-type: none;
}
#topMenu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}
#topMenu {
	text-align: right;
}
#topMenu a {
	color: #333333;
	text-decoration: none;
}
#topMenu a:hover {
	color: #be9045;
	text-decoration: underline;
}
/*End top menu styles */
/*Footer styles */
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	background-color: #3f3e29;
	padding: 8px;
	margin: 0px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}/*End of footer styles*/
#rightContent h1 {
	font-size: 105%;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 0.7em;
	padding-right: 0.1em;
	padding-bottom: 0.2em;
	margin-bottom: 0em;
	background-color: #be9045;
	background-image: url(../images/bg_right.jpg);
	background-repeat: repeat-x;
}

#rightContent h2 {
	font-size: 110%;
	color: #be9045;
	margin: 1.5em 1em .5em 10px;
}
#rightContent h3 {
	font-size: 90%;
	color: #be9045;
	margin: 1em 1em 1em 10px;
}
#rightContent h3 a {
	color: #be9045;
    text-decoration:none;
}
#rightContent h3 a:link {
	color: #be9045;
    text-decoration:none;
}
#rightContent h3 a:visited {
	color: #be9045;
    text-decoration:none;
}
#rightContent h3 a:hover {
	color: #333333;
    text-decoration:underline;
}
#rightContent h3 a:active {
	color: #be9045;
    text-decoration:none;
}

#rightContent p {
	margin-right: .5em;
	margin-left: 10px;
	font-size: 92%;
	color: #666666;
	margin-top: 0.4em;
}

#rightContent li {
	font-size: 90%;
	list-style-image: url(../images/GR_diamond_list.gif);
	color: #666666;
	margin-top: 0.3em;
}
#rightContent ul {
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#rightContent a:link {
	color: #333333;
	text-decoration: underline;
}
#rightContent a:visited {
	color: #999999;
	text-decoration: underline;
}
#rightContent a:hover {
	color: #3F3E29;
	text-decoration: none;
}
#rightContent a:active {
	color: #000000;
	text-decoration: underline;
}

#leftContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	background-color: #3f3e29;
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-x;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	color: #FFFFFF;
	margin-bottom: 1.5em;
}
#leftContent p {
	font-size: 95%;
	margin-bottom: 0.8em;
	line-height: 1.3em;
	margin-left: 5px;
	margin-right: 5px;
}
#leftContent h2 
{
    text-transform:uppercase;
	font-size: 120%;
	margin-left: 5px;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
#leftContent li {
	font-size: 92%;
	list-style-image: url(../images/GR_diamond_list.gif);
	margin-bottom: 0.3em;
	line-height: 1.3em;
}
#leftContent ul {
	margin-left:28px;
	margin-bottom: 0.5em;
}
#leftContent li ul
{
    margin-top:0.5em;
}
#leftContent li ul li
{
    font-size:100%;
}
#leftContent h3 {
	font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0.5em;
	margin-left: 5px;
	margin-top: 1em;
}
#leftContent blockquote {
	color: #666666;
	background-color: #EBEBEB;
	text-align: left;
	margin: 15px;
	padding: 5px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
}

#leftContent a:link {
	color: #333333;
	text-decoration: underline;
}
#leftContent a:visited {
	color: #555555;
	text-decoration: underline;
}
#leftContent a:hover {
	color: #3F3E29;
	text-decoration: none;
}
#leftContent a:active {
	color: #000000;
	text-decoration: underline;
}
#contactInfo a:link {
	color: #333333;
	text-decoration: underline;
}
#contactInfo a:visited {
	color: #999999;
	text-decoration: underline;
}
#contactInfo a:hover {
	color: #3F3E29;
	text-decoration: none;
}
#contactInfo a:active {
	color: #000000;
	text-decoration: underline;
}
#contactInfo p {
	font-size: 80%;
	margin-bottom: 0.4em;
}
#contactInfo {
	text-align: left;
	margin-bottom: 15px;
}

#leftContent .shaded {
	font-size: 75%;
	color: #666666;
	text-align: right;
	margin-bottom: 0em;
}
#leftContent .profileActions {
    font-size:85%;
	text-align: right;
	margin: 0.2em;
	font-weight:bold;
	}
    
.emphasis {
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.dottedLine {
	background-image: url(../images/temp/bg_dotted_line.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}
/*credit styles */
#credit ul {
	list-style-type: none;
}
#credit li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color:#666;
}
#credit {
	text-align: center;
	padding-top:10px;	
}
#credit a {
	color: #666;
	text-decoration: none;
}
#credit a:hover {
	color: #000;
	text-decoration: underline;
}
/*End credit styles */


.letter 
{
    font-size:90%;
    color:#3f3e29;
}
#leftContent .insetRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	color: #FFFFFF;
	margin: 5px;
	float: right;
	background-color: #F1EACD;
	clear: both;
	border: 1px solid #be9045;
	width:240px;	
	voice-family: "\"}\"";
	voice-family: inherit;
	width:254px;

}
#leftContent .insetRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	margin: 0px 10px 7px;
}

#leftContent .insetRight h1 {
	color: #be9045;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	padding: 10px 10px 2px;
	margin-bottom: 8px;
	text-transform: uppercase;
	background-color: #F1EACD;
	background-image: none;
}

#leftContent .insetRight h2 {
	color: #be9045;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
#leftContent .insetRight h3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 103%;
	background-color: #6D81BE;
	text-align:center;
	padding: 8px;
	margin: 0px;
}
#leftContent .insetRight table {
	background-color: #FFFFFF;
	border: 1px solid #DFE1E8;
}
#leftContent .insetRight table td {
	text-align: center;
	vertical-align: middle;
}

#leftContent .insetRight ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
#leftContent .insetRight li {
	margin-right: 1em;
	margin-left: 0.5em;
}

#leftContent .insetRight img {
	text-align: center;
	margin:0px;
	padding:0px;
}
.newsModule {
	background-color: #EEEEEE;
	width: 98%;
	margin: 0px auto;
	height: 118px;
	border: 1px solid #CCCCCC;
}
#rightContent p.newsTitle {
	font-size: 100%;
	color: #be9045;
	margin: .5em 1em .5em 10px;
	font-weight: bold;
}

.rotator {
	margin:10px auto;
}

.goldHighlight{
	color: #be9045;
	font-weight: bold;
	font-size:90%;
}

.multiPage {
	padding-bottom:20px;
}
.validation 
{
    color:#be9045;
    padding: 4px 4px 4px 10px;
    font-size: 85%
}
#dhtmltooltip{
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	margin: 5px;
	float: right;
	background-color: #F1EACD;
	width:240px;
	border: 1px solid #be9045;
    padding: 4px;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.letter{font-size:100%}
#leftContent .insetRight select {

	margin-left:5px;
}
#leftContent .insetRight input {

	margin-left: 5px;
}

.dropCap {
	font-size: 270%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	line-height: 1em;
	margin-right: 2px;
	margin-top: 3px;
	color: #FFFFFF;
	clear: left;
	background-color: #be9045;
	padding: 3px 8px;
}
/*For RadTabStrip*/
#leftContent .levelwrap li {
	list-style-type: none;
	list-style-image: none;
}
.divider 
{
    border-top:solid 1px #FEF5CD;
    

}
.GRdivider {
    border-top:solid 1px #FEF5CD;
    margin: 15px 30px;
    }
    
#studentInfo {
     border:solid 1px #C0A961;
     float:right; 
     margin:0 0 8px 8px;
     text-align:center;
     }
#studentInfo h2 {
    background-color:#C0A961;
    font-size:120%;
    color:#fff;
    padding:8px 0;
    margin:0;
    }
#studentInfo a {
    display:block;
    background-color:#C9B578;
    padding:5px 13px;
    text-decoration:none;
    border-bottom:solid 1px #C0A961;
    border-top:solid 1px #DACB9E;
    color:#000 !important;
    }
#studentInfo a.selected {
    color:#fff !important;
    }
 #studentInfo a.selected:hover {
    background-color:#C9B578;
    }   
#studentInfo a:link {
    text-decoration:none;

}
#studentInfo a:visited {
    text-decoration:none;
}
#studentInfo a:hover {
    background-color:#DACB9E;
    text-decoration:none;
}
#studentInfo a:active {
    text-decoration:none;
}
#studentInfo ul {
    margin:0;padding:0
}
#studentInfo li {
    list-style-image: none;
    list-style-type:none;
    margin:0;
    padding:0;
    }
