html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	outline:none;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	}

:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Text Elements */
p { margin-bottom:20px; }

ul, ol {
	padding: 0;
	margin: 0;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

ul ul, ul ol, 
ol ol, ol ul {  
	margin-bottom: 0;
}


dl { margin: 3em 0; border-color:rgba(0,0,0,0.1); border-width:0 0 1px 0;}
dt { float: left; clear: left; width: 100%; font-weight: bold;} 
dd { margin: 0 0 0 30%; padding: 5px 0;}
dd, dt {  border-color:rgba(0,0,0,0.1); border-width:1px 0 0 0;}

strong {
	font-weight: bold;
	color:#000;
}
cite, em, i {
	font-style: italic;
}

pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 20px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0 1.625em;
	border:1px solid #ddd
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
    background: url("images/code_bg.gif") repeat scroll left top #F3F3F3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    color: #444444;
    display: block;
    font: 12px/20px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #dddddd;
    overflow: auto;
	padding: 20px 10px;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearfix { display:inline-block;} 
html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	GENERAL
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

body  { 
	font: normal 12px/1.6 Arial, Helvetica, Sans-serif; 
	overflow-x:hidden;
	color:#666666;
	/*background:#EEF3F7;
		margin:0;
	  	padding:0;
	  	background: url(../images/bg.jpg) no-repeat center center fixed; 
	  	background-size: cover;*/ 
	 

}
a {
	color:#666666;
	text-decoration: none;
}

a:hover,
a:active {
	color:#666666; 
	outline: 0;
}

hr  { 
	border:0; 
	height:1px;
	background:rgba(0,0,0,0.1);
	clear: both;
}

.preloader {
	display:block;
	background:url(../ajax-loader.gif) center center no-repeat transparent;
}

figure img { width:auto; max-width:100%; height:auto; } /* Fixes for the Responsive Layout */

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	HEADINGS  
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: "Open Sans";
	font-weight: 300;
	line-height: 1;
	color: #111111;
	text-rendering: optimizelegibility;
}

h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 30px; line-height: 35px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 18px; line-height: 20px; }
h5 { font-size: 14px; line-height: 16px; }
h6 { font-size: 12px; line-height: 16px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

h1 small { font-size: 20px; }
h2 small { font-size: 16px; }
h3 small { font-size: 14px; }
h4 small { font-size: 12px; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	LAYOUT
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

#wrapper {
	position:relative;
	width:980px;
	margin: 0px auto 80px auto;
}
	
.inner 	{ width:940px; margin:0 auto; }

.one_half      { width: 47.8%; }
.one_third     { width: 30.5%; }
.two_third     { width: 65.3%; }
.one_fourth    { width: 23.5%; }
.one_fifth     { width: 16.7%; }
.three_fourth  { width: 74.0%; }
.four_fifth    { width: 79.0%; }
.two_fifth     { width: 37.2%; }
.three_fifth   { width: 58.0%; }
.one_sixth     { width: 13.3%; }
.five_fifth    { width: 82.7%; }
.five_sixth    { width: 99.7%; }

.one_half,
.one_third, 
.two_third,
.one_fourth, 
.one_fifth,
.four_fifth,
.one_sixth,
.five_fifth,
.two_fifth,
.three_fifth,
.three_fourth,
.five_sixth   {
	position: relative;
	display: inline-block;
	*display:inline;
	float: left;
	margin-right: 2%;
    padding: 10px;
	margin-bottom:15px;
	
}
.border-3{border: 1px solid #333;}

.last { margin-right: 0 !important; }

#layoutwrap {
	position: relative;
	overflow:hidden; 
	background-color:#ffffff;
	z-index:1;
	-webkit-box-shadow:0 2px 20px rgba(0,0,0,.5);
		-moz-box-shadow:0 2px 20px rgba(0,0,0,.5);
			box-shadow:0 2px 20px rgba(0,0,0,.5);
}

.contentwrap { 
	position: relative;
	padding:10px; 
	height:100%; 
	overflow:hidden;
	border-bottom: 13px solid #29d;

}
	
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	SIDEBAR AND CONTENT AREA
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.sidebar { 
	position:relative; 
}

.sidebar h3 { 
	font-size:16px; 
}
	

/* ===================
	LEFT SIDEBAR  
====================== */

.leftsidebar .main {
	float:right; 
	width:70%; 
}

.leftsidebar .sidebar { 
	float:left; 
	overflow:hidden; 
	width:30%;
}

.leftsidebar .sidebar .sidebar_content{
	padding:0 30px 0px 0; 
} 

/* ===================
	RIGHT SIDEBAR  
====================== */

.rightsidebar .main { 
	float:left; 
	width:70%;
}

.rightsidebar .sidebar 	{
	position:relative;
	float:left;
	width:30%;
}

.rightsidebar .sidebar .sidebar_content	{ 
	padding:0 0 0 40px; 
} 

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	HEADER AND LOGO
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

#header {
	position:relative; 
	min-height:70px;
	margin:0 auto;
	padding:0;
	background:#FFFFFF;
	z-index:4;
	-webkit-box-shadow:0 2px 20px rgba(0,0,0,.5);
	   -moz-box-shadow:0 2px 20px rgba(0,0,0,.5);
	        box-shadow:0 2px 20px rgba(0,0,0,.5);
}

#header .inner { 
	width:100%; 
}
	

.logo {  
	float:left;
	padding:10px 0 10px 30px;
	margin:0 auto;
	text-align:center;
}

.logo a {
	font-size:30px; 
	font-weight:bold; 
	text-decoration:none; 
}
.logo a:hover {
	text-decoration:none;	
}

.logo a img {
	display:inline-block;
	border:none; 
	background:none; 
	vertical-align:top;
}


/* Logo if selected as text*/
h1#site-title       { margin-top:0; margin-bottom:0px; }
h1#site-title a     { font-size:30px; line-height:38px; color:#666; text-transform:uppercase;  font-weight:bold; letter-spacing:-1px;}
h2#site-description { margin-bottom:0; margin-top:0; font-size:11px; line-height:14px; color:#999; text-decoration:none; text-transform:uppercase; }


/* Header Right */
.header-right { 
	padding:20px 30px 20px 0; 
	float:right; 
	text-align:right; 
	color:#999; 
	font-size:11px; 
}

