
/* HTML Tag Styles */

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


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

/*a:hover {
	text-decoration: underline; 
}
*/

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

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

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

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

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

ul{
 list-style-type: square;
}

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: 0;
	padding: 56px 0px 0px 0px;
	border-bottom: 10px solid #D7DEE5;
	width: 100%;
	background-attachment: scroll;
	background-image: url(img/onepluslogo-sm.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
}


#container{
	width: 801px;
	margin: 0px 0px;
	background-attachment: scroll;
	background-image: url(img/container-bkgd.jpg);
	background-repeat: repeat-y;
	background-position: 0px top;
}	


#navBar{
	float: right;
	padding: 0px;
	width: 240px;
	vertical-align: top;	
	background-color: #231e80;
	border-left: 1px solid #e8eff5;
	/*border-bottom: 1px solid #ccc;*/
	color:#FFFFFF;
	min-height:540px;
}


#content {
	width: 556px;
	margin: 0px;
	border-left: 1px solid #cccccc;
	background-color: #E8EFF5;	
	overflow: hidden;									/* Edit to fix IE display */
	vertical-align: top;
}


#dummy {
	clear: both;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: red;
}


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

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


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

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


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

#globalNav{
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #231E80;
}
/* '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: 90%;
	color: #FFFFFF;
	background-color: #231E80;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #231E80;
	border-right-color: #231E80;
	border-bottom-color: #231E80;
	border-left-color: #231E80;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}


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

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


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

.feature{
	padding: 0px 20px 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;
	display: inline;											/* IE DISPLAY FIX */
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

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

.story p{
	padding: 0px 0px 10px 0px;
	text-align: justify;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #231e80;
	background-image:url(img/siteinfo-border2.gif);
	padding-top: 10px;
	font-size: 75%;
	color: #d7dee5;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: right top;
}
/* 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{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	color: #000000;
	background-color: #A7C833;
	height: 190px;
}



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

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/
/*********** FOR FRONT PAGE ONLY! ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 14px solid #231E80;
	border-top: 10px solid #231E80;
	font-size: 106%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

/********* CHANGED ALL a:link{ to a{ for navbar sections to fix display ****/

#sectionLinks a{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #231E80;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #A7C833;
	font-weight: normal;
}

#sectionLinks a:visited{
	border-top: 1px solid #231E80;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #231E80;
	background-color: #A7C833;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}

/*********** #smlsectionLinks styles ***********/
/*********** FOR SUB PAGES ONLY -- NOT FRONT PAGE ***********/

#smlsectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 14px solid #231E80;
	border-top: 10px solid #231E80;
	font-size: 90%;
}

#smlsectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#smlsectionLinks a{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #231E80;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #A7C833;
	font-weight: normal;
}

#smlsectionLinks a:visited{
	border-top: 1px solid #231E80;
	padding: 2px 0px 2px 10px;
}

#smlsectionLinks a:hover{
	border-top: 1px solid #231E80;
	background-color: #A7C833;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}


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

.relatedLinks{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 87%;
	border-bottom: 1px solid #231E80;
}

.relatedLinks a{
	padding: 1px 0px 1px 10px;
	color:#FFFFFF;
	width:auto;
	border-bottom: 1px solid #231E80;
	}
	
.relatedLinks a:hover{
	padding: 1px 0px 1px 10px;
	background-color:#d7dee5;
	color:#333333;
	border-bottom: 1px solid #231E80;
	}

.relatedLinks h3{
	padding: 10px 0px 2px 10px;
	color: #d7dee5;
	border-bottom: 1px solid #D7DEE5;
}



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

#headlines{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-color: #a7c833;
}

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


/************** Other **************************/

.testimonialnames {
	color:#900000;
	text-align:right;
	font-style:italic;
}



#topnav
{
background: url('../img/contenttop-home.jpg') no-repeat;z-index:10;width:560px;height:200px;margin:0px;padding:0px;font-size:12px;
}
#topnav a
{
	color: #302c94;
}
#topnav a:hover {
	color: #a51002;
	text-decoration: none;
}
#footnav a
{
	color: #302c94;
}
#footnav a:hover {
	color: #a51002;
	text-decoration: none;
}

#maincon
{
width: 801px;
	margin: 0px 0px 0px 0px;
	background-image: url(img/container-bkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position:relative;
	top:87px;
	left:72px;
	}
#contentcon
{
width: 556px;
	margin: 0px;padding:0px;
	border-left: 1px solid #cccccc;
	background-color: #E8EFF5;	
	position:relative;top:0px;left:0px;
		overflow: visible;
}
#contentcon2
{
padding: 12px 12px 24px 12px;
font-size: 80%;
}	
	




