*, body {
	margin: 0px;
	padding: 0px;
}
body, html
{
	font-family: "normal normal normal 16px/18px 'Trebuchet MS'", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #d9e7ef;
}

.padding10
{
	padding: 7px;
}
.clear
{
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
a:link
{
	margin: 0;
	padding: 0;
	color: #6094D1;
}
a:visited
{
	color: #677881;
}
a:hover
{
	color: #2b3e64;
}

img
{ 
	 border-style: none;
}

/*------------------------------------------Header Start----------------------------------*/

#container{
	margin: 0 auto;
	padding: 0 0 24px 0;
	width: 842px;
	position: relative;
	
}

#header{
	width: 842px;
	height: 150px;
	margin: 0 0 7px 0;
	padding: 0 0 0 0;
	background: url(../images/header.png) no-repeat;
	color: #000000;
	float: left;
	z-index: 1;
}
	
#header #imgbookmark{
	position: absolute;
	left: 0px;
	top: 60px;
	float: left;
}
#header #imgnewsletter{
	position:absolute; left: 180px; top: 225px;
}	
#header ul{
	position: absolute;
	left: 1px;
	top: 125px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul li{
	width: 139px;
	margin: 0 1px 0 0;
	float: left;
}
#header ul li a{
	font: bold 11px/36px Helvetica, "Trebuchet MS", Arial, sans-serif;
	color: #5d79b8;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 48px;
	display: block;
	background: url(../images/header_nav_bg_1.gif) repeat-x 0 0 #000000;
}
#header ul li a.home{
	background:url(../images/header_nav_bg.gif) no-repeat 0 0;
	font:bold 11px/36px  Helvetica, "Trebuchet MS", Arial, sans-serif;
	color:#191919; text-align:center; text-decoration:none;
	text-transform:uppercase; background-color:#CCCCCC;
	}
#header ul li a:hover{
	background:url(../images/header_nav_bg.gif) no-repeat 0 0 #CCCCCC;
	color:#191919;
	}



/*------------------------------------------Header End----------------------------------*/

/*
#wrap {
	background: url('/img/elements/left-bg.jpg') repeat-y;
	margin: -8px 0px 0px 0px;
	width:1000px;
	position: relative;
	min-height: 80%;
	height: auto !important;
	height: 100%;
	
}
*/

#contentcontainer
{
	width: 100%;
	height: 100px;
}
#contenttext
{
	font-weight: bold;
	padding: 10px 0 10px 0;
	font: 14px/16px Arial, Helvetica, sans-serif normal normal;
	text-align: justify;
	width: 500px;
	float: left;
}
#contentpicture
{
	font-weight: bold;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 250px;
	float: right;
	position: relative;
	top: -30px;
}
#wrap {
	margin: 0 auto 0px auto;
	width: 842px;
	position: relative;
	min-height: 80%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
}


#main {
	float: left;
	line-height: 18px;
	padding: 15px 10px 50px 0;
	color: #000;
	margin: 0px 0px 0px 15px;
	min-height: 700px;
	width: 800px;

}
#main h2
{
	font: Helvetica, Arial, sans-serif normal normal 30px/32px serif;
	color: #5fbe3c;
	margin: 20px 0px 10px 0px;
	letter-spacing: -1px;
	text-align: left;
}
#main h3
{
	font: normal 22px/37px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5fbe3c;
	border-bottom: 1px #333333 solid;
	padding: 20px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
}
#main h3 strong
{
	color: #DA9000;
}
#main .indent
{
	margin: 0px 0px 0px 0px;
}
#main p
{
	margin: 10px 0px 10px 0px;
	font: normal normal normal 16px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: justify; 
	color: #212121;
}



#nav
{
	margin: 0px 0px 0px 0px;
	height: 30px;
}
#nav-contain
{
	margin: 0px auto;
	width: 930px;
	text-align: center;
}
#nav-contain ul
{
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}
/* navigation separators*/
#nav-contain ul li 
{
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	height: 25px;
	background: url('../img/elements/nav-li.png') no-repeat bottom right;
}
#nav-contain ul li a:link, 
#nav-contain ul li a:visited
{
	color: #ffffff;
}





#sidebar {
	float:left;
	width:201px;
}
#sidebar .hdr
{
	background: url('../img/elements/left-top.jpg') no-repeat;
	height: 42px;
}
#sidebar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 196px;
}
#sidebar ul li
{
	background: #92c6f8 url('../img/elements/left-item.gif') no-repeat 180px 7px;
	border-top: 1px #c9e9f9 solid;
	padding: 4px 25px 4px 5px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #0b4780;
	font-weight: bold;
}
#sidebar ul li a
{
	color: #0b4780;
	text-decoration: none;	
}
#sidebar .ftr
{
	background: #004499;
	height: 5px;
	border-top: 1px #c9e9f9 solid;
	border-bottom: 1px #c9e9f9 solid;
	width: 196px;
}
#sidebar_banner
{
	text-align: center;
	width: 200px;
}
#sidebar_banner .bannerbox img
{
	padding-top: 16px;
}
#sidebar_banner .bannerbox img
{
	border: 0px;
}
#sidebar_banner .bannerbox small
{
	position: relative;
	top: 15px;
	font-size: 10px;
}

#articles-left ul
{
	padding: 0px 20px 20px 20px;
	list-style-type: none;
	width: 160px;
}
#articles-left ul li
{
	padding: 0px 0px 10px 0px;
}
#articles-left
{
	font-size: 12px;
	font-weight: bold;
}
#articles-left ul p
{
	padding: 0px 0px 20px 0px;
}
#articles-left p span
{
	font-size: 10px;
	font-weight: normal;
}
#articles-left h3
{
	padding: 20px 0px 10px 20px;
	line-height: 30px;
	color: #0B4780;
	font-size: 14px;
}


#aweber
{
	width: 160px;
	padding: 0px 0px 0px 20px;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
#aweber h3
{
	color: #0B4780;
	font-size: 14px;
	padding-bottom: 10px;
}
#aweber p
{
	padding: 0px 0px 10px 0px;
}
#aweber label
{
	font-weight: bold;
}
#aweber input
{
	margin: 3px 0px;
}





#articles-left ul li a
{
	color: #0B4780;
}




#footer {
	background: #2e3c4a;
	clear:both;
	height: 150px;
	width: 100%;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
#footer .container
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding: 20px 0px 0px 0px;
}
#footer .container ul#ul1
{
	text-align: center;
	list-style: none;
	width: 900px;
	margin: 0px auto 0px auto;
}
#footer .container ul#ul2
{
	list-style: none;
	width: 900px;
	margin: 0px auto 0px auto;
}
#footer .container ul#ul3
{
	list-style: none;
	width: 900px;
	margin: 0px auto 0px auto;
}


#footer .container ul li
{
	float: left;
	padding: 5px 8px 5px 0px;
}
#footer .container ul li a
{
	color: #ffffff;
}

.googletranslate
{
	margin: 0 auto;
	width: 830px;
	position: relative;
	top: 20px;
	white-space: nowrap;
	border-top: none;
	z-index: 1;
	left: 0px;
	float: left;
}
.googletranslate div
{
	text-align: right;
	float: right;
}
.google_translate img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	 opacity: 1.0;
	border:0;
}
.google_translate:hover img {
	filter:alpha( opacity=30);
	-moz-opacity: 0.30;
	 opacity: 0.30;
	border:0;
}
.google_translatextra:hover img {
	filter:alpha( opacity=0.30);
	-moz-opacity: 0.30;
	 opacity: 0.30;
	border:0;
}
