/* GLOBAL PARAMETERS */

html, body {
	  background-color: #FFFFFF;
	  margin: 0;
      padding: 0;
      border: none;
}

h1 { 
	font-family: Tahoma;
	font-size: 25px; 
	color: #0393db;
	font-weight: bold;
	margin-top: 0;

}
 
h2 { 
	font-family: Tahoma;
	font-size: 15px; 
	color: #0393db;
	font-weight: bold;
	margin: 0;
}

h3 { 
	font-family: Tahoma;
	font-size : 13px; 
	color: #5C5459;
	font-weight: bold;
	margin: 0;
	display: inline;
}

h4 { 
	font-family: Tahoma;
	font-size : 13px; 
	color: #0b7eb7;
	font-weight: bold;
	display: inline;
}

ul, li, ol { 
	font-family: tahoma;
	font-size : 13px; 
	color: #5C5C59; 
	text-decoration: none; 
	font-weight: normal;
	text-align: left;
}

img {
	border: 0px none;
}

table { 
	border-collapse: collapse; 
} 

table td, table th { 
	padding: 0;
	vertical-align: top;
}

.alignleft { 
	float: left;
}

.alignright { 
	float: right;
}

.clear {
	clear:both;
	overflow:hidden;
}


/* Document Links  */

a:link, a:active, a:visited { 
	font-family: tahoma;
	font-size : 13px; 
	color : #30a6e1; 
	text-decoration : underline; 
	font-weight : normal;
} 
a:hover { 
	font-family: tahoma;
	font-size : 13px; 
	color : #000000; 
	text-decoration : underline; 
	font-weight : normal; 
}

a.linkheading:link, a.linkheading:active, a.linkheading:visited { 
	font-family: tahoma;
	font-size : 18px; 
	color : #333333; 
	text-decoration : none; 
	font-weight : bold;
	background: url(images/postarea-heading.gif) no-repeat top left;
	padding-left: 10px;
	text-transform: uppercase;
}
 
a.linkheading:hover { 
	font-family: tahoma; 
	font-size : 18px; 
	color : #000000; 
	text-decoration : none; 
	font-weight : bold;
	background: url(images/postarea-heading.gif) no-repeat top left;
	text-transform: uppercase;
}

a.link8pt:link, a.link8pt:active, a.link8pt:visited { 
	font-family: tahoma;
	font-size : 11px; 
	color : #BCBBBB; 
	text-decoration : none; 
	font-weight : normal;
} 
a.link8pt:hover { 
	font-family: Tahoma;
	font-size : 11px; 
	color : #0393db; 
	text-decoration : underline; 
	font-weight : normal; 
}


/* FONTS */

.lightgray { 
	font-family: Tahoma;
	font-size : 11px; 
	color : #BCBBBB; 
	font-weight : normal;
	text-decoration : none; 
} 

.lightgray2 { 
	font-family: Tahoma;
	font-size: 18px; 
	color: #333333;
	font-weight: normal;
} 

.black { 
	color: #000000;
}


/* WRAPPER
--------------------------------------------------------- */

#wrapper-site {
	width: 1226px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
} 



/* TOP BANNER 
--------------------------------------------------------- */

#topbanner { 
	width: 1226px;
	height: 206px;
}

#topbanner .topbannerleft { 
	width: 266px;
	float: left;
	position: relative;
	background: url(images/infinity-sea-tribe2.jpg) no-repeat top left;
}

#topbanner .topbannerleft h1 {
	text-indent: -1200px;
	margin: 0;
	padding: 0;
	width: 266px;
	height: 206px;
}

#topbanner .topbannerright { 
	width: 960px;
	float: left;
	position: relative;
}



/* TOP MENU 
--------------------------------------------------------- */

#topmenu { 
	width: 1226px;
	height: 30px;
	background: url('images/menu-bg2.gif') repeat top left;
	float: left;
	position: relative;
}


#topmenu ul {
	padding: 0;
	margin: 0;
	border: none;
}

#topmenu ul li {
	list-style: none;
	border: none;
	display: block;
	width: 14%;
	height: 30px;	
	text-align: center;
	vertical-align: middle;
	background: url('images/menu-divider.gif') no-repeat top right;
	float: left;
	position: relative;
}


#topmenu ul li.last {
	background: none;
}

#topmenu ul li a:link, #topmenu ul li a:active, #topmenu ul li a:visited  {
	font-family: arial; 
	font-size: 12px; 
	color: #c1c1c1; 
	text-decoration: none; 
	font-weight: bold;
	text-transform: uppercase;
	height: 30px;
	position: relative;
	display: block;
	line-height: 30px;
}

