/*  
Theme Name: LQ Solutions Vault
Description: Theme for LQ Solutions Vault
Version: 1.0
Author: S-Tastic Deisgns
Author URI: http://www.stasticdesigns.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}

.fsForm {
	clear: both;
}

.fsRowTop {
	display: none!important;
}

body{
	background: url('images/lq_back.jpg') #292929 no-repeat top;
	color: #bfc7cd;
	font: .75em "Trebuchet MS", Arial, Helvetica;
	padding: 0 0 20px;
	line-height:1.8em;
}

#forummenu {
	border: 1px solid #000000 !important;
	background: #000000 !important;
	color: #FFFFFF !important;
}

#forummenu a {
	color: #FFFFFF !important;
}

#topicmenu {
	border: 1px solid #000000 !important;
	color: #FFFFFF !important;
	background: #000000 !important;
}

#topicmenu a {
	color: #FFFFFF !important;
}

#mainmenu {
	border: 1px solid #000000 !important;
	color: #FFFFFF !important;
	background: #000000 !important;
}

#mainmenu a {
	color: #FFFFFF !important;
}

.maintab_back,
.maintab_first,
.maintab_last,
.mirrortab_first,
.mirrortab_back,
.mirrortab_last {
	background: #000000 !important;
}


.wpf-meta table {
	border: 0px !important;
}

.openUser {
	background: #cccccc !important;
	border: 1px solid #000000;
	padding: 10px !important;
	margin-bottom: 20px;
}

#users li {
	list-style-type: none;
	background: transparent !important;
	font-size: 18px;
	min-height: 30px;
	padding-left: 0px;
	width: 600px;
}

#users li a {
	font-size: 24px;
	color: #007CC3;
	padding: 5px !important;
}

.userOptions {
	font-size: 12px;
	display: none;
	padding-left: 10px;
	color: #999999;
}

.userOptions a {
	font-size: 12px !important;
	color: #007CC3;
}

.profileOptions {
	font-size: 12px;
	display: none;
	padding-left: 10px;
	color: #999999;
}

.profileOptions a {
	font-size: 12px !important;
	color: #007CC3;
}

#users ul {
	padding: 10px 0px 10px 20px;
}

#users ul li {
	font-size: 14px;
}

.noBorder {
	border: 0px !important;
}
.blueBody {
	background: #292929 url('http://lqsolutionsvault.com/wp-content/themes/lq_theme/images/Leadership_gradBckgrnd.jpg') no-repeat !important;
}
.redBody {
	background: #292929 url('http://lqsolutionsvault.com/wp-content/themes/lq_theme/images/Sales_gradBckgrnd.jpg') no-repeat !important;
}
.orangeBody {
	background: #292929 url('http://lqsolutionsvault.com/wp-content/themes/lq_theme/images/Service_gradBckgrnd.jpg') no-repeat !important;
}
.greenBody {
	background: #292929 url('http://lqsolutionsvault.com/wp-content/themes/lq_theme/images/Core_gradBckgrnd.jpg') no-repeat !important;
}

.grayDiv {
	background: #cccccc;
	padding: 5px;
	width: 100px;
}

a{
	color: #a4b92e;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 2px;
}
#register_submit {
	margin: 5px;
	cursor: pointer;
}
.reqd {
	color: #ff0000;
	font-weight: bold;
	margin-right: 2px;
}
li{
	list-style: none
}
h2{
	color: #007CC3!important;
	font-size: 1.6em;
	letter-spacing: -1px;
	margin: 0 0 .2em
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
	font-size: 1.6em;
	margin: 0 0 1em
}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
#logo {
	margin-top: -1px;
}
p{
	padding: 0 0 1.5em
}
/*=== Pop Up ===*/
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:3;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:250px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:5;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: pointer;
}
#popupTos{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:570px;
width:828px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:5;
padding:12px;
font-size:13px;
}
#popupTos h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupTosClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: pointer;
}
#tos {
	overflow: auto;
	width: 810px;
	height: 500px;
	text-align: center;
	color: #000000;
	font-size: 12px;
}
/*=== Login Form ===*/
#loginForm {
	padding: 50px 20px;
}
#loginForm label {
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	color: #000000;
}
#em, #pw {
	display: block;
	float: left;
	margin-left: 5px;
}
#loginSubmit {
	float: right !important;
	margin-right: 100px;
}
#changePwDiv {
	padding: 30px;
}
#changePwForm label {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	color: #000000;
}
#pw1, #pw2 {
	display: block;
	float: left;
	margin-left: 5px;
}
#changePwButton {
	margin-right: 100px;
}
/*=== Accordion ===*/
#accordion_menu {
	margin: 0 0 0 5px;
}
#accordion_menu ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 179px;
}

