@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DEDEBC;
	background-image: url(../images/bg_cream.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	margin-bottom:0;
	margin-top:0px;
	line-height: 16px;
}

img {
	border:none;
	margin:0;
	padding:0;
	
}

img a{border:0;
	margin:0;
}

a{
	color: #17718C;
	text-decoration: none;
}

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

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

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

h1{
	font-family: Verdana, Arial, sans-serif;
	color: #115B6F;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3{
	margin: 0px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

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

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;
}


#container {
	padding: 0px;
	text-align:left;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-top: 0px;
	vertical-align: top;
	width: 900px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left;
} 

#header {
	background-color: #FFFFFF;
	height: 100px;
	padding: 0;
	margin: 0px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#enclose {
	margin:0;
	}

#sidebar1 {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-position: top;
	border: 0;
	width: 150px;
	height: 100%;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px;
	padding: 10px;
	background-color: #FFF;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mainContent {
	background-image: url(../images/bg_box-cont.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
	font-size: 90%;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	text-align: center;
	background-color: #eeeeee;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: left;
}


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

#globalNav{
	color: #cccccc;
	text-align: left;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	background-color: #709C3A;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-color: #CCC;
}

#globalNav img{
	display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
	color: #FFFFFF;
}

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

#language{
	padding-right: 10px;
	text-align: right;
	background-image: url(../images/bg_SubNav.gif);
}

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

.newsLinks{
	position: relative;
	margin: 0px;
	font-size: 90%;
}

.newsLinks h3{
	padding-right: 0px;
	padding-left: 0px;
}

.newsLinks a:link,
.newsLinks a:visited {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.relatedLinks{
	margin: 0px;
	text-align: left;
	background-repeat: repeat-x;
	font-size: 12px;
	padding-bottom: 10px;
}

.relatedLinks h3{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}


/************** #advert styles **************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* rounded corner box
================================== */

.box {
	background-image: url(../images/bottom-left2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #effce7;
	width: 20em;
}

.box-outer {
	padding-bottom: 5%;
	
	background-repeat: no-repeat;
	background-position: right bottom;
}

.box-inner {

	background-repeat: no-repeat;
	background-position: left top;
}

.box h2 {
	padding-top: 5%;

	background-repeat: no-repeat;
	background-position: right top;
}


.box h2, .box p {
	padding-left: 5%;
	padding-right: 5%;
}

/* easy drop shadow */

.img-wrapper {
	float: left;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: right;
	white-space: nowrap;	/*margin: 10px 0 0 10px;*/
}

.img-wrapper div {
	background: url(../images/web/mask.png) no-repeat left top !important;
	background: url(../images/web/mask.gif) no-repeat left top;
	padding: 0 5px 5px 0;
	float: left; /* :KLUDGE: Fixes bug in IE/Mac */
	text-align: center;
}
 
.img-wrapper img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	text-align: center;
	margin-top: -3px;
	margin-right: 5px;
	padding: 4px;
	margin-bottom: 2px;
	margin-left: -3px;
}