#topmenu ul li a:hover {
	font-family: arial; 
	font-size: 12px; 
	color: #FFFFFF !important; 
	text-decoration: none; 
	font-weight: bold;
	text-transform: uppercase;
	background: url('images/menu-point.gif') no-repeat top center;
	height: 30px;
	position: relative;
	display: block;
	line-height: 30px;
}



/*DROPDOWN MENU*/

.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px;
	border-bottom-width: 0;
	line-height: 24px;
	z-index: 100;
	background: #3d5699;
	width: 330px;
}

.anylinkcss a:hover { /*hover background color*/
	background: #5789cc;
	color: #ffffff;
	font: bold 9pt arial;
	text-decoration: none;
}

.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss ul li a, .anylinkcss ul li a:visited {
	width: 100%;
	display: block;
	border-bottom: 1px solid white;
	padding: 4px 0;
	text-decoration: none;
	text-indent: 16px;
	font: bold 9pt arial;
	color: #FFFFFF;
	text-transform: uppercase;
}

.anylinkcss ul li a:hover {
	color: #000000;
}


/* ######### class for shadow DIV ######### */

.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}



/* 3 COLUMNS CONTENT
--------------------------------------------------------- */

#container-home {
	float: left;
    width: 100%;
	overflow: hidden;
	position: relative;
}

#container-right {
	float: left;
    width: 100%;
	background: #f5f5f5;
	position: relative;
}

#container-left {
    float: left;
    width: 100%;
    background: #ffffff;
	position: relative;
	right: 359px;
}


/* LEFT
----------------- */

#left {
    float: left;
	position: relative;
	left: 359px;
	overflow: hidden;
    width: 867px;
	font-family: Verdana;
	color: #6d6d6d;
	font-size: 12px;
	font-weight: normal;
}

#left .inner {
    width: 823px;
	margin-top: 20px;
	margin-bottom: 16px;
	padding: 8px;
	border: 1px solid #e7e7e7;
}

#left .inner h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin: 0;
}

#left .inner h1 a:link, #left .inner h1 a:visited, #left .inner h1 a:active { 
	font-family: Verdana; 
	font-size : 18px; 
	color : #333333; 
	text-decoration : none; 
	font-weight : bold;
}

#left .inner h1 a:hover { 
	font-family: Verdana; 
	font-size : 18px; 
	color : #0393db; 
	text-decoration : none; 
	font-weight : bold;
}




/* RIGHT
----------------- */

#right {
    float: left;
	position: relative;
	left: 359px;
	overflow: hidden;
    width: 359px;
}

#right .inner {
    width: 335px;
	margin-left: 11px;
	margin-top: 20px;
}

#right .inner h3 { 
	font-family: Verdana; 
	font-size : 18px; 
	color : #333333; 
	text-decoration : none; 
	font-weight : bold;
	background: url(images/postarea-heading.gif) no-repeat top left;
	padding-left: 10px;
	margin: 0;
}

#right .inner h3 a:link, #right .inner h3 a:visited, #right .inner h3 a:active { 
	font-family: Verdana; 
	font-size : 18px; 
	color : #333333; 
	text-decoration : none; 
	font-weight : bold;
}

#right .inner h3 a:hover { 
	font-family: Verdana; 
	font-size : 18px; 
	color : #0393db; 
	text-decoration : none; 
	font-weight : bold;
}

#right .inner .connect { 
	width: 317px;
	padding: 9px;
	background: #636363;
}

#right .inner .connect h1 { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	margin: 0;
}

#right .inner .connect p { 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #30a6e1;
	margin: 0;
}

#right .inner .connect img { 
	float: right;
	border: none;
	padding-left: 6px;
}


/* RIGHT - Excerpt
----------------- */

#right .inner .excerpt h2 a:link {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

#right .inner .excerpt h2 a:visited {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

#right .inner .excerpt h2 {
	font-size:130%;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 0;
}

#right .inner .excerpt {
	padding-bottom: 13px;
	margin: 4px 0px 10px 0px;
	color: #585856;
	font-size: 12px;
	font-family: Tahoma;
	text-align: justify;
	background:transparent url(http://www.infinityexpeditions.org/publications/wp-content/themes/news-magazine-theme-640/images/liline.gif) bottom repeat-x;
	height:auto !important;
}

#right .inner .excerpt a {
	font-size: 13px;
	font-family: Tahoma;
}

