/*
Theme Name: iCloud Compare
Theme URI: http://www.icloudcompare.com/
Author: Refined Internet
Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, 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;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

#container {
margin:0 auto;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Theme Style */

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.button, .sendbutton, .info-link a {
	margin: 10px 0;
	cursor: pointer;
	clear: both;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	text-align: center;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #0099ff;
	background: -moz-linear-gradient(top, #0099ff 0%, #40b3ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(100%,#40b3ff));
	background: -webkit-linear-gradient(top, #0099ff 0%,#40b3ff 100%);
	background: -o-linear-gradient(top, #0099ff 0%,#40b3ff 100%);
	background: -ms-linear-gradient(top, #0099ff 0%,#40b3ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#40b3ff',GradientType=0 );
	background: linear-gradient(top, #0099ff 0%,#40b3ff 100%);
}

.info-link a {
	margin-bottom: 0;
}

.button:focus, .button:hover, .sendbutton:focus, .sendbutton:hover, .info-link a:focus, .info-link a:hover {
	background: #40b3ff;
}

.cloud {
	background-image: url(images/header_cloud.png);
	background-repeat: no-repeat;
	text-indent: 100px;
	line-height: 64px;
}

.linklove {
	display: none;
}

body {
	background-color: #99ccff;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #014885;
margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, h7 {
	 text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
}

h1 {
	 font-size: 36px;
	line-height: 1.2em;

}
h2 {
	 font-size: 30px;
}


h3 {
	font-size: 24px;
	line-height: 36px;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h1 a:focus, h1 a:hover {
	text-decoration: underline;
}

h7 a {
	font-size: 18px;
	line-height: 36px;
}

h8 a {
	font-size: 18px;
	line-height: 36px;
	text-decoration: none;
	color: #fff;
}

h8 a:focus, h8 a:hover {
	text-decoration: underline !important;
	color: #014885 !important;
}

h9 a {
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

h9 a:focus, h9 a:hover {
	text-decoration: underline !important;
	color: #014885 !important;
}

h10 a {
	font-size: 13px;
	color: #fff;
	margin: 15px 0 0 0;
	text-decoration: none;
}

h10 a:focus, h10 a:hover {
	text-decoration: underline !important;

}

strong {
	font-weight: bold;
}

#header {
	background-image: url(images/header_clouds.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	width: 980px;
	padding: 100px 84px 0;
	position: relative;
}

#header .telephone { 
	float:right;
<!--	padding-left:500px;-->
}

/***
#header #logo {
	text-indent: -3000em;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 296px;
	float: left;
	margin-top: 10px;
}
***/
#header #logo {
	text-indent: -3000em;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 296px;
	float: left;
	margin-top: 10px;
	position: absolute;
	left: 90px;
}

#header #banner {
	position: absolute;
	top: 195px;
	left: 745px;
}

#header #video {
	float: right;
	height: 265px;
	border: 8px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 30px 0 5px 100px;
}

#header #interested {
	clear: both;
	padding-top:25px;
}

#header #clouds {
	position: absolute;
	top: 20px;
	left: 0;
}

#header #clouds .twitter {
	position: absolute;
	top: 0;
	left: 120px;
}

#header #clouds .facebook {
	position: absolute;
	top: 0;
	left: 320px;
}

#header #clouds .googleplus {
	position: absolute;
	top: 0;
	left: 680px;
}

#header #clouds .linkedin {
	position: absolute;
	top: 0;
	left: 900px;
}

#header #clouds .customerpromise {
	position: absolute;
	top: 0;
	left: 860px;
	width: 230px;
}

#header #clouds .customerpromise a {
	font-size: 18px;
	color: #014885;
	text-decoration: none;
	font-weight: bold;
}

#header #clouds .customerpromise a:focus, #header #clouds .customerpromise a:hover {
	color: #0099ff;
}

#header #mainmenu {
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 12px;
}

#header #mainmenu #other {
}

#header #mainmenu #other ul {
	text-align:center;
}

#header #mainmenu #other li {
	display:inline-block;
	float:none;
}

#header #mainmenu #other ul ul {
	text-align:left;
	margin-top:-4px;
}

#header #mainmenu #other ul ul ul li {
	display:inline-block;
	float:none;
}

/* old menu with second menu bar
#header #mainmenu #services, #header #mainmenu #other {
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 20px;
}
*/

#header #mainmenu #other {
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
<!--	padding: 0 20px;-->
}


#header #mainmenu ul li {
	float: left;
	position: relative;
}

#header #mainmenu ul li a {
	padding: 8px 8px;
	display: block;
	color: #fff;
	text-decoration: none;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

#header #mainmenu ul li a:focus, #header #mainmenu ul li a:hover {
	background-color: #014885;
	border-color: #fff;
	text-align:left;
}

