/***********************************************/
/* Jetty.css                            */
/***********************************************/

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

body{
	background-image: url(images/background_lighter2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
}


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

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #273189;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 20px;
}

h2{
	font-size: 12pt;
	color: #000000;
	margin-top: 20px;
	font-style: italic;
}

h3{
 font-size: 18pt;
 color: #000000;
}

h4{
 font-size: 18pt;
 font-weight: normal;
 color: #006699;
}

h5{
 font-size: 100%;
 color: #334d55;
}

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                                 */
/***********************************************/

#video{
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
}


#container {
	MARGIN: 0px auto;
	WIDTH: 870px;
}

#masthead{
	margin: 0;
	padding: 0px 0px 15px 0px;
	width: 100%;
}

#navBar{
	padding: 5px;
	margin: 0 80% 0 0;
}

.content{
	float:right;
	width: 75%;
	padding: 0 15% 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 20px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/
#headerLogo{
	padding: 0px 0px 20px 0px;
	text-align: center;
}


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

#globalNav{
	white-space: nowrap;
	text-align: center;
	color: #006699;
	font-size: 24px;
}
/* '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 img{
	display: block;
}

#globalNav a{
	font-size: 14pt;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006699;
}

#globalNav a:hover{
	font-size: 14pt;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
}


/************** .brian styles ***************/
.gallery{
	height: 113px;
	padding: 20px;
	width: 70%;
	margin-left: 100px;
	
}

.gallery img{
	float: left;
	padding-right: 10px;
	
}

.contactInfo{
	text-align: center;
	padding: 10px 0 30px 0;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.contactInfo h1{
	text-align: center;
	margin-bottom: -60px;
}

.contactInfo h2{
	text-align: center;
}

.profile{
	height: 113px;
	padding: 20px;
	width: 70%;
	margin-left: 100px;
	
}

.profile img{
	float: left;
	padding-right: 10px;
	
}

.gallery a:link, a:visited{
	font-size: 12pt;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	
}

.gallery a:hover {
	text-decoration: none;
	color: #006699;
}


.brian{
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	text-align: center;
}

.brian h1{
	padding: 10px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	font-weight: normal;
	float: right;
}

.feature{
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

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

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.profeature{
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

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

.profeature img{
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
	text-align: center;
}
/* 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;
}
