/* 
	2008 MULTILAYER DESIGN - Mattched IT.COM
	www.multilayerdesign.co.uk

	Created: Mon 4th Aug 2008
	Author: Kevin Jaques
	Updates: Created Stylesheet
	
*/

/*  	REFERENCES - 

	COLORS
		Body Background: #fff

        Top Silos (a): #df7352 #ff7f35
        Sidebar Silos (a): #000 #f77939
        Sidebar article, news, blog headers (h4): #bf5a3b
        Sidebar article titles: #bf5a3b
		Main Text (p): #000
        Main Headers (h4): #bf5a3b
		Links (a): #bf5a3b
        Breadcrumb, company links: #666
        Header: #4a0028
        Footer: #a39c86
        Section Bars: #bf5a3b

	SECTIONS ORDER - should retain 100% seo
		1. MAIN CONTENT
		2. SIDEBAR
		3. FOOTER
		4. HEADER
*/

body, html
{
	background: #fff;
	/* for xmas time! 
	background-image: url(../images/bg_xmastree.gif);*/
	color: #000;
	font-family: verdana, Arial, Georgia, serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body
{
	min-width: 980px;
	min-height: 100%;
	width: 100%;
	height: 100%;
}

table
{
	font-size: 0.8em;
}

/* standard tags start */
p
{
	font-size: 0.8em;
	padding: 10px 50px 10px 40px;
}

h1
{
	font-size: 1.1em;
	line-height: 1.3em;
	font-family: Georgia, Verdana, Arial;
}

h1 a
{
	color: #000;
}

h2
{
    font-size: 1.07em;
    color: #bf5a3b;
    font-weight: bold;
    font-family: Georgia, Verdana, Arial;
    margin: 10px 0 0 10px;
}

h3
{
    text-align: center;
    font-size: 1.0em;
    color: #bf5a3b;    
    font-family: Georgia, Verdana, Arial;
    margin: 10px 0 0 0;
    
}

#bodycopy h3
{
	text-align: left;
	margin-left: 20px;
}

h3.body
{
	text-align: left;
}

h4
{
    text-align: center;
    font-size: 1.2em;
    color: #bf5a3b;
    font-weight: bold;
    font-family: Georgia, Verdana, Arial;
    margin: 10px 0 0 0;
    
}

#bodycopy h4
{
	text-align: left;
	margin-left: 20px;
}

h4.body
{
	text-align: left;
}

h5
{
    font-size: 0.8em;
    color: #000;
}

h5.indent
{
	padding-left: 20px;
}

h6
{
    font-size: 0.7em;
    color: #bf5a3b;
    font-weight: normal;
}

em
{
	font-size: 0.9em;
	line-height: 1.2em;
	font-style: italic;
	color: #fff;
	font-weight: normal;
}

hr
{
    border-style: inset;
    color: #bf5a3b;
    margin: 4px 0 0 0;
}

.pad_ten
{
    padding-left: 10px;
}

.fl
{
    float: left;
}

.fr
{
    float: right;   
}

.cl
{
    clear: left;
}

.cb
{
    clear: both;
}

.nobullets
{
    list-style: none;
}
.nopadding
{
    padding: 0;
}

a
{
    color: #bf5a3b;
    border: none;
    outline: none;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;    
}

.smallfonts
{
    font-size: 0.6em;
    color: #666;
    line-height: 1.2em;
    
}

.it
{
    font-style: italic;
    text-indent: 10px;
}

.dots
{
    padding-bottom: 5px;
    border-bottom: dotted 1px #666;
}

.greydateitdot
{ 
    padding-bottom: 5px;
    border-bottom: dotted 1px #666;
}

.greydateitdot a
{
}

.greydateitdot a span
{
    color: #666;
    font-style: italic;
    font-size: 0.9em;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;    
    
}


/* standard tags end */

#bodywrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#maincontent
{
	position: relative;
	margin: 280px auto 0 auto;
	width: 1000px;
	min-width: 980px;
	height: auto;
	min-height: 700px;
	/*border: solid 2px blue;*/
}

#breadcrumb
{
    position: absolute;
	top: 10px;
	left: 260px;
	margin: 0;
	width: 730px;
	height: 30px;
	border-bottom: dotted 1px #666;    
}

#breadcrumb ul
{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#breadcrumblink
{
    color: #666;
    font-size: 0.6em;
}

#bodycopy
{
	position: relative;
	top: 60px;
	left: 260px;
	width: 730px;
	min-height: 650px;
	height: auto;
	
/*	border: dashed 1px red;*/

	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
}

div.bodycopylinks
{
	display:block;
	height: auto;
	width: 95%;	
}


div.bodycopylinks ul
{
	list-style-type: none;
}

div.bodycopylinks ul li
{
	display: inline-block; 
	width: 49%;
	float: left;
	font-size: 0.8em;
}

.previous
{
	float: left;
}

.next
{
	text-align: right;
}

a.bodycopylinkprevious
{
	margin-top: 10px;
}

a.bodycopylinknext
{
	display:block;
	margin-bottom: 10px;
}

#companyinfoline
{
	position: relative;
	margin: 60px 0 0 260px;
	width: 720px;
	height: 70px;
}

ul#sidebarnewsletter
{
	margin: 0;
	padding: 0;
	
	margin-top: 10px;
}

#signupnewsletter
{
/*	position: relative;*/
	width: 240px;
	height: 30px;

	margin: 0;
	padding: 0;
}

#signupnewsletter a
{
	padding: 5px;
/*	border: dotted 1px gray;*/
	border: outset 1px gray;
	color: #fff;
	background-color: #bf5a3b;
}

li#signupnewsletter
{
	font-size: 0.8em;
	list-style-type: none;
}

#companyinfoline ul,#signupnewsletter ul
{    
    list-style: none;
    padding: 0;
    margin: 0;
}

#companyinfoline ul li
{
    padding: 0;
    margin: 0;
    display: inline;
    margin-right: 30px;
    float: left;
}

#companyinfoline ul li a
{
    text-decoration: none;
    color: #666;
    font-size: 0.7em;
}


    
#companyinfoline ul li a:hover
{
    text-decoration: underline;
}


/* sidebar start */
#sidebar
{
    position: absolute;
	top: 0;
	left: 0;
    width: 250px;
    height: auto;
    min-height: 770px;
    /*border: dashed 1px red;*/
    
}

#silocategories ul
{
list-style: none;
list-style-position: outside;
}

#silocategories ul li
{
line-height: 32px;
padding-bottom: 5px;
}

#silocategories ul li a
{
	    display:block;

}

#silocategories ul li a span
{
display: inline;
vertical-align: super;
}

#newsitems
{
    position: relative;
    width: 250px;
    height: 200px;
    padding-top: 10px;
    /*border: solid 1px red;*/
}

#newsitems ul
{
    list-style: none;
    line-height: 1.0em;
    padding: 0 0 0 10px;
    margin: 0;
}

#newsitems ul li
{
    line-height: 1.4em;    
}

#newsitems ul li a
{
    font-size: 0.7em;
    display:block;
}

#articleitems
{
    position: relative;
    width: 250px;
    height: 200px;
    /*border: solid 1px red;*/
}

#articleitems ul
{
    list-style: none;
    line-height: 1.0em;
    padding: 0 0 0 10px;
    margin: 0;
}

#articleitems ul li
{
    line-height: 1.4em;    
}

#articleitems ul li a
{
    font-size: 0.7em;
    display:block;
}

/* sidebar end */

/* footer start */

#footer
{
	position: relative;	
	width: 100%;
	height: 430px;
	/*border: solid 2px green;*/
	background: #a39c86  url(../images/bottomgradient.png) repeat-x top;
}

#bottomorangebar
{
    position: relative;
    width: 100%;
    height: 30px;
    background: #bf5a3b url(../images/bottombar.png) repeat-x;
}

#shadowbar
{
    position: relative;
    width: 100%;
    height: 3px;
    background: url(../images/shadowbar.png) repeat-x;
}


#footercontentwrapper
{
    position: relative;
    width: 960px;
    height: 342px;
    /*border: dashed 1px red;*/
    margin: 24px auto 0 auto;
}

#footercontentwrapper h4
{
	text-align: center;
	font-size: 1.2em;
	color: #ec6f49;
	text-shadow: 0 1px 1px #333;
	font-weight: bold;
	font-family: Georgia, Verdana, Arial;
	margin: 10px 0 0 0;
}

#featuresbox
{
	position: relative;
	float: left;
	width: 280px;
	height: 256px;
	border: solid 1px #bcb7a7;
	background: #a39c86;
	outline: solid 1px #7a7464;
	margin: 0 42px 0 0;
}

#benefitsbox
{
	position: relative;
	float: left;
	width: 280px;
	height: 256px;
	border: solid 1px #bcb7a7;
	background: #99927e;
	outline: solid 1px #7a7464;
	margin: 0 42px 0 0;
}

#actionsbox
{
	position: relative;
	float: left;
	width: 280px;
	height: 256px;
	border: solid 1px #bcb7a7;
	background: #a39c86;
	outline: solid 1px #7a7464;
	margin: 0;
}

#MattchedITcompanyinfo
{
	position: relative;
	float: left;
	width: 928px;
	height: 50px;
	border: solid 1px #bcb7a7;
	background: #a39c86;
	outline: solid 1px #7a7464;
	margin: 12px auto 0 auto;
	padding: 0;
}

#MattchedITcompanyinfo ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 5px 0 0 10px;    
}

#MattchedITcompanyinfo ul li
{
    display: inline;
    line-height: 1.6em;
    font-size: 0.7em;
    color: #fff;    
}


#updateinfo
{
    position: relative;
    float: left;
    width: 250px;
    height: 25px;
    /*border: solid 1px red;*/
}

#validationlinks
{
    position: relative;
    float: right;
    height: 25px;
    width: 300px;
    /*border: solid 1px red;*/
}

#validationlinks ul
{
    margin: 0;
    padding: 0 10px 0 0;
    float: right;
}

#validationlinks ul li
{
   display: inline;
   font-size: 0.7em; /*override on top of 0.7em*/
   margin-left: 10px;
}

#lastupdated
{
   float: left;
   font-style: italic;
}

.footerlists
{
    list-style: circle;
    list-style-image: url(../images/icons/smallbullet.png);
    list-style-position: outside;
    line-height: 1.4em;
}


.footerlists li
{
font-size: 0.8em;
color: #fff;
text-shadow: 0 1px 1px #666;
vertical-align: top;
}

.footerlists li a
{
color: #4b022a !important;
text-shadow: 0 1px 1px #666;
font-weight: bold;
}

#footerendlink
{
    position: relative;
    float: left;
    width: 910px;
    height: 19px;
    padding: 5px 10px 0 10px;
    /*border: dashed 1px white;*/
}

#footerendlink ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#footerendlink ul li
{
    font-size: 0.6em;
    color: #e8e6e1;
}

/* footer end */


/* header end */

#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
	/*border: solid 1px red;*/
	padding: 0;
	margin: 0;
	background: #4b022a;
}