/*********

#header #mainmenu #services {
}

#header #mainmenu #services {
	background-color: #0099ff;
}

#header #mainmenu #services ul li a {
	max-width: 105px;
	height: 36px;
}
#header #mainmenu #services ul ul li a {
	max-width: 250px;
	height: auto;
}
**********/

#header #mainmenu #other {
	background-color: #0099ff; /* #40b3ff; */
	margin-bottom: 5px;
}

#header #mainmenu ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 250px;
	z-index: 99999;
	background: #014885;
	border-top: 2px solid #fff
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 10px;
}


#header #mainmenu #services ul ul {
	top: 56px;
}

#header #mainmenu ul ul li {
	min-width: 180px;
}
#header #mainmenu  ul ul ul {
	left: 100%;
	top: 0;
}
#header #mainmenu ul ul a {
	border: 0;
	padding-left: 40px;
	background-image: url(images/menu_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
}
#header #mainmenu ul ul a:focus, #header #mainmenu ul ul a:hover {
	text-decoration: underline;
}
#header #mainmenu li:hover > a,
#header #mainmenu ul ul :hover > a {
	background-color: #014885;
	color: #fff;
	border-color: #fff;
}
#header #mainmenu ul li:hover > ul {
	display: block;
}
#header #mainmenu ul li.current_page_item > a,
#header #mainmenu  ul li.current-menu-ancestor > a,
#header #mainmenu ul li.current-menu-item > a,
#header #mainmenu  ul li.current-menu-parent > a {
	border-color: #fff;
	background-color: #014885;
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.single #header #mainmenu ul li.current_page_item > a,
.single #header #mainmenu  ul li.current-menu-ancestor > a,
.single #header #mainmenu ul li.current-menu-item > a,
.single #header #mainmenu  ul li.current-menu-parent > a {
	border-color: transparent;
	background-color: transparent;
}

.single #header #mainmenu li:hover > a,
.single #header #mainmenu ul ul :hover > a {
	background-color: #014885 !important;
	border-color: #fff !important;
}



#maincontainer {
	width: 980px;
	margin: 50px auto;
	clear: both;
margin: 0 auto;
}

#icctwitter {
	position: absolute;
	top: 755px;
	left: 840px;
	margin: 84px 0 0 0;
	border-color: #fff;
	
}


#home-news .item {
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	float: left;
	width: 325px;
	margin-right: 20px;
	background: #fff

/*
	background: #9cc8f3;
	background: -moz-linear-gradient(top, #91c2f2 0%, #9cc8f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91c2f2), color-stop(100%,#9cc8f3));
	background: -webkit-linear-gradient(top, #91c2f2 0%,#9cc8f3 100%);
	background: -o-linear-gradient(top, #91c2f2 0%,#9cc8f3 100%);
	background: -ms-linear-gradient(top, #91c2f2 0%,#9cc8f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c2f2', endColorstr='#9cc8f3',GradientType=0 );
	background: linear-gradient(top, #91c2f2 0%,#9cc8f3 100%);
*/
}

#home-news .item.last {
	margin-right: 0;
}

#home-news .item h3 a {
	color: #014885;
	text-decoration: none;
}

#home-news .item h3 a:focus, #home-news .item h3 a:hover {
	text-decoration: underline;
}

#home-news .businesscloudnews ul {
	list-style: none;
	margin-left: 0;
}

#home-news .businesscloudnews li {
	padding: 10px 0 10px 40px;
	background-image: url(images/menu_li.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#home-news .businesscloudnews li a {
	color: #014885;
	text-decoration: none;
}

#home-news .businesscloudnews li a:focus, #home-news .businesscloudnews li a:hover {
	text-decoration: underline;
}


#about {
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	float: left;
	width:100%;
	background: #fff
}

#ourpartners {
<!--	margin: 70px 0;-->
	clear: both;
}

#ourpartners #carousel {
	height: 220px;
	width: 852px;
	float: left;
	padding-top: 10px;
}

#ourpartners #left, #ourpartners #right {
	height: 70px;
	width: 64px;
	background-image: url(images/ourpartners_nav.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 60px;
	cursor: pointer;
}

#ourpartners #right {
	background-position: right;
	float: right;
}

#ataglance table {
	color: #fff;
	border: 2px solid #b1d8ff;
	text-align: center;
	width: 100%;
}

#ataglance th, #ataglance td {
	border: 2px solid #b1d8ff;
	padding: 10px;
	height: 30px;
	vertical-align: middle;
}

