/* Mary Ann Fernandes www.fernandesmedia.com 2007 Vertical Navigation*/

/* some browsers put in their own margins and padding or borders, this makes sure everything is 0'd out */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
/*SWAP LOOK - CHANGE BACKGROUND COLOR*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#C8E6C2;
	margin: 0;
	padding: 0;
	text-align: left;
	color:#0000CC;
}

#NavMaincontainer{
	width: 730px; /*Width of main container*/
	margin: 50px auto; /*Center container on page*/
	text-align:left;
	background:#C8E6C2 url(images/frame.jpg) repeat-y center top;
	}
  
#NavContentWrapper {
	margin-left: 190px;
}

#contentcolumn {
margin-right: 43px;
}
/*SWAP LOOK  - CHANGE MARGIN LEFT*/
.glossymenu{
list-style-type: none;
margin-left: 50px;
margin-top: 10px;
padding: 0;
width: 130px;
border-bottom-width: 0;
float: left;
}

.glossymenu li a{
	background-color: #97B2E3;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border: 1px solid #7E887F;
}

* html .glossymenu{
margin-left: 30px;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.glossymenu li a:active{
color: white;
}

.glossymenu li a:visited{
color: #0000CC;}

.glossymenu li a:hover, .glossymenu li a#selected{
background-color: #3C589B; color:#FFFFFF}

.glossymenu li a#english{
color:#FFFF99;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 135px; /*menu offset from left edge of window*/
float: left;
background-color: #97B2E3;
border: 1px solid #7E887F;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}

#pointermenu ul li a{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
float: left;
color: white;
padding: 2px 11px 7px 7px;
text-decoration: none;
}

#pointermenu ul li a:visited{
color: white;
}

#content g {
	padding: 25px;
}

#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: #242B68;
}

#contenttext {
margin-left: 200px;
width: 425px;
}

.Navcontainer {
/* add <div class="container"> before each header and a </div> after each paragraph to clear. */
width:99%;
float: right;
}

.aligncenter {
margin-left: 110px;
}


.rightimage{
float: right;
margin: 0 0 40px 10px;
width: 244px;
}

.righttext{
float: right;
margin: 0 0 10px 10px;
width: 150px;
}

.rightpic{
float: right;
margin: 10px 5px 5px 5px;
width: 190px;
}
  
#footer {
	clear: left;
	width: 100%;
}

#Navfooter {
	clear: both; 
}

/* Font Properties */
p {
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000CC;
}

#tabletext {
font-size: 14px;
}

br {
	line-height: 1.5em;
}
td {
	line-height: 1.4em;
}
a {
	font-style: normal;
	font-weight: bold;
}
#plinkdescription {
	color: #000000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 220px;
	margin-top: 20px;
	padding-left: 7px;
	line-height: 1.5em;
}
h2 {
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

h4 {
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
}
ul {
margin-left: 20px;
}
.tile {
	background-repeat: repeat-y;
	background-position: top;
}

/*The following 3 does a clearit:both, but fixes bugs and makes it work better for all browsers to contain elements in a container read more at http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .Navcontainer {
  margin-right: 20px;
  }