#right .inner .excerpt p {
	margin:0px;
}

#right .inner .excerpt .byline {
	margin-bottom:10px;
}

#right .inner .excerpt img {
	float:left;
	margin:0px 10px 0px 0px;
	padding:5px;
	border:1px solid #e7e7e7;
}

#right .inner .excerpt .readfull {
	background: #f9f9f9;
	padding:5px;
	width:100%;
	float:right;
	border:1px double #f5f5f5;
	margin:10px 0px 10px 0px;
	text-align:right;
} 

#right .inner .excerpt .byline {
	margin-top:0px;
	border:none;
	background:#e9e9e9;
	text-transform:uppercase;
	font-size: 10px;
	font-family: Tahoma;
	color:#585856;
}

#right .inner .excerpt span.searchtexthighlight {
	background:#004080;
}



/* FOOTER */

#footer2 { 
	width: 1226px;
	height: 24px;
	margin: 0;
	background: url('images/footer-bg.gif') repeat-x top left;
	float: left;
	position: relative;
}

#footer2 ul {
	padding: 0;
	margin: 0;
	border: none;
}

#footer2 ul li {
	list-style: none;
	border: none;
	display: block;
	width: 14%;
	height: 24px;	
	text-align: center;
	vertical-align: middle;
	float: left;
	position: relative;
}

#footer2 ul li a:link, #footer2 ul li a:active, #footer2 ul li a:visited  {
	font-family: arial; 
	font-size: 11px; 
	color: #c1c1c1; 
	text-decoration: none; 
	font-weight: normal;
	line-height: 24px;
}

#footer2 ul li a:hover {
	font-family: arial; 
	font-size: 11px; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
	line-height: 24px;
}




/* TOP 3 COLUMNS 
--------------------------------------------------------- */

.fullwidth { 
	width: 100%;
	font-family: tahoma; 
	font-size: 13px; 
	color: #5C5C59; 
	text-decoration: none; 
	font-weight: normal;
	text-align: justify;

}

.fullwidth2 { 
	width: 100%;
	font-family: tahoma; 
	font-size: 13px; 
	color: #5C5C59; 
	text-decoration: none; 
	font-weight: normal;
	text-align: left;
}

.fullwidth2 td { 
	padding: 2px;
}

.jointhecrew { 
	width: 63%;
	background: url('images/join-the-crew.jpg') no-repeat top left;
	padding-right: 8px;
	padding-top: 23px;
}

.jointhecrew img { 
	float: left;
}

.subleft2 { 
	width: 63%;
	padding-right: 8px;
	padding-left: 33px;
	padding-top: 23px;
}

.subleft2_1 { 
	width: 23%;
	padding-right: 8px;
	padding-left: 33px;
	padding-top: 0;
}

.subleft, .subleft3 { 
	width: 50%;
	padding-left: 45px;
	padding-right: 8px;
	padding-top: 23px;
	font-size: 14px;
}

.home { 
	width: 27%;
	padding-left: 45px;
	padding-top: 23px;
	font-size: 13px;
}

.homeimg { 
	float: left;
	padding-right: 14px;
}

.homeleft { 
	width: 40%;
	background: url('images/shadow-white.gif') no-repeat top left;
	padding-left: 55px;
	padding-right: 8px;
	padding-top: 23px;
	font-size: 13px;
}

.homeleft img { 
	border: #e7e7e7 solid 1px;
	padding: 8px;
	margin-top: 2px;
}

.subleft, .subleft2, .subleft3 { 
	font-size: 13px; 
	color: #5C5C59;
}

.subleft img, .subleft2 img { 
	margin-right: 10px;
	margin-top: 2px;
}

.getinvolved { 
	width: 29%;
	background: url('images/shadow-white.gif') no-repeat top left;
	padding-left: 43px;
	padding-right: 47px;
	padding-top: 23px;
}

.svinfinity { 
	width: 64%;
	background: url('images/sv-infinity.jpg') no-repeat top left;
	padding-left: 285px;
	padding-top: 23px;
}

.fullwidthblack { 
	width: 100%;
	height: 439px;
	background-color: #000000;
	text-align: center;
}


/* HEADING 2 COLUMNS */

.heading2column { 
	width: 100%;
	height: 36px;
	background: url('images/white-dot-divider.gif') repeat-x bottom left;
}

.heading2column td, .heading3column td {
	vertical-align: bottom;
	padding-bottom: 8px;
}

.heading2left { 
	width: 50%;
	padding-left: 45px;
}

