@charset "utf-8";
/* CSS Document */


html, body {
	width:100%;
	height:100%;
}
body {
	background-image:url(images/bodybg-home.gif);
	background-position:top center;
	margin:0px auto;
}
body, td {
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
}
/* Tags */
a{
	color:#003366;
}
.dotties-v {
	background-image:url(images/dot1.gif);
	background-repeat:repeat-y;
	width: 1px;
}
.clear {
	clear:both;
}
.padd{
	padding:15px;
}
/* Classes */
#version {
	font-weight:bold; 
	text-align:right;
	color:#B9D5FF;
	clear:both;
	font-size: 11px;
	background-color:#666666;
	float:right;
	padding:3px;
	padding-left:8px;
	position:relative;
	top:-15px;
	left:-5px;
}
/* Elements */

#container {
	width:938px;
	margin:0px auto;
	background-image:none;
	background-color: #fff;
	min-height:750px;
}

#topmenu {
	background-image:url(images/topbar.gif);
	height:34px;
	line-height:34px;
}
#topmenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li{
	float:left;
	margin:0px;
}
#topmenu li a{
	color:#eeeeee;
	text-transform:uppercase;	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0px 20px 0px 27px;
	display:block;
	background-image:url(images/topbar_separator.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#topmenu li.first a{
	background-image:none;
}
#topmenu li a:hover {
	color:#9fb3fb;
}
#topmenu li ul {
	position: absolute;	
	display: none;
	background-color: #999;
	border: 1px solid white;
	padding: 3px;
	margin: 0px;
	margin-left: 5px;
	z-index: 50;
}
#topmenu li ul li {
	float: none;
	padding: 0;
	margin: 0;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
#topmenu li ul li a{
	background-image:none;
	display: block;
	padding: 0px 10px;
	width: 200px;
	white-space:nowrap;
	border-bottom: 1px solid white;
	background-color: #eee;
	color: #333;
}
#topmenu li ul li a:hover {
	background-color:#ddd;
	color: #000;
}

#mcmbanner {
	background-image:url(images/mcmbanner-home.jpg);
	background-repeat:no-repeat;
	background-color:#93a8f1;
	background-position:bottom;
	height:273px;
}
#mcmbanner h2{
	background-image:none;
	padding:0;
	margin:0;
	clear: both;
	height: 38px;
	overflow: hidden;
}
#mcmbanner h2 span{
	display:none;
}
#mcmbanner .ticker {
	width:670px;
	float:right;
	font-size:10px;
	color:#FFFFFF;
	margin-top:9px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
}

#tabmenu {
	height:34px;
	margin-top: 8px;
	#margin-top: 3px;
}
#tabmenu a {
	display: block;
	padding: 5px 60px 5px 45px;
	float: right;
	color:#FFFFFF;
	text-decoration:none;
}
#tabmenu a:hover {
	color:#000000;
}

#footer {
	background-image:url(images/footer-home.jpg);
	height: 207px;
	width:100%;
}
#footer span {
	display:none;
}
#footer table {
	color: #fff;
	height:100%;
}
#footer table td{
	padding: 0 10px;
}
#footer table td:first-child {
	padding-left: 60px;
}

/* Content Elements */
#content {
	padding:10px;
	padding-top: 0px;
	min-height: 300px;
}

.pagetitle {
	background-image:url(images/mcmlogo.gif);
	background-repeat:no-repeat;
	margin:10px 0px;
	margin-left:20px;
	padding-left:80px;
	font-size:40px;
	text-transform:uppercase;
	font-family:Impact, Arial, Helvetica, sans-serif;
	color:#9eb2fa;
	line-height:61px;	
}

