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

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

body{
	color: #333333;
	line-height: 1.166;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* 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: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #C4BC8D;
}

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

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

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

ul{
  list-style-image: url(images/bullets/0159_flobullet_bullet.gif); ;
}

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{
	margin-top: 10px;
	padding: 0 0 0 0;
	width: 100%;
	background-color:#FFFFFF;
}

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

#header_thumbs{

	margin: 0px 10px 0px 10px;
	border: 1px solid #333333;
}

#servicepic {
	float: left;
	border: 1px solid #990000;
	margin: 10px 10px 10px 0px;
}

#servicepic img{
	margin: 0px 10px 10px 0px;
	border: 5px solid #000000;
	margin: 10px 10px 10px 10px;	
}


#header_image{
background-color:#FFFFFF;
/*border-bottom:1px solid #C4BC8D;*/
padding: 0px 0px 0px 0px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
height: 100px;
}

#header_image img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


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

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

#navarrows{
	float: right;
	padding: 5px 5px 5px 5px;
	color: #990000;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#navarrows a:link, #navarrows a:hover, #navarrows a:visited{
	padding: 5px 5px 5px 5px;
	color: #990000;
	font-size: smaller;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

	
#productName{
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: x-large;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif
}
/*
#productName:first-letter{
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: xx-large;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif
}
*/
#feature{
	padding: 0px 0px 0px 0px;
	color: #990000;
	font-size: medium;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #C4BC8F;
	border-bottom: 1px solid #C4BC8F;
}
/************* #globalNav styles **************/

#globalNav{
	color: #ffffff;
	background-image:url(images/global_links_background.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#000000;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	font-variant: small-caps;
	border-bottom:1px solid #C4BC8F;
	border-top:1px solid #C4BC8F;
}
/* '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:link, #globalNav a:visited{
	color: #FFFFFF;
	font-size: 90%;
	padding: 0px 4px 0px 4px;
	display: run-in;
	text-decoration:none;
	/*font-weight: bold;*/
}

#globalNav a:hover {
	color: #C4BC8D;
	/*font-weight:bold;*/ 
}


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

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}


/************** .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{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	display:block;
}


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

#siteInfo a:link{
	color: #666666;
	width: 100%;
	text-decoration:none;
}

#siteInfo a:visited{
	color: #666666;
	width: 100%;
	text-decoration:none;
}

#siteInfo a:hover{
	text-decoration: underline;
}
/*
#header_images{
	float:left;
}
*/

.img-shadow {
  float:left;
  background: url(images/bio/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/bio/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.img-connection {
	margin: 10px 10px 10px 10px;
}
  
#profile {
	border:1px solid #990000;
	margin:20px;
	padding:10px 10px 10px 10px;
	background-image: url(images/bio/profile_background.gif);
	font-size:medium;
	color: #660033;
	}

/*#profile img{
	float: left;
	background: url(images/bio/profile_drop_shadow.gif) no-repeat bottom right;
	margin: -6px 6px 6px -6px;
}
*/

#profile h1{
	float: right;
	font-family: "Times New Roman", Times, serif;
	color:#333333;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding: 2px 4px 2px 4px;
	font-size: medium;
}
/*
#profile h1:first-letter{
	font-size:larger;
}
*/

#profile p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #660033;
	line-height: 30px;
	font-size: medium;
}

/*********** #sectionLinks styles ***********/
#main{
	margin: 0px 0px 0px 0px;
	display: block;
	border-bottom:1px solid #CCCCCC;
	width:100%;
}

#contentLinks{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 50px;
}

#content{
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 255px;
	border-left: 1px solid #000000;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	line-height: 1.75;
}

#content a:link{
	color: #990000;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#content a:visited{
	color: #990000;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#content a:hover {
	color: #990000;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration: underline;
}

#available_widths {
	color: #999999;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
#sectionLinks{
	padding: 0px 5px 0px 0px;
	float:left;
	width: 250px;
	/*height:inherit;*/
	border-right: 1px solid #000000;
	margin:0 0 0 0;
	background-image:url(images/index_background_tan.jpg);
	background-repeat:repeat-x;
	/*background-color: #990000;*/
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	/*border-right: 2px solid #000000;*/
}

#sectionLinks li{
	border-bottom: 1px solid #C4BC8F;
}

#sectionLinks a:link{
	display: list-item;
	color: #990000;
	border-bottom: 1px solid #C4BC8D;
	text-decoration:none;
}

#sectionLinks a:visited{
	display:list-item;
	color:#990000;
	border-bottom: 1px solid #C4BC8D;
	text-decoration:none;
}

#sectionLinks a:hover{
	/*text-decoration: underline;*/
	display: list-item;
	border-bottom: 1px solid #C4BC8D;
	color: #663300;
}


#thumbnail-box{
	text-color: #990000;
	text-size: 10px;
	margin: 10px 10px 10px 10px;
	align: center;
}
#thumbnail{
	align: center;
	margin: 10px 10px 10px 10px;
}

/************** #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;
}

/**************** #rounded corners *************/
/*#index img{
	border:1px solid #990000;
}
*/

#index{
	background-image:url(index/images/background_index.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width: 100%;
	/*height: 100%;	*/
	margin: 0px 0px 0px 0px;
}
/*
#index_content{
	margin: 0px 100px 10px 100px;
	text-align:center;
}
*/
/*
#index a:link,a:visited{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 14px;
	color:#990000;
	text-decoration:none;
	text-transform: uppercase;	
}

#index a:hover{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size:medium;
	color:#000000;
	text-decoration:underline;	
	text-transform: uppercase;
}
*/

.index_image{
	color:#000000;	
	margin: 0px 0px 0px 0px;	
}

.index_thumbnail{
    /*background: url(index/images/mozilla_thumbnail_shadow.gif) no-repeat center!important;*/
    background: url(index/images/ie_thumbnail_shadow.gif) no-repeat center;
	padding: 0 5px 5px 0;
}

#index_image a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight:bold;
	color:#000000;	
	text-decoration:none;
	text-transform:uppercase;
}

#index_image a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight:bold;
	color:#000000;	
	text-decoration:none;
	text-transform:uppercase;
}

#index_image a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight:bold;
	color:#CC0000;	
	text-decoration:none;
	text-transform:uppercase;
}


.contact{
	border: 1px solid #000000;
	line-height:20px;
	vertical-align:text-top;
	text-align:center;
	margin: 50px 200px 50px 200px;
	padding: 10px 10px 10px 10px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contact a:link{

    vertical-align:text-top;
    color:#000000;
    text-decoration:none;
}

.contact a:visited{
    vertical-align:text-top;
    color:#000000;
    text-decoration:none;
}

.contact a:hover{
    line-height:20px;
    vertical-align:text-top;
    color:#990000;
    text-decoration:underline;
}
*/
