﻿/* Fixes ----------------------- */

img {
    border-style: none;
}

* {
    padding: 0;
    margin: 0;
}

/* Layout ----------------------- */

html, body {
	margin: 0px 0px 0px;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	min-height: 100%;
	height: 100%;
}
body.body {
    background-position: top;
    background: #f1efe2 url(/App_Themes/Default/images/def_layout_bkg.gif) repeat-x scroll top;
}

#container-page {
	margin: 0 auto;
	width: 776px;
	position: relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	background-repeat: repeat-y;
}

#container-header {
    width: 776px;
    height: 132px;
    background: #f1efe2 url(/App_Themes/Default/images/def_layout_header_bkg.gif) repeat-x scroll top;
    margin-top: 1px;
}

#container-header .logo {
    width: 406px;
    height: 46px;
    padding-top: 30px;
    padding-left: 30px;
}

#container-header .shortcut {
    width: 190px;
    display: block;
    float: right;
    padding-top: 25px;
}

#container-header .shortcut ul {
	margin: 0;
	padding: 2px 10px 0;
	list-style: none;
}

#container-header .shortcut li {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
}

#container-header .shortcut a:link, #container-header .shortcut a:visited, #container-header .shortcut a:active {
    color: #c9c4a9;
    text-decoration: none !important;
   	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
}

#container-header .shortcut a:hover {
    text-decoration: none;
    color: #000000;
}

#container-body {
    width: 776px;
   	min-height: 100%;
	height: auto !important; 
	height: 100%;
    background-image: url(/App_Themes/Default/images/def_layout_body_bkg.gif);

}
/*
#container-body .bottom {
    width: 776px;
    height: 34px;
    background: url(/App_Themes/Default/images/def_layout_body_bottom.gif) no-repeat top;
}
*/

#container-body .bottom {
    width: 776px;
    height: 224px;
    background: url(/App_Themes/Default/images/def_layout_body_footer_bkg.gif) no-repeat top;
    padding-top: 7px;
    margin-bottom: -7px;
}

#container-footer {
	width: 100%;
	height: 25px;
	bottom: 0;
	background-color: #f1efe2;
	
}

#container-footer .copyright {
    height: 18px;
    text-align: center;
    width: 776px;
    margin: 0 auto;
    padding-top: 3px;
    color: #3a6b8e;
    font-size: 10px;
    font-family: Verdana;
}
.ggMethod {
    display: inline-block;
    width: 101px;
    height: 100px;
    padding-top: 15px;
}

.ggMarg {
    margin-left: 80px;
    margin-right: 80px;
}
.centerMethods {
    overflow: hidden;
    text-align: center;
}
li.GPA {
    margin-top:10px;
}
.GPA div {
    float:left;
}
a.GPANJ {
    color:orange !important;
    text-transform:uppercase;
    font-weight:bold;
}
a.GPANJ:hover {
    color:black !important;
    text-transform:uppercase;
    font-weight:bold;
}