/* Start of CMSMS style sheet 'IDTours' */
/* CSS Document */

/*basic text and page styles */

body {
background-color:#000000;
margin:0px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:14px;
}

p{
padding:0px 10px 0px 35px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:14px;
}


h1 {
font-weight:bold;
color:#006666;
font-size: 14px;
font-weight: bold;
padding:10px 0px 0px 35px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

h2 {
font-weight:bold;
color:#000066;
font-size: 12px;
padding:0px 0px 0px 35px;
line-height: 16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #006666;
text-decoration:underline;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}   

a:visited {color: #006666;
text-decoration:underline;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}

a:hover {color: #006666;
text-decoration:underline;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}   

a:active {color: #006666;
text-decoration:underline;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
} 

/*page structure */

#topbar{
height:6px;
width:100%;
background-color:#003399;
margin:0;
font-size:6px;
}

.pageWrapper{
width:880px;
margin:0;
}

.header {
height:131px;
padding-top:30px;
}

.leftHeader {
width:195px;
background-image: url(images/id_logo.gif);
background-repeat:no-repeat;
float:left;
height:131px;
}

.rightHeader {
width:685px;
background-image: url(images/header.jpg);
background-repeat:no-repeat;
float:right;
height:131px;
}

.rightHeader #contactLink{
  float:right; 
  width:90px; 
  height:16px; 
  cursor:pointer;
}

/*content */

.contentWrapper {
background-color:#FFFFFF;
background-image:url(images/bottom_border.gif);
background-position:left bottom;
background-repeat:no-repeat;
padding-bottom:7px;
width:880px;
position:relative;
}

.leftContent {
width:195px;
float:left;
background-color:#FFFFFF;
}

.leftMap {
width:195px;
float:left;
}

.alignBottom{
position:absolute;
bottom:5px;
left:0px;
}

.rightContent {
width:220px;
float:right;
background-image:url(images/dottedLine.gif);
background-position:left top;
background-repeat:no-repeat;
}

.middleContent {
width:435px;
float:left;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.mainContentTop{
width: 685px;
text-align:left;
float:left;
background-color:#FFFFFF;
}

.mainContentBottom{
text-align:left;
background-color:#FFFFFF;
height:100%;
}

.leftColumn {
float:left;
width:428px;
text-align:left;
}

.rightColumn {
width:195px;
float:right;
padding:0px 0px 0px 0px;
}

.footer {
height:32px;
font-size:10px;
color:#FFFFFF;
background-color: #000000;
padding: 10px 0px 10px 0px;
}


/*top navigation bar */

.topNavWrapper{
height:28px;
background-color:#006666;
}

.bar{
height:5px;
background-color:#99C2C2;
font-size:3px;
}

#topNav ul{
padding: 0;
margin: 0;
background-color: #006666;
float: left;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color:#FFFFFF;
}

#topNav ul li { display: inline; }

#topNav  ul li a
{
background-color: #006666;
text-decoration: none;
color:#FFFFFF;
float: left;
border-right: 1px solid #FFFFFF;
height:18px;
padding:7px 8px 3px 8px;
font-size:11px;
}

#topNav ul li a:hover
{
background-color: #448F8F;
background-image: url(images/menu_over_btile.jpg);
background-repeat:repeat-x;
color: #FFFFFF;
font-size:11px;
}

#topNav a#current{
  background-color: #448F8F;
  background-image: url(images/menu_over_btile.jpg);
  background-repeat:repeat-x;
}

/*left nav*/

#navcontainer { 
margin: 0px; 
width:195px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 11px;

}

#levelTwo li { 
margin: 0px;
width:195px;
}

#levelTwo a
{
display: block;
padding: 5px 0px 0px 18px;
color: #000;
background-color: #99C2C2;
text-decoration: none;
text-align: left;
border-left: 1px #006666 solid;
border-right: 1px #006666 solid;
border-bottom: 1px #006666 solid;
height:20px;
font-weight:normal;
}
	
