/*
Theme Name: Criterion Systems
Theme URI: http://criterion-sys.com/
Description: Criterion Systems Custom WordPress Theme - 2010.
Version: 1.0
Author: Zephyr Strategy
Author URI: http://z3strategy.com
*/

body {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	margin:0;
	background:#6080af url(images/background.jpg) repeat-x top center fixed;
}

#page {
	background:#ffffff;
	width:850px;
	margin:0px auto;

}

h2 {
	margin:0 0 15px 0;
	text-align:left;
}

a {
	color: #0066CC;
}

a:hover {
	color:#6080af;
}

hr {
	color:#6080af;
}

#header {
	background:#FFFFFF url(images/banner.jpg) no-repeat top center;
	height:100px;
	margin-bottom:0;
}

#menu {
	background: url(images/menu.gif) no-repeat;
	width:850px;
	height:25px;
	color:#ffffff;
	margin-bottom:0;

}


#slideshow {
	background:#FFFFFF;
	width:575px;
	height:225px;
	float:left;
}

#news {
	width:268px;
	height:225px;
	float:right;
}

#news ul {
	list-style:none;
}

.news-top {
	background:url(images/news-top.gif) no-repeat right;
	width:268px;
	height:35px;
}

.news-bg {
	background:url(images/news-bg.gif) repeat-y;
	width:268px;
	height:155px;
	padding:8px 10px 0 35px;
	list-style:none;
	color:#FFFFFF;
}

.news-bg ul {
	list-style:none;
}

.news-bg li {
	margin:0 40px 10px 0;
	padding:0 10px 0 0;
}

.news-bg a {
	color:#FFFFFF;
	text-decoration:underline;
}

.news-bg a:hover {
	color:#CCCCCC;
}

.news-bottom {
	background:url(images/news-bottom.gif) no-repeat right;
	width:268px;
	height:35px;
}

.side-top {
	background:url(images/side-top.gif) no-repeat right;
	width:275px;
	height:30px;
	margin:0 0 -5px 0;
}

.side-bg {
	background:url(images/side-bg.gif) repeat-y;
	width:255px;
	padding:0 30px 0 30px;
	list-style:none;
	color:#000000;
}

.side-bg h2 {
	color:#000000;
	padding:0;
	margin:0 0 5px 0;
}

.side-bg ul {
	list-style:none;
	padding:0 0 0 15px;
}

.side-bottom {
	background:url(images/side-bottom.gif) no-repeat right;
	width:275px;
	height:30px;
	margin:-15px 0 0 0;
}

.leftside-top {
	background:url(images/left-side-top.png) no-repeat right;
	width:200px;
	height:30px;
	margin:0 0 -10px 0;
}

.leftside-bg {
	background:url(images/left-side-bg.png) repeat-y;
	width:200px;
	padding:0 0 0 0;
	margin:0;
}

.leftside-bg a {
	color:#FFFFFF;

	text-decoration:none;

}

.leftside-bg a:hover {
	color:#CCCCCC;
}

.leftside-bg li {
	list-style-type:square;
	color:#FFFFFF;
	margin:0 0 10px 0px;
	padding:0 0 0 0;
}

.leftside-bg ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0 4px 0 20px;
}

.leftside-bottom {
	background:url(images/left-side-bottom.png) no-repeat right;
	width:200px;
	height:30px;
	margin:-10px 0 0 0;
}

.blog-top {
	background:url(images/left-side-top.png) no-repeat right;
	width:200px;
	height:30px;
	margin:0 0 -10px 0;
}

.blog-bg {
	background:url(images/left-side-bg.png) repeat-y;
	width:200px;
	padding:0 0 0 0;
	margin:0;
}

.blog-bg a {
	color:#FFFFFF;
}

.blog-bg a:hover {
	color:#CCCCCC;
}

.blog-bg li {
	list-style-type:square;
	color:#FFFFFF;
	margin:0 0 10px 10px;
	color:#FFFFFF;
}

.blog-bg li li {
	list-style-type:square;
	color:#FFFFFF;
	margin:0 0 10px -10px;
}

.blog-bg ul {
	list-style:none;
	margin:10px 0 0 10px;
}

.blog-bg h2 {
	color:#FFFFFF;
	padding:0 0 0 10px;
	font-size:14px;
}

.blog-bottom {
	background:url(images/left-side-bottom.png) no-repeat right;
	width:200px;
	height:30px;
	margin:-10px 0 0 0;
}
/*the two-column container*/

#content {
	margin:0 auto;
	width:850px;
}