#toporangebar
{
    width: 100%;
    height: 22px;
    background: #bf5a3b url(../images/topbar.png) repeat-x;
    padding: 0;
	margin: 0;
}

#callus
{
    position: relative;
    float: left;
/*    width: 300px;
    height: 20px;    */
    color: #ddd;
    font-size: 0.8em;
    padding: 2px 0 0 10px;
}

#callus a
{
	color: #ddd;
}


#cutelink
{
    position: relative;
    float: right;
/*    width: 300px;
    height: 20px;  */  
    color: #ddd;
    font-size: 0.8em;
    padding: 2px 0 0 10px;
    margin-right: 120px;
}

#cutelink a
{
	color: #ddd;
}

#righthandsection
{
    position: relative;
    float: right;
    width: 400px;
    height: 20px;    
    color: #ddd;
    padding: 0 10px 0 0;   

/*    border: solid 1px black;*/
}

#righthandsection ul
{
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;    
}

#righthandsection ul li
{
    padding: 0;
    margin: 0;
    display: inline;
}

#login
{
    position: relative;
    float: left;
    width: 200px;
    height: 20px;
    color: #ddd;
    font-size: 0.8em;
    padding: 0 0 0 10px;    
}

#loginarea
{
    position: relative;
    float: left;    
}

#loggedinbox
{
    display: none;
}

