/*
Theme Name: Blue Danube
Theme URI: http://themehybrid.com/themes/blue-danube
Description: A blending of soothing blues, light gray, and a dash of white for a pleasant atmosphere.
Template: options
Author: Scott L Freshour (ACerS) extensive modifications to Mr. Tadlocks original code. 
Author: Justin Tadlock (much appreciation)
Author URI: http://justintadlock.com
Version: 0.1
*/
/*TD HACKS SLF*/
.post-meta-two{
background-color:#eee;
margin-top:5px;
padding:4px;
border-top:1px dotted #666;
border-bottom:1px dotted #666;
}
.tdspace{
padding:5px;
vertical-align:top;
}
td{
   vertical-align:top;
   }
.regulartd{
           font-size:12px;
		   padding-right:10px;
		   }
/*ctw markup*/
#customform {
           background:#E0F1FB;
		   }

* { margin: 0; padding: 0; }
/*p { margin: 0 0 15px 0; }*/
label{font-weight:bold;}
ul li { list-style: none; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }
/* Blockquotes */
blockquote { border-left: 3px solid #2c70d5; padding-left: 10px; margin: 0 20px 15px 20px; }
a { color: #2c79d5; text-decoration: none; }
a:hover { color: #333; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; color: #2c79d5; }
h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
#content h2, #content h3, #content h4, #content h5, #content h6 { margin-bottom: 5px; }
/* Left, right, and center alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
.center, .aligncenter { margin: 0 auto 15px auto; display: block; }
/* Object */
object { padding: 0; margin: 0; }
/* Code */
pre { overflow: auto; margin-bottom: 15px; width: 100%; }
code { font-size: 1.15em; }
/* Body */
body {
   /*background:#fff url("images/small-busy-back.jpg");*/
	/*position:relative center top;*/
	background:#BCBECE url("images/background.jpg") repeat-x;
	/*background-attachment:fixed;*/
	font-size:12px;
	font-family:Arial,sans Serif;
	padding-bottom: 10px;
	}
#body-container {
	width: 940px;
	overflow: hidden;
	margin: 10px auto 0 auto;
	background: #85d6fd;
	/*border:10px solid #143F6A;*/

	}
/************************************************
	Header
************************************************/
.logo-link{    
		   }
#header-container {
	width: 100%;
	float: left;
	overflow: hidden;
	color: #FFFFFF;
	background:url(images/acers-banner-new.png) no-repeat 0 0;
	height: 83px;
	}
#header {
	float: left;
	width:942px;
	overflow: hidden;
	}
#header #site-title a {
	width: 150px;
	height: 83px;
	margin-left: 10px;
	display: block;
	color: #FFFFFF;
	float:left;
	/*background: url(images/header.gif) no-repeat 0 0;*/
	}
#header #site-title a span, #header #site-description { display: none; }
.static-nav{
           color:#FFFFFF;
		   }
.static-nav:hover{
                  color:#0060B6;
				  }
.left-static{
             margin-left:240px;
			 padding-top:10px;
			 width:325px;
			 float:left;
			 }
.left-social{
			 float:right;
			 padding-right:2px;
			 }
/************************************************
	Feed links in header
************************************************/
#feed {
	float: right;
	width: 75px;
	height: 22px;
	/* Comment out the line below if not using header image */
	padding: 48px 0 0 0;
	}
#feed li { display: inline; }
#feed li a {
	float: left;
	width: 34px;
	height: 22px;
	display: block;
	}
#feed li.feed-url a { background: url(images/feed-icon.jpg) no-repeat 0 0; }
#feed li.feed-email a { background: url(images/feed-email.jpg) no-repeat 0 0; }
#feed li.feed-url a span, #feed li.feed-email a span { display: none; }

/* Container for content and sidebar */
html > body #container { margin-left: 10px; }
#container {
	float: left;
	clear: left;
	width: 901px;
	margin: 10px 10px 0 5px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	background: #fff url(images/container-bg.gif);
	background-repeat:no-repeat; 
	}