#content #two-columns {
	/*set that background image*/
	/*repeat it and center it*/
	background: #FFFFFF repeat-y center;
	height: auto;
	width: 850px;
	margin:0 auto 20px auto;
	/*padding-top:215px;*/
}
#content #two-columns #column-2 {
	/*float it*/
	float:right;
	height: auto;
	width: 275px;
	padding:10px 0 10px 0;
}
#content #two-columns #column-1 {
	height: auto;
	width: 575px;
	padding:0 10px 5px 10px;
}


/*clear the above float*/
#content .clr {
	clear:both;
}

/*the two-column container - inside*/

#content-in #two-columns {
	/*set that background image*/
	/*repeat it and center it*/
	background: #FFFFFF url(images/interior-bg.gif) no-repeat top center;
	height: auto;
	width: 850px;
	margin:auto;
	margin-bottom:20px;
	padding:-10px 0 0 0;
}
#content-in #two-columns #column-2 {
	/*float it*/
	float:right;
	height: auto;
	width: 640px;
	padding:5px 0 10px 0;
}
#content-in #two-columns #column-1 {
	height: auto;
	width: 200px;
	padding:5px 10px 10px 0;
}

#content-in #two-columns #column-1A {
	height: auto;
	width: 200px;
	float:left;
	padding:5px 5px 10px 0;
}

#content-in #two-columns #column-2A {
	height: auto;
	width: 450px;
	padding:5px 5px 5px 5px;
	float:left;
}

#content-in #two-columns #column-3 {
	height: auto;
	width: 150px;
	padding:50px 20px 5px 10px;
	float:right;
}

#content-in #two-columns #column-3A {
	height: auto;
	width: 150px;
	padding:50px 20px 5px 10px;
	float:right;
}


#content-in #two-columns #column-3 h2 {
	color:#0066CC;
}

/*clear the above float*/
#content-in .clr {
	clear:both;
}

#content-in h2 {
	color:#000000;
}

/*the two-column container - inside*/

#content-news #two-columns {
	/*set that background image*/
	/*repeat it and center it*/
	background: #FFFFFF url(images/interior-bg.gif) no-repeat top center;
	height: auto;
	width: 850px;
	margin:auto;
	margin-bottom:20px;
}
#content-news #two-columns #column-2 {
	/*float it*/
	float:right;
	height: auto;
	width: 640px;
	padding:5px 0 10px 0;
}
#content-news #two-columns #column-1 {
	height: auto;
	width: 200px;
	padding:5px 10px 10px 0;
}
/*clear the above float*/
#content-news .clr {
	clear:both;
}

#content-news h2 a {
	color:#ffffff;
	font-size:12px;
	margin:0 0 10px 0;
}

#content-news .entry h2 {
	color:#000000;
	font-size:16px;
}

.title {
	font-size:12px;
}

.entry {
	text-align:justify;
	padding:15px 35px 0 10px;
}

.entry-home {
	text-align:justify;
	padding:15px 35px 0 10px;
	font-size:12px;
}

.entry td {
	text-align:left;
}

.entry li {
	list-style-type:square;
}

.entry p {
	line-height:16px;
}

#bottom {
	background:#FFFFFF url(images/footer.jpg) no-repeat;
	height:130px;
	width:850px;
	margin:-20px auto;
	
}

#bottom-inside {
	background:#FFFFFF url(images/footer-interior.gif) no-repeat;
	height:60px;
	width:850px;
	margin:-20px 0 0 0;
}

.home-widget {
	background:transparent;
	width:820px;
	padding:15px;
	float:left;
}

.home-widget {
	list-style:none;
}

.footer {
	background:transparent;
	width:800px;
	text-align:center;
	color:#000000;
	font-size:11px;
	margin:30px auto;
}

.footer-inside {
	background:transparent;
	width:850px;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	padding:20px 0 10px 0;
}

.footer a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.footer-inside a {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}


.footer a:hover, .footer-inside a:hover {
	text-decoration:underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 6px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 6px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

img {
	border:none;
}


a.p1 {display:block; width:75px; height:75px; text-decoration:none; background:#fff; border:0; margin:10px 0 0 90px; float:left;}
a.p1 img {display:block; border:0;}
a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000; position:relative; z-index:500;}
a.p1 b {display:block; position:absolute; left:-9999px; padding:10px; opacity:0;

-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

-o-border-radius: 8px;
-icab-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;

 -webkit-transition: opacity 0.6s ease-in-out;

}


a.p1:hover b {top:-10px; left:-5px; padding:10px; border:1px solid #aaa; background:#fff; opacity:1.0;

}

#info {z-index:100; height:22em;}