#searchMenu {
	background: #aaaaaa;
	padding: 5px;
}

#searchMenu input {
	margin-right: 5px;
}

#searchSub {
	padding: 1px;
	background: #ffffff;
}

#accordion_menu ul#menu a {
  display: block;
  text-decoration: none;	
}

#accordion_menu ul#menu li {
  margin-top: 1px;
}

#accordion_menu ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

#accordion_menu ul#menu li a:hover {
  background: #000;
}

#accordion_menu ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

#accordion_menu ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
.panel ul {
	margin-bottom: 10px !important;
	float: left;
}
.panel ul li {
	height: auto !important;
}

.notice {
	font-size: 18px;
}

.lqBlue {
	background: #017cc3 !important;
}
.borderBlue:hover {
	border-left: 5px solid #017cc3 !important;
}
.lqRed {
	background: #8b0606 !important;
}
.borderRed:hover {
	border-left: 5px solid #8b0606 !important;
}
.lqOrange {
	background: #ff6f13 !important;
}
.borderOrange:hover {
	border-left: 5px solid #ff6f13 !important;
}
.lqGreen {
	background: #0c870c !important;
}
.borderGreen:hover {
	border-left: 5px solid #0c870c !important;
}
.lqGray {
	background: #666666 !important;
}
.borderGray:hover {
	border-left: 5px solid #333333 !important;
}
.lqBlack {
	background: #000000 !important;
}
.borderBlack:hover {
	border-left: 5px solid #999999 !important;
}
.lqYellow {
	background: #FFCC33 !important;
}
.borderYellow:hover {
	border-left: 5px solid #FFFF66 !important;
}
#arrowLeft {
	float: right;
}
#arrowRight {
	float: right;
	margin-right: 150px;
}
/*=== Intro ===*/
p.intro {
	line-height:1.3em;
	text-align: center;
	font-size: 14pt;
}
p.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
p.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 940px;
        
}
/*=== Header ===*/
#header{
	height: 142px;
	position:relative;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	width: 940px
}
#header h1 a{
	display: inline;
	height: 144px;
}
#header h1 a:hover{
	text-decoration: none
}

#header h1 a img {
	float: left;
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}

.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #98ac2b;
 	color:#FFFFFF;
	font-weight:bold;
}


/*=== Navigation ===*/
/*- Nav1 -*/
.nav_top{
	background: url(images/nav_top.png) no-repeat top;
        height: 10px;
       
}
.nav_bot{
	background: url(images/nav_bot.png) no-repeat bottom;
        height: 10px;
        margin-bottom: 5px;
}


