
	body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #707070;
}
input,select	{
	color: #707070;
	font-size:12px;
}
th	{
	text-align:left;
}
label {
	font-weight: bold;
}
.button	{
	background-color:#0055A5;
	color:#FFF;
}
h1, h2, h3, h4 {
	margin-top: 0px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #0055A5;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 0px;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #707070;
	margin-top: 0px;
}

a {
	color: #0055A5;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a:hover {
	color: #000000;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}


#homepage {
	background: url(../../media/images/homepage/homepage_bg.jpg)  no-repeat  50% 0;
}

.clear {
	clear:both;
}

#wrapper {
	background: #FFFFFF;
	width: 920px;
	margin: 0px auto;
}

/* HEADER STARTS */

#header {
	width: 920px;
	height: 116px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#header img {
	float: left;
	margin: 34px 0px 0px 0px
}

#header #top_nav {
	float: right;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	text-align:right;
	font-weight: bold;
}

#top_nav li {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	display: inline;
    float: left;
	list-style-type: none;
}


#top_nav li#search_area {
	padding-top: 0px;
}

#top_nav li a {
	text-decoration: none;
	color: #707070;
}

#top_nav li a:hover {
	text-decoration: none;
	color: #000000;
}

#top_nav li .over {
	text-decoration: none;
	color: #000000;
}


#search_area form {
   margin: 0;
   padding-top: 0;
   padding-bottom: 0;
}

#search_area input {
   vertical-align: middle;
}

#search_area input#query_input {
   margin: 0 0.5em;
}

#header #nav {
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	width: 600px;
	height: 25px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;

}


.nav_bg {
	background: #ccffe4 url(../../media/images/common/navcurvebg.jpg) top right no-repeat;
}

.nav_bg_over {
	background: #FFFFFF ;
}

#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}



#nav li a#home {
	width: 36px;
}

#nav li a#why {
	width: 109px;
}

#nav li a#markets {
	width: 59px;
}

#nav li a#tech {
	width: 96px;
}

#nav li a#capabilities {
	width: 100px;
}


#nav li a.last {
	background: #007ECC url(../../media/images/common/navcurvebg2.jpg) top left no-repeat;

}

#nav li a.selected {
	background: #FFFFFF;
	color: #007ECC;
}	


#nav li a {
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 2px 20px ;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	background-color:#007ECC;
}



#nav li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 2px 20px ;
	text-decoration: none;
	color: #007ECC;
	display: block;
	float: left;
	background:none;
	background-color: #FFFFFF;
}


/* HEADER ENDS */



#maincontent {
	width: 920px;
	height: 1%;
	margin: 0px;
	padding: 0px;
}

#maincontent #header_flash {
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 281px;
}

#maincontent #home_left {
	width: 194px;
	height: 1%;
	margin: 30px 26px 0px 0px;
	padding: 0px;
	float: left;
}

#home_left h1 {
	font-size: 18px;
	line-height: 26px;
	color: #707070;
	font-weight: bold;
	display: inline;
	float: left;
	width: 100px;
	font-family: Helvetica, Verdana, Arial, sans-serif;

}



#events_toolbar {
	width: 75px;
	float: right;
	background: #ceffe6;
	display: inline;
	margin-top: 2px;
	background: url(/media/images/homepage/event_calendar_icon.jpg) top right no-repeat;
}

#conference_toolbar {
	width: 75px;
	float: right;
	background: #ceffe6;
	display: inline;
	margin-top: 2px;
	background: url(/media/images/homepage/event_calendar_icon.jpg) top right no-repeat;
}

#conference_wrapper {
	clear: both;
	border-top: 1px solid #D7D7D7;
}

#conference_wrapper .event {
	margin: 0px;
	height: 56px;
	padding: 8px 0px;
}


#conference_wrapper .event a.date {
	width: 44px;
	height: 56px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	float: left;
	padding-top: 2px;
	background: url(/media/images/homepage/event_date_bg.jpg) top no-repeat;
	margin-right: 10px;
}

 a.date span {
	display: block;
	font-size: 20px;
}

#conference_wrapper .event a.date:hover {
	color: #000000;
}

#conference_wrapper .event a {
	text-decoration: none;
}

#conference_wrapper .event a:hover {
	text-decoration: underline;
}

#conference_wrapper .event  h2 {
	display: inline;
	line-height: 18px;
	height: 56px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #707070;
	margin-top: 0px;
}

#conference_wrapper .event  h2 span {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}








#events_wrapper {
	clear: both;
	border-top: 1px solid #D7D7D7;
}

#events_wrapper .event {
	margin: 0px;
	height: 56px;
	padding: 8px 0px;
}