#ataglance th {
	background: #165790;
	background: -moz-linear-gradient(top, #014885 0%, #165790 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014885), color-stop(100%,#165790));
	background: -webkit-linear-gradient(top, #014885 0%,#165790 100%);
	background: -o-linear-gradient(top, #014885 0%,#165790 100%);
	background: -ms-linear-gradient(top, #014885 0%,#165790 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014885', endColorstr='#165790',GradientType=0 );
	background: linear-gradient(top, #014885 0%,#165790 100%);
	font-weight: bold;
}

#ataglance td {
	background: #9cc8f3;
	background: -moz-linear-gradient(top, #91c2f2 0%, #9cc8f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91c2f2), color-stop(100%,#9cc8f3));
	background: -webkit-linear-gradient(top, #91c2f2 0%,#9cc8f3 100%);
	background: -o-linear-gradient(top, #91c2f2 0%,#9cc8f3 100%);
	background: -ms-linear-gradient(top, #91c2f2 0%,#9cc8f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c2f2', endColorstr='#9cc8f3',GradientType=0 );
	background: linear-gradient(top, #91c2f2 0%,#9cc8f3 100%);
}

#ataglance td a { text-decoration: none; font-weight: bold; }
#ataglance td a:focus, #ataglance td a:hover {
	text-decoration: underline;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7 {
	margin-bottom: 20px;
}

#content a {
	color: #014885;
}

#content h8 a {
	color: #fff;
}

#content h9 a {
	color: #fff;
}

#content a:focus, #content a:hover {
	text-decoration: none;
}

#content p {
	margin-bottom: 15px;
}

#content blockquote {
	line-height: 24px;
	font-style: italic;
	padding-left: 140px;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 40px 0;
	min-height: 103px;
}

#content ul {
	 list-style: disc;
	 margin: 0 0 20px 30px;
}

#content ol {
	 list-style: decimal;
	 margin: 0 0 20px 30px;
}

#content .entry-meta {
	margin-bottom: 15px;
	font-style: italic;
}

#content .service-description {
	display: none;
}

#content .event-item a, #content .type-post a {
	color: #fff; /*changed from #014885**/
	text-decoration: none;
}

#content .type-post a{
	color:#014885;
}

#content .event-item a:focus, #content .event-item a:hover, #content .type-post a:focus, #content .type-post a:hover {
	text-decoration: underline;
}

.partner, .event-item, .type-post {
	padding: 20px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	
/*
	background: -moz-linear-gradient(top, #99ccff 0%, #83afdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99ccff), color-stop(100%,#83afdb));
	background: -webkit-linear-gradient(top, #99ccff 0%,#83afdb 100%);
	background: -o-linear-gradient(top, #99ccff 0%,#83afdb 100%);
	background: -ms-linear-gradient(top, #99ccff 0%,#83afdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ccff', endColorstr='#83afdb',GradientType=0 );
*/
	background: linear-gradient(top, #99ccff 0%,#83afdb 100%);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    2px 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow:         2px 2px 5px rgba(0, 0, 0, 0.25);

}

.event-item .description {
	margin: 10px 0;
}

.partner .partner-logo {
	float: left;
}

.partner .partner-content {
	margin-left: 250px;
}

.partner .partner-content h2 {
	line-height: 24px;
	margin-bottom: 10px !important;
}

.partner .partner-content h2 a {
	color: #014885;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.partner .partner-content h2 a:focus, .partner .partner-content h2 a:hover {
	text-decoration: underline;
}

.partner .partner-content h7 a:focus, .partner .partner-content h7 a:hover {
	text-decoration: underline;
}

.partner .partner-content .partner-entry-content p {
}

#hitinfo {
	font-size: 14px;
	color: #C0C0C0;
}

.single-partner .partner {
	margin-left:auto;
	margin-right:auto;
}

.single-partner .partner-entry-content {
}

.single-partner #ataglance {
	margin: 40px 0;
}

.single-partner #moreinformation {
	width: 440px;
	float: left;
text-align:justify;
}

.single-event #moreinformation {
	width: 440px;
	float: left;
	text-align:justify;
}

.single-partner #socialsharing {
	width: 440px;
	float: right;	

}

.single-event #socialsharing {
	width: 440px;
	float: left;	

}

.single-partner #socialsharing .twitter, .single-partner #socialsharing .googleplus {
	float: left;

	margin-right: 10px;
}

.twitter-share-button {
width: 80px !important;
}

.single-partner #socialsharing .fb-like {
	float: left;
}

.single-partner #contact {
	width: 440px;
	float: right;
margin-top: 10px;	
}

.single-event #contact {
	width: 440px;
	float: right;
	padding-left: 15px;
margin-top: 10px;
}

.contactinfo, .consultancyinfo, .clientservicesinfo {
	width: 445px;
	float: left;
}

.contactform {
	width: 445px;
	float: right;
}

/* White pages set up to show side by side */

#wp_thumbs {
    position:relative; /* constrain absolutely positioned child elements */
}