#nav1{
	font-size:16px;
	font-weight:bold;
	height:50px;
	letter-spacing:-1px;
	margin: 5px 0px 30px 0px;
	background: transparent url(images/Home.png) no-repeat;
	right:0;
	text-transform:uppercase;
}
#nav1 ul li ul {
	display: none;
	float: left;
	position: absolute;
	margin-top: 27px;
	padding: 0px;
}
#nav1 ul li ul li {
	float: left;
	width: auto;
}
#nav1 ul li ul li a {
	font-size: 10pt;
	width: auto;
	text-indent: 0;
}
.open {
	
}
.Home {
	background: transparent url(images/Home.png) no-repeat !important;
}
.AboutLQ {
	background: transparent url(images/AboutLQ.png) no-repeat !important;
}
.SolutionsVault {
	background: transparent url(images/SolutionsVault.png) no-repeat !important;
}
.BecomeAMember {
	background: transparent url(images/JoinNow.png) no-repeat !important;
}
.SolutionsBlog {
	background: transparent url(images/Blog.png) no-repeat !important;
}
.ContactLQ {
	background: transparent url(images/Contact.png) no-repeat !important;
}
.Home2 {
	background: transparent url(images/Home2.png) no-repeat !important;
}
.AboutLQ2 {
	background: transparent url(images/AboutLQ2.png) no-repeat !important;
}
.SolutionsVault2 {
	background: transparent url(images/SolutionsVault2.png) no-repeat !important;
}
.BecomeAMember2 {
	background: transparent url(images/JoinNow2.png) no-repeat !important;
}
.SolutionsBlog2 {
	background: transparent url(images/Blog2.png) no-repeat !important;
}
.ContactLQ2 {
	background: transparent url(images/Contact2.png) no-repeat !important;
}
#nav1 ul{
	float: left;
	padding: 10px 0 0 22px;
}
#nav1 li{
	float: left;
	line-height: 30px;
	margin: 8px 8px 0 0;
	width: 145px;
	height: 30px;
}
#nav1 li a{
	color: #fff;
	width: 160px;
	display: block;
	float: left;
	padding: 0 0 0 13px;
	text-decoration: none;
	text-indent: -2000em;
}
#nav1 li a span{
	display: block;
	float: left;
	width: 175px;
	height: 30px;
	padding: 0 13px 0 0;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	
	color: #ffffff;
	cursor: pointer;
	text-decoration: none
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	
}
/*- Nav2 -*/
.nav2 li, .widget li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.nav2 li a, .widget li a{
	color: #555555;
	background: url(images/ico-next.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.nav2 li a:hover, .widget li a:hover{
	color: #a4b92e;
	text-decoration: none
}
#homeSubNav {
	display: none;
	width: 180px;
	position: absolute;
	background: #333333;
	margin: -23px 0px 0px 25px;
}
#homeSubNav a {
	padding: 10px;
	display: block;
}
#vaultSubNav {
	display: none;
	width: 180px;
	position: absolute;
	background: #333333;
	margin: -23px 0px 0px 205px;
}
#vaultSubNav a {
	padding: 10px;
	display: block;
}
#waterFallImg {
	margin: 0px;
	padding: 0px;
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 10px 0px;
	 margin-top: -10px;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 620px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 20px 0 0;
	width: 320px
}
#rightcol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span{
	background: #ceccbb;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#rightcol .widget ul, #rightcol .textwidget {
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.entry table tr th {
	border: 1px solid #999999;
	padding: 0px 5px;
	color: #ffffff;
}

.entry table tr td {
	border: 1px solid #999999;
	padding: 0px 5px;
	background: transparent;
	color: #000000;
}

.entry table{
	background: #fff;
	border: 1px solid #999999;
	padding: 0px;
	margin: 10px 0px;
}

.blueTH {
	background: #0070c0;
}

.redTH {
	background: #8B0606;
}

.orangeTH {
	background: #FF6F13;
}

.greenTH {
	background: #0C870C;
}

.noRight {
	border-right:  0px !important;
}

.noLeft {
	border-left: 0px !important;
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
}
.col5 img{
	border: 10px solid #f6f5ed;
}

#blogImg {
	color: #fff;
	background: url(images/SoultionsBlogImage.gif) no-repeat top right;
	padding: 25px;
	border: 0px solid #ccc;
	text-align: left;
	text-indent: -2000em;
	margin-bottom: 0px;
}