#loginbutton
{
    float: right;    
}

#loginbutton a
{
    color: #ddd;    
}

#loginlink
{
    position: relative;
    float: right;
    padding-top: 2px;    
}

#closeloginlink
{
    position: relative;
    float: right;
    display: none;
    
}

#righthandsection ul li a
{
    font-size: 0.8em;
    color: #ddd;
    cursor: pointer;
    font-weight: bold;	
}

#mainheader
{
    position: relative;
    width: 960px;
    height: 230px;    
	padding: 0;
	margin: 0 auto 0 auto;
	/*border: dashed 1px red;*/
}

#logoarea
{
    position: absolute;
    top: 10px;
    left: 20px;
    width: 285px;
    height: 170px;
    margin: 0;
    padding: 0;
    /*border: dashed 1px red;*/
}

#slogan
{
    position: relative;
    float: left;
    margin: 10px 0 0 20px;
    padding: 0;
    width: 270px;
    height: 70px;
    /*border: solid 1px red;*/
}
#slogan ul
{
    float: left;
}

#Mattched ITlogo
{
    position: relative;
    float: left;
    width: 270px;
    height: 79px;
    
}

.rotationbanner
{
    position: relative;
    float: left;
    margin: 18px 0 0 310px;
    width: 627px;
    height: 153px;
    /*border: dashed 1px red;*/
    
}

