/* LAYOUT */

BODY {
	COLOR: #ffffff; 
        FONT-FAMILY: verdana, arial, helvetica; 
        FONT-SIZE: 11px; 
        scrollbar-base-color: #ECECEC; 
        scrollbar-track-color: #ECECEC; 
        scrollbar-face-color: #000000; 
        scrollbar-highlight-color: #ECECEC; 
        scrollbar-3dlight-color: #ECECEC; 
        scrollbar-darkshadow-color: #A20000; 
        scrollbar-shadow-color: #A20000; 
        scrollbar-arrow-color: #ECECEC;
}

.container {
	width: 640px;
	background-color: #ffffff;
	float: left;
}
.Top {
	width: 640px;
	height: 145px;
	margin-bottom: 10px;
}
.maintitle {
	width: 253px;
	height: 145px;
	background-color: #000000;
	float: left;
	background-image: url(images/write_mlb.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.boxgraymenu{
	width: 120px;
	height: 145px;
	background-color: #757575;
	margin-left: 9px;
	float: left;
}
.boxgray {
	width: 120px;
	height: 145px;
	background-color: #ECECEC;
	margin-left: 9px;
	float: left;
}
.boxmlb {
	width: 120px;
	height: 145px;
	background-color: #FFFFFF;
	margin-left: 9px;
	float: left;
}
.textboxgray{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
	margin-right: 10px;
float: left;
}
.downtop {
	width: 640px;
	height: 18px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.graylineleft {
	width: 382px;
    height: 15px;
	background-color: #757575;
	float: left;
}
.grayline {
	width: 249px;
    height: 15px;
	margin-left: 9px;
	background-color: #ECECEC;
	float: left;
}
.Content {
	width: 640px;
	float: left;
    margin-top: 7px;
}
.mainpic {
	width: 380px;
	background-color: #ffffff;
	float: left;
}
.focus {
	width: 200px;
    margin-left: 12px;
	float: left;
}
.Project1 {
	width: 380px;
	border: 1px dotted #6a6a6a;
	margin-bottom: 10px;
}

.Project2 {
	width: 191px;
	border: 1px dotted #6a6a6a;
	margin-left: 9px;
	margin-bottom: 10px;
}
.color {
	width: 40px;
	height: 400px;
	background-color: #A20000;
	margin-left: 7px;
	margin-bottom: 9px;
    float: left;
}
.NewsText {
	width: 100px;
	height: 370px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.maingrayline {
	width: 640px;
	height: 15px;
	float: left;
	background-color: #ECECEC;
}
.credits {
    width: 635px !important;
	width: 640px;
	height: 18px;
	float: left;
    margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
    padding-left: 5px;
}
.footer {
	width: 640px;
	height: 15px;
	background-color: #363636;
	float: left;
}


/* Projects cards +++++++++++++++++++++++++++++++++++++++++++++ */

.ProjectPic {
	float: left;
}
.ProjectTitle {
    padding: 2px 4px 0px 4px;
}
.ProjectName {
    padding: 0px 8px 4px 8px;
    text-align: justify;
}
.segue {
    text-align: right;
    padding: 0px 4px 4px 0px;
    color: #A20000;
}

.ProjectPic a:link {
	color: #000;
}
.ProjectPic a:visited {
	color: #000;
}
.ProjectPic a:hover {
	color: #ED145B;
}
.ProjectPic a:active {
	color: #000;
}


/* END SUBPAGE LAYOUT ----------------------------------------- */


/* FONTS ----------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

INPUT{font-family:verdana;font-size:11px}
SELECT{font-family:verdana;font-size:11px}
TEXTAREA{font-family:verdana;font-size:11px}

.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
}
.titleSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
.BlackBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.BlackCaps {
	text-transform: uppercase;
}
.GrayBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #909090;
}
.smallgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #666666;
}
.Gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #909090;
}
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
}
.whiteText a:link {
	color: #FFF;
	font-weight: bold;
}
.whiteText a:visited {
	text-decoration: none;
	color: #FFF;
}
.whiteText a:active {
	color: #FFF;
	text-decoration: none;
}
.whiteText a:hover {
	color: #FFF;
	text-decoration: underline;
}

.bannerLink a:hover {
	background: none;
}

.segue a:link {
    color: #A20000;
}
.segue a:hover {
	background: none;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background: #ffffff;	
}
.BigBlack {
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
}
.BigPink {
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
}
.PinkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FF0000;
}

/* Drop down menu styles */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 106px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 21px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #666666; background: #FFF600; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
