/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


h1{
	font-size: 138%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h2{
 font-size: 120%;
}

h3{
 font-size: 110%;
}

h4{
 font-size: 100pt;
 font-weight: bolder;
}

h5{
 font-size: 80%;
  font-weight: bolder;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	/*border-bottom: 1px solid #cccccc;*/
	position:absolute;
	top:0px;
	width: 100%;
	padding:0px;
}

#navBar{
	padding: 0px;
	background:url(images/sky-ocean-bottom-logo.gif);
	background-repeat:no-repeat;
	width:18%;
	float:left;
	/*background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

#content{
	position:absolute;
	top:168px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}


#content ul {padding-left:30px;}
#content li {list-style:url(images/bullet-point.gif); padding-left:30px; padding-bottom:10px; color:#333333; font-weight:bold;}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */


#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story, .story2{
	background-color:#FFFFFF;
	font-size: 100%;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 0%;
	margin-left: 3%;
	padding-bottom: 20px;
}

.story p{
	color:#333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story2 IMG {
	 margin: 8px;
	 border: 0px;
}

.dr hr
{ background-image:url(images/line.jpg); height:5px; clear:left;
}

.storySide {
	float:right;
}

.storyMain{
		
}

.storyGroup {
	width: 280px;
	float: left;
	margin:5px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
}
.relatedLink{
	width: 380px;
	margin:5px;
}
.storyGroup P {
	font-size: 75%;
	color: #999999;	
}
.storyGroup IMG {
	 display: inline;
	 vertical-align:top;
	 float:left;
	 margin-left:15px;
	 margin-right:15px;
}
.storyGroup H3 {

}
.storyGroup A {
	display: block;
	margin:2px;
}

.relatedLink A {
	display: block;
	margin:5px;
}
.relatedLink div {
	font-size: 68%;
	font-weight: bolder;
	display: inline;
}

.portfolio {
	float: left;
	margin:20px;
}
.portfolio A {
	display: block;
}

.portfolio IMG {
	border:0;
}
.storyFixed {

}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color:#FFFFFF;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}


#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}*/
#navBar li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}*/


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;
	font-size: 90%;*/
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a{
	width: 100%;
	color:#FFFFFF;
	font-weight:bolder;
	background-color: #0072bc;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	text-decoration:none;
	background-image: url(images/nav-bullet.gif);
	background-repeat: no-repeat;
}

#sectionLinksSub a{
	width: 100%;
	background-image:none;
	color:#FFFFFF;
	font-weight:bolder;
	background-color: #36C3DE;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	text-decoration:none;
}
#sectionLinks a:hover{
	width: 100%;
	color:#FFFFFF;
	font-weight:bolder;
	background-color: #FF9900;
	background-image: url(images/nav-bulletCover.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

#recommend{
	margin: 0px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 28px;
	background-color: #FFFFCC;
	font-size:11pt;
}

#recommend h1{
	padding: 10px 0px 2px 0px;
	font-size:16pt;
	color: #FF3300;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.model {
	color:#777777;
	font-weight:bold;
	padding-bottom:10px;
}
.topmodel {
	color:#777777;
	font-weight:bold;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}


#submenu{
	position: relative;
	margin: 2px;
	padding: 20px;
	/*border-bottom: 1px solid #cccccc;
	font-size: 90%;*/
}

#submenu a{
	width: 100%;
	color:#FFFFFF;
	font-weight:bolder;
	background-color: #0072bc;
	padding: 5px;
	text-align:center;
	text-decoration:none;
}

#submenu a:hover{
	width: 100%;
	color:#FFFFFF;
	font-weight:bolder;
	background-color: #FF9900;
}