#topsilos
{
    position: relative;
    float: left;
    width: 960px;
    height: 50px;
    /*border: dashed 1px red;*/
    margin: 10px 0 0 0;
    padding: 0;
}

#topsilos ul
{
    position: relative;
    float: right;
    margin: 0;
    width: 850px;
    height: 45px;
    padding: 0;
    list-style: none;
    display: inline;
    /*border: dashed 1px red;*/
}

#topsilos ul li
{
    float: left;
    display: inline; 
    width: 78px;
    height: 15px;
    margin: 0 20px 0 30px;
    padding: 5px 0 0 0;
/*    background: url(../images/icons/statictopsilo.gif) no-repeat; */
}

#topsilos ul li a
{
    font-size: 1.05em;
    line-height: 1.1em;
    color: #df7352;
    font-weight: bold;
}

#topsilos ul li a:hover
{
    text-decoration: none;
    color: #ff7f35;    
}

#topsilos ul li a:hover span
{
    color: #ff7f35;
    text-decoration: none;
}


#middleorangebar
{
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    background: #bf5a3b url(../images/middlebar.png) repeat-x;
	padding: 0;
	margin: 0;
}

#topsilos ul li a span
{
	background-image: url(../images/icons/topsilo.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 8px;
	margin-top: 6px;
	display: block;
}

#topsilos ul li a:hover span
{
	background-image: url(../images/icons/topsilo_active.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 8px;
	margin-top: 6px;
	cursor: pointer;
	display: block;
}

/* banner start */

.banneroverlayframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 627px;
    height: 153px;
    background: url(../images/banner/bannerframe.png) no-repeat;
    z-index:10;
	cursor: pointer;    
	display:block;    
}

/* banner end*/

/* header end */

/* side navigation start */

ul.leftNav1,
ul.leftNav2,
ul.leftNav3
{
	display: block;
	padding: 0 0 0 1px;
	margin: 0;	
	list-style: none;
	background-color: #fff;		
}

ul.leftNav1
{
	border: solid 2px #eee;
	border-width: 2px 0 1px;
	margin: 7px 0 0 0;
	padding: 0;
}

ul.leftNav1 li
{
	background-color: #e1e1e1;
	margin-bottom: 1px;    
    height: 32px;
    width: 240px;
    font-size: 0.9em;
    line-height: 1.2em; 
}

ul.leftNav1 li a span
{
	line-height: 32px;
	height: 32px;
}

ul.leftNav2 li
{
	background-color: #ebebeb;
}

ul.leftNav3 li
{
	background-color: #f5f5f5;
}

ul.leftNav1 li.selected
{
	background-color: #fff !important;
}

ul.leftNav1 li a
{
	color: #333 !important;
	text-decoration: none !important;
}

ul.leftNav1 li.selected a
{
	color: #c00 !important;
	font-weight: bold;
}

ul.leftNav1 li.selected span,
ul.leftNav1 li.selected a.selected
{
	font-weight: bold;
	color: #c00 !important;
}

ul.leftNav2 li a
{
	text-decoration: none !important;
	color: #c00 !important;
	font-weight: normal !important;
}

ul.leftNav2 li.selected a.selected
{
	font-weight: bold !important;
}

ul.leftNav3 li a
{
	font-weight: normal !important;
}

ul.leftNav3 li.selected a.selected
{
	font-weight: bold !important;
}

ul.leftNav1 li.selected,
ul.leftNav2 li.selected
{
	padding-bottom: 0;
	padding-right: 0;
}

ul.leftNav2 li.selected
{
	background-color: #fff;
}

ul.leftNav3 li.selected
{
	background-color: #fff;
}


.newslist
{
	font-size: 0.8em;
    list-style: circle;
    list-style-image: url(../images/icons/smallbullet.png);
    list-style-position: outside;
}

.newslist a
{	
	color: #000;
	text-decoration: underline;
}

#newstitle
{
	font-size: 1.2em;
	text-decoration: underline;
	color: #bf5a3b;
	font-weight: bold;
}

#newssubtitle
{
	color: #bf5a3b;
	font-weight: bold;
	
}

#newstitledate
{
    font-size: 0.9em;
    color: #666;
    line-height: 1.2em;   
}


#blogitems
{
    position: relative;
    width: 250px;
    min-height: 500px;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
}

.blogroot
{
	font-size: 1.3em;
	text-decoration: underline;
	padding-bottom: 5px;
	color: #bf5a3b;
}

.blogparent
{
	font-size: 1.1em;
	text-decoration: underline;
	padding-bottom: 5px;
	color: #bf5a3b;
}

.articlelist
{
	font-size: 0.9em;
    list-style: circle;
    list-style-image: url(../images/icons/smallbullet.png);
    list-style-position: outside;

}

.articlelist li a
{
	color: #000;
}

.articlelist li ul li a
{
	color: #bf5a3b;
}

.articlelist ul
{
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-size: 0.8em;
}

.contentlist
{
	font-size: 0.8em;
    list-style: circle;
    list-style-image: url(../images/icons/smallbullet.png);
    line-height: 1.2em;
    margin-left: 30px
}

.contentlist li, .warninglist li, .ticklist li
{
	padding-bottom: 1px;
}

.warninglist
{
	font-size: 0.8em;
    list-style: circle;
    list-style-image: url(../images/icons/red_cross_small.png);
    line-height: 1.2em;
}

.ticklist
{
	font-size: 0.8em;
    list-style: circle;
    list-style-image: url(../images/icons/green_tick_small.png);
    line-height: 1.2em;
}

ul.table3column
{
	font-size: 0.8em;
	list-style-type: none;
	padding-bottom: 10px;
	line-height: 1.5em;
}

ul.table3column li
{
	clear: left;
	width: 100%;
}

ul.table3column li div
{
	float: left;
	width: 30%;
	padding: 1px;
}

.contactus ul
{
	font-size: 0.8em;
	list-style-type: none;
	height: 260px;
}

.contactus li
{
	height: 25px;
}

.contactus label
{
	display: block;
	width: 150px;
	float: left;
	clear: left;
	font-weight: bold;
}

.contactus input[type=text]
{
	border: 1px inset #bf5a3b;
	width: 350px;
	float: left;
}

.contactus input[type=checkbox]
{
	width: 15px;
	padding-top: 5px;
	float: left;
}

.contactus textarea
{
	border: 1px inset #bf5a3b;
	width: 350px;
	height: 200px;
	float: left;
}

.contactus p
{
	clear: left;
	margin-left: 150px;
	padding-top: 0;
	margin-top: 20px;
}

.contactus p a
{
	margin-right: 30px;
	font-size: 1.2em;
	font-weight: bold;
}


 /*portfolio*/
.portfoliobox
{
	border-top:1px dashed #CECECE;
	height:290px;
	margin:0 0 0 20px;
	padding:0;
	position:relative;
	width:660px;
}

.portfolioexamplewrapper
 {
	position: relative;
	float: left;
	width: 650px;
	height: 118px;	
	margin: 10px 0 0 0;
	padding: 1px;
	border: solid 3px #cecece;
	background: #fff;
}

.portfolioexample
 {
	position: relative;
	width: 646px;
	height: 114px;
	border: solid 2px #f77a3a;
	background: #fff;
}

.clientinfo
{
	position: relative;
	float: left;
	width: 228px;
	height: 112px;
	background: #dcdcdc;
	margin: 1px;
}

.clientexample
{
	position: relative;
	float: left;
	width: 412px;
	height: 110px;
	border: solid 1px #aaa;
	margin: 1px;
}

.clientinfo h3
{
	color: #df7352;
	padding: 0;
	margin: 10px 0 0 10px;
}

.clientinfo p
{
	padding: 0;
	margin: 10px 10px 0 10px;
	font-size: 0.75em;
}

.portfoliolinks
{
	position: relative;
	margin: 0;
	padding: 0;
}
.portfoliolinks li
{
	position: relative;
	display: inline;
	margin-top: -10px;
	list-style-image: none;
	list-style: none;
	padding-right: 10px;
	font-size: 0.8em;
}

.portfolioinfo li
{
	position: relative;
	display: inline;
	margin-top: -10px;
	list-style-image: none;
	list-style: none;
	font-size: 0.75em;	
}

.servicesused
{
	position: relative;
	float: left;
	width: 310px;
	height: 50px;
	/*border: dashed 1px red;*/
}

.technologyused
{
	position: relative;
	float: left;
	width: 330px;
	height: 50px;
	/*border: dashed 1px red;*/
}

.technologyused h4, .servicesused h4
{
	position: relative;
	float: left;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

.designedby
{
	position:relative;
	float: left;
	margin-top: 20px;
	width: 310px;
}

.projectstatus
{
	position:relative;
	float: right;
	margin-top: 20px;
	width: 350px;
}

.designedby p, .projectstatus p
{
	padding: 0;
	margin: 10px 0 0 40px;
}

.projectstatus p span
{
	float: left;
	display:block;
	width: 120px;
}

p.newslettersignup
{
	border: dashed 1px #4a0028;
	margin-left: 40px;
	padding: 25px;
	width: 530px;
}

p.newslettersignup label
{
	display:block;
	float:left;
	width:180px;
}

p.newslettersignup input[type=text]
{
	width: 250px;
}

#documentation li
{
	line-height: 1.5em;
	font-size: 0.8em;
}

#documentation li ul li
{
	font-size: 1.0em;
}

div.AddThisButton
{
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	height: 40px;
}

.addthislink
{
	margin-left: 30px;
}

.rsscontainer
{
	float: right; 
	width: 200px;
	height: 40px; 
	margin-top: -40px;
}

.rsscontainer a
{
	display:block;
	width: 200px;
	height: 15px;
}

.rsscontainer img
{
	float: left;
}

.rsscontainer span
{
	float: left;
	padding-left: 10px;
	font-size: 0.6em;
}

.answerlist
{
	font-size: 0.8em;
	list-style-type: none;
    line-height: 1.2em;
}

.answerlist li
{
	padding-bottom: 1px;
}

ul.Listable
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 0.8em;
	list-style-type: none;
    line-height: 1.2em;

    height: 110px;
}

ul.Listable li
{
	margin-top: 5px;
	padding-top: 5px;
	height: 15px;
}

ul.Listable li label
{
	width: 150px;
	display: block;
	float: left;
}

ul.Listable li input
{
	width: 200px;
	display: block;
	float: left;
}

ul.Listable li input[type=checkbox]
{
	width: 25px;
}

ul.Listable li a
{
	display: block;
	float: left;
}


#topcontactlink
{
	font-size: 0.8em;
	margin: 3px auto 0 0;
	text-align: center;

/*	font-size: 0.8em; 
	width: 730px; 
	margin: 0 auto 0 auto; 
	text-align: right; 
	margin-top: 2px;
	margin-left: 240px*/
}

#topcontactlink a, #topcontactlink a:hover, #topcontactlink a:visited
{
	color: #FFF; 
} 

p.withcheckboxes label
{
	width: 500px;
	display: block;
	float: left;
}

a.cta
{
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}

a.ctasmall
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: underline;
}

