/*------------------------------------------------------------------
[Popup Stylesheet]

Project: JA Fellows
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 08/12/08
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Top
3. Bottom
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
body {
    background-color: #FFFFFF;
    color: #000000;
	font-family: Helvitica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 16px;
	text-align: left;
}

a {
	color: #007836;
	text-decoration: underline;
}

a:hover { color: #ABABAB; }

p {
    padding-top: 16px;
    text-align: justify;
}

p.red { color: #007836; }

#wrapper {
    background-image: url(../images/studentpopup_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    height: 752px;
    margin: auto;
	width: 922px;
}

/*------------------------------------------------------------------
[2. Top]
-------------------------------------------------------------------*/
#top_container {
    height: 197px;
    padding: 12px;
    width: 898px;
}

#topleft_container {
    float: left;
    height: 175px;
    padding: 10px 20px;
    width: 202px;
}

#topright_container {
    float: right;
    height: 195px;
    width: 618px;
}

#toprighttop { height: 61px; }

#toprightbottom {
    height: 128px;
    padding: 0px 16px;
}

h1.company_name {
    font-size: 32px;
    padding: 22px 0px;
    text-align: center;
}

p.company_mission { padding: 0px 16px; }

/*------------------------------------------------------------------
[3. Bottom ]
-------------------------------------------------------------------*/
#bottom_container {
    height: 472px;
    padding: 0px 12px;
    width: 898px;
}

#bottomleft_container {
    float: left;
    height: 409px;
    padding: 62px 0px 0px 46px;
    width: 328px;
}

#bottomcenter_container {
    float: left;
    height: 471px;
    padding: 0px 4px;
    width: 360px;
}

#bottomright_container {
    float: right;
    height: 470px;
    width: 154px;
}

span.heading { font-size: 18px; }
