/* CSS Document */
body {
	color: #ccc;
	background: #000000 url(../php/backgrounds/umax/umax_bg_rotater.php) no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
h2 {
	margin: 0px;
	padding: 8px 0px 0px 5px;
	font-size: 1.5em;
	color: #CCC;
	border-bottom: 1px solid #CC0000;
	background: url(../images/bg-h2-red.gif) repeat;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #ccc;
	border-bottom: 1px solid #CC0000;
	background: url(../images/bg-h2-red.gif) repeat;
	height: 15px;
}
h4 {
	padding-left: 10px;
	font-size: 1.0em;

}

#container-bg {
	background: url(../images/bg-bottom-left.gif) no-repeat left bottom;
}

#container {
	text-align: left;
	margin: 0 auto;
	padding: 10px 0px 0px;
	width: 992px;
}

#header {
	height: 140px;
	width: 992px;
	background: url(../images/bg-umax-header.png) repeat-x;
	border-bottom: 2px solid #000;
	margin-bottom: 5px;
}
#header-nav {
	height: 28px;
	width: 992px;
	background: url(../images/bg-transparent-black.png) repeat;
	border-top: 2px solid #c00;
	font-weight: bold;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	z-index: 100;
	
}

#nav li { /* all list items */
	float: left;
	position: relative;
	z-index: 100;
	
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	width: 220px;
	background: url(../images/bg-transparent-black.png) repeat;
	border: 1px solid #400;
	z-index:100;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;	
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 4px 10px;
}

#nav a:hover {
	display: block;
	background-color:#c00;
	color: #FFF;
}
#event-nav {

}
#event-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;	
}
#event-nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#event-nav li a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}
#event-nav li a:hover {
	background-color: #990000;
	color: #fff;
}
#content-container {
	width: 992px;
	text-align: left;
}

#right-column {
	width: 278px; 
	float: right; 
	clear: both;
}
#footer{
	width: 992px;
	clear: both;
	font-size: 9px;
	color: #000066;
	padding: 0px;
	height: 65px;
}
.footer-copyright {
	float: right;
	width: 592px;
	color: #CCCCCC;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 12px 25px 0px;
}
.footer-ultramax-events{
	float:right; 
	width:165px; 
}
.footer-foundation-computing{
	float:right; 
	width:165px; 
}
.main-content {
	float: left;
	margin-right: 10px;
	width: 488px;
	height: 0px;
	background: url(../images/bg-transparent-black.png) repeat;
	margin-bottom: 10px;
	border: 1px solid #400;
}

.main-content-container {
	float: left;
	width: 600px;
	background: url(../images/bg-transparent-black.png) repeat;
	border: 1px solid #400;
	margin-right: 10px;
	margin-bottom: 10px;
}
.main-content-container p {
	padding: 5px 10px 5px 10px;
}
#updates {
	float: left;
	margin-bottom: 10px;
	width: 238px;
	height: 355px;
	background: url(../images/bg-transparent-black.png) repeat;
	border: 1px solid #400;
}
.updates-scroll {
	width: 236px;
	height: 287px;
	overflow: auto;
	margin-top: 2px;
}

#updates p {
	padding: 5px 5px 0px 10px;
}	
#main-partners {
	float: left;
	margin-bottom: 10px;
	width: 238px;
	height: 320px;
	border: 1px solid #400;
	background: url(../images/bg-transparent-black.png) repeat;
}
#main-partners h3 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 1em;
	color: #ccc;
	border-bottom: 1px solid #CC0000;
	background: url(../images/bg-h2-red.gif) repeat;
	height: 15px;
}
#partners {
	float: left;
	margin-bottom: 10px;
	width: 278px;
	height: 175px;
	border: 1px solid #400;
	background: url(../images/bg-transparent-black.png) repeat;
}
#partners4 {
	float: left;
	margin: 0px 0px 5px 10px;
	width: 238px;
	height: 350px;
	border: 1px solid #400;
	background: url(../images/bg-transparent-black.png) repeat;
}
#partners h3 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 1em;
	color: #ccc;
	border-bottom: 1px solid #CC0000;
	background: url(../images/bg-h2-red.gif) repeat;
	height: 15px;
}
a, a:link, a:visited {
	color: #FF0033;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.teaser {
	float: left;
	width: 238px;
	margin-bottom: 5px;
	margin-left: 5px;
	background: url(../images/bg-transparent-black.png) repeat;
	border: 1px solid #400;
	height: 320px;
}
.teaser-left {
	float: left;
	width: 265px;
	margin-bottom: 10px;
	background: url(../images/bg-transparent-black.png) repeat;
	border: 1px solid #400;
	margin-left: 7px;
	height: 355px;
}

