<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('/sites/default/files/bebasneue-webfont.eot?') format('eot'), url('/sites/default/files/bebasneue-webfont.woff') format('woff'), url('/sites/default/files/bebasneue-webfont.ttf') format('truetype');
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #e6e5e9; 
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding:0 15px 0 0px;
	text-align:left;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
	font-family:Verdana, Geneva, sans-serif;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
	background:url(../images/headerBg.jpg) no-repeat;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.Shiptek{
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	padding:50px 0 0 0px;
	float:right;
}


/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f2f1f2));
	background: -moz-linear-gradient(top,  #fbfbfb,  #f2f1f2);
	background: linear-gradient(-90deg, #fbfbfb, #f2f1f2);
	/* rounded corner */
	
	-webkit-box-shadow: inset 0 1px 0 rgba(200,200,200,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(200,200,200,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(200,200,200,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}
#main-nav li:first-child {
	margin-left: 0px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #666;
	display: block;
	padding: 14px 15px;
	text-decoration: none;

}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {

	margin: 0px 0 10px;
	padding:0px 0px;
	width: 680px;
	float: left;

}

#content1 {
        margin-top:10px;
	background-color: #fff;
	width: 680px;
        height: auto;
	float: left;
        color:#2A120A;

}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin:  10px 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float:left;
    margin:10px 0 0px 20px;
}

#sidebares {
	width: 280px;
	float:left;
    margin:0px 0 0px 20px;
}
.widget {
	background: #000;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.widgetclearfix{
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	}
.widgettitle {
	margin: 0 0 0px;
	padding: 0;
	color:#FFF;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
	color:#FFF;


}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
	
}
#footer a {
	color: #000;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


.head_cont{
	width:75%;
	height:121px;
	float:left;
	}
.awards{
	width:93px;
	height:121px;
	float:left;
	background:url(../images/awards.png) no-repeat;
	}
.logo{
	width:122px;
	height:97px;
	float:left;
	}

.sponser{
	width:221px;
	height:172px;
	float:left;
	border:solid 1px #FFF;
	background: url(../images/sopnser.jpg) no-repeat;}
.sponseres{
	width:221px;
	height:172px;
	float:left;
	border:solid 1px #FFF;
	float:right;
	background: url(../images/sopnser.jpg) no-repeat;
	margin:0 0 0 5px;
	
	}
.Sponer_bg{
	width:680px;
	height:172px;
	float:left;
	margin:10px 0 0 0px;
	}
.clear{
	clear:both;
	}
.head_cont ul{
	margin:0 0 0 0px;}
.head_cont ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	display:inline;
	padding:40px 20px 0 15px;
	float:right;
	margin:0 0 0 0px;
	
	}
h1{
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	float:right;
	padding:0px 20px 0 15px;
	}
	
.video ul{
	margin:0 0 0 0px;
	}
.video ul li{
	float:left;
	display:inline;
}
	
.videos ul{
	margin:0 0 0 0px;
	}
.videos ul li{
	float:left;
	display:inline;
	padding:0 0 0 10px;}
	
.footers{
	width:1000px;
	height:150px;
	margin:auto;
	background:url(../images/foot_ship.jpg) no-repeat;
	
	}	

.footers ul{
	margin:0 0 0 345px;
	padding-top:115px;
	}
.footers ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	padding:0 32px 0 10px;
	float:left;
	

	
	}
.footers ul li a{
	color:#06F;
	text-decoration:none;
}
span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0px 0 200px; 
	float:right;
	margin-right:43px;
	color:#06F;

	}
.ontant_org{
	}
.mage_image{
	width:184px;
	height:73px;
	float:left; 
	padding:0 20px 0 0px;}
	
	
.mage_image1{
	width:184px;
	
	float:left; 
	padding:0 20px 0 0px;}
	
