/* BODY OF PAGE */
html,body {
	margin: 0px;
	font-family:arial,verdana;
	height: 100%;
}


/***********
* PAGE WRAPPER
************/

div#wrapper {
	/*background: url(/images/icing-bg.gif);*/
	/*background: url(/development/images/blue-grid-bg-2.gif);*/
	/*background-color: #34C6F4;*/
	background-repeat: repeat-x;
	width: 100%;
	min-height:100%;
	/*padding-bottom:77px;*/

}


/***********
* TOP
************/

div#top {
	z-index:1;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;	
	height: 100px;
}


div#top_logo {
	/*float:left;
	width:60%;*/
}

div#top_nav {
	padding-top: 70px;
	/*float:right;*/
	width:100%;
	/*border-bottom: 1px dotted #ccc;*/
	background: url(/development/images/navbg.gif);
	background-color: #34C6F4;
	background-repeat: repeat-x;
	padding: 5px;
}

div#top_nav a{
	font: 600 16px Arial,Verdana;
	color: #ffffff;	
}

div#top_nav a:hover{
	/*border-bottom:6px solid #33ccff;*/
	text-decoration:none;
	color: #000;
}

.top_nav_active  {
	border-bottom:6px solid #ff33cc;
	text-decoration:none;
}

/***********
* BODY
************/

div#body {
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
}

div#body_left {
	float:left;
	width:70%;
	min-width:600px;
	font-family:arial,verdana;
	font-size: 14px;
}

div#body_left h1 {
	font-family: verdana,arial;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #33ccff;
}

div#body_left h2 {
	font-family: verdana,arial;
	font-size:16px;
	font-weight:normal;
}

div#body_text {
	/*background: url(/images/body-text-bg.gif) repeat-x;	*/
	background: url(/images/blue-grid-bg.gif);
	min-height: 225px;
}

div#body_text p {
	padding-left: 10px;
	padding-right:10px;
	font-family: verdana,arial;
	font-size:14px;
	font-weight:normal;
}

div#body_text a {
	font-family: verdana,arial;
	font-size:14px;
	font-weight:bold;
}

div#body_right {
	float:right;
	width:25%;
	padding-left:10px;
	border-left: 1px dotted #ccc;
}

div#body_right a{
	font-family:arial,verdana;
	font-size: 16px;
	padding-left:15px;
}

div#body_right a:hover{
	border-left:6px solid #33ccff;
	text-decoration:none;
}

.body_right_active {
	border-left:6px solid #ff33cc;
	text-decoration:none;
}

/***********
* BOTTOM
************/

div#bottom {
	position:relative;
	margin-top:-77px;
	background: url(/images/icing-bg-bottom.gif);
	background-repeat:repeat-x;
	height: 77px;
	clear:both;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/***********
* IMAGE SHADOW
************/
.img-shadow {
  float:left;
  background: #666 bottom right !important;
  background: #666 no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

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

.img-shadow-sm img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
a {
	color: #000000;
	text-decoration:none;
	font-family:verdana;
	font-size:14px;
}

a:hover {
	color: #000000;
	text-decoration:underline;
	font-family:verdana;
	font-size:14px;
}

.navcell {
	text-align: center;
	font: 600 14px Arial;
	color: #ffffff;
}