a.cta:hover, a.ctasmall:hover
{
	color: Green;
}

a.cta_webdevelopment
{
	background-image: url(/images/cta_buttons/btnsolveproblems.jpg);
	width: 371px;
	height: 51px;
	display: block;
}

a.cta_webdevelopment:hover
{
	background-image: url(/images/cta_buttons/btnsolveproblemsgo.jpg);
	text-decoration:none;
}

/*250*/
a#fsblink
{
	float:right;
	display:block;
	margin-left:10px;
	margin-bottom:10px;
}

a#fsblink img
{
	padding: 2px;
	border: solid 1px #ddd!important;
}

div.CommentForm ul
{
	width: 490px;
	margin-left: 40px;
	padding: 0;
	
	font-size: 0.8em;
	list-style-type: none;
    line-height: 1.2em;

    height: 300px;
    
/*    border: solid 1px black;*/
}

div.CommentForm ul li
{
/*	margin-top: 5px;
	padding-top: 5px;*/
	min-height: 30px;
	clear: both;
}

div.CommentForm ul li label
{
	width: 150px;
	display: block;
	float: left;
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
}

div.CommentForm ul li input[type=text], div.CommentForm ul li textarea
{
	width: 320px;
	display: block;
	float: left;
	text-align: left;
	border: solid 1px #BF5A3B;
}