#home, #content { width: 590px; margin: 0; }
#home.right, #content.right, #sidebar.right { float: right; margin: 0;}
#home.left, #content.left, #sidebar.left { float: left; margin: 0; }

/*special container for http template*/

/************************************************
	Navigation
************************************************/
/* Navigation containers */
#navigation, #sub-navigation { width: 100%; float: left;font-size:12px;}
#navigation { background: #143F6A; } /*Main Nav Background Color */
#sub-navigation { background: #5aa2e2; }
/* List items */
#nav, #nav ul, #nav ul ul, #sub-nav, #sub-nav ul, #sub-nav ul ul {
	list-style: none;
	margin: 0;
	}
#nav li, #nav li li, #nav li li li, #sub-nav li, #sub-nav li li, #sub-nav li li li {
	float: left;
	}
#nav li li, #nav li li li { background: #143F6A; border-top: 1px solid #216daf; }
#sub-nav li li, #sub-nav li li li { background: #5aa2e2; border-top: 1px solid #3385cd; }

/* List links */
#nav li li a { background:#143F6A; margin: 1px 3px; padding: 2px 3px; }
#nav a { color: #fff; font-weight: bold; display: block; padding: 8px 10px; text-decoration: none;font-family:Arial, sans Serif; }
#sub-nav a { color: #fff; font-size: .95em; padding: 7px 17px; display: block;}
/* Hover states */
#nav a:hover, #nav li.current_page_item a, #sub-nav a:hover, #sub-nav li.current-cat a { text-decoration: underline;}
#nav li.current_page_item li a, #sub-nav li.current-cat li a { text-decoration: none; }
#nav li.current_page_item li a:hover, #sub-nav li.current-cat li a:hover { text-decoration: underline; }
/* Drop-down controls */
#nav ul, #sub-nav ul { float: left; }
#nav li ul, #sub-nav li ul { visibility: hidden; position: absolute; width: 15em; left: -999em;}
#nav li:hover ul, #sub-nav li:hover ul { left: auto; z-index:1000; }
#nav li ul li, #sub-nav li ul li { width: 15em; padding-left:5px; }
#nav li ul ul, #sub-nav li ul ul { margin: -22px 0 0 15em; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { left: auto; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { visibility: visible; left: auto; }
/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 220px;
	margin-right: 5px;
	}
#search form {
	float: right;
	margin: 4px 0 0 0;
	padding: 0 0 0;
	}
#search input {
	color: #333;
	width: 150px;
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #216daf;
	}
#search .search-submit { 
    background-color:#FF7F00;
    color: #FFF;
	width: 30px;
	margin: 0;
	border: 1px solid #216daf;
	font-size:10px;
	font-weight:bold;
	padding-top:3px;
}
/*Login piece at top of home page*/
#login {
		margin-top:43px;
		margin-left:355px;
		margin-right:10px;
		font-size:12px;
		color:#000000;
		height:35px;
		}

#loginboxs {
		margin-top:50px;
		margin-left:615px;
		margin-right:20px;
		font-size:12px;
		color:#000000;
		height:35px;
		}
 .up{
     font-weight:bold;
     margin-top:8px;
	 margin-right:10px;
	 }

.login-form{
           color: #333;
	       width: 130px;
		   padding-right:5px;
	       border: 1px solid #ccc;
			}
#logintable{
           width:200px;
		   }
/************************************************
Bottom Home Page Markup
************************************************/
.bot-bord{
          border-right:1px solid #0060B6;
		  vertical-align:top;
		  }
.bot-bord-last{
		       vertical-align:top;
			  }
/************************************************
	Sections of the site w/ custom headline
************************************************/
/*custom headline for home page gallery*/
.feath{
       font-size:13px;
	   color:#ff7f00;
	   font-weight:bold;
	   }
.section, #home .flickr, div.cloud {
	width: 590px;
	overflow: hidden;
	margin: 0 0 0px 0;
	padding: 10px 0;
	background: #FFFFFF;
	border: none;
	}
.section h2 { font-size: 1.2em; }
h2.section-header, h3.section-header, #home .flickr h2, #home div.tags h2, #sidebar .menu h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
	height: 13px;
	color:#143F6A;
	}