.whitebox {
	background-image:url(images/paperthingy.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:15px;
	background-color:#FFFFFF;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* Grids */
.grid {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:11px;
}
.grid th {
	text-align:left;
}
.green td, tr.green td {
	background-color:#d0e890;
}
.green .alt td {
	background-color:#f0f9df;
}

.green td.alt, .green .alt td.alt {
	background-color:#e2f2b9;
}
.green .alt td.alt {
	background-color:#ffffff;
}

.purple td {
	background-color:#d4c5f3;
}
.purple .alt td {
	background-color:#a990e8;
}

.olive td {
	background-color:#d8ddc6;
}
.olive .alt td {
	background-color:#eaede1;
}

.yellow td, tr.yellow td {
	background-color:#e9f091;
}

.grid .separator td {
	padding:0px;
    background-color:dimgray;
    height: 3px;
}


/* Forms */
.buttons td{
	background-color:#FFFFFF;
	text-align:right;
	padding:5px 0px;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.text {
	background-image:url(images/grad1.gif);
	background-repeat:repeat-x;
	border:1px solid #6F6699;
}

.button1, .button2, .button3  {
	border:none;
	background:transparent;
	background-image:url(images/buttons/submit.gif);
	width:74px;
	height:19px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.button2 {
	background-image:url(images/buttons/submit2.gif);
	width:90px;
}
.button3 {
	background-image:url(images/buttons/submit3.gif);
	width:120px;
}


/* Index Icons */
.indexicons a{
	color:#FFFFFF;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	text-decoration:none;
}
.indexicons a:hover{
	color:#B7DBF0;
	position:relative;
	top:-1px;
	left:-1px;
}


/* Progress Bar */
.progressbar {
	height:17px;
	background-color:#AAAAAA;
	width:200px;
}
.progressbar div{
	background-image:url(images/progressbar.gif);
	background-position:top right;
	height:17px;	
	float: left;
}
.progressbar span {
	float:right;
	display:block;
	padding:0 5px;
	margin-left:-30px;
	text-align:right;
	color:#FFFFFF;
}

.scroll {
	overflow:auto;
}

.teamsheet {
	background-image:url(images/teamsheets/smoothbg.png);
	padding:25px 27px;
}

#teamnumber {
	background-image:url(images/pinnumber.jpg);
	background-repeat:no-repeat;
	width:411px;
	height:141px;
	margin:50px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:43px;
	color:#442813;
	font-weight:bold;
	letter-spacing:-3px;
	text-align:left;
}
#teamnumber strong{
	padding-top: 60px;
	padding-left:135px;
	display:block;
}
#teamnumber span{
	display:none;
}
.ballhr {
	background-image: url(images/ballbg.gif);
	height: 8px;
	margin-top: 10px;
	clear:both;
}

h3 {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #3a52a8;
}
h4 {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #555;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
}
h3 span{
	font-size:10px;
	color: #93ad33;
}


.col {
	background-image:url(images/homecurve-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:10px;
	width:200px;
}
.col h4{
	background-image:url(images/homecurve-top.gif);
	margin: 0;
	padding:0;
	line-height:19px;
	color:#fff;
	padding:0 10px;
	font-size:12px;
	font-style:normal;
}
.post {
	background-color:#d4e680;
	display:block;
	margin-bottom:5px;
	padding:5px;
	color:#333333;
	text-decoration:none;
	font-size:11px;
}
.post h5{
	margin:0;
	padding:0;
	font-size:12px;
}
.post span{
	display:block;
	text-align:right;
	color:#787878;
}
.post:hover{
	background-color:#546600;
	color:#fff;
}
.post:hover span{
	color:#fff;
}

.viewblogs {
	background-color:#546600;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
	float: right;
	margin: -10px 15px 0 0;
}



#slider{
	width: 394px;
	height: 213px;
	float:right;
}
#links {
	width: 155px;
	float: left;
	position: absolute;
	padding-top: 14px;
}
#links a {
	width: 155px;
	height: 44px;
	line-height: 38px;
	background-image: url(images/slider-link.png);
	font-family: "Trebuchet MS", Arial;
	display: block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: -5px;
}
#links a span{
	margin-left:10px;
}
#links a b{
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	color: #ddd;
	font-family: Arial Black;
	margin: 2px 33px 0 0;
}
#links a.current {
	background-image: url(images/slider-link2.png);
}	
#links a.current b{
	color: #fff;
}
#slides {
	width: 255px;
	height: 213px;
	overflow: hidden;
	float: right;
}
.slide {
	width: 255px;
	height: 213px;
	background-image: url(images/slider-bg.jpg);
}
.slide span{
	padding-top: 155px;
	padding-left: 30px;
	padding-right: 10px;
	font-size: 14px;
	font-family: Tahoma;
	text-transform: uppercase;
	display: block;
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 62px 20px;
}
#slides .s1 span{
	background-image: url(images/slider-2.gif);
}
#slides .s2 span{
	background-image: url(images/slider-3.gif);
}
#slides .s3 span{
	background-image: url(images/slider-4.gif);
}
#slides .s4 span{
	background-image: url(images/slider-5.gif);
}
#slides .s5 span{
	background-image: url(images/slider-6.gif);
}
#slides .s6 span{
	background-image: url(images/slider-6.gif);
}

.blog h4 {
	font-size: 14px;
	padding: 5px 0;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	margin: 0;
}
.blog h5 {
	font-size: 14px;
}
.blog h5 span {
	float: right;
	font-size: 11px;
}
.blog .date{
	background-color:#eee;
	text-align: right;
	padding: 4px;
	font-size: 10px;
	margin-bottom: 20px;
}
.blog .continue {
	float: right;	
	display: block;
	padding: 3px 7px;
	border: 1px dotted #777;
	color: #777;
	background-color: #eee;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px;
}
.blog .texts{
	background-image: url(images/curve-top.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	width: 663px;
}
.blog .texts .wrapper{
	background-image: url(images/curve-bottom.gif);
	background-position: bottom;
	padding: 20px 30px;
}

.quote{
	width: 297px;
	height: 79px;
	padding: 15px;
	font-size: 11px;
	background-image: url(images/qbox.gif);
	text-align: right;
	color: #282828;
}

.quote p {
	margin: 0;
	font-family: "Times New Roman";
	padding: 5px;
	height: 60px;
	text-align: left;
	font-style: italic;
}