#wp1 {
    top:100;
    left: 30px;
} 

#wp2 {
    /* easier than float:right, but that could work too with some tweaking */
    position:absolute;
    top:100;
    left: 190px;
}
#wp3 {
    /* easier than float:right, but that could work too with some tweaking */
    position:absolute;
    top:100;
    left:350px; /* Here's that other 30px you wanted */
}

/* .twtr-ft { display: none; }*/



#table_text {
    padding-left: 25px;
    padding-right: 25px;
}


#footer {
	clear: both;
	margin: 50px 0;
	border-top: 2px solid #fff;
	padding: 20px 0;
	font-size: 12px;
margin: auto;
}

#footer #copyright { float: left; }
#footer .telephone { float: right; }

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:focus, #footer a:hover {
	text-decoration: underline;
}

label {
	float: left;
	clear: left;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}

label {
width: 5em;
margin-right: 1em;
display:block;
}



input.single, textarea.area, input.secinput, select.cformselect {
	color: #333;
	outline: none;
	clear: both;
	float: left;
	height: 30px;
	width: 250px;
	padding: 0 10px;
	border: 1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #dadada;
	background: -moz-linear-gradient(top, #fefefe 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dadada));
	background: -webkit-linear-gradient(top, #fefefe 0%,#dadada 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#dadada 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dadada',GradientType=0 );
	background: linear-gradient(top, #fefefe 0%,#dadada 100%);
}

input.single:focus, textarea.area:focus, input.secinput:focus, select.cformselect:focus {
	background: #fefefe;
}

select.cformselect {
	width: 270px;
}

textarea.area {
	height: 100px;
	width: 423px;
	padding: 10px;
}

input.sendbutton {
	clear: both;
	float: right;
}

.reqtxt, .emailreqtxt {
	display: none;
}

.cf_info {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.cf_info.failure {
	color: #ff0000;
}

.cf-ol {
	list-style: none !important;
	margin: 0 !important;
}

.underdev {
	text-align: center;
	background-color: #333;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.underdev a {
	color: #fff;
	text-decoration: none;
}

.underdev a:focus, .underdev a:hover {
	text-decoration: underline;
}


.form-allowed-tags {
	display: none;
}



/** Comment form **/

input	{
font-size: 9pt;

}

span	{
display: none;
}

input.focus {
border-color; #ff0000;
border-width: 2px;
}


#respond .form-submit input {
	margin-left: 7em;
	cursor: pointer;
	clear: both;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	text-align: center;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #0099ff;
	background: -moz-linear-gradient(top, #0099ff 0%, #40b3ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(100%,#40b3ff));
	background: -webkit-linear-gradient(top, #0099ff 0%,#40b3ff 100%);
	background: -o-linear-gradient(top, #0099ff 0%,#40b3ff 100%);
	background: -ms-linear-gradient(top, #0099ff 0%,#40b3ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#40b3ff',GradientType=0 );
	background: linear-gradient(top, #0099ff 0%,#40b3ff 100%);
}


/* Comments & Replies Styling */

.comment-body {
	color:#fff;
	background: #014885;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
}

.comment-body a {
	color: #fff  !important;
	text-decoration: none !important;
}

.comment-awaiting-moderation {
	font-style:italic;
}

.commentlist li {
<!--format each comment area-->
	margin: 5px;
}

.commentlist cite a:link, .commentlist cite a:visited{
<!--to format comment author-->
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 14px;
	text-decoration: none !important;
}

#comment-date-time a {
	color:#FF6600;
	display:inline-block;
	padding:3px;
	text-decoration:none;
	border-radius: 10px;
	font-size: 10px;
}

.reply, .reply a:link {
	font-weight: bold;
	background-color:#FFFFCC;
	display:inline-block;
	margin: 5px;
	border-radius: 5px;
}



.nav-next {
	float: right;
	display:inline-block;
	color:#FF6600;
}

.nav-previous {

	display:inline-block;

}

/* Contact Forms Styling */

.cform label {
display:inline;
margin:2px 26px 0 15px;
text-align:left;
vertical-align:top;
width:350px;
display: -moz-inline-box;
}

.cform label span {
display:block;
width:350px;
}

reqtxt, emailreqtxt {
display:none !important;
vertical-align:top;
text-align:left;
/*display: -moz-inline-box;*/
}

span.reqtxt, span.emailreqtxt {

display:none !important;
font-weight: normal;
font-style: italic;
color:#999999;
font-size:10px;
clear:both

}

#nav-above {
padding-bottom:10px;
}

#nav-below {
padding-top:5px;
padding-bottom:10px;
}

/* for images */
.aligncenter {
	text-align: center; 
	display:block; 
	margin:10px auto;
}