.col6_one h3 {color: #fff; background: url(images/SoultionsBlogImage.gif) no-repeat;padding: 25px;border: 0px solid #ccc;text-align: left;text-indent: -2000em;}
.col6_two h3 {color: #fff; background: url(images/widget_h3_back.png);padding: 5px;border: 0px solid #ccc;text-align: center;}
.col6_three h3 {color: #fff; background: url(images/widget_h3_back.png);padding: 5px;border: 0px solid #ccc;text-align: center;}
.col6_one{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 0px solid #555;
	background: #fff;
	color: #666;
        width: 595px;
        padding: 10px;
        margin-right: 35px;
        float: left;
        
}
.col6_two{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 0px solid #555;
	display: none;
	background: #eee;
	color: #666;
        width: 270px;
        padding: 10px;
        margin-right: 35px;
        float: left;
}
.col6_three {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 0px solid #555;
	background: #292929;
	color: #666;
        width: 270px;
        padding: 0px 10px 10px 10px;
        float: left;
        
}

.col6_three img {
	margin-bottom: 5px;
}

.col6_backup{
	float: left;
	padding: 10px;
	width: 270px;
        color: #666;
        background: #eee;
        
}
* html .col6_three{
	width: 290px;
}
/*=== Registration Form ===*/
.form_fieldset {
	border: 1px solid #000000;
	padding: 20px;
	margin-top: 20px;
}
.form_legend {
	font-weight: bold;
	font-size: 14px;
}
.form_labels {
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	margin-left: 50px;
}
.form_fields {
	float: left;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	width: 620px
}
.box .top,.box .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box .bot{
	background: url(images/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
	height: 1%;
	padding: 15px 30px
}
/*- Box2 -*/
.box2{
	margin: 20px 0 1em;
	width: 320px
}
.box2 .top,.box2 .bot{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box2 .bot{
	background: url(images/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #e5e3d1;
	height: 1%;
	padding: 10px 25px
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #f0eee1;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	font-size: 1.8em;
	margin: 20px 0 0 0;
	width: 940px
}
.box4 .top,.box4 .bot{
	background: url(images/box4-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box4 .bot{
	background: url(images/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #b0c730;
	height: 1%;
	padding: 0px 25px 5px;
}
.box4 p{
	padding: 0
}
/*- Box5 -*/
.box5{
	margin: 0 0 30px;
	width: 940px;
	background: #fff;
	overflow: hidden;
}
.box5 .top,.box5 .bot{
	background: transparent!important url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5 .bot{
	background: url(images/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: #fff url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 0px 5px 11px;
	width: 189px;
	float: left;
	overflow: hidden;
       

}
.box5 .spacer2{
	background: #fff;
	height: 1%;
	padding: 0px;
	margin-right: 10px;
	width: 730px !important;
	float: left;
	overflow: hidden;
}
.box5 .post img {
	border:0;
}
/*- Box5 FULL -*/
.box5f{
	margin: 0 0 30px;
	width: 940px;
        color: #333;
        background: #fff;
}
.box5f .top,.box5f .bot{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5f .bot{
	background: url(images/box5-bot.gif) no-repeat top
}
.box5f .spacer{
	background: #fff!important;
	height: 1%;
	padding: 15px 0px 17px 11px;
        width: 189px;
        float: left;
       

}
.box5f .spacer2{
	background: #fff!important;
	height: 1%;
	padding: 15px 30px;
        width: 680px;
        float: right;
}
.box5f .post img {
	border:0;
}
/*- Box6 -*/
.box6{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin: 0 0 20px;
	width: 940px;
	height: 42px;
	background: #000000;
}
.box6 .top,.box6 .bot{
	background: url(images/box6-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box6 .bot{
	background: url(images/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #3399ff;
	height: 1%;
	padding: 10px 25px
}
#footer .box6 .spacer{
	padding: 0px 25px;
}

#footerImage {
	float: right;
	padding-right: 25px;
}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 0px;
	overflow: hidden;
	width: 730px !important;
	z-index: 2;
	position: relative;
}
/*- Date -*/
.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 0 25px
}
#search input.keyword{
	background: #d5d3c4;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
	color: #ffffff;
	float: left;
	font-size: 11px;
	padding: 7px 5px 8px;
	width: 190px
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	background: url(images/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer a{
	color: #949387;
	text-decoration: underline
}
#footer img{
	position: relative;
	vertical-align:middle
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left;
	display: block;
	margin-top: 10px;
	padding-left: 25px;
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/

.post img {	
	border:8px solid #f6f5ed;
}
.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #a4b92e;
	text-decoration: none
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 url(images/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 0px 55px;
	display:block;
}

/*=== Comments ===*/

#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(images/ico-quote.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

#panelCarousel {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 5000px;
	position: relative;
	float: left;
	height: 350px;
	z-index: 1;
}

#panelCarousel li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.post {
	float: left;
}

.panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px 15px 15px 0px; /*margin around each panel*/
width: 725px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }

#side_stuff {
width: 150px;

}



.drawers-wrapper {
            position: relative;
            width: 188px;
            
        }

        .drawer {
            background:transparent url(http://images.apple.com/downloads/images/sideboxlight_bg20070611.gif) repeat-y scroll 0pt;
            color:#76797C;
            font-size:11px;
            line-height:1.3em;
        }

        .boxcap {
            height:5px;
            left:0pt;
            position:absolute;
            width:100%;
            z-index:100;
            background:transparent url(http://images.apple.com/downloads/images/sidenav_capbottom.png) no-repeat scroll 0%;
            margin-top:-5px;
        }

        .captop {
            background-image:url(http://images.apple.com/downloads/images/box_188captop.png);
            bottom:auto;
            top:0pt;
            margin-top:0;
        }

        .drawers {
            margin-bottom:15px;
            color:#76797C;
            font-size:11px;
            line-height: 18px;
        }

        .drawers A {
            color:#666;
            text-decoration:none;
            font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
            font-size-adjust:none;
            font-style:normal;
            font-variant:normal;
            font-weight:normal;
        }

        .drawer li {
            border-bottom:0px solid #E5E5E5;
            line-height:16px;
            padding:6px 0pt;
        }

        UL {
            list-style: none;
            padding: 0;
        }

        UL.drawers {
            margin: 0;
        }

        #leadership {
            background:#939393 url(images/slider_leadership.png) no-repeat scroll 0pt;
            color:#ffffff!important;
            cursor:default;
            font-size:12px;
            font-weight:normal;
            height:25px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:15px;
            width:100%;
        }

	 #sales {
            background:#939393 url(images/slider_sales.png) no-repeat scroll 0pt;
            color:#ffffff!important;
            cursor:default;
            font-size:12px;
            font-weight:normal;
            height:25px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:15px;
            width:100%;
        }
	 #service {
            background:#939393 url(images/slider_service.png) no-repeat scroll 0pt;
            color:#ffffff!important;
            cursor:default;
            font-size:12px;
            font-weight:normal;
            height:25px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:15px;
            width:100%;
        }
	 #extras {
            background:#939393 url(images/slider_extras.png) no-repeat scroll 0pt;
            color:#ffffff!important;
            cursor:default;
            font-size:12px;
            font-weight:normal;
            height:25px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:15px;
            width:100%;
        }
	 #core {
            background:#939393 url(images/slider_core.png) no-repeat scroll 0pt;
            color:#ffffff!important;
            cursor:default;
            font-size:12px;
            font-weight:normal;
            height:25px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:15px;
            width:100%;
        }

        .drawer-handle.open {
            background-color:#72839D;
            background-position:-188px 0pt;
            color:#FFFFFF;
        }
	 

        .drawer UL {
            padding: 0 12px;
            padding-bottom:10pt;
            background: #000;
        }

        .drawer-content UL {
            padding-top: 7px;
            
            
        }

        .drawer-content LI A {
            display:block;
            overflow:hidden;
           
        }

        .leadership li {
            border:0pt none;
            line-height:16px;
            padding:0pt;
            
            
        }
         .sales li {
            border: 0pt none;
            line-height: 16px;
            padding: 0pt;
            
                }
	.service li {
            border: 0pt none;
            line-height: 16px;
            padding: 0pt;
            
                }
	.extras li {
            border: 0pt none;
            line-height: 16px;
            padding: 0pt;
            
                }
	.core li {
            border: 0pt none;
            line-height: 16px;
            padding: 0pt;
            
                }
	.leadership a {
         color: #fff;
         font-size: 12px;
             }
	.sales a {
         color: #fff;
         font-size: 12px;
             }
	.service a {
         color: #fff;
         font-size: 12px;
             }
        .extras a {
         color: #fff;
         font-size: 12px;
            }
	.core a {
         color: #fff;
         font-size: 12px;
		}
	.leadership a:hover {
         text-decoration: underline;
         color: #0080c6;
             }
        .sales a:hover {
         text-decoration: underline;
         color: #0080c6;
            }
	.service a:hover {
         text-decoration: underline;
         color: #0080c6;
            }
	.extras a:hover {
         text-decoration: underline;
         color: #0080c6;
            }
	.core a:hover {
          text-decoration: underline;
          color: #0080c6;
		}
        #side_stuff h2 {
          font-size: 14px;
}

#selectAccount {
	xborder: 0px;
	font-size: 16px;
}

#selectUser {
	xborder: 0px;
	font-size: 14px;
	width: 200px;
}

.anaTable {
	background: #fff !important;
	border-width: 0px !important;
}

#anaSummery td {
	font-weight: bold;
	font-size: 14px;
}

.trHeaders {
	font-weight: bold;
	border: 1px solid #000 !important;
}

.altTr {
	background: #ccc;
}

.altTr td {
	background: transparent !important;
}