.section-header a {font-weight: bold; }
/* Single posts */
#content .post { overflow: hidden; width: 588px; padding-right:10px; margin-bottom: 15px; background: #FFFFFF; border: 1px solid #FFF; }
#full-posts .post .entry, #no-sidebar .post .entry, .single .post .entry { clear: left; }
.post { clear: left; }
.post-title, h2.post-title, h1.post-title{ margin-bottom: 5px; margin-top:0px;}
.post-mod{font-size:15px; color:#000;line-height:1.0em;}
.post-headline{font-weight:bold;}
.rss-headline{font-weight:bold;color:#000;}
.rss-headline:hover{color:#FF7F00;}
.byline { margin-bottom: 7px; }
.post ul li { list-style-type: disc; }
.post ol { padding-left: 20px; }
/* Full posts */
#full-posts .post  {overflow: hidden; width: 568px; padding: 4px; margin-bottom:5px; background: #FFFFFF; border: 1px solid #FFF;text-align:center; }
/* Breadcrumb */
.breadcrumb { width: 568px; padding-top: 5px; padding-left: 10px; padding-right: 10px; background: #FFFFFF;}
/* Related posts */
#related { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }
/* Author box */
#author-box { width: 568px; padding: 10px; background: #FFFFFF; border: 1px solid #eee; }
#author-box h4 { margin-bottom: 3px; }
#author-box .avatar { float: left; width: 80px; height: 80px; }
/* Comments template */
#comments-template { width: 568px; padding: 10px; margin-bottom: 15px; background: #f7f7f7; border: 1px solid #eee; }
/* Navigation links */
.navigation-links { width: 568px; padding: 10px; margin-bottom: 15px; background: #f7f7f7; border: 1px solid #eee; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; width: 50%; text-align: right; }
/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }
/* Features gallery */
#myGallery { height: 235px; margin: 0 0 15px 0; }
#myGallery .imageElement { display: none; }
#myGallery a, #myGallery a:hover { font-weight: bold; color: #f8f8f8; }
/* Features (single article) */
#feature { width: 568px; padding: 10px; background: #FFFFFF; border: 1px solid #eee; }
/* Flickr photos and Gallery images (home) */
#home .flickr, #gallery-stream { width: 578px; padding: 10px 0 15px 10px; background: #FFFFFF;}
#home .flickr img, #gallery-stream img { margin: 1px 13px 1px 0; width: 75px; height: 75px; }
/* Tag, category, and author clouds (home) */
#home div.cloud { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }
/* Excerpts / home paged posts */
#excerpts, #home.paged { margin: 0; padding: 0; background: #fff; }
#excerpts .post, #home.paged .post { width: 568px; padding: 10px; margin-bottom: 15px; background: #FFFFFF; border: 1px solid #eee; }
/* Post sections */
#post-sections .section { width: 568px; padding: 10px; background: #FFFFFF; border: 1px solid #eee; }
/* Post blocks */
#post-blocks { padding: 0; margin: -15px 0 15px 0; background: #fff; }
#post-blocks .post { width: 266px; padding: 10px; margin: 15px 0 0 0; background: #FFFFFF; border: 1px solid #FFFFFF; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both;}
#post-blocks h3 { font-size: 1.9em; }
/* Post list tabs */
#post-list-tabs { padding: 0; background: #fff; }
#post-list-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-list-tabs .odd { float: left; width: 50%; }
#post-list-tabs .even { float: right; width: 45%; clear: none; }
#post-list-tabs .tab-content ul { margin-left: 10px; }
#post-list-tabs .tab-content li { margin: 4px 0; }
#post-list-tabs h3 { font-size: 1.1em;}
/* Post block tabs */
#post-block-tabs { padding: 0; background: #ffffff; }
#post-block-tabs .tab-content { width: 578px; padding: 5px 5px;}
#post-block-tabs .odd {float:left;width: 32%;clear:none;margin-left:8px;}
#post-block-tabs .even {float: right; width: 32%; clear:none;}
#post-block-tabs h3 {font-size: 12px;}
/* Post tabs */
#post-tabs { padding: 0; background: #fff; }
#post-tabs .tab-content { width: 568px; padding: 10px; }
#post-tabs h3 { font-size: 1.1em;}
/* Video tabbed */
#video-tabbed { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }
div.v2, div.v3, div.v4, div.v5 { display: none; }
#video-tabbed .video-list { width: 260px; float: right; }
#video-tabbed li { margin-bottom: 7px; }
#video-tabbed a { display: block; padding: 4%; width: 92%; background: #eee; border: 1px solid #ddd; }
#video-tabbed a:hover, #video-tabbed li a.tab-current { color: #f7f7f7; background: #666; }
/* Video and features numbers */
#video-numbers, #features-numbers { padding: 0; background: #fff; width: 590px; border-top: 1px solid #eee; }
#video-numbers { border-top: none; }
#video-numbers .tab-content, #features-numbers .tab-content { padding: 10px; width: 568px; }
/* Home custom sections */
#home-insert-1 { width: 568px; padding: 10px;}
 #home-insert-2, #home-insert-3 { width: 568px; padding: 10px;border:1px solid #eee;}
/* No sidebar */
#no-sidebar .post, #no-sidebar .section {
	overflow: hidden;
	width: 880px;
	padding: 10px;
	margin-bottom: 15px;
	background: #FFFFFF;
	border: 1px solid #eee;
	}
#no-sidebar #comments-template { width: 900px; }
/************************************************
	Images
************************************************/
.newe {border:0px;padding:0px;background:none;}
a img { border:0px; padding: 3px;}
.post img {
	max-width: 98%;
	padding: 3px;
	border: 0px;
	}
/*original border specs 1px solid #ccc */
.section img {
	padding: 3px;
	}
/*custom gallery markup*/
.entryb{margin: 0px; display: block; }
.attachment .entry img {margin: 20px auto; display: block; }
#author-box .avatar, .post .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	}
#feature img, #features-numbers img { width: 300px; margin: 0 10px 10px 0; float: left; }
html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; }
img.thumbnail {
	float: left;
	width: 70px;
	height: 70px;
	margin-top:0px;
	margin-bottom:-5px;
	margin-left:0px;
	margin-right:5px;
	}
img.medium { float: left; margin: 0 10px 10px 0; }
.wp-caption {
	padding: 3px 0 0 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: center;
	font-size: .8em;
	color: #666;
	}
.wp-caption img {
	margin: 0; padding: 0;
	border: 1px solid #eee;
	}

.gallery {
	width: 100%;
	margin-bottom: 18px;
	}
/*sidebar*/
#sidebar { width: 300px; padding: 0; margin: 0; border; }
#sidebar .menu {
	overflow: hidden;
	padding: 5px 0;
	background: #EFEFEF; 
    border:1px solid #CFCFCF;
	}
#sidebar .faux-column{
             overflow:hidden;
			 height:4000px;
			 background: #EFEFEF;
			 margin-bottom:-4000px;
			 }
	#sidebar .menu3 {
	overflow: hidden;
	padding: 5px 0;
	background: #FFFFFF;
	border: 1px solid #eee;
	height:250px;
	}