.contact-form-area{
	width:100%;
	float:left;
	padding-top:1.5em;
}
.contact-left p span{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#EF9E2D;
	font-size:1em;
}
.contact-form-area{
	width:100%;
	float:left;
	padding-top:1.5em;
}
.contact-name{
	width:35.40%;
	float:left;
	background:url(../images/semi-column.jpg) no-repeat right;
	padding:  0em 0 0em 0;
			height:46px;
}
.contact-name p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding: .5em 0 .5em 0;
}
.contact-fld-area{
	width:63%;
	float:left;
		padding:  0em 0 0em .5em;
		height:50px;
}
.contact-fld-area label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding: 0em 0 0em .5em;
}
.rd-btn{

	width:60%;
	padding: 1.3em 0 0 1.5em;
	height:32px;
}

.contact-fld{
	width:96%;
	height:32px;
	border: solid 1px #ece9e1;
	background:#faf9f5;
	border-radius:.55em .55em;
	padding-left:.5em;
}
.captch-fld{
	width:96%;
	height:32px;

	border: solid 1px #ece9e1;
	background:#faf9f5;
	border-radius:.55em .55em;
	padding-left:.5em;
}
.captch-fld-area{
	width:24%;
	padding-left:1em;
}
.captcha-area{
	width:35%;
	float: right;

}
.red{
	color:#F00;
}
.cmt-fld-area{
	height:auto;
	padding-bottom:1em;

	
}

.cmt-fld{
	height:auto;
	
}
.contact-btn-area{
	width:100%;
	float:left;
	padding: .5em 0 0 0;
}
.contact-btn{
	width:19.54%;
	border:none;
	cursor:pointer;
	background:url(../images/send-btn.png) no-repeat;
	height:28px;
	width:85px;
	float:right;
	padding:0 300px 0px 0px;
	
	
}
.contact-right{
	width:50.5%;
	float:right;
	padding: 0 0 0 0;
}
.address-1-area{
	width:60.39%;
	float:left;
	padding: 1.3em 0 0 0;
}
.address-1-area h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#ef9e2d;
	padding: 0 0 .5em 0;
}
.address-1-area p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#4a4a4d;
	padding: 0 0 1.5em 0;
}
.address-1-area .adr{
	background:url(../images/contact-icons.jpg) no-repeat left;
	padding: 0 0 1em 3em;
	background-position:-4% 1%;
}
.address-1-area .cont{
	background:url(../images/contact-icons.jpg) no-repeat left;
	padding-left:3em;
	background-position:-4% 52%;

}
.address-1-area .ema{
	background:url(../images/contact-icons.jpg) no-repeat left;
	padding-left:3em;
	background-position:-4% 77%;
}
.address-2-area{
	width:39.20%;
	float: right;
	padding: 1.3em 0 0 0;
}
.address-2-area h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#ef9e2d;
	padding: 0 0 .5em 0;
}
.address-2-area p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#4a4a4d;
	background:url(../images/contact-icons.jpg) no-repeat left;
	padding: 0 0 0 3em;
	background-position:-4% 1%;
	line-height:1.5em;
}
.map-area{
	width:97%;
	border:solid 1px #e1e1e1;
	height:218px;
	float:left;
}
.view-map{
	width:100%;
	float:left;
	padding: .5em 0 0 0;
}
.view-map p a{
	text-decoration:none;
	color:#4a4a4d;
	font-size:1.5em;
	padding: 0 0 0 0;
	
}
.red{
	color:#F00;
}
#highlight{

color:#F00;


}

#contact_div{
	
float:left;	
	
	
}

#contact_div_1{
	
