﻿html, body
{
    text-align: center;
    height: 100%;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
}

#header
{
    background: url(/images/homepage/header.gif) no-repeat;
    width: 960px;
    min-height: 95px;
    margin: 0 auto;
    overflow: hidden;
    color: White;
    text-align: right;
    vertical-align: text-bottom;
}

* html #header
{
    height: 95px;
}
/* for IE/6.0;*/


#container
{
    margin: 0 auto;
    width: 960px;
    text-align: left;
    border: 1px #678AD3 solid;
}

#dvMemberLogin
{
    background-color: #262774;
    color: White;
    padding: 6px;
    width: 100px;
    float: right;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 8px;
    margin-right: 3px;
}

#dvJoin
{
    background-color: #ab4c00;
    color: White;
    padding: 6px;
    width: 100px;
    float: right;
    text-align: center;
    font-weight: bold;
    margin: 25px;
}

#dvSchool
{
	 background-color: #A3A084 ;
    color: White;
    padding: 6px;
    width: 100px;
    float: right;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 3px;
     
}

#pFeaturedStoryTitle
{
    width: 96%;
    background-color: #30969B;
    font-size: 16px;
    font-weight: bold;
    color: White;
    height: 22px;
    vertical-align: middle;
    padding: 3px;
    padding-left: 12px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#pIndustryTitle
{
    width: 92%;
    background-color: #CD6601;
    font-size: 16px;
    font-weight: bold;
    color: White;
    height: 22px;
    vertical-align: middle;
    padding: 3px;
    padding-left: 20px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#pAshiNewsTitle
{
    width: 86%;
    background-color: #262774;
    font-size: 16px;
    font-weight: bold;
    color: White;
    height: 22px;
    vertical-align: middle;
    padding: 3px;
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.standardWidthAndPaddingCol
{
    width: 94%;
    padding: 3px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.minHeightSet
{
    position: relative;
    min-height: 225px !important;
}


.alignBottom
{
    text-align: right;
    position: absolute;
    top: 95%;
    margin-top: -0.5em;
}

.twoColumnFullWidth
{
    width: 960px;
    clear: both;
    background-image: url(/images/homepage/v-seperator.gif);
    background-repeat: repeat-y;
}

.twoColumnHalfWidth
{
    background-position: 2px;
    background-image: url(/images/homepage/v-seperator-2-col.gif);
    background-repeat: repeat-y;
}

.floatRight50
{
    width: 49%;
    float: right;
}

.floatLeft50
{
    width: 49%;
    float: left;
}

.horizSeperator
{
    clear: both;
    background-image: url(/images/homepage/h-seperator.gif);
    background-repeat: no-repeat;
    width: 960px;
    height: 6px;
}

form, input
{
    font-family: Arial;
    font-size: 10pt;
    margin: 0pt;
    padding: 0pt;
    vertical-align: middle;
}

input.radio
{
    vertical-align: text-top;
}

a
{
    color: #003768;
    text-decoration: underline;
}

a:hover
{
    color: #003768;
    text-decoration: none;
}
a:visited
{
    color: #003768;
    text-decoration: underline;
}
a:visited:hover
{
    color: #003768;
    text-decoration: none;
}

a.whiteroll
{
    color: #ffffff;
    text-decoration: none;
}

a.whiteroll:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.whiteroll:visited:hover
{
    color: #ffffff;
    text-decoration: underline;
}
a.whiteroll:hover
{
    color: #ffffff;
    text-decoration: underline;
}

h1
{
    color: #003768;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 12px;
}
h2
{
    color: #003768;
    font-size: medium;
}

h4
{
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.subhead
{
    color: #003768;
    font-weight: bold;
    font-size: 12px;
}

.boldLink
{
    color: #003768;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.boldLink:hover
{
    color: #003768;
    font-weight: bold;
    text-decoration: underline;
}

.boldLinkBig:hover
{
    color: #003768;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
}
.boldLinkBig
{
    color: #003768;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.smalltext
{
    font-size: 12px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#003768;
	padding:3px;
}