#sidebar .menu2 {
	overflow: hidden;
	padding: 5px 0;
	background: #FFFFFF;
	border: 1px solid #0060B6;
	height:250px;
	width:250px
	}
/*sidebar tabs widget custom style*/
.tabbed {
	background: #fff;
	border: none;
	padding: 0;
	}
#sidebar .tabbed { width: 100%; float: left; }
#sidebar .menu, #sidebar .tabbed {
	clear: left;
	margin: 0 0 15px 0;
	}
#sidebar .menu .section-header { margin-left: 5px; }
#sidebar .menu div { padding: 0 2%; }
.tabbed .tab-content {
	padding: 10px 2%;
	}
#sidebar .menu ul { padding-left: 10px; }
#sidebar .menu li, #sidebar .tabbed div li {
	padding: 2px 0;
	}
#sidebar .menu li a, #sidebar .tabbed div li a {
	color: #CE6B19; font-weight:bold;
	}
#sidebar .menu li a:hover, #sidebar .tabbed div li a:hover {
	color: #216daf;
	text-decoration: underline;
	}
#sidebar .menu p { margin: 15px 7px; }
/* Feed sidebar */
#feed-sidebar li a { height: 15px; display: block; text-indent: 25px; margin-bottom: 3px; }
#feed-sidebar li.feed-url a { background: url(images/sidebar-feed.gif) no-repeat 0 .3em; }
#feed-sidebar li.feed-email a { background: url(images/sidebar-email.gif) no-repeat 0 .3em; }
/* Sidebar tables (ex: calendar) */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #ccc; }
#sidebar table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
#sidebar table tr td.pad { border: none; }
/* Author profiles (widget) */
#sidebar .author-profile { clear: left; margin-bottom: 10px; }
#sidebar .author-profile .avatar { float: left; margin: 0 10px 10px 0; width: 75px; height: 75px; }
#sidebar .author-name { font-size: .9em; line-height: 1em; }
#sidebar .author-profile p { font-size: .95em; margin: 0; padding: 0; }
/* Recent posts (sidebar) */
#sidebar .recent .post { clear: left; padding-bottom: 10px; }
#sidebar .recent .post-title { font-size: .9em; line-height: 1em; }
#sidebar .recent .entry { font-size: .95em; margin: 0; padding: 0; }
#sidebar .recent p { margin: 0; padding: 0; }
/* Video (sidebar) */
#sidebar .video div { padding: 2px 0 2px 1%; }
#sidebar .video object { width: 98%; height: 230px; }
#sidebar .video .post-title { font-size: 1em; margin-left: 1%; }
/* Flickr (sidebar) */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 0 5px 5px 7px; }
/* Ads */
#sidebar .ads img { width: 125px; margin: 1% 1% 1% 1%;vertical-align:top; }
/* Actual tabs */
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; float: left; }
.tabbed ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 2px .4em;
	color: #FFF;
	font-weight: bold;
	background: #FF7F00;
	/*border: 1px solid #0060B6;*/
	}
