/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

#content {
	padding: 5px;
	/*background-color: #eeeeee;*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo {
	position: inherit;
	background-image: url(../images/logoRule.gif);
	background-repeat: repeat-x;
}

.companyName {
	position: absolute;
	left: 120px;
	top: 10px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #006666;
	font-size: 22px;
	letter-spacing: -1px;
}

.companySlogan {
	position: absolute;
	left: 120px;
	top: 41px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #006666;
	font-size: 22px;
	letter-spacing: -1px;
}


/************ breadCrumb styles **************/

#breadCrumb {
	position: relative;
	top: 15px;
	left: 5px;
}
#breadCrumb p {
	font-size:10px;
	color: #333333;
}

.kwhref {
	color: #006666;
	text-decoration:none;
}

.kwhref:hover {
	color: #000000;
	text-decoration:underline;
}

.kwtitle { 
	color:#333333;
	font-weight:bold;
}
.kwspan { 
	color: #333333;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: absolute;
	top: 138px;
	left: 5px;
	width: 175px;
	font-size: 90%;
	z-index: 800;
	border: 1px solid #006666;
}

#sectionLinks h1 {
	color: #FFFFFF;
	background-color:#006666;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	display:block;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#sectionLinks h1 a, #sectionLinks h1 a:link, #sectionLinks h1 a:visited, #sectionLinks h1 a:hover {
	display: inline;
	padding: 0;
	margin: 0;
	background-color:#006666;
	color: #FFFFFF;
	border-top: none;
	border-bottom: none;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	/*background-image:  url("../images/bg_nav.jpg");*/
	background-color: #eeeeee;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
	text-decoration:none;
	font-size: 10px;
}

#sectionLinks a:hover {
	display: block;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #006666;
}

#sectionLinks p {
	padding: 0;
	margin: 0;
	border-top: 1px solid #006666;
}

#rss {
	display: compact;
	font-size: 9px;
	color: #000000;
}

#rss p {
	padding-bottom: 1px;
	margin-left: 2px;
	padding-left: 2px;
	margin-right: 2px;
	padding-right: 2px;
	padding-top:3px;
	margin-top:0;
}

#rss a, #rss a:link, #rss a:visited {
	display: compact;
	border-top: none;
	border-bottom: none;
	background-image:  none;
	background-color: #ffffff;
	font-weight: bold;
	color: #006666;
	text-decoration:none;
	font-size: 9px;
	font-weight:normal;
	padding-bottom: 3px;
	margin-left: 0px;
	padding-left: 3px;
	margin-right: 0px;
	padding-right: 3px;
}

#rss a:hover {
	display: compact;
	border-top: none;
	background-color: #ffffff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	font-weight:normal;
	color:#006666;
	padding-bottom: 3px;
	margin-left: 0px;
	padding-left: 3px;
	margin-right: 0px;
	padding-right: 3px;
}

.rssAuthor {
	font-style:italic;
	color:#666666;
}


/************ pageContent styles **************/

#pageContent {
	margin: 10px;
	margin-top: 30px;
	margin-left: 195px;
	padding-left: 195px;
	padding: 10px;
	/*background: #FAFAFA;
	border: 1px solid #CCCCCC;*/
}

#popUpContent {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageName {
	position: relative;
	top: 0px;
}

#pageName p {
	font-size:18px;
	font-weight:bold;
	color: #000000;
	padding: 0px 0px 6px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
}

#popUpPageName {
	position: relative;
	top: 0px;
}

#popUpPageName p {
	font-size:18px;
	font-weight:bold;
	color: #006666;
	padding: 0px 0px 6px;
	margin: 0;
}


.pageNameRule {
	padding: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
}

#pageBody {
	position: relative;
	top: 5px;
}

.headline {
	position: relative;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.6em;
	color: #000000;
	font-weight:bold;
}

.headline p {
	padding: 0px;
	margin: 0px;
}

.story {
	position: relative;
	padding-top: 10px;
}


.storyLeft {
	float:left;
	width:48%;


}

.storyLeft img {
	margin-right: 6px;
	margin-bottom: 6px;
}
/*
.storyRight img {
	padding-left: 6px;
	padding-bottom: 6px;
}
*/
.storyRight {
	float:right;
	width:48%;
	

	
}

.story h1 {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	padding: 18px 0px 0px;
	margin: 0px;
}


.story p {
	font-size: 10px;
	line-height:1.4em;
	margin-top: 8px;
	margin-bottom: 3px;
}

.story td {
	font-size: 10px;
}

.story a, .story a:link {
	color: #006666;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;	
}
.story a:visited {
	color:#333333;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;	
}

.story a:hover {
	color:#006666;
	text-decoration:none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;	
}


.story ul {
	font-size: 10px;
	line-height: 1.1em;
	list-style-type: none;
	margin:0 0 0px;
	padding:0 0 0 4px;
}

.story ul ul {
	font-size: 10px;
	line-height: 1.1em;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

.story li {
	list-style-type: none;
	background:url(../images/ul_bullet.gif) no-repeat .1em 0px;
	margin:0 0 4px;
	padding:0 0 0 6px;
}

.story ul li ul li {
	margin-top: 4px;
}

.callToAction {
	text-align: left;
	font-size:10px;
	line-height: 1.4em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 6px;
	margin-top: 30px;
	margin-right: 24px;
	padding-bottom: 0.5em;
	font-weight:500;
	width: 75%;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}

/************ footer styles **************/

#footer {
	position: relative;  /* Needed for Safari */
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #999999;
	color:#333333;
	font-size:9px;
}

#footer li {
	display: inline;
	padding-right: 5px;
}

#footer a img {
    /*opacity: 0.5;*/
}

#footer a:hover img {
    /*opacity: 1;*/
}

.footerLink a {
	color: #EEEEEE;
	margin: 2px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
}

.footerLink a:hover {
	margin: 2px 1px;
	color: #000;
	background:#eeeeee;
	border: 1px solid #006666;
}

.clearBoth {
	clear:both;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

.tableHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.requiredtext {
	color: #FF0000;
}

.menuItems {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

.pending {
	font-style:italic;
	color: #006666;
	background-color:#FF9900;
	background:#FF9900;
}
.imageBorder {
	border: 1px solid #666666;
}
