/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #e3e9ec;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #29A3E1;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}

/* Boxed */

.title {
	background: url(images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	/*background: url(images/img05.gif) no-repeat left bottom;*/
	padding: 3px;
	display:block;
	position:relative;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	/*background: url(images/img06.gif) repeat-x left bottom;*/
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 10px 20px 10px 30px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 908px;
	height: 221px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #E16629;
	border-right: 1px solid #3399cc;
	border-left: 1px solid #3399cc;
}

/* Logo */

#logo {
	float: left;
	width: 290px;
	height: 220px;
	background: #29A4E1 url(images/img01.gif) no-repeat;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 617px;
	height: 50px;
	background: #F4F4F4;
	border-right: 1px solid #3399cc;
	font-size:16px;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E16629;
	font-size:16px;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #1A7196;
	font-size:16px;
	color:#000033;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
	font-size:16px;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 908px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;*/
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #3399cc;
	border-right: 1px solid #3399cc;
	background-color:#cccccc;
}

/* Content */

#content {
	float: right;
	width: 579px;
	padding: 20px;
	background-color:#ffffff;
	/*border-right: 1px solid #3399cc;*/
}

#content p {
	line-height: 152%;
	font-size:14px;
	padding-bottom: 20px;
	text-align:justify;
	
	
}

#content ol, #content ul {
	line-height: 152%;
	font-size:14px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 284px;
	margin: 0; padding: 0;
	display: inline;
	
}

#sidebar p {
	line-height: 152%;
	font-size:14px;
	font-weight:bold;	
	padding-left: 40px;
	color: #E16629;
	
}

#sidebar img {
	padding: 6px;
}


#sidebar ul.sidemenu {
	list-style:none;
	/*margin:10px 0 10px 15px;*/
	margin: 0;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	margin-left:1px;
	border: 1px solid #d1d1d1;
}

#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color:#233676;
	text-decoration:none;	
	padding:2px 5px 2px 15px;
	/*background: #d1d1d1;*/
	background-color:f4f4f4;
	/*border-left:4px solid #CCC;	*/
	font-size:16px;
	min-height:18px;
}

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 15px;
	background:#3399cc;
	/*color: #E16629;*/
	color:#ffffff;
	/*border-left:4px solid #9EC630;*/
}



/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1{
	float: left;
	width: 100%;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
	float:right;
	padding: 10px;
}

/* Footer */

#footer {
	width: 910px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #E16629;
}

#footer p {
	text-align: center;
	font-size: 14px;;
	line-height: 25px;
}

.img-shadowLeft {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 5px;
  
  }

.img-shadowLeft img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 


.img-shadowRight {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 20px !important;
  margin: 10px 0 0 15px;
  
  }
  
  .img-shadowRight img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 