#events_wrapper .event a.date {
	width: 44px;
	height: 56px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	float: left;
	padding-top: 2px;
	background: url(/media/images/homepage/event_date_bg.jpg) top no-repeat;
	margin-right: 10px;
}

a.date span {
	display: block;
	font-size: 20px;
}

#events_wrapper .event a.date:hover {
	color: #000000;
}

#events_wrapper .event a {
	text-decoration: none;
}

#events_wrapper .event a:hover {
	text-decoration: underline;
}

#events_wrapper .event  h2 {
	display: inline;
	line-height: 18px;
	height: 56px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #707070;
	margin-top: 0px;
}

#events_wrapper .event  h2 span {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#maincontent #home_center {
	width: 427px;
	height: 1%;
	margin: 30px 27px 0px 26px;
	padding: 0px;
	float: left;
}

#maincontent #home_right {
	width: 193px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	height: 1%;
}

#home_right h1 {
	font-size: 15px;
	line-height: 23px;
	color: #707070;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 6px;
	border-bottom: 1px solid #D7D7D7;

}

#home_right .callout {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
}

#home_right .callout img {
	float: right;
	margin: 0px 0px 5px 8px;
}

#home_right .callout_signature {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
}

.callout_signature span {
	text-transform: uppercase;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#maincontent #secondary_left {
	width: 422px;
	margin: 30px 20px 0px 0px;
	padding: 0px;
	float: left;
}

#secondary_left h1 {
	border-top: 1px solid #D7D7D7;
	margin: 31px 0px 10px 0px;
	padding: 13px 0px 0px 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	color: #707070;
	text-transform: uppercase;
}

#secondary_left h1 a {
	color: #707070;
	text-decoration: none;
}

#secondary_left #secondary_nav {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
}

#secondary_nav li {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 422px;
	margin: 0px 0px 0px 0px;
}

#secondary_nav li:hover {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	width: 422px;
	margin: 0px 0px 0px 0px;
}


#secondary_nav a {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #707070;
	width: 412px;
	text-decoration: none;
	background: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
	
#secondary_nav a:hover {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #0055A5;
	width: 412px;
	background: #f8f8f8 url(../../media/images/common/secondary_nav_bg.jpg) no-repeat;
 	background-position: 0.1em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}	


#secondary_nav .active {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #0055A5;
	width: 412px;
	background: #f8f8f8 url(../../media/images/common/secondary_nav_bg.jpg) no-repeat;
 	background-position: 0.1em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}


#secondary_right {
	width: 458px;
	margin: 30px 0px 20px 20px;
	padding: 0px;
	float: right;
}
#secondary_right_no_left	{
	width:880px;
}

#secondary_right h2 {
	font-size: 16px;
	line-height: 22px;

}

#secondary_right h3 {
	font-size: 13px;
	line-height: 20px;
	color: #707070;
	text-transform: uppercase;
	font-weight: normal;
}

#glossary_list {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}

#glossary_list li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #000000;
	margin-left: 0px;
}

#glossary_list li.last {
	border-right: 0px;
}
#glossary_list li.first {
	padding-left: 0px;
}

#glossary_list a {
	text-decoration: none;
	font-weight: bold;
}

#glossary_list a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.glossary_selected {
	font-weight: bold;
	color: #000000;
}



#maincontent #admin_left {
	width: 150px;
	margin: 30px 20px 0px 0px;
	padding: 0px;
	float: left;
}

#admin_left h1 {
	margin: 0px 0px 10px 0px;
	padding: 13px 0px 0px 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	color: #707070;
	text-transform: uppercase;
}

#admin_left #admin_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#admin_nav li {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 200px;
	margin: 0px 0px 0px 0px;
}

#admin_nav li:hover {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	width: 200px;
	margin: 0px 0px 0px 0px;
}


#admin_nav a {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #707070;
	width: 190px;
	text-decoration: none;
	background: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
	
#admin_nav a:hover {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #0055A5;
	width: 190px;
	background: #f8f8f8 url(../../media/images/common/secondary_nav_bg.jpg) no-repeat;
 	background-position: 0.1em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}	


#admin_nav .active {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #0055A5;
	width: 190px;
	background: #f8f8f8 url(../../media/images/common/secondary_nav_bg.jpg) no-repeat;
 	background-position: 0.1em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#admin_right {
	width: 680px;
	margin: 30px 0px 0px 20px;
	padding: 0px;
	float: right;
}




#footer {
	clear: both;
	margin: 80px 0px 80px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-top: 1px solid #D7D7D7;
	font-size: 11px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #707070;
}

#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
