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

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

body{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #E17926;
	text-decoration: none;
}

a:link{
	color: #E17926;
	text-decoration: none;
}

a:visited{
	color: #E17926;
	text-decoration: none;
}

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

h1{
 font-family: Helvetica, Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #E17926;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Helvetica, Arial,sans-serif;
 font-size: 114%;
 color: #E17926;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

table.registration td {
	text-align:left;
	padding-top: 15px;
}

/*
input text {
	border: 1px solid #E17926;
}
*/

.submit input {
	background-color: #EBE4DF;
	color: #5C2900;
	font-style: italic;
}


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

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background: #E17926;
	background-image: url('../header_bg.gif');
	background-repeat: no-repeat;
	width: 717px;
	height: 87px;
}

#masthead-left{
position: relative;
left: 0px;
}


#masthead-12 {
	position: relative;
	float:left;
	top:49px;
	width:55px;
	height:23px;
}

#masthead-11 {
	position:relative;
	float: left;
	top:49px;
	width:49px;
	height:23px;
}

#masthead-10 {
	position:relative;
	float: left;
	top:49px;
	width:38px;
	height:23px;
}

#masthead-09 {
	position:relative;
	float: left;
	top:49px;
	width:52px;
	height:23px;
}

#masthead-08 {
	position:relative;
	float: left;
	top:49px;
	width:55px;
	height:23px;
}

#masthead-07 {
	position:relative;
	float: left;
	top:49px;
	width:75px;
	height:23px;
}


#masthead-06 {
	position:relative;
	float: left;
	top:49px;
	width:75px;
	height:23px;
}

#masthead-05 {
	float: left;
	position:relative;
	top:49px;
	width:43px;
	height:23px;
}

#masthead-04 {
	position:relative;
	float: left;
	top: 49px;
	width:55px;
	height:23px;
}

#masthead-01 {
	position:absolute;
	top: 0px;
	left: 0px;
	float: left;
	margin-left: 4px;
	height: 49px;
}

#masthead-02 {
	float: left;
	height:72px;
}


#masthead-03 {
	position: relative;
	float: right;
	/*
	left:557px;
	top:0px;
	width:163px;
	*/
	height:72px;
}


#masthead-13 {
	position:relative;
	left:-1px;
	top:0px;
	width:717px;
	height:14px;
}

div.fourinone {


}

div.miniarrow {
	float:left;
	margin-left: 4px;
	position: relative;
}

#wrapper {
    width: 717px;
    margin: 0px;
    text-align: left;
	padding: 0px 0px 0px 0px;
	background: #fff url('../body_bg.gif') top left repeat-y;
}
	
div#content {
	text-align: left;
	color: #000;
	margin: 0px 26px 0px 28px;
}

div#content h1{
	margin-top: 1em;
	margin-bottom: .5em;
}


div#rightimages {
	float: left;
	
}

#copyright {
    width: 717px;
	padding-top: 10px;
	font-size: 9px;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	background: #fff url('../body_bg.gif') top left repeat-y;
}

.copyright {
	width: 690px;
	text-align: center;
	font-size: 9px;
	font-style: normal;
    font-family: Helvetica, Arial, sans-serif;
}
	


.footer{
	clear: both;
	width: 717px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/footer.gif');
	font-size: 9px;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

/***********************************************/
/* Components                                  */
/***********************************************/

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


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

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

#registerheader {
	color: #c02012;
	font-size: 14px;
	text-align: left;
}

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

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

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

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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


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


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


