/*
 *	Site Design by Daniel Cousineau (dcousineau@gmail.com)
 *
 *	www.alistapart.com has some good CSS tutorials (most of what I know I learned from there).
 *	If this CSS fanciness confuses you I sugges you go there, www.htmlhelp.com, and www.w3schools.com.
 *	
 *	IE Specific fixes located in styleie.css. Only add that which you change into the styleie.css file.
 *
 */

/*MISC DEFAULTS*/
BODY,HTML{ height: 100% }

BODY
{
	font: 10pt Verdana, sans-serif;
	background: #772b2f;
	padding:0;
	margin:0;
}

A
{
	font: small-caps 10pt Verdana, sans-serif;
	color: #661e2a;
}

A:hover
{
	text-decoration:none;
}

A.external
{
	padding:0;
	margin:0;
	background: url(http://aggiesat.org/images/external.png) center right no-repeat;
	padding-right: 13px;
}

H4
{
	font: bold small-caps 12pt Verdana, sans-serif;
	color: #661e2a;
	text-align: left;
	margin:0;
	margin-bottom: .5em;
	margin-right: .5em;
	padding:0;
	padding-left: .5em;
	display: block;
	border: solid 1px #c19ca1;
	background: url('http://aggiesat.org/images/h4-bg.jpg') repeat-x bottom left;
	
    /*ROUNDING CORNERS*/
    -moz-border-radius: 5px;
    /*CSS3 Rounding Corners Code... when css3 is supported...*/
	border-radius: 5px;
}

H4 A
{
	font: bold small-caps 12pt Verdana, sans-serif;
	color: #661e2a;
	text-align: left;
	margin:0;
	padding:0;
}

H5
{
	font: small-caps 10pt Verdana, sans-serif;
	color: #661e2a;
	text-align: left;
	margin:0;
	margin-top: .5em;
	padding:0;
}

P
{
	font: 9pt Verdana, sans-serif;
	text-align:justify;
}

UL
{
	list-style-image: url('http://aggiesat.org/images/bullet.gif');
}

UL UL
{
	list-style-image: url('http://aggiesat.org/images/bullet2.gif');
}

.peopleImg
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.lineHeader
{
	color: #661e2a;
}

/*PAGE LAYOUT*/
.vcenter
{
	width: 100%;
	height: 100%;
}

#mainbody
{
	
	background: url(http://aggiesat.org/images/bg-main.jpg) no-repeat left 88px;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 588px;
	text-align: justify;
}

#header
{
	
	width: 700px;
	height: 88px;
	background: url('http://aggiesat.org/images/header.jpg') left no-repeat;
	margin:0;
	padding:0;
	text-align: justify;
}

#footer
{
	font: small-caps 8pt Verdana, sans-serif;
	color: #bb9597;
}

#footer A
{
	font: small-caps 8pt Verdana, sans-serif;
	color: #bb9597;
}

/*MENU*/

#menu 
{
	margin-top: 10px;
	margin-left: 5px;/*This margin is removed in IE*/
	width: 100%;
	display: block;
	clear:both;
}

#menu ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	display: block;
	clear: both;
}

#menu ul li
{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	width:100px;
}

#menu ul li a
{
	position: static;
	padding-top: 5px;
	height:25px; /*Height is 30px in IE*/
	background: #FFFFFF;
	color: #661e2a;
	text-decoration: none;
	font: bold small-caps 12pt Verdana, sans-serif;
	display: block;
	text-align: center;
	margin: 0;
}
/*
#menu ul li a:active
{
	background: #FFFFFF;
	color: #5f7598;
}
*/
#menu ul li a:hover
{
	background: url('http://aggiesat.org/images/tab-bg-hover.jpg') no-repeat top;
}

#menu ul li a.here
{
	background: url('http://aggiesat.org/images/tab-bg-here.jpg') no-repeat top;
	color:#FFFFFF;
}

#menu ul li a.here:hover
{
    background: url('http://aggiesat.org/images/tab-bg-here.jpg') no-repeat top;
    color:#FFFFFF;
}

#submenu
{
	clear:both;
	display:block;
	margin-left: 10px;
	height:25px;
	line-height: 15px;
	padding-top: 5px;
	background: url('http://aggiesat.org/images/submenu-tl.jpg') no-repeat top left;
	color: #FFFFFF;
	padding-left: 20px;
	font-variant:small-caps;
}

#submenu.all
{
	clear:both;
	display:block;
	margin-left: 10px;
	height:25px;
	line-height: 15px;
	padding-top: 5px;
	background: url('http://aggiesat.org/images/submenu-all.jpg') no-repeat top left;
	color: #FFFFFF;
	padding-left: 20px;
	font-variant:small-caps;
}

#submenu A
{
	color: #fff;

}

#submenu A:hover
{

}

/*MAIN CONTENT (STILL REQUIRED FOR LAYOUT)*/

#content
{
	margin:5px;
	padding: 5px;
	overflow: hidden;
	font: 10pt Verdana, sans-serif;
}

#scroll
{
	height: 405px;
	overflow: auto;
	padding: 5px;
}

#content UL
{
	margin-top:0;
	margin-bottom:0;
}

#leftcolumn
{
	float:left;
	width:49%;
	overflow:hidden;
}

#rightcolumn
{
	float:right;
	width:49%;
	overflow:hidden;
}

#3leftcolumn
{
	float: left;
	width:33%;
	overflow: hidden;
	margin-right:5px;
}

#middlecolumn
{
	float:left;
	width:33%;
	overflow:hidden;
	margin-left: -5px;
	margin-right: 5px;
	padding-left: 5px;
}

#3rightcolumn
{
	float:right;
	width:33%;
	overflow:hidden;
	margin-left:-5px;
	padding-left: 5px;
}

#breakcolumn
{
	clear:both;
}

/*MINI CONTENT (NOT REQUIRED FOR LAYOUT)*/

#news
{

}

#news P
{
	margin:0;
	padding:0;
	padding-left: 15px;
	padding-right: 10px;
}

#picofday
{
	text-align: center;
	margin-bottom: 20px;
}

#picofday H5
{
	font: bold italic small-caps 8pt Verdana, sans-serif;
	color: #661e2a;
	text-align:left;
	margin:0;
	margin-left: 25px;
	padding:0;
}

#picofday IMG
{
	border: 3px solid #772b2f;
}
