body, html {
	margin:0;
	padding:0;
}
body {
	background: #fff url('../images/bg.gif');
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
img.cpic
{
border:1px solid #999999;
position: relative;
top: -8px;
padding: 5px;
}

img.right
{
float: right;
margin-left: 14px;
}

.more { background:url(../images/bullet.bmp) no-repeat left 4px; padding-left:15px; display:block; font-size:1.16em;}

#wrap {
	width: 898px;
	margin:0 auto;
	padding: 0px;
	border:1px solid #CECFCE;
	overflow:hidden;
}
#content {
	width: 100%;
	background: #FFFFFF url(../images/content_top.gif) top left repeat-x;
	overflow: hidden;
	float: left;
}
#header {
	position: relative;
	height: 160px;
	background: url(../images/header_bg.gif) repeat-x bottom left;
	border-bottom:2px solid #FFFFFF;
}
#header #flashcontent
{
float:right;
	
}
#header #infotext
{
	position: absolute;
	padding-right: 350px;
	top: 5px;
	right: 0px;
	z-index: 5;
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding-left: 35px;
	height: 58px;
	line-height: 22px;
	font-weight: bold;
	background: url(../images/phonebox.gif) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}
#header #logo
{
	position: absolute;
	padding-left: 15px;
	top: 35px;
	left: 0px;
	z-index: 5;
}
/**************** Top Menu ****************/
    #nav {
	position: absolute;
	left: 0px;
	padding-left: 26px;
	bottom: 0px;
	width: 95%;
	z-index: 10;
	font-size:16px;
      }
    #nav ul {
	margin:0;
	padding:10px 10px 0px 0px;
	list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
	#on {
	background-color:#CC0000;
    /*	background: transparent url(../images/bar.gif) no-repeat  center bottom;*/
      }
	  
	  
    #nav a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  filter:alpha(opacity=70);
	  -moz-opacity:0.7;
      opacity: 0.7;
      }
    #nav a span {
      float:left;
      display:block;
      background:url("../images/tabright10.gif") no-repeat right top;
	  padding:5px 15px 4px 6px;
      color:#FFF;
	  }
    #nav a span {
	  float:none;
	  }
    #nav a:hover {
      background-position:0% -42px;
      }
    #nav a:hover span {
      background-position:100% -42px;
	  color:#000000;
      }
	
#main {
	float:left;
	width:650px;
	padding:20px 10px;
	}
#main h2 {
text-transform:uppercase;
font-size:18px;
font-style:normal;
font-weight:normal;

}

#main h2, #main h3 {
	color: #25195f;
	background-repeat: no-repeat;
}
#sidebar {
	float:right;
	width:200px;
	padding:20px 10px;
	border-left:1px solid #CECFCE;
}

#sidebar ul {
list-style: none;
list-style-position:outside;
padding-left: 15px;
line-height:20px;
padding:10px;
margin:0px;

}
#sidebar li {
	padding-left: 18px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#sidebar li a {
	text-decoration:none;
}
#sidebar li a:link {
	color:#3b6a98;
}
#sidebar li a:visited {
	color:#3b6a98;
}
#sidebar h3 {
	background: url(../images/h2_bullet.gif) no-repeat  top left;
	height: 23px;
	color: #dd011a;
	font-size: 16px;
	padding-left: 22px;
	text-transform: uppercase;
}

.blendedlinks {
	color:#060;
	text-decoration:none;
}
#nav li a:hover, #nav li a:active {
	color:#3b6a98;
}
#sidebar li a:hover, #sidebar li a:active {
	color: #000000;
}

#customhr {
	display: block;
	background:  transparent url(../images/HR.gif) no-repeat scroll center;
	font-size: 1px;
	height: 18px;
	margin: 5px 0;
	overflow: hidden;
}
#footer {
	background:#fff;
	padding: 10px 0px;
	border-top:1px solid #CECFCE;
	width: 100%;
	float: left;
	height: 70px;
}

#copywrite
{
	text-align: left;
	float: left;
	clear: both;
	line-height: 25px;
	width: 400px;
	margin-left: 10px;
	margin-top: 12px;
}
#designedby
{
	float: right;
	width: 420px;
	text-align: right;
	margin-right: 10px;


}
#smallboxleft
{
	float: left;
	padding: 10px;
	width: 45%;
	margin-right: 10px;
}
#smallboxright
{
	float: right;
	padding: 10px;
	width: 45%;
	margin-left: 1px;
}
