/* Style sheet for epoll splash / landing page */
body {
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	border: none;
	text-decoration: none;
}

a img{
	border: none;
}

sup {
    font-size: .5em;
}

/* div containing both corp and panel sides */
#content {
    text-align: left;
    border-top: 4px solid #d6dbf7;
	border-bottom: 4px solid #d6dbf7;
	margin: 50px auto;
	width: 1014px;
	height: 405px;
	background: #0033cc url(/images/splash/bgWithoutBorders.jpg) no-repeat center;
	padding: 0;
}

/* PANEL SECTION */
#individual {
	float: left;
	padding: 33px 5px 0 105px;
	text-align: left;
}

.title a {
    display: block;
}

.title span.primary {
    color: white;
    display: block;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
}

.title span.secondary {    
    color: #99BCF5;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    display: block;
}

#individual .title {
	display: block;
	margin-bottom: 1em;
	padding: 0;
}

.subtitle {
	display: block;
	margin: 0;
	padding: 0;
    color: white;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 10pt;
    opacity: .9;
}

#individual .buttons {
	display: block;
	margin-top: 10px;
	padding: 0;
}
#individual .buttons a {
 	margin-right: 10px;
}
/* END PANEL SECTION */

/* CORP SECTION */
#corporate {
	float: right;
	padding: 33px 105px 0 5px;
	text-align: right;
}

#corporate .title {
	display: block;
	margin-bottom: 1em;
	padding: 0;
}

#corporate .subtitle {
	display: block;
	margin: 0;
}

#corporate .buttons {
	display: block;
	margin-top: 10px;
}
/* END CORP SECTION */
form {
    position: relative;
    top: 200px;
    left: 650px;
    width: 230px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: white;
	clear: both;
}

#logo {
	clear: both;
    width: 150px;
    position: relative;
	top: 170px;
    left: 465px;
}

#copyright {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #888888;
}

