@charset "utf-8";
@import url("../misc/ovi/style.css");
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

.oneColElsCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	/*background-repeat: repeat-x;
	background-position: left top;*/
	padding-bottom: 50px;

}
.imgCenter {
	text-align: center;
}

.oneColElsCtrHdr #header {
	height: 140px;
	width: 998px;
	background-image:url(img/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #DDDDDD;
} 
#hdrTBL {
	height: 140px;
	width: 100%;
}
#menu {
	height: 81px;
	width: 706px;
	margin-top: 59px;
}
.oneColElsCtrHdr #mainContent1 {
	padding: 0;
	height: auto;
	width: 998px;
	background-color: #333;
}

/* End CSS Drop Down Menu */
#content {
	height: 185px;
	width: 960px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(img/underBanner.png);
	position: relative;
}
#mainBanner {
	height: auto;
	width: 999px;
	text-align: left;
}
#mainBanner2 {
	height: auto;
	width: 998px;
	text-align: left;
}

.box {
	height: auto;
	width: 318px;
	float: left;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.boxText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	padding: 7px;
	height: 106px;
	color:#CCC;
	background-color:#151515;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000;
	background-image: url(img/boxMotif.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.NewsText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	padding: 7px;
	height: 106px;
	color:#999;
	background-color:#151515;
	overflow: auto;
	width: 303px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000;
	background-image: url(img/boxMotif.png);
	background-repeat: no-repeat;
	background-position: 255px bottom;
	line-height: 1.5em;
}
.NewsText a{
	font-size: 1.35em;
	color:#60703F;
	line-height: 1.45em;
	text-decoration: none;
}
.NewsText a:hover{
	color:#73B81D;
}

.boxButton {
	height: 20px;
	width: 311px;
	float: left;
	padding-top: 20px;
}

.boxTitle {
	background-color:#000;
	height: 30px;
	width: 308px;
	color: #8CC63F;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 0.7em;
}

.oneColElsCtrHdr #footer {
	width: 988px;
	background-color: #000;
	height: 28px;
	padding-top: 12px;
	padding-bottom: 0;
	font-family:  "verdana", Arial, sans-serif;
	font-size: 0.7em;
	color: #999;
	padding-left: 10px;
	z-index: 1;
} 
.oneColElsCtrHdr #footer a {
	color: #69952F;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-color:#cccccc;
	background-image: url(img/bodyBG.jpg);
	font-family: "verdana", Arial, sans-serif;
	font-size: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

/* Drop Down Menu */

#menuh
	{
	font-size: 0.9em;
	font-family: "verdana", Arial, sans-serif;
	width:100%;
	height: 51px;
	float:left;
	z-index: 6000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #FFF;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 75%;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	text-decoration:none;
	color: #000;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	height: 24px;
	background-image: url(img/SubMenuHoverBG.png);
	background-repeat: repeat;
	margin-top: 4px;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	height: 33px;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 80%;

	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	height: 33px;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 80%;
	background-image: url(img/menuOV.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
	margin: 0px;

	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	margin: 0px;

	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;

	}

#menuh li
	{
	float:left;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align:bottom;	/* Sophie Dennis contribution for IE7 */
	margin: 0 1px 0 0;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
.indexSubHeader {
	height: 33px;
	background-image: url(img/titleBarBG_index.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-left: 30px;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8BC43F;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	background-color: #000;
}

.subHeader {
	height: 36px;
	width: 708px;
	background-image: url(img/titleBarBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-align: left;
	padding-left: 290px;
}
.cases{
	padding-top: 14px;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.SideBar {
	height: 550px;
	width: 280px;
	float: left;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 0.8em;
	background-image: url(img/sideBarStripBG.png);
	color: #70A33C;
}
.SideBara {
	height: 550px;
	width: 280px;
	float: left;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 0.8em;
	background-image: url(img/sideBarStripBG.png);
	color:#9CF;
}
.SideBar a {
	color:#666;
	text-decoration: none;
}
.SideBar a:hover {
	color:#73A73B;
	text-decoration: none;
}

.subMenuItem {
	text-align: left;
	text-indent: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(img/next.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.subMenuItem2 {
	text-align: left;
	text-indent: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color:#666;
	background-image: url(img/next.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#9CF;
}
.subMenuItem:hover {
	background-color:#000;
}
.subMenuItem2:hover {
	background-color:#039;
}
.subMenuCateg {
	text-align: left;
	text-indent: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-weight: normal;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subMenuCateg:hover {
	background-color: #000;

}
.newsTitle {
	font-size: 1.8em;
	font-weight: normal;
	color: #9CAF6B;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
.newsTitle a{
	font-size: 1.1em;
	font-weight: normal;
	color: #91A468;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}


.exeName {
	font-size: 1.7em;
	font-weight: normal;
	color: #9CAF6B;
	padding-left: 10px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.exeName a {
	color: #9CAF6B;

	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.exeTitle {
	font-weight: normal;
	color: #CCC;
	padding-left: 10px;
	margin-bottom: 4px;
}
input, select, textarea {
	font-size: 100%;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #A6A6A6;
	background-image: url(img/inputBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px;
	color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: thin;
}
.wp {
	font-weight: normal;
	color: #ADC567;
	padding-left: 10px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
.textHighlight {
	font-size: 1.3em;
	font-weight: bold;
	color: #CCC;
	margin-bottom: 4px;
	line-height: 1.3em;
}
.SM_title {
	color: #8CC63F;
	font-size: 0.8em;
	vertical-align: middle;
	font-weight: normal;
}
.SM_title a {
	color: #8CC63F;
	font-size: 0.8em;
	vertical-align: middle;
	text-decoration: none;
}
.SM_title a:hover {
	color: #A2D544;
	font-size: 0.8em;
	vertical-align: middle;
	text-decoration: underline;
}

.SM_txt {
	color: #8CC63F;
	font-size: 0.75em;
	line-height: 2em;
}
.SM_txt a {
	color: #8CC63F;
	font-size: 0.75em;
	line-height: 2em;
	text-decoration: none;
}
.SM_txt a:hover {
	color: #A2D544;
	font-size: 0.75em;
	line-height: 2em;
	text-decoration: underline;
}
#subTabs {
	height: 500px;
	width: 100%;
	margin-top: -10px;
}
.wp_faq {
	font-weight: normal;
	color: #ADC567;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
.deployment {
	height: auto;
	width: 200px;
	padding-right: 8px;
	padding-left: 8px;
	position: relative;
	float: left;
}
.deployment p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #8CC63F;
	text-align: center;
	margin-top: 0px;
}
.analytics {
	float: left;
	width: 682px;
	clear: left;
	height: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	position: absolute;
	visibility: hidden;
}
