body {
	background-color:#CCC;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active { text-decoration: none; color: #009;} 

a:hover { text-decoration: underline; color:#FF7F00 } 

h1 {
	font: 4.7em normal Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 5px 0;
}
h1 small {
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #fff;
} 

.body {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	margin-top: 10px; 
}
.tag {
	margin-top: 50px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: right;
	position: inherit;
	font-size:12px;
}
.tag p {
	margin-top: 0;
	margin-bottom: 0;
}
.tag h1 {
	margin-top: 0;
	margin-bottom: 0;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}

.image-right{
	float:right;
	margin-top: 20px;
}
.buttons{
	float:right;
	margin-top: 20px;
}
.header {
	margin: 0px;
	background-color:#FFF;
	height: 120px;
}
.logo {
	margin: 10px;
	padding-top: 10px;
	width: 450px;
}
.main {
	padding-top: 0px;
	background-color: #FFF;
	float:left;
	width: 960px;
}
.main p{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	font-size:12px;
}
.main li{
	font-size:12px;
}
.main #small{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	font-size:10px;
}
.main h2{
	padding-left: 10px;
	font-size:14px;
	margin: 0;
}
.main h3{
	padding-left: 10px;
	font-size:12px;
	margin: 0;
}
.main h1{
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	font: 18px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
.main-image {
	margin-top: 0px;
}
.splash {
	margin-top: 10px;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: url(images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover {
	background: #FF7F00 url(images/topnav_active-estudent.gif) repeat-x;
}
ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top:33px;
	display: none;
	width: 960px;
	background: #FF7F00;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span {
	display: block;
}
ul#topnav li span a {
	display: inline;
}
ul#topnav li span a:hover {
	text-decoration: underline;
}
#box-plans {
	width:350px;
	height: 185px;
	/*-moz-box-shadow:3px 3px 12px 0 #999;*/
	/*-webkit-box-shadow:10px 10px 10px #aaa;*/
	-moz-border-radius: 10px;
	background-color: #FFE6D2;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	float:left;
}
#box-plans a{
	color:#FF7E06;
}
#box-plans h2 {
	text-align:center;
	margin:0;
	padding-top: 10px;
	padding-bottom: 5px;
	color:#333;
	font-size:16px;
}
#box-plans p {
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0;
	line-height: 1.0em;
}
#box-plans li{
	font-size:11px;
	margin-top: 5px;
	margin-left: -20px;
}
#box-plans-small {
	width:210px;
	/*-moz-box-shadow:3px 3px 12px 0 #999;*/
	/*-webkit-box-shadow:10px 10px 10px #aaa;*/
	-moz-border-radius: 10px;
	background-color: #FFE7CF;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-right: 5px;
	float:left;
}
#box-plans-small h2 {
	text-align:center;
	margin:0;
	padding-top: 10px;
	padding-bottom: 5px;
	color:#333;
	font-size:12px;
}
#box-plans-small h3 {
	text-align:center;
	margin:0;
	font-size:14px;
	font-weight:normal;
}
#box-plans-small p {
	font-size: 11px;
	padding-left: 7px;
	margin: 0;
	line-height: 1.5em;
}
#box-plans-small #links {
	font-size: 11px;
	padding-left: 5px;
	margin-top: 5px;
	line-height: 1.5em;
}
#box-plans-small li{
	font-size:11px;
	margin-top: 0px;
}
.footer{
	padding: 10px;
	border-top: 2px solid #FF7F00;
	font-size:10px;
	background-color:#f5f5f5;
	text-align:center;
	margin: 0;
	float:left;
	width: 940px;
}	
.footer p{
	margin-top: 0;
	margin-bottom: 0;
}
#tables-e
{
	background-color: #FFE6CC;
	font-size: 12px;
	margin-left: 45px;
	margin-top: 20px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;

}
#tables-e h1{
	padding-top:10px;
	font-size:12px;
}
#tables-e h2{
	padding: 10px;
	font-size:12px;
	font-style: italic;
	font-weight:normal;
}
#tables-e-ben{	
	font-size: 12px;
	margin-left: 45px;
	margin-top: 5px;
	text-align: left;
	width: 65%;
}
#tables-e-ben td{
	background-color: #FFE6CC;}
	
#tables-e-ben h1{
	padding-top: 2px; 
	font-size:12px;
}
#tables-auto
{
	font-size: 12px;
	margin-left: 45px;
	margin-top: 20px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;

}
#tables-auto h1{
	padding-top:10px;
	font-size:12px;
}


#secure{
	float:right;
	font-weight:bold;}
#contact{
	float:right;
	width: 450px;
	margin-left: 10px;
}

#holder-image{
	float:right;
	width: 270px;
	height: 400px;
}

/**
 * I put this here so that the <p>&nbsp;</p> used for line spacing in the shared benefits file for the College Student Health plan
 * (/var/www/sites/includes/generic/gradguard/benefits.html)
 * would not add additional line spacing to eStudentInsurance.com
 * (InternationalStudentInsurance.com uses <p>&nbsp;</p> for line spacing).
 * --Tom
 */
p.spacer { display: none; }


/** College Student Health Benefits **/
table.college-student-heath.benefits {
    font-size: 1.2em;
    margin: 0 0 20px 10px;
}

table.college-student-heath .subsection {

}

table.college-student-heath td {
    vertical-align: top;
}

table.college-student-heath .smaller {
    font-size: 0.85em;
}

.muted { color: #5f5f5f; }

.bold { font-weight: bold; }
