@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Hervetica, sana-serif;
	color:#000000;
}

body {
	font-size:62.5%;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:986px;
	margin-left:auto;
	margin-right:auto;
}

/***** Header *****/
#header {
	width:986px;
	height:119px;
}

h3{
font-size:1.5em;
	font-weight:bold;
	color:#FF0000;
	padding-bottom: 10px;
	}
	
#brocade_logo {
	width:225px;
	height:106px;
	text-align:right;
	padding-top:13px;
	float:left;
}

#partner_logo {
	width:122px;
	height:106px;
	text-align:left;
	padding-top:13px;
	float:left;
}

#generic_navigation {
	width:639px;
	height:119px;
	float:right;
}

/***** Minor Nav *****/
#minor_nav {
	height:23px;
	text-align:right;
	font-size:1.1em;
}

#minor_nav ul {
	padding:10px 0px 0px 0px;
}

#minor_nav li {
 	display:inline;
	padding:0px 10px 0px 10px;
	border-right:#FF0000 solid 1px;
	color:#333333;
}

#minor_nav li.last {
	padding:0px 6px 0px 10px;
	border-right:0px;
}

#minor_nav li a {
	text-decoration:none;
	color:#333333;
}

#minor_nav li a:hover {
	text-decoration:underline;
	color:#000000;
}

/***** Search *****/
#search {
	height:31px;
	width:639px;
	padding:0px 0px 0px 0px;
	text-align:right;
}

#search input {
	font-size:1.1em;
	height:14px;
	width:200px;
	border:1px #CCCCCC solid;
	padding:2px 2px 1px 2px;
}

/***** Main Nav *****/
#main_nav {
	height:47px;
	margin-left:0px;
	background-image:url(../../im/nav_background.gif);
	background-repeat:no-repeat;
	text-align:right;
}

#main_nav ul {
	padding:8px 13px 0px 0px;
}

#main_nav li {
 	display:inline;
	padding:0px 23px 0px 10px;
	font-size:1.3em;
	font-weight:bold;
}

#main_nav li.last {
	padding:0px 17px 0px 10px;
}

#main_nav li a {
	text-decoration:none;
	color:#333333;
}

#main_nav li a:hover {
	color:#999999;
}


/***** Main *****/
#main_body {
	width:986px;
	clear:both;
}

#left {
	width:242px;
	float:left;
}

#panel {
	width:242px;
}

#panel_top {
	width:242px;
	height:7px;
	background-image:url(../../im/panel_top.gif);
}

#panel_middle {
	width:242px;
	min-height:123px;
	background-image:url(../../im/panel_back_repeat.gif);
}

#panel_middle_top {
	width:222px;
	min-height:123px;
	background-image:url(../../im/panel_back.gif);
	background-repeat:no-repeat;
	padding:9px 10px 0px 10px;
}

#panel_middle_top .date {
	font-size:1.2em;
	color:#FF0000;
}

#panel_middle_top .location {
	font-size:1.2em;
	color:#333333;
}

#panel_bottom {
	width:242px;
	height:7px;
	background-image:url(../../im/panel_bottom.gif);
	margin-bottom:10px;
}

#panel_middle h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#FF0000;
}

#panel_middle hr {
	width:222px;
	color:#CCCCCC;
	height:1px;
}

#panel_middle table {
}

#panel_middle td {
	font-size:1.2em;
	color:#333333;
}

#panel_middle table td.time {
	padding-right:10px;
	vertical-align:top;
}

#panel_middle table td.detail {
	padding-left:0px;
	padding-bottom:5px;
}

#panel_middle table td.sub_detail {
	padding-left:10px;
	background-image:url(../../im/panel_bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}


#right {
	width:730px;
	float:right;
}

#right_top {
	width:730px;
	height:7px;
	background-image:url(../../im/content_top.gif);
	background-repeat:no-repeat;
}

#right_bottom {
	width:730px;
	height:7px;
	background-image:url(../../im/content_bottom.gif);
	background-repeat:no-repeat;
}

#right_cookietrail {
	width:663px;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	padding:20px 30px 20px 30px;
	font-size:1.2em;
	color:#666666;
}

#right_cookietrail a {
	text-decoration:none;
	color:#999999;

}

#right_content {
	width:663px;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	padding:0px 30px 0px 30px;
}

#right_content h1 {
	font-size:1.8em;
	color:#FF0000;
	padding:0px 0px 20px 0px;
}

#right_content p {
	font-size:1.2em;
	color:#333333;
	padding:0px 0px 10px 0px;
}

#right_content table td.label {
	text-align:right;
	padding:1px 10px 4px 10px;
	font-size:1.2em;
	color:#333333;
	font-weight:bold;
	vertical-align:top;
}

#right_content table td.input_block {
	vertical-align:top;
}

#right_content table td.padded {
	padding-bottom:20px;
}

#right_content table td input {
	font-size:1.2em;
	color:#333333;
	border:1px #999999 solid;
}

#right_content table td input.long {
	width:300px;
}

#right_content table td input.short {
	width:150px;
}

#right_content table td select {
	font-size:1.2em;
	color:#333333;
	border:1px #999999 solid;
	width: 300px;
}

#right_content table td select.short {
	width: 100px;
}


/****** Footer *****/
#footer {
	width:730px;
	text-align:right;
	padding-bottom:20px;
}

#footer ul {
	margin:13px 0px 0px 0px;
}

#footer li {
 	display:inline;
	padding:0px 10px 0px 10px;
	border-right:#FF0000 solid 1px;
	color:#333333;
}

#footer li.last {
	padding:0px 6px 0px 10px;
	border-right:0px;
}

#footer li a {
	text-decoration:none;
	color:#333333;
}

#footer li a:hover {
	text-decoration:underline;
	color:#000000;
}



