/*********************************************************/
/***  Free Web Templates by Investintech PDF Solutions  **/
/***        URL: http://www.investintech.com           ***/
/*********************************************************/

/* General Style */

body { 	
	background-image:url(../images/backfader.jpg);
	background-color:green;
	background-repeat:repeat-x;	
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
}

p {
	text-align:justify;
}

h1 {
	text-shadow:0.05em 0.05em black;
	font-size:22px;
	color:white;
}

h2 {
	text-shadow:0.05em 0.05em black;
	font-size:16px;
	color:#ff9900;
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:-5px;
}

a{
	color:#ff9900;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.button {
	background-image:url("../images/button.png");
	display:block;
	font-size:12px;
	height:30px;
	line-height:28px;
	text-align:center;
	text-transform:lowercase;
	width:92px;
}
a:hover.button {
	background-position:-91px 0;
	display:block;
}

.floatright {
	float:right;
}

/* Header Style */

#header {
	position:relative;
	margin:40px auto 40px auto;
	width:890px;
	height:78px;
}

#header div#logo {
	background-color:#333333;
	background-image:url("../images/logo-bckg.jpg");
	background-repeat:no-repeat;
	float:left;
	height:74px;
	padding:4px 36px 0 46px;
	width:241px;
}

/* Header navigation Style */

#header div#navigation {
	float:right;
}

a.nav {
	text-shadow:0.05em 0.05em black;
	display:block;
	width:92px;
	height:78px;
	font-size:16px;
	line-height:50px;
	text-align:center;
}

a:hover.nav {
	background-image:url(../images/semitr.png);
	background-repeat:repeat-x;
	text-decoration:none;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

.smallsub{
	font-size:10px;
	color:white;
	text-decoration:none;
	line-height:20px;
}

.smallsub a:hover {
	color:black;
}

/* Header Style */


#content {
	position:relative;
	margin: 0 auto;
	width:890px;
}


.contentbox1 {
margin:0px 10px 40px 20px;
width:301px;
float:left;
}
.contentbox1  img{
	float:left;
	margin: 0 5px 5px 0;
}
.contentbox1 div#cb-top{
	width:100%;
	height:20px;
	background-image:url(../images/box-top.png);
	float:left;
}
.contentbox1 div#cb-middle {
	background-image:url("../images/box-repeat.png");
	background-repeat:repeat-y;
	float:left;
	height:auto;
	padding:0 20px;
	width:261px;
}
.contentbox1 div#cb-bottom{
	width:100%;
	height:20px;
	background-image:url(../images/box-bott.png);
	float:left;
}

.contentbox2 {
width:501px;
float:right;
}
.contentbox2  img{
	float:left;
	margin: 0 5px 5px 0;
}
.contentbox2 div#cb-top{
	width:100%;
	height:20px;
	background-image:url(../images/box-top2.png);
	float:left;
}
.contentbox2 div#cb-middle {
	background-image:url("../images/box-repeat2.png");
	background-repeat:repeat-y;
	float:left;
	height:auto;
	padding:0 20px;
	width:461px;
}
.contentbox2 div#cb-bottom{
	width:100%;
	height:92px;
	background-image:url(../images/box-bott2.png);
	float:left;
}

.contentbox1 p {
	padding:5px;
	background-color:green;
}

/* Footer Style */

#footer {
	width:890px;
	position:relative;
	margin:0 auto;
	padding:10px 20px 0 20px;
	color:#66cc33;
}
#footer div#navigation2 {
	float:left;
	height:20px;
	width:450px;
}
#navigation2 ul{
	margin:0;
	padding:0;
	font-size:18px;
	list-style:none;
	float:left;
	width:500px;
}
#navigation2 li{
	margin:0 10px 0 10px;
	padding:0;	
	list-style:none;
	float:left;
}
#footer div#generalia2 {
	float:right;
	margin-left:20px;
}
#footer div#generalia1 {
	float:right;
	margin-left:20px;
	margin-right:20px;
}

#footer div#copyright {
	float:right;
	margin:60px 77px 20px 0;
}