/* CSS Document */
/* Zeta Beta Tau CSS */

/*	General Styles **************************************************/
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url('/graphics/gradient.gif') repeat fixed; 
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration:underline;
}

p {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

/*	Content Layout **********************************************/
.content {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	clear: both;
}
.maindiv {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 5px 5px 5px;
	width: 900px;
	text-align: left;
	z-index: 2;
	background-color: white;
	border: 3px #bbbc3f solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

.leftcol {
	float: left;
	width: 440px;
	clear: left;
}

.rightcol {
	float: right;
	width: 440px;
	padding-left: 15px;
}

.leftcol img {
	border: none;	
}

.left3col {
	float: left;
	width: 300px;
	clear: left;
}

.mid3col {
	width: 300px;
	float: left;
}

.right3col {
	float: right;
	width: 300px;

}

.singlecol {
	float: left;
	clear: both;
	width: 880px;
}

.hoverbox {
	clear: none;
	float: left;
	width: 350px;
	position: absolute;
	top: 200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	text-align: center;
}

.backdrop {
	clear: none;
	float: right;
	width: 870px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.backdrop img{
	text-align:right;
	margin: 0px;
	padding: 0px;
	display: block;
	padding-left: 125px;
}

/*	Horizontal Menu  ****************************************/
#nav ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#nav ul li { 
	display: inline; 
	font-size: 11px;
}

#nav ul li a {
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#nav ul li a:hover {
	background-color: #bbbc3f;
	color: #fff;
}

.navigation {
	padding-top: 5px;
	text-align: center;
	width: 690px;
	position: absolute;	
	margin-left: auto;
	margin-right: auto;
	padding-left: 190px;
	top: 150px;
	z-index: 3;
}


/*  LOGIN Box **********************************************/
.logincontainer {
	position: absolute;
	top: 50px;
	padding-left: 655px;
	margin-left: auto;
	margin-right: auto;	
}
.loginbox {

	width: 225px;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right;
	color: #000066;
	background-color: #CCCCCC;
	border: thin solid #003366;
	padding-right: 5px;
}

/* Brother View Table ************************************/
.bview {
	border-top-color: black;
	border-top-style:solid;
	border-top-width:thin;
}

.bviewdetails {
	font-size: 11px;
}

/*	Text Boxes ************************************/
.welcomebox {
	border: 2px black solid;
	padding: 0px 20px 0px 20px;
}

.caption {
	font-size: 12px;
	font-style:italic;
	width: 400px;
}

.cntr {
	text-align: center;
	vertical-align: middle;
}

.rght {
	text-align: right;
	vertical-align: middle;
}

.round {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.bluecallout {
	border: 2px #036 solid;	
	background-color: #69C;
}

.whitecallout {
	border: 2px #036 solid;	
	background-color: white;
	padding: 10px;
}

.smallbox {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 10px;
}

.legalfooter {
	text-align: center;
	font-size: 10px;
	clear: both;
}

.profilepic {
	float: left;
	width: 120px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	clear: left;
	text-align: center;
}

.profile {
	float: left;
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.surveybox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height: 26pt;
}

/* Other Styles **************************/
.goldbar {
	border:1px #CCCC00 solid;
	width: 200px;
}