#levelTwo a:hover
{
color: #000;
background-color: #99C2C2;
text-decoration: none;
border-left: 1px #006666 solid;
border-right: 1px #006666 solid;
border-bottom: 1px #006666 solid;
background-image: url(images/navArrow.gif);
background-repeat: no-repeat;
background-position: 0 0;
text-align:left;
height:20px;
padding: 5px 0px 0px 18px;
font-weight:normal;
}

#levelTwo li.sectionheader a:hover{
  background-image: none;
}

#levelThree li { margin: 0; }

#levelThree a
{
height:20px;
padding: 5px 0px 0px 30px;
display: block;
color: #000;
background-color: #FFFFFF;
text-decoration: none;
text-align:left;
border-left: 1px #006666 solid;
border-right: 1px #006666 solid;
border-bottom: 1px #006666 solid;
font-weight:normal;
}

#levelThree a:hover
{
color: #000;
background-color: #FFFFFF;
text-decoration: none;
text-align:left;
height:20px;
padding: 5px 0px 0px 30px;
background-image: url(images/navArrowWhite.gif);
background-repeat: no-repeat;
background-position: 0 0;
font-weight:normal;
}


#levelThree li.sectionheader a:hover{
  background-image: none;
}

/*general page layout */

.genericList {
margin-left: 35px;
padding-left: 0;
list-style: none;
}

.genericList li{
padding: 0px 0px 5px 25px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
height: 15px;
}

.images {
text-align:left;
margin:20px 0px 20px 0px;
}

.subpageImages {
margin:20px 0px 30px 0px;
}

#mainpic {
text-align:center;
padding-left:15px;
}

.breadcrumbs{
font-size: 10px;
text-align: left;
padding:5px 0px 10px 10px;
height:15px;

}

.subpagePic1 {
float: left;
width:179px;
margin: 15px 0px 0px 35px;
}

.subpagePic2 {
float: right;
width:179px;
margin: 15px 10px 0px 25px;
}

#menuHeading{
  background-image: url('images/menu_end.gif');
  background-repeat: no-repeat;
  background-position: right; 
  background-color:#006666;
  height:25px;
  color:white;
  text-align:left;
  padding-left:20px;
  line-height:25px;
  font-weight:bold;
}

#menuHeading a{
  color:white;
  text-decoration:none;
}

#loginPanel{
  border:1px dotted #999999;
  padding:10px 10px 10px 10px;
  margin:10px 10px 10px 30px;
}

#loginTable{
}

div.resources{
  background-image: url('images/dots_horiz.gif');
  background-repeat: repeat-x;
  background-position: top; 
  margin-left:35px;
  padding-top:5px;
}

div.resources h2{
  padding-left:0px;
}

div.resources p{
  padding-left:0px;
}

div.sectionMenu{
  margin-left:35px; 
}

div.sectionLink{
  float:left;
  margin:10px;
  width:170px;
  height:100px;
  border:1px solid #d4d4d4;
  overflow:hidden;
}

div.sectionLink div{
  text-align:center;
  color:black;
  font-weight:normal;
  font-size:10px;
  line-height:25px;
}

div.paging{
  float:left;
  width:400px;
}

div.pagingPrev{
  float:right;
}

div.pagingNext{
  float:right;
  text-align:right;
}

div.pagingText{
  float:right;
  padding-left:10px;
  padding-right:10px;
}

.subGreen14 {
font-weight:bold;
color:#006666;
font-size: 14px;
line-height: 14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.subBlue12 {
font-weight:bold;
color:#000066;
font-size: 12px;
line-height: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.subGrey11 {
font-weight:bold;
color:#333333;
font-size: 11px;
line-height: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.normalText {
font-size:12px;
color:#333333;
line-height:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.titleImage {
padding:0px 10px 0px 30px;
}

div#logoutbtn{
  float:left;
  margin-top:20px;
  margin-left:35px;
}


/* End of 'IDTours' */

