@charset "UTF-8";
html {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
body {
	background: #dedede;
	background-image: url(../images/fabric_plaid.png);
	margin: 0; 
	padding: 0;
	text-align: center; 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;
}
img {
	border: none;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */ 
}

#container {
	width: 950px;
	margin: 0 auto 10px auto;
	text-align: left;
	-moz-box-shadow: 0px 11px 2px #CCC;
	-webkit-box-shadow: 0px 11px 2px #CCC;
	box-shadow: 0px 11px 2px #CCC;
} 
#header {
	padding: 0;
	height: 269px;
	background-image: url(../images/CABPS-BANNER-2013.gif);
	background-repeat: no-repeat;
} 

/*
#BODY-BACK {
	margin: 0;
	padding: 0;
	background:#FFF;
	background-image: url(../images/SIDE-BACK.jpg);
	background-repeat: repeat-y;
	min-height: 400px;
}
*/

#menubar {
	padding: 0;
	height: 50px;
	background: #CCC url(../images/menuback.jpg) repeat-x;
	-moz-box-shadow: 0px 5px 5px #CCC;
	-webkit-box-shadow: 0px 5px 5px #CCC;
	box-shadow: 0px 5px 5px #CCC;
}
#mainContent {
	margin: 0;
	padding: 40px;
	background: #FFF url(../images/bodyback.jpg) repeat-x;
	min-height: 400px;
} 

#footer {
	padding: 10px;
	color : #FFF;
	font-family : verdana,arial;
	background-image: url(../images/CABPS-FOOTER.jpg);
	min-height: 280px;
	background-color: #41a7c6;
	background-repeat: repeat-y;
}

#footer a:link {
	color : #FFF;
	text-decoration : none;
	font-size : 10px;
}

#footer a:visited {
	color : #FFF;
	text-decoration : none;
	font-size : 10px;
}

#footer a:hover {
	text-decoration : underline;
	color : #ffcc00;
}


a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #03C;
	text-decoration : none;
}

a:visited  {
	color : #03C;
}

a:hover  {
	text-decoration : underline;
	color : #008aeb;
}


.SmallLinks a  {
	font-size : 10px;
}

.SmallLinks a:hover  {
	font-size : 10px;
	color : #A5C666;
}

.Whitelinks a  {
	color : #FFF;
}

.Whitelinks a:hover  {
	color : #360;
}

.Blue {
	color : #069;
}

.BlueBIG  {
	color : #069;
	font-size : 14px;
}
.WhiteBIG  {
	color : #FFF;
	font-size : 14px;
}

.GreyBIG  {
	color : #455D22;
	font-size : 14px;
}

.bigtext  {
	font-size : 14px;
}


.BodyText  {
	color : #333333;
	font-size : 12px;
	font-family : verdana,arial;
}

.BodyTextSmall  {
	font-size : 10px;
}


.BodyTextSmall a {
	font-size : 10px;
}


.Red {
	color : #CC0000;
}

H1, H2, H3, H4, H5, H6 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
	padding: 20px 0 10px 0;
	margin: 0;
	/*text-transform:uppercase;*/
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 1.4;
}

H1  {
	color : #E88100;
	font-size : 32px;
	text-decoration: none;
	border-bottom: 1px dotted #3399cc;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}

H2  {
	color: #1D668E;
	font-size: 24px;
}

H3  {
	color: #729400;
	font-size: 24px;
}

H4  {
	color: #1D668E;
	font-size: 18px;
}

H5  {
	color: #729400;
	font-size: 18px;
}

 hr {
	border: none 0;
	border-top: 1px dotted #3399cc;
	height: 1px;
	margin: 20px 0;
	text-decoration: none;
}

 hr.greyline {
	border: none 0;
	border-top: 1px dotted #ccc;
	height: 1px;
	margin: 20px 0;
	text-decoration: none;
}


.TDrule  {
	border-bottom: 1px solid #eaeaea;
}

.column {
	width: 180px;
	height: 230px;
	float: left;
	margin: 10px 0 0 40px;
	padding: 0;
	line-height: 190%;
}

.label {
	color: #ffcc00;
	text-decoration: none;
	border-bottom: 1px dotted #0e4c85;
	margin: 12px 0 10px 0;
	padding: 0 0 3px 0;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table {
	/* border-collapse: collapse; */
	text-align: left;
}

.opacityit img { 
	-khtml-opacity:1; 
	-moz-opacity:1; 
	-ms-filter:”alpha(opacity=100)”; 
	filter:alpha(opacity=100); 
	opacity:1; 
} 
.opacityit:hover img { 
	-khtml-opacity:.90; 
	-moz-opacity:.90; 
	-ms-filter:”alpha(opacity=90)”; 
	filter:alpha(opacity=90); 
	opacity:.90; 
}

.opacityit2 img { 
	-khtml-opacity:.7; 
	-moz-opacity:.7; 
	-ms-filter:”alpha(opacity=70)”; 
	filter:alpha(opacity=70); 
	opacity:.7; 
} 
.opacityit2:hover img { 
	-khtml-opacity:1; 
	-moz-opacity:1; 
	-ms-filter:”alpha(opacity=100)”; 
	filter:alpha(opacity=100); 
	opacity:1; 
}

.sectionbox {
    background: #e5f0d3 url(../images/Section-magnify.png) no-repeat top left;
}

.sectionbox:hover {
	background-position: 0 -72px; 
}
.sectionbox:active {
	background-position: 0 -144px;
}


p a.press-it-btn {
	display: block; 
	width: 240px; 
	height: 36px; 
	background-image: url(../images/press-it-btn.jpg); 
	background-position: top;
	font-size:14px;
	text-align:center;
	padding: 16px 0 0 0;
	color:#FFF;
}
p a.press-it-btn:hover {
	background-position: center; 
	color:#FFF;
}
p a.press-it-btn:active {
	background-position: bottom;
	color:#FFF;
}


.Box-1-3, .Box-1-2, .Box-2-3 { display: inline; float: left; margin: 10px; background-color:#FFF; padding:20px; }
.Box-1-3 { width: 228px; min-height:130px; text-align:center; line-height: 130px; vertical-align: middle; } 
.Box-1-2 { width: 450px; }
.Box-2-3 { width: 685px; } 
.l{ margin-left:0; }
.r{ margin-right:0; clear:right; }

.Box-1-3 img {
    vertical-align: middle;
	line-height: 130px;
}


.shadow {
	-webkit-box-shadow: 0px 0px 11px rgba(25,25,25, 0.2);
	-moz-box-shadow:    0px 0px 11px rgba(25,25,25, 0.2);
	box-shadow:         0px 0px 11px rgba(25,25,25, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #f2f2f2;
}