.tabbed ul.tabs li a:hover { background:#D1DDEF;color:#000000;}
ul.tabs li a.tab-current { background:#EFEFEF; 
border-bottom: 1px solid #EFEFEF;
border-left: 1px solid #5F5F5F;
border-top: 1px solid #5F5F5F;
border-right: 1px solid #5F5F5F;
color:#000000;
}

/*special tab css styles for re-design */

.tabbedb ul.tabsb li { display: inline; float: left; }
.tabbedb ul.tabsb li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 2px .4em;
	color: #FFF;
	font-weight: bold;
	background: #FF7F00;
	/*border: 1px solid #0060B6;*/
	}
.tabbedb ul.tabs li a:hover { background: #EEE;color:#000000;}
ul.tabs li a.tab-current { background:#EFEFEF; 
border-bottom: 1px solid #EFEFEF;
border-left: 1px solid #CFCFCF;
border-top: 1px solid #CFCFCF;
border-right: 1px solid #CFCFCF;
color:#000000;
}

/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	width: 95.5%;
	/*background:#E0F1FB url(images/tab-back-main.png) no-repeat;*/
	border: 1px solid #CFCFCF;
	background:#EFEFEF; /* changed from EFEFEF */
	height:180px;
	}
a.orange{color:#CE6B19;font-weight:bold;font-size:13px;}
a.orange:hover{color:#000000;font-weight:bold;text-decoration:underline;}
a.ovid{color:#CE6B19;font-weight:bold;font-size:13px;margin-top:4px;margin-bottom:4px;}
a.ovid:hover{color:#000000;font-weight:bold;text-decoration:underline;}
.tab-content-2 {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	width: 95.5%;
	/* background:#E0F1FB url(images/upper-triangle.png) no-repeat; */
	/*border: 1px solid #0060B6;*/
	border: 1px solid #CFCFCF;
	background:#EFEFEF;
	padding:5px;
	height:206px;
	}
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }
/* Recent comments tab */
#sidebar ul.recent-comments li { margin: 2px 0 5px 0; }
#sidebar ul.recent-comments li a { color: #2c79d5; display: inline; }
/* Sidebar search tab */
#sidebar .search input { width: 94%; background: #fff; color: #333; margin: 4px 0; }
#sidebar .search input.search-submit { display: none; }
.custom {color:#CE6B19;font-weight:bold;font-size:13px;}
.customz {color:#184B7A;font-weight:bold;font-size:13px;}
.customo {color:#CE6B19;font-size:13px;}
.custom a:hover{color:#000000;}
.cuspace{
         margin-bottom:4px;
		 }
.custom-blue {color:#184B7A;font-weight:bold;font-size:13px;}
.custom-blue a:hover{color:#000000;font-weight:bold;text-decoration:underline;}
/* Comments template */
#comments-template { width: 590px; padding: 0; background: #fff; border: none; }
#comments-template ol {
	list-style-type: none;
	margin-top: 10px;
	}
#comments-template ol li {
	clear: left;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #eee
	}
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 7px 7px 7px 0;
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
	}
#comments-template .comment-meta-data { float: left; font-size: 1em; margin-top: 9px; }
#comments-template ol li .comment-meta-data a.time { margin-left: 5px; color: #333; }
#comments-template ol li .comment-text { float: left; width: 88%; padding: 10px 0 0 0; }
#no-sidebar #comments-template ol li .comment-text { width: 88%; }
input {
	color: #000;
	padding: 5px;
	margin-bottom: 10px;
	background: #EFFAFF;
	border: 1px solid #666;
	}
/* #no-sidebar input { width: 25%; }*/
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}
/************************************************
	Footer
************************************************/
#footer {
	overflow: hidden;
	clear: both;
	width: 942px;
	color: #f7f7f7;
	padding: 35px 10px 5px 10px;
	background: #143F6A url(images/footer-bg.gif) no-repeat 0 0;
	}
#footer a { color: #b5d3ee; }
/************************************************
	NEWSLETTER
*************************************************/
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#FFF;
color:#666;
font-weight:bold;
padding: 1px 2px;
width:55px;
}

#cssform {
         width:270px;
		 margin-top:15px;
		 } 
.labspace{
         width:100px;
		 float:left; 
		 font-weight:bold;
		 } 
.newsform{
          width:145px;
		  height:15px;
		  border:1px solid #e6e6e6;
		  }



/************************************************
	IMAGES
*************************************************/
.acers-gallery  img.right, .acers-gallery  img.left { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}
.acers-gallery img.disabled
{
	cursor: default;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.photo-front img.right, .photo-front img.left { background: none; border: 0px solid #000; }
.photo-front img.left {
	margin-right: 25px;
}
.photo-front img.right, .photo-front img.left
{
	margin-top: 35px;
}
/************************************************
	Awards Markup
*************************************************/
.ablue{color:#0060B6;}
/************************************************
	Misc Markup 
*************************************************/
.boldtitle{
           font-size:15px;
		   font-weight:bold;
		   }
.otable{
        font-size:14px;
		color:#FF7F00;
		padding-bottom:7px;
		font-weight:bold;
		border-bottom:1px dotted #CCC;
		}
.dotted{
       border-bottom:1px dotted #CCC;
	   padding-bottom:7px;
	   margin-bottom:7px;
	   }
.linkspace{
           padding-bottom:6px;
		   }

.rsspace{
           margin-bottom:6px;
		   }
/************************************************
	Markup for the Gallery
*************************************************/
#subpage-style{
			   text-align:center;
			   }
#subpage-style .left{
					 margin-top:25px;
					 }
#subpage-style .right{
					 margin-top:25px;
					 }
#subpage-style .ngg-gallery-thumbnail-box {
	float: left;
	margin-left:15px;}
iframe{
      width:588px;
	  }

/********************************************
Corp Member
*******************************************/
#corp-member td{min-width:125px;}