.teaser p, .teaser-left p {
	padding: 0px 10px 10px;
	text-align: center;
}

#logo {
	float: left;
	padding: 0px 0px 0px 10px;
}
#signup {
	float: right;
	height: 32px;
	width: 430px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	margin: 110px 0px 0px;
	padding: 0px;
	background: url(../images/bg-signup.png) repeat-x;	
}
.left-images {
	float: left;
	margin: 10px;
}
.right-images {
	float: right;
	margin: 10px;
}
.left-images-border {
	float: left;
	margin: 10px;
	border: 1px solid #ccc;
}
.right-images-border {
	float: right;
	margin: 10px;
	border: 1px solid #ccc;
}
table.border {
	border-width: 1px;
	border-style: none;
	border-collapse: separate;
}
table.border th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #400;
}
.newstable {
	float: none;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 15px;
	text-align: left;
	padding: 2px;
	background: url(../images/bg-transparent-black.png) repeat;
}
table.border td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #400;
	
}

img {
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#preview {
	float: left;
	margin-right: 10px;
	width: 100%;
	height: 100%;
	background: url(../images/bg-transparent-black.png) repeat;
	margin-bottom: 10px;
	border: 1px solid #400;
}
.portfolio {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
    overflow: hidden;
	z-index:9;
}
.portfolio li {
	height:100%;
	width: 100%;
}

.portfolio p {
	padding: 0px 10px 10px;
}
.portfolio h2 {
	margin: 0px;
	padding: 8px 0px 0px 5px;
	font-size: 1.5em;
	color: #ccc;
	border-bottom: 1px solid #CC0000;
	background: url(../images/bg-h2-red.gif) repeat;
	height: 20px;
	display: block;
}
.main-content-container100 {
	float: none;
	width: 100%;
	background: url(../images/bg-transparent-black.png) repeat;
	border: 1px solid #400;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.teaserlarge {
	float: left;
	width: 238px;
	margin-bottom: 5px;
	margin-left: 5px;
	background: url(../images/bg-transparent-black.png) repeat;
	border: 1px solid #400;
	height: 355px;
}
h5 {
	font-size: 11px;
	padding: 0;
	margin: 0px;
}
h6 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h7 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #ccc;
}
.umaxbackgroundfade {
	background-image: url(/newsletters/ultramax/images/UmaxBackgroundFade.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	.signupframe {
	border: 1px solid #F50707;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	color: #000000;
	font-weight: bold;
}
.tablebackground {
	background-image: url(http://www.ultramaxtri.com/images/UltramaxBlack_250trans.jpg);
	background-repeat: no-repeat;
}
.nationnewsbox {
	float: left;
	width: 250px;
	background: url(../images/bg-transparent-black.png) repeat;
	height: 300px;
}
#partnersspread {
	float: left;
	margin: 0px 0px 5px 10px;
	width: 100%;
	height: 120px;
	border: 1px solid #400;
	background: url(../images/bg-transparent-black.png) repeat;
}
.timingmaincontent {
	margin-right: 10px;
	width: 100%;
	background: url(../images/bg-transparent-black.png) repeat;
	margin-bottom: 10px;
	border: 1px solid #400;
	float: left;
}
.blacktablebkg {
	background-color: #000;
	text-align: left;
	border: 1px solid #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}
.tabletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
}
.main-contentfloatright {
	float: none;
	margin-right: 200px;
	width: 475px;
	height: 0px;
	background: url(../images/bg-transparent-black.png) repeat;
	margin-bottom: 10px;
	border: 1px solid #400;
	top: 5px;
}
.Introtablebackground {
	background-image: url(/webIntro/comingevents.png);
}