.header-right p { margin-bottom:0;}
.header-right p  span{ font-weight:bold; color:#666; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	TOP MENU
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
	
.topmenu {
	position:relative;
	width:100%; 
	margin:0; 
	z-index:2;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	background: #fff;
	}

.topmenu .nav { 
	display:table; 
	margin:0 auto; 
	padding:0px 0;
}

/* ===================
	SUPERFISH AMMENDMENT 
====================== */
.sf-menu,
.sf-menu *                    { margin: 0; padding: 0; list-style: none;}
.sf-menu                      { margin: 0 auto; line-height: 1.0; position:relative; z-index:99; }
.sf-menu ul                   { position: absolute; top: -999em; width: 14em; /* left offset of submenus need to match (see below) */}
.sf-menu ul li                { width:100%; position: relative;z-index:101;}
.sf-menu li:hover             { visibility: inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li                   { float: left; background:none; list-style-position:inside; position: relative; }
.sf-menu a                    { display: block; position: relative; text-transform: uppercase; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul        { left: 0; top:2.9em; /* match top ul list item height */ }
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul     { top:-999em; }
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul     { left: 14em; top:0; /* match ul width */ }
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul  { top:-999em; }
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul  { left: 14em; bottom: 10em; top: 0;/* match ul width */ }

/* ===================
	Menu Settings 
====================== */
.sf-menu a         { padding:1em 1.4em; text-decoration:none; }
.sf-menu a, 
.sf-menu a:visited { text-decoration:none; color:#333;  /* visited pseudo selector so IE6 applies text colour*/  }

.sf-menu li a      { font-size:15px; font-weight:normal; font-family: "Open Sans"; background: #fff;}
.sf-menu li > a    { }
.sf-menu li li a   { font-weight:normal; font-family: "Open Sans"; font-size:11px; }
.sf-menu li ul     {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
	        box-shadow: 0 2px 4px rgba(0,0,0,.2);
	        border: 1px solid #333;
	        margin-top: 15px;
}
.sf-menu li li  {
	background-image: url(../images/opacs/dark10.png);
	background-position: bottom left;
	background-repeat: repeat-x; 
	border-right:1px solid #ddd;
}

.sf-menu li li:last-child  { background-image:none;}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, 
.sf-menu a:active   { 
	background:#ffffff;
	outline:0; 
	text-decoration:none; 
	color:#000;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, 
.sf-menu li li a:active {
	text-decoration:none; 
	outline:0; 
	color:#000;
}

/* Active Page Status CSS for all the browsers*/	
.sf-menu li.current-cat a, 
.sf-menu li.current_page_item a 	{ margin:0; }
.sf-menu li.current-cat > a, 
.sf-menu li.current_page_item  > a {  }
	
.sf-menu li a span {
	display:block; 
	text-transform:capitalize;
	letter-spacing:1px;
	padding-top:3px;
	font:normal normal 10px Arial, Helvetica, sans-serif; 
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	FRONTPAGE SLIDER
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
		
#featured_slider {
	position:relative;
	margin:0 auto;
	background-color:#ffffff;
	z-index:1;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 2px 20px rgba(0,0,0,.5);
	        box-shadow: 0 2px 20px rgba(0,0,0,.5);
}
	
.slider_wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	background:#fff url(../images/ajax-loader.gif) center center no-repeat;	
}	

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	SUBHEADER
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.subheader	{
	width:100%;
	margin:0px auto;
	position:relative;
	background-image:url(../images/opacs/dark04.png);	
	z-index:2;
}
	
.subheader .inner	{
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:20px;
	border-bottom:3px solid #66ce4e; 
}
	
.subheader h2.subtitle {
	margin:0; 
	text-align:center;
}

.subheader span.subdesc {
	display:block; 
	margin:0; 
	font-size:12px; 
	text-align:center;
}
			
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	FRONTPAGE WIDGETS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.fp-widget {
	margin:0 0 10px 0; 
	padding:0; 
}

.fp-widget h3 { 
	text-align:center;
	height: 60px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	SORTABLE PORTFOLIO
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.contentwrap.alpha { 
	padding:30px 0;
}

.quicksand  { 
	float:left; 
	width:100%; 
}

ul.quicksand_images { 
	list-style: none; 
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding:0;
	padding-top: 30px;
}

ul.quicksand_images li {
	display: inline-block;
	float:left;
	overflow:hidden;
	width: 25%;
	margin:0 0 1px 0;
	padding: 0; 
	background-color:#f6f6f6;
	background-image:url(../images/opacs/white95.png);
	background-repeat:repeat-y;
	background-position:top right;
	}

/* Quicksand Nav */
ul.quicksand_nav {
	display:table;
	width: 100%;
	margin:0 auto;
	text-align:center;
	}

ul.quicksand_nav li {
	display: inline-block;
	margin-right:5px;
	padding: 5px 10px;
	background-color:#f1f2f3;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

ul.quicksand_nav li a {
	display: block;
	color:#999999;
	}
 
ul.quicksand_nav li.active {
	border: 0;
	background-color:#66ce4e;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

ul.quicksand_nav a:focus { 
	color:#555555; 
	outline: 0;  
}

ul.quicksand_nav a:hover { 
	color:#555555; 
}

ul.quicksand_nav li.active a { 
	color: #ffffff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

/* =====================
	Portfolio Details 
======================== */

.port_overlay {
	position:relative;
	margin:0px;
}

.port_overlay img {
	display:block;
}

.port_overlay .caption {
	padding:20px;
	display:block;
	font-size:11px;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
}
			
.port_overlay .caption h4{
	color:#222;
	font-size:13px;
}

.port_overlay .caption p {
	font-size:11px;
	line-height:16px;
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	FOOTER
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
	
#footer { position:static; text-align:center;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Contact Info
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.contactinfo ul {
	list-style-position:outside;
	list-style:none;
}
	
.contactinfo ul li {
	padding:2px 0 2px 30px; 
	line-height:normal;
	margin-left:0;	ul 
}

.contactinfo .author-icon   { background:url(../images/icons/icons_black.png) -780px 0 no-repeat; }
.contactinfo .phone-icon    { background:url(../images/icons/icons_black.png) -340px -440px no-repeat;}
.contactinfo .email-icon    { background:url(../images/icons/icons_black.png) -460px -320px no-repeat; }
.contactinfo .address-icon  { background:url(../images/icons/icons_black.png) -220px -560px no-repeat; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	JQUERY TOOLS TABS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.systabspane  {
	clear:both; 
	margin:10px 0 30px 0;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.06);
	   -moz-box-shadow:0 4px 12px rgba(0,0,0,0.06);
	        box-shadow:0 4px 12px rgba(0,0,0,0.06);
}

.systabspane .panes              { clear:both; }
.systabspane.centertabs ul.tabs  { margin:0 auto;}
.systabspane.righttabs ul.tabs   { margin:0 0 0 auto; float:right; }

.tabs {
	border-bottom:1px solid #66CE4E;
	position:relative;
	width:100%;
	display: table;
	margin:0;
	padding:0 1%;
	background-color: #333;
	background-image: url(images/opacs/dark10.png);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
		
	/* Safari 4+, Chrome & Mozilla 3.6+ */
	background-image: -webkit-gradient(linear,center bottom,center top,	from(rgba(0, 0, 0, .1)),to(rgba(255, 255, 255, .1)));
	background-image: -moz-linear-gradient(center top,rgba(255, 255, 255, .1) 0%,rgba(0, 0, 0, .1) 100%);
	
	filter:     "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */

	
}

ul.tabs li {
	float:left;
	margin:0; 
	padding:0;
	min-height:30px;		
	position:relative; 
	list-style-type:none; 
}

ul.tabs a span { 
	display:block;
}

ul.tabs a { 
	display:block; 
	float:left; 
	position:relative; 
	margin-right:2px; 
	padding:8px 15px !important; 
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	text-decoration:none; 
}

.tab_content {
	display:none; 
	overflow:hidden; 
	padding:20px 30px;
	border-top:1px solid #333;
	background-color:#ffffff;
}

ul.tabs li.current { 
	position:relative;
	bottom:-2px;
	margin:0 0 -1px 0;
	border-bottom:none;
	border:1px solid #ddd;
	background:#fff;
	border-width:1px 1px 0px 1px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

ul.tabs li.current a {
	color:#000000;	
	line-height:29px;
}

/**
 * Vertical Tabs CSS 
 *-----------------------------------
 */

.vertabs .panes  { 
	clear:none;  
	}

.vertabs ul.tabs {
	clear:none;
	float:left; 
	width:160px;
	height:auto;
	margin:0 !important;
	padding:5px 0;
	border-bottom:0px solid #000;
}

.vertabs ul.tabs li {
	clear:left;
	display:block;
	float:none;
	margin:0 0 0 0; 
	padding:0; 
	border-right:1px solid #ddd;
	line-height:normal;
	list-style-type:none; 
	-webkit-border-radius: 5px 0px 0px 5px;
	   -moz-border-radius: 5px 0px 0px 5px;
	        border-radius: 5px 0px 0px 5px; 
}

.vertabs ul.tabs a { 
	display:block; 
	clear:left;
	float:none;
	position:relative; 
	top:1px;
	height:auto; 
	margin-right:2px; 
	padding:8px 15px; 
	color:#999;
	text-decoration:none; 
}


.vertabs ul.tabs li.current { 
	position:relative;
	border:1px solid #ddd;
	top:0;
	margin-left:5px;
	background-color:#ffffff;
	border-right:0px solid #f9f9f9;
	-webkit-border-top-left-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	        border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	    -moz-border-radius-bottomleft: 5px;
	        border-bottom-left-radius: 5px;
	/* ------- clear radius on vertical tabs -------- */
	-webkit-border-top-right-radius: 0px;
	    -moz-border-radius-topright: 0px;
	        border-top-right-radius: 0px;
}

.vertabs ul.tabs li.current a { 
	color:#444;		
	}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	TEXT HIGHLIGHTS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.highlight{ 
	padding:1px 4px;
	text-shadow: none;
	color:#ffffff;
	background-color:#5E5E5E;	
	-webkit-border-radius:3px; 
	   -moz-border-radius:3px; 
			border-radius:3px;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out; 
		 -o-transition: all 0.3s ease-out; 
			transition: all 0.3s ease-out; 
}

.highlight:hover { background:#c30000; }
	
.highlight2 {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out; 
	     -o-transition: all 0.3s ease-out; 
	        transition: all 0.3s ease-out; 
}			

.highlight2 {
	font-style:italic; 
	border-bottom:1px dashed #777777; 
}

.highlight2:hover { 
	border-bottom:1px solid #c30000;
}

.highlight.yellow {
	background-color:#ffda48; 
	color:#000000; 
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	BUTTONS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.button, 
.button span { display: inline-block; }
.button	{
	position:relative;
	zoom:1; /* zoom and *display = ie7 hack for display:inline-block */
	overflow: visible; 
	line-height:1em;
	margin-bottom:10px;
	border: 1px solid #ddd;/* IE Hack*/
	border: rgba(0, 0, 0, .1) 1px solid;/* Safari 4+, Chrome, FF3.5+ */
	border-bottom:rgba(0, 0, 0, .2) 3px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: 0 1px 2px rgba(0,0,0,.1);
	outline: none;
	white-space: nowrap;
	cursor: pointer;
	/* FF3.5+ */
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);

	/* Safari 4+, Chrome */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}

button::-moz-focus-inner { 
	border: none; /* overrides extra padding on sides FF3.5 */ 
	}

button.button  {
	margin:0;
	padding:0px; 
}

.button.full, 
.button.full span { 
	display: block;
}

button.button:hover, 
.button:hover, 
.button.hover {
	position:relative;

	/* FF3.5 */
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);

	/* Safari4+, Chrome */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);
			
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */

}

button.button:active,
.button:active, 
.button.active  {
	top:1px;
	/* FF3.5 */
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .1) 100%
	);
	/* Safari4+, Chrome */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF')"; /* IE8 */
}


.button span	{
	position: relative;
	padding:0.5em 1.3em;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	line-height:1em;
	text-align:center;
	text-decoration:none;
	white-space: nowrap;
	color:#fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari, Google Chrome margin fix */
	button.button span {
		margin-top: -1px;
		margin-left:-2px;
		margin-right:-2px;
	}
}
.button.small span 	{ font-size:10px; text-transform:uppercase; }
.button.medium span { font-size:14px; }
.button.large span 	{ font-size:18px; }

/* ---- Buttons Color Scheme ---- */
.button.gray        { background-color: #666666; } .button.gray:hover     { background-color: #666666; }
.button.brown       { background-color: #A52A2A; } .button.brown:hover    { background-color: #A52A2A; }
.button.cyan        { background-color: #00FFFF; } .button.cyan:hover     { background-color: #00FFFF; }
.button.orange      { background-color: #ff5c00; } .button.orange:hover   { background-color: #ff5c00; }
.button.red         { background-color: #861D23; } .button.red:hover      { background-color: #861D23; }
.button.magenta     { background-color: #A9014B; } .button.magenta:hover  { background-color: #A9014B; }
.button.yellow      { background-color: #ffb515; } .button.yellow:hover   { background-color: #ffb515; }
.button.blue        { background-color: #00ADEE; } .button.blue:hover     { background-color: #00ADEE; }
.button.pink        { background-color: #e22092; } .button.pink:hover     { background-color: #e22092; }
.button.green       { background-color: #91bd09; } .button.green:hover    { background-color: #91bd09; }
.button.black       { background-color: #333333; } .button.black:hover    { background-color: #333333; }
.button.white       { background-color: #FFFFFF; }
.button.white span  { color: #666666; }

a.button, 
a.button:hover,
button.button:hover { background-color:#EDEDED; }


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	DIVIDERS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.divider {
	width:auto;
	display:block; 
	clear:both; 
	height:21px;
	padding:20px 0;
	background:url(../images/separator.png) center center scroll no-repeat; 
}

.divider_space { 
	clear: both; 
	width: 100%; 
	height:1px;
	margin:0px;
	padding:20px 0;
}

.divider_line { 
	position: relative; 
	display: block;
	clear: both;
	padding:10px 0;
	background:url(../images/opacs/dark10.png) center center repeat-x;
	height:1px;
}

.top {
	position: relative; 
	margin-bottom: 40px; 
}

.top a { 
	position: absolute; 
	top:-5px;
	right:0;
	font-size: 14px; 
	line-height: 12px;
	text-transform: uppercase; 
	text-align: right; 
	color:#fff;
	background-color:#b4b4b4;
	padding:3px 6px;
}
	
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	ICONS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

/*a[class ^="icon-"] { margin-right:8px; }

[class ^="icon-"] {
	margin-right:8px; 
	line-height:20px; 
	display:-moz-inline-stack; 
	display:inline-block; 
	zoom:1;  
	*display:inline;
	padding-left:20px; 
	vertical-align:baseline;
}

.icon-male        { background:url(../images/icons/icons_black.png) no-repeat -780px 0; }
.icon-female      { background:url(../images/icons/icons_black.png) no-repeat -760px -20px; }
.icon-addbook     { background:url(../images/icons/icons_black.png) no-repeat -740px -40px; }
.icon-movie       { background:url(../images/icons/icons_black.png) no-repeat -720px -60px; }
.icon-zip         { background:url(../images/icons/icons_black.png) no-repeat -700px -80px; }
.icon-calc        { background:url(../images/icons/icons_black.png) no-repeat -680px -100px; }
.icon-arrow       { background:url(../images/icons/icons_black.png) no-repeat -660px -120px; }
.icon-medal       { background:url(../images/icons/icons_black.png) no-repeat -640px -140px; }
.icon-star        { background:url(../images/icons/icons_black.png) no-repeat -620px -160px; }
.icon-error       { background:url(../images/icons/icons_black.png) no-repeat -600px -180px; }
.icon-new         { background:url(../images/icons/icons_black.png) no-repeat -580px -200px; }
.icon-feed        { background:url(../images/icons/icons_black.png) no-repeat -560px -220px; }
.icon-print       { background:url(../images/icons/icons_black.png) no-repeat -540px -240px; }
.icon-exclamation { background:url(../images/icons/icons_black.png) no-repeat -520px -260px; }
.icon-yen         { background:url(../images/icons/icons_black.png) no-repeat -500px -280px; }
.icon-euro        { background:url(../images/icons/icons_black.png) no-repeat -480px -300px; }
.icon-email       { background:url(../images/icons/icons_black.png) no-repeat -460px -320px; }
.icon-pdf         { background:url(../images/icons/icons_black.png) no-repeat -440px -340px; }
.icon-home        { background:url(../images/icons/icons_black.png) no-repeat -420px -360px; }
.icon-word        { background:url(../images/icons/icons_black.png) no-repeat -400px -380px; }
.icon-dollar      { background:url(../images/icons/icons_black.png) no-repeat -380px -400px; }
.icon-pound       { background:url(../images/icons/icons_black.png) no-repeat -360px -420px; }
.icon-phone       { background:url(../images/icons/icons_black.png) no-repeat -340px -440px; }
.icon-support     { background:url(../images/icons/icons_black.png) no-repeat -320px -460px; }
.icon-vcard       { background:url(../images/icons/icons_black.png) no-repeat -300px -480px; }
.icon-disk        { background:url(../images/icons/icons_black.png) no-repeat -280px -500px; }
.icon-monitor     { background:url(../images/icons/icons_black.png) no-repeat -260px -520px; }
.icon-download    { background:url(../images/icons/icons_black.png) no-repeat -240px -540px; }
.icon-location    { background:url(../images/icons/icons_black.png) no-repeat -220px -560px; }
.icon-pin         { background:url(../images/icons/icons_black.png) no-repeat -200px -580px; }
.icon-find        { background:url(../images/icons/icons_black.png) no-repeat -180px -600px; }
.icon-check       { background:url(../images/icons/icons_black.png) no-repeat -160px -620px; }
.icon-help        { background:url(../images/icons/icons_black.png) no-repeat -140px -640px; }
.icon-website     { background:url(../images/icons/icon-website.png) no-repeat left center; }


.icon-male.blue, .icon-female.blue, .icon-zip.blue, .icon-movie.blue, .icon-addbook.blue, .icon-arrow.blue, .icon-calc.blue, .icon-dollar.blue, .icon-pound.blue, .icon-euro.blue, .icon-yen.blue, .icon-error.blue, .icon-exclamation.blue, .icon-feed.blue, .icon-help.blue, .icon-home.blue, .icon-mail.blue, .icon-medal.blue, .icon-new.blue, .icon-word.blue, .icon-pdf.blue, .icon-phone.blue, .icon-print.blue, .icon-star.blue, .icon-support.blue, .icon-vcard.blue, .icon-disk.blue, .icon-monitor.blue, .icon-download.blue, .icon-pin.blue, .icon-location.blue, .icon-find.blue, .icon-check.blue	
	{ background-image:url(../images/icons/icons_blue.png); }
.icon-male.cyan, .icon-female.cyan, .icon-zip.cyan, .icon-movie.cyan, .icon-addbook.cyan, .icon-arrow.cyan, .icon-calc.cyan, .icon-dollar.cyan, .icon-pound.cyan, .icon-euro.cyan, .icon-yen.cyan, .icon-error.cyan, .icon-exclamation.cyan, .icon-feed.cyan, .icon-help.cyan, .icon-home.cyan, .icon-mail.cyan, .icon-medal.cyan, .icon-new.cyan, .icon-word.cyan, .icon-pdf.cyan, .icon-phone.cyan, .icon-print.cyan, .icon-star.cyan, .icon-support.cyan, .icon-vcard.cyan, .icon-disk.cyan, .icon-monitor.cyan, .icon-download.cyan, .icon-pin.cyan, .icon-location.cyan, .icon-find.cyan, .icon-check.cyan 
	{ background-image:url(../images/icons/icons_cyan.png); }
.icon-male.green, .icon-female.green, .icon-zip.green, .icon-movie.green, .icon-addbook.green, .icon-arrow.green, .icon-calc.green, .icon-dollar.green, .icon-pound.green, .icon-euro.green, .icon-yen.green, .icon-error.green, .icon-exclamation.green,.icon-feed.green,.icon-help.green,.icon-home.green,.icon-mail.green,.icon-medal.green,.icon-new.green,.icon-word.green,.icon-pdf.green,.icon-phone.green,.icon-print.green,.icon-star.green,.icon-support.green,.icon-vcard.green, .icon-disk.green,.icon-monitor.green,.icon-download.green,.icon-pin.green,.icon-location.green,.icon-find.green, .icon-check.green 
	{ background-image:url(../images/icons/icons_green.png); }
.icon-male.magenta, .icon-female.magenta, .icon-zip.magenta, .icon-movie.magenta, .icon-addbook.magenta, .icon-arrow.magenta, .icon-calc.magenta, .icon-dollar.magenta, .icon-pound.magenta, .icon-euro.magenta, .icon-yen.magenta, .icon-error.magenta, .icon-exclamation.magenta,.icon-feed.magenta,.icon-help.magenta,.icon-home.magenta,.icon-mail.magenta,.icon-medal.magenta,.icon-new.magenta,.icon-word.magenta,.icon-pdf.magenta,.icon-phone.magenta,.icon-print.magenta,.icon-star.magenta,.icon-support.magenta,.icon-vcard.magenta, .icon-disk.magenta,.icon-monitor.magenta,.icon-download.magenta,.icon-pin.magenta,.icon-location.magenta,.icon-find.magenta, .icon-check.magenta 
	{ background-image:url(../images/icons/icons_magenta.png); }
.icon-male.gray, .icon-female.gray, .icon-zip.gray, .icon-movie.gray, .icon-addbook.gray, .icon-arrow.gray, .icon-calc.gray, .icon-dollar.gray, .icon-pound.gray, .icon-euro.gray, .icon-yen.gray, .icon-error.gray, .icon-exclamation.gray,.icon-feed.gray,.icon-help.gray,.icon-home.gray,.icon-mail.gray,.icon-medal.gray,.icon-new.gray,.icon-word.gray,.icon-pdf.gray,.icon-phone.gray,.icon-print.gray,.icon-star.gray,.icon-support.gray,.icon-vcard.gray, .icon-disk.gray,.icon-monitor.gray,.icon-download.gray,.icon-pin.gray,.icon-location.gray,.icon-find.gray, .icon-check.gray 
	{ background-image:url(../images/icons/icons_gray.png); }
.icon-male.orange, .icon-female.orange, .icon-zip.orange, .icon-movie.orange, .icon-addbook.orange, .icon-arrow.orange, .icon-calc.orange, .icon-dollar.orange, .icon-pound.orange, .icon-euro.orange, .icon-yen.orange, .icon-error.orange, .icon-exclamation.orange,.icon-feed.orange,.icon-help.orange,.icon-home.orange,.icon-mail.orange,.icon-medal.orange,.icon-new.orange,.icon-word.orange,.icon-pdf.orange,.icon-phone.orange,.icon-print.orange,.icon-star.orange,.icon-support.orange,.icon-vcard.orange, .icon-disk.orange,.icon-monitor.orange,.icon-download.orange,.icon-pin.orange,.icon-location.orange,.icon-find.orange, .icon-check.orange 
	{ background-image:url(../images/icons/icons_orange.png); }
.icon-male.pink, .icon-female.pink, .icon-zip.pink, .icon-movie.pink, .icon-addbook.pink, .icon-arrow.pink, .icon-calc.pink, .icon-dollar.pink, .icon-pound.pink, .icon-euro.pink, .icon-yen.pink, .icon-error.pink, .icon-exclamation.pink,.icon-feed.pink,.icon-help.pink,.icon-home.pink,.icon-mail.pink,.icon-medal.pink,.icon-new.pink,.icon-word.pink,.icon-pdf.pink,.icon-phone.pink,.icon-print.pink,.icon-star.pink,.icon-support.pink,.icon-vcard.pink, .icon-disk.pink,.icon-monitor.pink,.icon-download.pink,.icon-pin.pink,.icon-location.pink,.icon-find.pink, .icon-check.pink 
	{ background-image:url(../images/icons/icons_pink.png); }
.icon-male.red, .icon-female.red, .icon-zip.red, .icon-movie.red, .icon-addbook.red, .icon-arrow.red, .icon-calc.red, .icon-dollar.red, .icon-pound.red, .icon-euro.red, .icon-yen.red, .icon-error.red, .icon-exclamation.red,.icon-feed.red,.icon-help.red,.icon-home.red,.icon-mail.red,.icon-medal.red,.icon-new.red,.icon-word.red,.icon-pdf.red,.icon-phone.red,.icon-print.red,.icon-star.red,.icon-support.red,.icon-vcard.red, .icon-disk.red,.icon-monitor.red,.icon-download.red,.icon-pin.red,.icon-location.red,.icon-find.red, .icon-check.red 
	{ background-image:url(../images/icons/icons_red.png); }
.icon-male.yellow, .icon-female.yellow, .icon-zip.yellow, .icon-movie.yellow, .icon-addbook.yellow, .icon-arrow.yellow, .icon-calc.yellow, .icon-dollar.yellow, .icon-pound.yellow, .icon-euro.yellow, .icon-yen.yellow, .icon-error.yellow, .icon-exclamation.yellow,.icon-feed.yellow,.icon-help.yellow,.icon-home.yellow,.icon-mail.yellow,.icon-medal.yellow,.icon-new.yellow,.icon-word.yellow,.icon-pdf.yellow,.icon-phone.yellow,.icon-print.yellow,.icon-star.yellow,.icon-support.yellow,.icon-vcard.yellow, .icon-disk.yellow,.icon-monitor.yellow,.icon-download.yellow,.icon-pin.yellow,.icon-location.yellow,.icon-find.yellow, .icon-check.yellow	
	{ background-image:url(../images/icons/icons_yellow.png); }*/

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	FANCY TABLE
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

table.fancy_table     {
	border: 1px solid #eee;
}

table.fancy_table th  {
	padding:8px; 
	background-color:#f5f5f5; 
	border: 1px solid #ddd;
	color:#666; 
	text-align:center; 
}

table.fancy_table td  {
	padding:5px; 
	background:#fff; 
	border: 1px solid #eee; 
	text-align:center;
}

table.fancy_table tbody tr:hover td	{
	background-color:#F3F3F3;
}

table.fancy_table tfoot {
	background-color: #F3F3F3;
}

table.fancy_table {
	width:99%; 
	margin:0 auto; 
	margin-bottom:20px;
	border-collapse: collapse; 
	border-spacing: 0;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	DEFAULT TABLE
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

table{ 
	width:99%; 
	margin:0 auto; 
	margin-bottom:20px;
	border: 1px solid #eee; 	
	border-collapse: collapse; 
	border-spacing: 0; 
}

table th  {
	padding:2em; 
	background-color:#d9d9d9; 
	border: 1px solid #ddd;
	color:#666; 
	text-align:center; 
}

table td  {
	padding:2%; 
	background-color:#fff; 
	border: 1px solid #eee; 
	text-align:center;
}

table tbody tr:hover td	{
	background-color:#F3F3F3;
}

table tfoot {
	background-color: #F3F3F3;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	DROPCAPS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.dropcap1, 
.dropcap2 {
	float: left; 
	text-align: center; 
	overflow:hidden;
}

.dropcap1 { 
	width: 50px; 
	margin:5px 15px 15px 0; 
	font-size: 36px; 
	line-height: 200%;
	color:#ffffff;
	background-color:#b9b9b9;
	background-image:url(../images/opacs/dark10.png);
	background-position:top left;
	background-repeat:repeat;
	background-attachment:scroll;
		
	/* Safari 4+, Chrome & Mozilla 3.6+ */
	background-image: -webkit-gradient(linear,center bottom,center top,	from(rgba(0, 0, 0, .1)),to(rgba(255, 255, 255, .1)));
	background-image: -moz-linear-gradient(center top,rgba(255, 255, 255, .1) 0%,rgba(0, 0, 0, .1) 100%);
	filter:     "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */

	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}

.dropcap2 { 
	height: 45px; 
	width: 45px; 
	margin:5px 15px 5px 0;
	font-size: 24px; 
	line-height: 45px; 
	background-color:#000000; 
	color:#fff; 
}

.dropcap3 { 
	float:left;
	overflow:hidden;
	width: 64px; 
	margin:0 10px 0 0; 
	padding-right:0px;
	font-size: 4.0em; 
	font-weight:bold;
	text-align:center; 
	line-height: 64px;
	background:url("../images/dropcap3.png") no-repeat scroll 0px 0px transparent; 
	color:#ddd;
}

.dropcap1.black, .dropcap2.black 	{ background-color:#000000; }
.dropcap1.blue, .dropcap2.blue 		{ background-color:#00ADEE; }
.dropcap1.cyan, .dropcap2.cyan 		{ background-color:#52F3FF; }
.dropcap1.green, .dropcap2.green 	{ background-color:#4CC417; }
.dropcap1.navy, .dropcap2.navy 		{ background-color:#151B8D; }
.dropcap1.orange, .dropcap2.orange 	{ background-color:#F87217; }
.dropcap1.pink, .dropcap2.pink 		{ background-color:#F660AB; }
.dropcap1.red, .dropcap2.red 		{ background-color:#E41B17; }
.dropcap1.yellow, .dropcap2.yellow 	{ background-color:#FFE87C; }
.dropcap1.magenta, .dropcap2.magenta 	{ background-color:#E238EC; }


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	ALERT BOXES
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

span.error     { border-color:#ffcfce; background: #ffdfdf }
span.info      { border-color:#d4ecf0; background: #e0f2f5 }
span.alert     { border-color:#efeabf; background: #f6f3da }
span.success  { border-color:#c7f5ce; background: #d6f7db }

span.error,
span.info,
span.alert,
span.success { 
	display: block; 
	padding: 10px; 
	margin: 5px 0;
	border-style:solid;
	border-width:1px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	PULL QUOTES
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

span.pull-left { 
	display: block;
	float: left;
	width: 35%;
	padding: 15px;
	border-left:1px solid #dddddd;
	font:italic normal 14px/25px Georgia, Arial, Sans-serif;
	letter-spacing:0;
}

span.pull-right {
	display: block;
	float: right;
	width: 35%;
	padding: 15px;
	border-right:1px solid #dddddd;
	font:italic normal 14px/25px Georgia, Arial, Sans-serif;
	letter-spacing:0; 
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	BLOCKQUOTES
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

blockquote  {
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 30px !important;
	font-size:16px;
	line-height:normal;	
	border-left:5px solid #eee;
}

blockquote  p {
	margin-bottom: 5px; 
}

blockquote cite:before {
	content: "\2014 \00A0";
}

blockquote cite {
	display:block; 
	font-size: 12px; 
	font-style:normal;
	color:#999;
}
		
blockquote.alignleft  { 
	margin: 0 5% 0 0; 
	width: 30%;
}

blockquote.alignright { 
	margin:0 0 0 5%; 
	width:30%;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	ALIGN FLOATS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.left {float:left;}
.right {float:right;}
.center {float:none; text-align:center; margin:inherit auto;}

.alignleft, 
img.alignleft, 
a img.alignleft      { float:left; margin:3px 15px 4px 3px;}

.alignright, 
img.alignright, 
a img.alignright     { float:right; margin:3px 3px 4px 15px;	}

.aligncenter, 
img.aligncenter, 
a img.aligncenter    { clear:both; display:block; margin:10px auto 10px auto; padding:2px; text-align:center;	}

.wp-caption 			      { text-align: center; margin-bottom: 20px; padding: 2px; border:1px solid #ddd; background:#f1f2f3; }
.wp-caption img 		      { margin: 3px;}
.wp-smiley 			          { margin:0; }
.wp-caption p.wp-caption-text { margin: 0 0 4px; }
			
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	FANCY HEADINGS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.fancyheading {
	position: relative;
	margin-bottom:18px; 
}

.fancyheading span {
	padding: 6px 20px; 
	font-size:12px; 
	font-weight: normal; 
	line-height: 22px; 
	letter-spacing: 1px; 
	text-transform: uppercase; 
	color :#fff; 	
	background-color:#b9b9b9;
	background-image:url(../images/opacs/dark10.png);
	background-position:top left;
	background-repeat:repeat;
	background-attachment:scroll;
		
	/* Safari 4+, Chrome & Mozilla 3.6+ */
	background-image: -webkit-gradient(linear,center bottom,center top,	from(rgba(0, 0, 0, .1)),to(rgba(255, 255, 255, .1)));
	background-image: -moz-linear-gradient(center top,rgba(255, 255, 255, .1) 0%,rgba(0, 0, 0, .1) 100%);
	filter:  "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */

	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}

.fancyheading span.gray     { background-color: #666666; }
.fancyheading span.orange   { background-color: #ff5c00; }
.fancyheading span.red      { background-color: #e62727; }
.fancyheading span.magenta  { background-color: #A9014B; }
.fancyheading span.yellow   { background-color: #ffb515; }
.fancyheading span.blue     { background-color: #00ADEE; }
.fancyheading span.pink     { background-color: #e22092; }
.fancyheading span.green    { background-color: #91bd09; }

.fancyheading span.black    { background-color: #333333; }
.fancyheading span.white    { background-color: #FFFFFF; }
.fancyheading span.white span { color: #666666; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	LIST STYLES
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.pricing li		{ 
	background:#ffffff; 
	border:1px solid #eeeeee; 
	border-bottom:1px solid #ddd; 
	margin-bottom:1px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

ul.doubles {
	clear:both;  
	padding-left:25px;  
	margin-left:0px !important; 
	overflow:hidden;
}

.doubles li {
	float:left; 
	width:42%;
}

ul.sitemap { margin-left:0px !important; }

ul.list-disc li, 
ul.list-circle li,
ul.list-square li, 
ul.list-arrow1 li, 
ul.list-arrow2 li, 
ul.list-arrow3 li,
ul.list-arrow4 li, 
ul.list-arrow5 li,  
ul.list-bullet1 li,
ul.list-bullet2 li, 
ul.list-bullet3 li, 
ul.list-bullet4 li, 
ul.list-bullet5 li, 
ul.list-star1 li, 
ul.list-star2 li, 
ul.list-star3 li, 
ul.list-plus li, 
ul.list-minus li, 
ul.list-pointer li,
ul.list-style1 li,
ul.list-check li,
ul.sitemap li,
ul.list-tree li 	{ 
	background-image: url("../images/bullets/lists.png");
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left:25px;
	list-style-type:none;
	line-height:22px;
}

ul.list-disc li       { background-position: -480px 0px; }
ul.list-circle li     { background-position: -460px -17px; }
ul.list-square li     { background-position: -440px -37px; }
ul.list-arrow1 li     { background-position: -420px -57px; } 
ul.list-arrow2 li     { background-position: -400px -77px; } 
ul.list-arrow3 li     { background-position: -380px -97px; }
ul.list-arrow4 li     { background-position: -360px -117px; }
ul.list-arrow5 li     { background-position: -340px -137px; }
ul.sitemap li         { background-position: -340px -137px; }
ul.list-bullet1 li    { background-position: -320px -157px; }
ul.list-bullet2 li    { background-position: -300px -177px; }
ul.list-bullet3 li    { background-position: -280px -197px; }
ul.list-bullet4 li    { background-position: -260px -217px; }
ul.list-bullet5 li    { background-position: -240px -237px; }
ul.list-star1 li      { background-position: -220px -257px; }
ul.list-star2 li      { background-position: -200px -277px; }
ul.list-star3 li      { background-position: -180px -297px; }
ul.list-plus li       { background-position: -160px -317px; }
ul.list-minus li      { background-position: -140px -337px; }
ul.list-pointer li    { background-position: -120px -357px; }
ul.list-style1 li 	  { background-position: -100px -377px; }
ul.list-check li 	  { background-position: -80px  -397px; }

ul.red li            { background-image:url("../images/bullets/list_red.png"); }
ul.green li          { background-image:url("../images/bullets/list_green.png"); }
ul.blue li           { background-image:url("../images/bullets/list_blue.png"); }
ul.yellow li         { background-image:url("../images/bullets/list_yellow.png"); }
ul.magenta li        { background-image:url("../images/bullets/list_magenta.png"); }
ul.cyan li           { background-image:url("../images/bullets/list_cyan.png"); }
ul.orange li         { background-image:url("../images/bullets/list_orange.png"); }
ul.black li          { background-image:url("../images/bullets/list_black.png"); }
ul.pink li           { background-image:url("../images/bullets/list_pink.png"); }
ul.navy li           { background-image:url("../images/bullets/list_navy.png"); }
ul.gray li           { background-image:url("../images/bullets/list_gray.png"); }

ul.bullet-check li   { background: transparent url("images/bullets/check.gif") no-repeat 0 5px; list-style:none; padding-left:25px;   }
ul.bullet-check      { padding:0;}

ul.list-tree li      { background-position: -340px -137px; }
ul.list-tree ul      { border-left:1px solid #aaa; margin-left:20px; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	PRICING TABLE
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.pricetable{	
	clear:both;
	position: relative;
	width:100%;
	margin:20px auto;
	z-index:0;
}
	
.pricetable .pricinginner {
	padding:20px 5px; 
}

.pricetable .block{
	float:left;
	position:relative;
	width:25%;
	height:100%;
	z-index:3;
	-webkit-border-radius: 5px;	
	   -moz-border-radius: 5px;	
	        border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
					
.pricetable .block.active { 
	position:relative;
	z-index:4;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.pricetable .pricebox { 
	padding:20px 0; 
}

.pricetable .pricetag { 
	width:100%; 
	background:#4d4d4d; 
	text-align:center; 
	color:#ffae00; 
	padding:10px 0;
}

.pricetable .pricetag .price { 
	font-size:16px; 
}
.pricetable .pricetag .rate {
	font-size:35px; 
	font-weight:bold; 
	line-height:34px; 
	vertical-align:top;
}

.pricetable h2 {
	text-align:center;
}
.pricetable .pt_desc {
	margin: 20px; 
	color: #656565; 
	font-size: 13px;
}
.pricetable .pt_desc ul {
	margin: 0; 
	padding-bottom: 10px;
}
.pricetable .pt_desc ul li {
	line-height:32px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	TOGGLES
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.simpletoggle {
	position:relative;
	margin:0; 
	padding:8px;
	border-bottom:1px solid #dddddd;	
}

.simpletoggle .toggleinside { 
	padding-left:30px;
}

.simpletoggle .toggle,
.fancytoggle .toggle {
	display:block; 
	padding:8px 30px;
	background:url(../images/arrow_close.png) 0 center scroll no-repeat;  
}

span.toggle a {
	display: block;
	text-transform: normal;
	text-decoration: none; 
}

span.active  { 
	display:block;
	background: url(../images/arrow_open.png) 0 center scroll no-repeat;
}

span.active a:link {
	color:#666; 
	display:block;
}

.toggle_content {
	position: relative;
	clear:both; 
	margin:0px;
}

span.toggle {
	display:block; 
	margin-bottom:0;
}


.fancytoggle {
	position:relative;
	margin:5px 5px 20px 5px;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1); 
}

.fancytoggle span.toggle {
	background:#fafafa url(../images/arrow_close.png) 10px center scroll no-repeat; 
	padding:10px 10px 10px 40px; 
	margin-bottom:-1px; 
	border-bottom:1px solid #ddd;
}

.fancytoggle span.active {
	background:#fafafa url(../images/arrow_open.png) 10px center scroll no-repeat;
}

.fancytoggle .toggleinside 	 { padding:15px}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	FORM FIELDS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.input_small   { width:25% !important; }
.input_medium  { width:50% !important; }
.input_large   { width:90% !important; }

#validate_form label.error { border:none;   }  
#validate_form .error { color: red; border: 1px solid red; }
    
div#note,
div#result { position:relative; 	}
.close_note {
	position: absolute; 
	top: 18px; 
	right: 10px; 
	font-size:9px; 
}

div#note p,
div#result p {
	margin-bottom:0;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	CONTACT FORM
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.sysform input.txtfield, 
.sysform textarea { 
	padding: 6px;
	outline: 0;
	width: 100%;
	background:inherit;
	border:1px solid #DDD; 
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05); 
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;	
}

.sysform textarea { 
	width: 100%;
	height: 150px;
	line-height: 150%;
}

.sysform p {
	margin-bottom:10px;
}

.sysform input:hover, 
.sysform textarea:hover,
.sysform input:focus, 
.sysform textarea:focus { 
	border-color: #BBB;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 191, 255, 0.2);
	   -moz-box-shadow: 0px 0px 2px 2px rgba(0, 191, 255, 0.2);
	        box-shadow: 0px 0px 2px 2px rgba(0, 191, 255, 0.2); 
}

.sysform label { 
	margin-left: 10px; 
	width:20%
	}

.sysform-input input,
.sysform-textarea textarea, 
.sysform-select select {
	width:100%;
	padding:6px; 
	outline:none; 
	border: rgba(0, 0, 0, .1) 1px solid;/* Safari 4+, Chrome, FF3.5+ */
	border-radius:3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}


.sysform span.atpcaptcha { 
	background:#444444; 
	color:#ffffff; 
	padding:2px 5px; 
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	SOCIALBLES
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.icon-apple        { background: url(../images/sociables/apple.png) no-repeat left center; }
.icon-application  { background: url(../images/sociables/application.png) no-repeat left center; }
.icon-blogger      { background: url(../images/sociables/blogger.png) no-repeat left center; }
.icon-delicious    { background: url(../images/sociables/delicious.png) no-repeat left center; }
.icon-deviant      { background: url(../images/sociables/deviant.png) no-repeat left center;  }
.icon-digg         { background: url(../images/sociables/digg.png) no-repeat left center;  }
.icon-dribbble     { background: url(../images/sociables/dribbble.png) no-repeat left center;  }
.icon-facebook     { background: url(../images/sociables/facebook.png) no-repeat left center;  }
.icon-flickr       { background: url(../images/sociables/flickr.png) no-repeat left center;  }
.icon-forrst       { background: url(../images/sociables/forrst.png) no-repeat left center;  }
.icon-google       { background: url(../images/sociables/google.png) no-repeat left center;  }
.icon-html5        { background: url(../images/sociables/html5.png) no-repeat left center;  }
.icon-linkedin     { background: url(../images/sociables/linkedin.png) no-repeat left center;  }
.icon-lastfm       { background: url(../images/sociables/lastfm.png) no-repeat left center;  }
.icon-paypal       { background: url(../images/sociables/paypal.png) no-repeat left center;  }
.icon-picasa       { background: url(../images/sociables/picasa.png) no-repeat left center;  }
.icon-pinterest    { background: url(../images/sociables/pinterest.png) no-repeat left center;  }
.icon-rss          { background: url(../images/sociables/rss.png) no-repeat left center;  }
.icon-skype        { background: url(../images/sociables/skype.png) no-repeat left center;  }
.icon-stumbleupon  { background: url(../images/sociables/stumbleupon.png) no-repeat left center;  }
.icon-technorati   { background: url(../images/sociables/technorati.png) no-repeat left center;  }
.icon-twitter      { background: url(../images/sociables/twitter.png) no-repeat 3px 3px;  }
.icon-twitter2     { background: url(../images/sociables/twitter2.png) no-repeat left center;  }
.icon-twitter3     { background: url(../images/sociables/twitter3.png) no-repeat left center;  }
.icon-vimeo        { background: url(../images/sociables/vimeo.png) no-repeat left center;  }
.icon-windows      { background: url(../images/sociables/windows.png) no-repeat left center;  }
.icon-wordpress    { background: url(../images/sociables/wordpress.png) no-repeat left center;  }
.icon-yahoo        { background: url(../images/sociables/yahoo.png) no-repeat left center;  }
.icon-yelp         { background: url(../images/sociables/yelp.png) no-repeat left center;  }
.icon-youtube      { background: url(../images/sociables/youtube.png) no-repeat left center;  }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	TEAMBOX  
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.bio { 
	background:#fff url(../images/opacs/dark03.png);
	box-shadow: 0 0 3px 0px #ccc;
	text-align:center; 
}
.bio .details {
	background:#fff;
	border:1px solid #fff;
	border-top:1px solid #ddd;
	font-size: 11px;
	padding: 20px 0 20px 0;
}

.bio h5 {
	text-transform: normal;
	letter-spacing: 1px;
}

.bio h5 span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	padding-top: 10px;
}
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	TWEETS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.tweets ul { 
	margin:5px auto 0 auto; 
	padding:0; 
	list-style:none;
	}
.tweets ul li{ 
	text-align:center; 
	font: italic normal 13px/1.6 Georgia, Times, Serif;
	}
	
/* Demo Stuff CSS*/
.emptybg {
	display:block;
	background:#f0f0f0;
	border-radius:5px;
	position:relative;
	height:40px;
	text-align:center;
	padding-top:20px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
	MOBILE MENU CSS
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.m-select-container{
	position: relative;
	padding:10px 0px;
	height:37px;
	display:none;

}

.m-select {
	position: absolute;
	padding: 10px 10px 10px 5px;
	left:0; 
	right:0;
	margin:0 auto;
	width: 97%;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity = 70);
	background-color: #000; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
}

#m-select-active{
	background-image: url('../images/down.png'); 
	background-repeat: no-repeat;
	background-position: right;
}

.m-select-links {
	margin: 0px; 
	padding: 5px 0px 0px;
	display: none;
}

.m-select-links li{
	list-style: none;
	padding: 1px;
	margin: 0px;
	overflow: hidden;
}

.m-select-links li a{
	font-weight: normal; 
	display: block;
	padding: 5px;
	margin: 0px;
}

.m-select-links li a:hover{
	color: #ddd;
	text-decoration:none;
	background-color: #282828;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
}

.height{

	height: 390px;
}
p.textacc{

	height: 150px;
}