div.CommentForm ul li textarea
{
	margin-bottom: 5px;
}

div.CommentForm ul li input[type=checkbox]
{
	text-align:left;
	width: 18px;
	margin-left: 0px;
}

div.CommentForm ul li input[type=submit]
{
	width: 100px;
	text-align: center;
	margin-top: 10px;
	float: left;
}

div.CommentForm ul li textarea
{
	height: 120px;
}

div.CommentForm ul li a
{
	display: block;
	float: left;
}

div.CommentForm ul li span
{
	float: right;
}

div.comment
{
	padding: 10px; /*3px;*/
	margin: 0;
	margin-left: 40px;
	margin-top: 10px;

	width: 500px;
	min-height: 64px;
	height: auto;
	
	border: dashed 1px gray;
	border: solid 1px #bf5a3b;
	outline: #ccc solid 1px;
}

div.comment img
{
	float: left;
	border: solid 1px #ccc;
	padding: 2px;
}

div.comment p
{
	padding: 0;
	margin: 0;

	width: 415px;
	margin-left: 80px;
}

.marginleft40
{
	margin-left: 40px;
}

.questionValidator
{
	font-size: 0.8em;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.about
{
	float:left; 
	margin-right: 10px; 
	padding: 2px;
	border: solid 1px #ddd;
}

.red
{
	color: Red;
}

.blogimage
{
	padding:2px;
	border: solid 1px #ddd!important; 
}

.bgyellowish
{
	background-color:#ffddaa;
}

.margintop5
{
	margin-top:5px;
}

img.seosample
{
	padding: 2px;
	border: solid 1px #ddd;
}

.frmlmb
{
	 float:right; 
	 margin-left: 10px;
	 margin-bottom:10px;
}

.ContactUsValidation
{
	margin-left: 190px;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 20px;
}

div#sharing { margin-left:15px; }
