html { overflow-y: scroll; }
body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #646464;
    background: #fff url(images/body_top.jpg) repeat-x;
}
a:link, a:visited { color: #1b9cd5; text-decoration: none; } 
a:active, a:hover { color: #000000; text-decoration: underline; }
.button {
	display: inline;
	width: 100px;
	height: 26px;
	padding: 2px 0 0 0;
	background: url(images/button.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }
.wipe { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.margin_r10 { margin-right: 10px; }
.width_125 { width:125px; }
.width_100p { width:100%; }
.float_l { float: left; }
.float_r { float:  right; }
#wrapper_outer {
	width: 100%;
	background: url(images/body_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;	
}
#wrapper {
	width: 970px;
	padding: 0 10px;
	margin: 0 auto;
}
#header {
	height: 58px;
}
#header  #site_title {
	float: left;
	width: 260px;
	padding: 10px 0 0 30px;
}
#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}
#site_title a span {
	display: block;
	margin-top: 5px;
	color: #888888;
	font-size: 12px;
}
#header #menu {
	float: right;
	height: 34px;
	margin-top: 12px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	height: 27px;
	width: 67px;
	margin-left: 10px;
	padding: 7px 5px 0 5px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
	outline: none;
}
#menu li a:hover, #menu li .current {
	background: url(images/menu_hover.png) no-repeat;
}
#content_wrapper {
	clear: both;
	width: 970px;
	padding: 30px 0;
}
#content {
	float: left;
	margin-left: 30px;
	width: 610px;
}
#widgets {
	float: right;
	width: 300px;
}
.divider {
	border-bottom: 1px solid #d6d6d6;
}
.section_w610 {
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#content_wrapper h1 {
	color: #252525;
	font-weight: normal;
	font-size: 28px;
	margin: 20px 0 15px 0;
	padding-bottom:9px;
	border-bottom:solid 1px #646464;
}
#content_wrapper h2 {
	color: #646464;
	font-weight: normal;
	font-size: 20px;
	margin: 20px 0 15px 0;
}
#content_wrapper p {
	margin-bottom: 6px;
}
#content_wrapper strong {

	font-weight: bold;	
}
#content_wrapper .list_01 {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#content_wrapper .list_01 li {
	display: block;
	float: left;
	width: 250px;
	margin: 0 10px 5px 0;
	padding: 5px 0 5px 40px;
	background: url(images/list_icon.png) no-repeat center left;
}
.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 190px;
	height: 88px;
	margin-right: 13px;
	background: url(images/project_image_frame.png);
	background-repeat: no-repeat;
}
.gallery li a {
	display: block;
	margin: 8px;
	text-decoration: none;
}
.gallery li a img {
	margin-bottom: 15px;
}
.gallery li a span {
	margin-top: 5px;
	color: #5e5e5e;
	font-weight: normal;
}
.news_section {
	padding: 20px 20px 0 20px;
	background: url(images/news_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.news_section ul {
    list-style:none;
    margin:0;
    padding-left:1em;
    padding-bottom:15px;
    text-indent:-1em;
}
.news_section ul li:before {
    content: "\00BB \0020";
}
#widgets h2 {
	margin: 20px 0 5px 0;
	padding: 15px 0 0 60px;
	height: 35px;
}
#widgets h3 {
	color: #3b3b3b;
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}
#widgets .news {
	background: url(images/news_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#widgets .links {
	background: url(images/link_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#widgets .login {
	background: url(images/testimonial_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#widgets .news_box {
	clear: both;
	margin-bottom: 40px;
}
#widgets .news_box .date {
	float: right;
	color: #1b9cd5;
	font-size: 11px;
}
.news_box a {
	color: #666666;
	text-decoration: none;
}
.news_box a:hover {
	color: #000000;
}
#login_section {
	padding: 20px 0 0 0;
	background: url(images/testimonial.png);
	background-repeat: repeat-x;
	background-position: top;
}
.login_box {
	margin: 5px 20px;
}
#footer {
	clear: both;
	width: 910px;
	margin: 0 auto;
	padding: 30px;
	color: #646464;
	background: #181818;
}
#footer p {
	margin-bottom: 10px;
}
#footer span {
	color: #7989ae;
}
#footer a {
	color: #646464;
	text-decoration: underline;
}
#footer h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	color: #999999;
	font-weight: normal;
	margin-bottom: 10px;
}
.footer_menu_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer_menu_list li {
	margin: 0px;
	padding: 0px;
}
#footer .footer_menu_list li a {
	color: #646464;
	font-weight: normal;
	text-decoration: underline;
}
#footer .footer_menu_list li a:hover {
	color: #999999;
	text-decoration: none;
}
.about {
	float: left;
	width: 250px;
	margin-right: 40px;
}
.lbtm {
    padding-bottom:10px;
    border-bottom: 1px solid #313131;
}
.link_section {
	float: left;
	width: 140px;
	margin-right: 40px;
}
.contactus_section {
	float: right;
	width: 225px;
}
#copyright {
	padding: 20px;
	text-align: center;
	color: #646464;
}
#copyright a {
	color: #646464;
	text-decoration: underline;
	font-weight: normal;
}
#copyright a:hover {
	color: #999999;
}
.updated {
	background: #EFEFEF url(images/smile.png) no-repeat 1em ;
	border: 1px solid #cdcdcd;
	margin: 1em 5% 10px;
	padding: 1em 1em 1em 3em;
}

.failed 
{
	background: #EFEFEF url(images/unhappy.png) no-repeat 1em ;
	border: 1px solid #cdcdcd;
	margin: 1em 5% 10px;
	padding: 1em 1em 1em 3em;
}

.information 
{
	background: #EFEFEF url(images/user.png) no-repeat 1em ;
	border: 1px solid #cdcdcd;
	margin: 1em 5% 10px;
	padding: 1em 1em 1em 3em;
}
blockquote {
margin:22px 40px;
border:0px;
padding:3px;
color:#575757;
padding: 0 50px;
background: transparent url("images/blockquote.gif") no-repeat 0 0;
}
acronym { cursor: help; border-bottom: dotted 1px gray; }
.err { color:red; text-align:center; }
.imgborder {
display: block;
margin-left: auto;
margin-right: auto;
padding:5px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
margin-bottom:8px;
}
textarea:focus, input:focus {
	border: 2px solid #ccc;
}
label {  
 cursor: pointer;  
 cursor: hand;  
}

.mGrid {
    width:100%;
}

.mGrid .pgr { background-color: #fff; color: Black; border-top:solid 1px #ccc; }
.mGrid .pgr table { float:right; padding:10px;}
.mGrid .pgr td {
    border-width: 0;
    padding-left: 6px;
    padding-right:6px;
    font-weight: bold;
 }     
.mGrid .pgr span { border:solid 1px silver; padding:6px; }

.mGrid .pgr a { 
    color: #666;
    text-decoration: none;
    border-left:solid 1px black;
    padding-left:10px;
    padding-right:0px;
}

.mGrid .pgr a:hover { color: #000; text-decoration: none; border: dotted 1px black; padding:6px; } 

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(images/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(images/icon_popup.gif) no-repeat center right;
}
a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(images/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
}
.wmk { color:Gray;}
input { height:22px; font-size:10pt; font-family:Arial, Sans-Serif;}
textarea,select { font-size:10pt; font-family:Arial, Sans-Serif; padding:4px; }
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; outline: none; }
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.bord_bot { border-bottom: solid 1px #cdcdcd; }
.lindent { margin-left: 30px; }
