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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	color: #2c2421;
	background: #b9541D url(images/background.gif);
	margin:0px;
	padding:0px 0px 20px 0px;
}

a:link {
	color: #000066;
	text-decoration:underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

#container {
position: absolute; 
left: 50%; 
width: 735px; 
height: auto; 
margin-left: -367px;
background: url(images/container_back.jpg) repeat-y;
}


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

#navBar{
	margin-left:489px;
	padding: 0px;
}

#content{
  float:left;
	width: 489px;
	margin: 0;
	padding: 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

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


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

#linklist ul {
padding: 0px;
margin:0px;
}

#linklist li {
list-style:none;
background: transparent;
margin: 0px;
border-bottom: 1px dotted #b9541D;
display: block;
padding: 8px 6px 8px 6px;
}

#linklist ul li a:link {
font-size:17px;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
display: block;
padding: 1px 0px 4px 25px;
background:url(images/bullet.gif) no-repeat;
}

#linklist ul li a:visited {
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
display: block;
padding: 1px 0px 4px 25px;
background:url(images/bullet.gif) no-repeat;
font-size:17px;
}

#linklist ul li a:hover {
color:#c1d72e;
text-decoration:none;
display: block;
text-transform:uppercase;
padding: 1px 0px 4px 25px;
background:url(images/bullet2.gif) no-repeat;
font-size:17px;
}

#linklist ul li a:active {
	color:#c1d72e;
	text-decoration:none;
	display: block;
	text-transform:uppercase;
	padding: 1px 0px 4px 25px;
background:url(images/bullet2.gif) no-repeat;
font-size:17px;
}


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

#photo{
	padding:0px;
	background:url(images/mint.jpg) right top no-repeat;
}


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

.feature{
 text-align:right;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 20px 10px 20px 20px;
}
.bio {
	clear:left;
	padding-top:10px;
}
.bio img {
	float:left;
	margin: 0 10px 5px 0;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	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{
background:url(images/navigation_back.gif) repeat;
height:auto;
padding:20px;
}


/*********** text styles ***********/
.callout_subtitle {
font-size:13px;
color:#b9541D;
}
.callout_subtitle a {
	text-decoration:none;
}
.subtitle {
font-size:14px;
color:#b9541D;
font-weight:bold;
}
.title {
font-size:18px;
color:#b9541D;
font-weight:bold;
}
.boldgreen{
font-weight:bold;
color:#c1d72e;
}

.service_feature {
border:1px #c1d72e dotted;
padding:10px;
margin:10px;
background:#ffffff;
}



/*********** #sectionLinks styles ***********/
#bottom_cap {
	clear:both;
	height:78px;
	width:735px;
	z-index:10;
	padding:0px;
	background:url(images/bottom_cap.gif) no-repeat;
	font-size:10px;
	color:#FFFFFF;
	}
#bottom_nav {
	clear:both;
	height:auto;
	width:735px;
	text-align:center;
	z-index:10;
	padding:0px;
	background-color:#b9541D;
	font-size:10px;
	color:#e48552;
	}
#bottom_nav a:link {
color:#e48552;
}

#bottom_nav a:visited {
color:#e48552;
}

#bottom_nav a:hover	{
color:#c1d72e;
}

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

.relatedLinks{
border-bottom: #bfb691 1px dotted; 
margin:10px 10px 10px 20px;
font-size:10px;
padding-bottom:10px;
}
.relatedLinks_plain{
margin:10px 10px 10px 20px;
font-size:10px;
padding-bottom:10px; 
}




