/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #cccccc;
	line-height: 1.166;	
	margin-left: auto;
	margin-right: auto;
        margin-top: 0px;
	padding:  0px 0px 0px 0px;
	width: 800px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

ing {
	border: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-bottom: 0px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeee;
	border-right: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	width: 240px;
}

#content{
	float:right;
	width: 556px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #siteName styles **************/

#siteName{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 5px;
	font-size: 55%;
	color: #ffffff;
        background-color: #660000;
}

#siteName img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
        font-size: 100%;
}


/*************** #contentName styles **************/

#contentName{
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	text-align: center;
	width: 317px;
	background-color: #ff6699;
}


/************* #globalNav styles **************/

#globalNav{
        color: #cccccc;
        padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
        float:right;
        white-space: nowrap;
}
/* '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: 80%;
	padding: 0px 0px 0px 0px; 
}

/************** .information styles ***************/

.information{
        float:right;
	width: 200px;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
        color: #ffffff;
        background-color: #000000;
}

.information img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
        background-color: #ffffff;
}

.information p{
	font-size: 50%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

/************** .feature1 styles ***************/

.feature1{
        float:left;
	width: 556px;
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.feature1 p{
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 10px;
}

.feature1 h3{
	padding: 30px 0px 0px 0px;
	text-align: center;
}

.feature1 img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .feature2 styles ***************/

.feature2{
        float:left;
	width: 556px;
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.feature2 p{
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 10px;
}

.feature2 h3{
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
	border-right: 30px solid #996633;
	border-left: 30px solid #996633;
	border-top: 1px solid #996633;
	border-bottom: 1px solid #996633;
}

.feature2 img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* adjust margins to change separation between the feature image and text flowing around it */



/************** .content1 styles ***************/

.content1{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.content1 h1{
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-right: 15px solid #ff6699;
	border-left: 15px solid #ff6699;
	border-top: 1px solid #ff6699;
	border-bottom: 1px solid #ff6699;
}

.content1 img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************** .navi styles ***************/

.navi{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	text-align: center;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #334d55;
	padding: 5px 0px 0px 200px;
	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;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 5px 0px;
	font-size: 100%;
	border-right: 1px solid #996633;
	border-left: 1px solid #996633;
	border-top: 1px solid #996633;
	border-bottom: 1px solid #996633;
}

.relatedLinks h3{
        color: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 90%;
	text-align: center;
	background-color: #bf8142;
	border-bottom: 1px solid #996633;
}

.relatedLinks ul{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 70%;
}

.relatedLinks img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

/************** #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;
}

/************** #line **************/

.bottom1{
	border-bottom-style: solid;
    border-color: #00CCCC;
}
.bottom2{
	border-bottom-style: solid;
    border-color: #0099CC;
}
.bottom3{
	border-bottom-style: solid;
    border-color: #0066CC;
}
.bottom4{
	border-bottom-style: solid;
    border-color: #0000CC;
}

/************** #list **************/

.list{
	list-style-image: url("images/016-001.gif");
	list-style-type: square;
	font-size: 14px
}

/************** #selectbox **************/

img{
	border:0;
}
.selectbox{
	width:210px;
	text-align:right;
}
.ImageBox{
	margin:0;
	padding:0;
}
.Clear{
	clear:both;
	margin:0;
	padding:0;
	visibility:hidden;
	width:0;
	height:0;
}

* html .Clear{
	margin:0;
	padding:0;
	display: none;
	width:0;
	height:0;
}
.Left{
	float:left;
}
.mainDiv{
	width:760px;
	margin:0 auto;
}
.FutonSelectBoxP{
	width:210px;
}
.Margin-top5{
	margin-top:5px;
}