.heading2right { 
	width: 50%;
	padding-left: 26px;
}

/* HEADING 3 COLUMNS */

.heading3column { 
	width: 100%;
	height: 36px;
	background: url('images/white-dot-divider.gif') repeat-x bottom left;
}

.heading3left { 
	width: 32%;
	padding-left: 45px;
	padding-right: 8px;
}

.heading3middle { 
	width: 32%;
	padding-left: 43px;
}

.heading3right { 
	width: 36%;
	padding-left: 43px;
	padding-right: 46px;
}


/* BOTTOM 2 COLUMNS */

.fullwidthgray, .fullwidthgray3 { 
	width: 100%;
	height: 288px;
	background-color: #EBEBEB;
	font-family: Tahoma;
font-size : 13px; 
	color: #5C5C59; 
	text-decoration: none; 
	font-weight: normal;
	text-align: justify;
}

.fullwidthgray img { 
	margin-left: 14px;
	margin-top: 3px;
	float: right;
}

.leftgray { 
	width: 50%;
	background: url('images/shadow-gray.gif') no-repeat top left;
	background-position: 2px 0px;
	padding-left: 45px;
	padding-top: 11px;
}

.rightgray { 
	width: 50%;
	background: url('images/shadow-gray.gif') no-repeat top left;
	padding-left: 43px;
	padding-right: 47px;
	padding-top: 11px;
}

.article { 
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 47px;
}


/* BOTTOM 3 COLUMNS */

.leftgray3 { 
	width: 32%;
	background: url('images/shadow-gray.gif') no-repeat top left;
	background-position: 2px 0px;
	padding-left: 45px;
	padding-right: 8px;
	padding-top: 11px;
}

.leftgray3 img { 
	/*margin-left: 14px;*/
	margin-top: 3px;
	/*float: right;*/
	padding-right: 7px;
}

.middlegray3, .middlegray3_1, .middlegray3_2 { 
	width: 32%;
	background: url('images/shadow-gray.gif') no-repeat top left;
	padding-left: 43px;
	padding-top: 11px;
	text-align: center;
}

.middlegray3_1, .middlegray3_2 { 
	text-align: justify;
}

.middlegray3 img, .rightgray3_1 img { 
	margin-top: 7px;
	padding-right: 7px;
}

.middlegray3_1 img { 
	margin-top: 7px;
	padding-right: 7px;
}

.middlegray3_2 img { 
	margin-top: 7px;
	padding-right: 7px;
	float: left;
}

.rightgray3, .rightgray3_1 { 
	width: 36%;
	background: url('images/shadow-gray.gif') no-repeat top left;
	padding-left: 43px;
	padding-right: 46px;
	padding-top: 11px;
}

.rightgray3 img { 
	margin-right: 14px;
	margin-top: 3px;
	float: left;
}


.sponsor_img{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#FFFFFF;
}





.input
	   { color: #5C5C59; font-family: Tahoma, verdana, arial; font-weight: normal; font-size: 9pt; border: #7F9DB9 1px solid; }

.drop-down
		{ border: 1px solid #7F9DB9; font-size: 9pt; font-family: Tahoma, verdana, arial; font-weight: normal; color: #5C5C59; }
		
#box { overflow: auto; height: 80px; width: 100%; margin: 10px; background-color: #FFFFFF; font: normal 8pt verdana, arial; border: 1px solid #7F9DB9; text-align: left; padding-top:10px; }

.style1 {color: #FF0000}


/* MEMBER CREWS */

.crew, .crew3, .crew4 { 
	width: 96%;
	float: right;
	margin-bottom: 14px;
	text-align: left;
}

.crew4 { 
	text-align: justify;
}

.crew3, crew4 { 
	width: 88%;
}

.crew td, .crew3 td { 
	padding-bottom: 10px;
}

.formercrewthumb img {
	padding-left: 15px;
}

.crew3 img {
	padding-left: 15px;
	float: right;
}

.clear {
	clear: both;
	height: 10px;
}

#wrapper-video, #wrapper-video2 { width:240px; height:200px; background-color:#FFFFFF; }



/* GALLERY
--------------------------------------------------------- */

#photos {
	visibility: hidden;
}

/* LOADING BOX */

.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.panel-overlay h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	padding: 30px;
	padding-bottom: 0;
	font-style: italic;
}

.panel-overlay p {
	font-family: Verdana;
	color: #e8e8e8;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin-top: 24px;
	text-align: right;
	padding-right: 30px;
}

#pointer {
	display: none;
} 