float:left;
margin-left:100px;	
	
	
	
}
#middle{
	width:638px;
	height:100%;
	background-color:#addeef;
	padding-bottom:20px;
	float:left;
	margin-bottom:20px;
}
#bottom{
	background-image:url(images-div/bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	width:638px;
	height:4px;
	margin-bottom:20px;
	float:left;
}
#boxcontainer{
	width:609px;
	margin:0px;
}
.boxtop{
	background-image:url(images-div/boxtop.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:609px;
	height:6px;
}
.boxshade{
	background-image:url(images-div/box_shade.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#feffff;
	width:607px;
	height:auto;
	border-left:#81c2d9 solid 1px;
	border-right:#81c2d9 solid 1px;
	display:block;
	overflow:hidden;
	padding:0px 0px 15px;
}
.boxshade12{
	background-image:url(images-div/box_shade.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#feffff;
	width:633px;
	height:125px;
	border-left:#81c2d9 solid 1px;
	border-right:#81c2d9 solid 1px;
	display:block;
	overflow:hidden;
	padding:0px 0px 15px;
        border-radius:5px;
}
.boxshade1{
	background-image:url(images-div/box_shade.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#feffff;
	width:220px;
	height:115px;
	border-left:#81c2d9 solid 1px;
	border-right:#81c2d9 solid 1px;
	display:block;
	overflow:hidden;
	padding:0px 0px 15px;
}

.boxshade2{
	background-image:url(images-div/box_shade.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#feffff;
	width:610px;
	height:115px;
	border-left:#81c2d9 solid 1px;
	border-right:#81c2d9 solid 1px;
	display:block;
	overflow:hidden;
	padding:0px 0px 15px;
}
.boxbottom{
	width:609px;
	height:6px;
	background-image:url(images-div/boxbottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.list{
	list-style:none;
	margin:0px;
	padding:0px;
}
.list li {
	list-style:none;
	width:135px;
	height:83px;
	display:block;
	float:left;
	background-image:url(images-div/logo_bg.png);
	background-position:center;
	margin-left:5px;
	margin-top:0px;
	padding:5px;
}


.list1{
	list-style:none;
	margin:0px;
	padding:0px;
}
.list1 li {
	list-style:none;
	width:172px;
	height:99px;;
	display:block;
	float:left;
	background-image:url(images-div/silver_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:17px;
	margin-top:5px;
	padding-top:5px;
	padding-left:7px;
}
.list4{
	list-style:none;
	margin:0px;
	padding:0px;
}
.list4 li {
	list-style:none;
	width:240px;
	height:140px;;
	display:block;
	float:left;
	margin-left:15px;
	margin-top:8px;
	padding-top:8px;
	padding-left:30px;
}
.wrap{
	padding:2px;
	background-position:center;
	background-repeat:no-repeat;
}
#player{
	background-image:url(images-div/player.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:114px;
	margin-top:10px;
	float:left;
	
}
.watch{
	width:81px;
	height:20px;
	float:left;
	background-image: url(images-div/watch.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
}
.watch:hover{
	background-image:url(images-div/watchover.jpg);
}
#sponsors{
	width:228px;
	height:160px;
	background-image:url(images-div/2009sponsors.jpg);
	float:left;
	margin-bottom:10px;
	margin-top:3px;
}
#border{
	border-bottom:dotted #0C0 2px;
	border-top:dotted #0C0 2px;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:10px;
}
#summit{
	width:193px;
	height:137px;
	background-image:url(images-div/3msummit.jpg);
	float:left;
	margin-top:20px;
}
#press{
	background-image:url(images-div/press.jpg);
	width:178px;
	height:57px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
#brochure{
	background-image:url(images-div/brochure.jpg);
	width:178px;
	height:57px;
	float:left;
}
#journal{
	background-image:url(images/technicaljournal.jpg);
	width:178px;
	height:57px;
	float:left;
	margin-top:5px;
	margin-bottom:3px;
}
.text0{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:19px;
	text-align:left;
	padding-top:10px;
	padding-bottom:5px;
	color:#000;
}
.text1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	text-align:left;
	padding-bottom:10px;
	color:#000;

}
.text2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:19px;
	text-align:left;
	padding-top:10px;
	padding-bottom:5px;
	color:#336600;
	float:left;
	width:230px;
}
.text3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:18px;

}
	



</pre></body></html>