/* Main body */
body {
    background-color: #abb9cc;
    padding: 0;
    margin: 0;
    color: D8D8D8;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;

    background: #abb9cc; /* Old browsers */
    background: -moz-linear-gradient(top,  #18547a 0%, #abb9cc 29%, #abbace 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18547a), color-stop(29%,#abb9cc), color-stop(100%,#abbace)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #18547a 0%,#abb9cc 29%,#abbace 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #18547a 0%,#abb9cc 29%,#abbace 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #18547a 0%,#abb9cc 29%,#abbace 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #18547a 0%,#abb9cc 29%,#abbace 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18547a', endColorstr='#abbace',GradientType=0 ); /* IE6-9 */
}

/* unvisited link */
a:link {
    color: rgb(180,40,65);
text-decoration: none;
}

/* visited link */
a:visited {
     color: rgb(180,40,65);
text-decoration: none;
}

/* mouse over link */
a:hover {
    color: rgb(260,140,140);
text-decoration: none;
}

/* selected link */
a:active {
       color: rgb(260,140,140);
text-decoration: none;
}

h1 {
    margin: 0.5em 0 0.5em 0;
    font-weight: 200;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(73,116,159, 0.3);
}

/* Page title */
#title{
    background: rgb(110,3,25);
    width: 3in;
    height: .5in;
    line-height: .5in;
    position: relative;
    top: 0in; left:-75px;
    padding-left: 15px;
    color: D8D8D8;
    display: inline-table;
    text-align: left;
    font-size: 22px;
    font-family: Arial, Verdana, sans-serif;

}


/* Header part */
#topPage { 
    width: 900px;
    height: 250px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 75px;
    padding-left: 75px;

    background-color: none;
    font-size: 12pt;
    background-image: url(pulsesmall.png) ;
    background-repeat:no-repeat;
    background-attachment:relative;
    background-position: top right;
} 


/* Content part */
#mainPage {
    width: 930px;
    min-height: 800px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 150px;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-right: 60px;
    padding-left: 60px;
 
    font-size: 12pt;
    background-color: rgb(5,25,37);
} 


/* little apple for nav bar */
#apple {
background: url('Apple 004.bmp') ;
	background: url(tinyapple.png) no-repeat top left ;
position:relative;

}


/* nav bar */
#navBox {

	left: 0;
	top: 0;

	margin-left: auto;
    	margin-right: auto;
    	margin-top: 0px;
    	margin-bottom: 0px;
	
	height: 26px;
	padding-top: 4px;
	padding-bottom: 9px;
 	text-align:center;

	background-color: rgb(5,30,46);
	color: rgb(72,71,75);
}


/* Nav bar list */
#navMenu ul{
	left: 0;
	top: 0;

	margin-left: auto;
    	margin-right: auto;
    	margin-top: 0px;
    	margin-bottom: 0px;
	
	height: 26px;
	padding-top: 4px;
	padding-bottom: 6px;
 	text-align:center;
	width: 1080px;

	background: url(tinyapple.png) no-repeat top left ;

}


/* Nav bar small list */
#navMenu ul li{
   
	display: inline;
	position: center;
	float: left;
	padding-right: 14px;
}


/* Nav bar link settings */
#navMenu ul li a{
	color: rgb(155,165,165);
	font-size: 14px;
	text-decoration: none;
}
#navMenu ul li a:hover {
    color:white;
}


/* Nav bar list settings */
#navMenu li + li{
	background: url(vertical.png) no-repeat center left ;
	padding-left: 16px;	
}

/* Header part 2*/
#topPage2 { 
    width: 900px;
    height: 250px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 75px;
    padding-left: 75px;

    background-color: none;
    font-size: 12pt;
    background-image: url(tucson.png) ;
    background-repeat:no-repeat;
    background-attachment:relative;
    background-position: top right;
} 

#portrait{
    width: 300px;
    height: 260px;
     margin-top: -10px;
    padding-left: 250px;
    background-color: none;
    background-image:  url(0040.jpg) ;
    background-repeat:no-repeat;
    background-position: top left;
}

#banner{
    display:block;
    font: 1pt;
    position:relative;
    left: 464px;
    width: 119px;
    top: -13px;
    height: 35px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -40px;
    background-color: none;
    background-image:  url(uaLogo.png) ;
    background-repeat: no-repeat;
    background-position: top right;
    color:white;
    text-indent:-105px;
}