/* <!-- */
	/* General styles */
	body {
		width: 1008px;
		margin:0 auto;
		padding:0;
		border: 0;
		/*background:#519DB2 none repeat scroll 0 0;*/
        background:#FFF none repeat scroll 0 0;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	    /*font-size:12px;*/
        font-family:Arial, Verdana, Geneva, sans-serif;
        color: #333;
		text-align:center;
	}
	#fixed{
		margin:0 auto;
		float: right;
		text-align:left;
		/* border-right:#000 1px solid;			/* This removes the border around the viewport in old versions of IE */
        border:#000 1px solid;			/* This removes the border around the viewport in old versions of IE */
    }
	a {
		color:#369;
	}
	a:hover {
		color:#000;
		background:#FFF;
        text-weight: bold;
		text-decoration:none;
	}
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		/*border-bottom:1px solid #000;*/
		text-align:left;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
}
	#header img{
        border: 0;
        padding:.4em 15px 0 15px;
		margin:0;
   }
	#header ul {
        border-top: 1px solid #000;
		float:right;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
        text-align:right;
 		font-size: larger;
        background: #000;
}
	}
	#header ul li {
		list-style:none;
		margin:0;
		padding:0;
        
	}
	#header ul li a {
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#333;
		color:#FFF;
		text-decoration:none;
		
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#FFF;
		color:#000;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#CECECE;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
        margin:0;
		text-align:right;
                       
	}
	
	#layoutdims li a{
		text-decoration: none;
		color:#fff;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
		text-align:left;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
	
		overflow:hidden;
	}
	
}
ul.service-text{
    padding-right: 20px;
    
}
ul.service-text li{
    margin-bottom: 5px;
}
div#service-offerings h2{
    
    background: #EEE;
    border-bottom: 1px solid #000;
    padding: 5px 5px;
}
    .col1{
        padding:5px;
    }
 	.col1 h1, .col1 h3{
		
        padding: 5px 5px;
        
	}
	.col1 li.service{
		float:left;
		width:33%;
		height:380px;
		text-align: left;
		padding:0px;
    
		list-style-type: none;
	
	}
     .col1 li.service h3{
		padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right:0;
        
	}
    .col1 li.service strong{
        padding: 5px 5px;
    }
    .col1 li.service a{
        text-align:center;
           padding: 5px 5px;
           display: block;
    }
    .col1 li.service ul strong{
        padding: 0;
    }
	.col1 li.service p{
		padding: 3px 3px 3px 3px;
        
	}
	.col1 li.service h3{
		margin-top:0px;
        
	}
	.col1 li.bor {
		border-right: 2px dashed #0E0E0E;
        
        
	}
	.col1 li.service #service-securing {
		background: url("../images/checkmark.jpg") no-repeat;
	}
	.col1 li.service #service-reviewing {
		background: url("../images/checkmark.jpg") no-repeat;
	}
	.col1 li.service #service-training {
		background: url("../images/checkmark.jpg") no-repeat;
	}
	.col1 li.service #service-educating {
		background: url("../images/checkmark.jpg") no-repeat;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#FFF;		/* right column background colour */
	}
	.rightmenu .colleft {
		/*right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
		border-right: 1px dashed;
	
	}
	.rightmenu .col1 {
		/*width:71%;*/			/* left column content width (left column width minus left and right padding) */
		/*left:27%;*/			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		/*width:21%;	*/		/* right column content width (right column width minus left and right padding) */
		/*left:31%;	*/		/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
    div#steps-to-security{
        padding: 10px 10px 10px 10px;
		clear:both;
    }
	div#steps-to-security ul, div#steps-to-security p{
        font-style:italic;
        font-weight: bold;

	}
    div#steps-to-security li{
        list-style-image:url('../images/checkmark.jpg');
    }
   div#steps-to-security a{
        font-family: arial;
        font-style:normal;
        font-weight: bold;
    }

	/* Footer styles */
	#footer {
		background: #FFF;
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
		text-align:left;
	}
	#footer p {
		padding:10px 5px 5px 10px;
		margin:0;
	}
.social,
    .twitter,
    .blog {
        float:left;
        position:relative;
        padding:0 0 1em 0;  /* no left and right padding on columns, we just make them narrower instead 
                        only padding top and bottom is included here, make it whatever value you need */
        overflow:hidden;
    }
.footer .blog {
        width:46%;          /* width of center column content (column width minus padding on either side) */
        left:102%;          /* 100% plus left padding of center column */
    }
    .footer .twitter {
        width:21%;          /* Width of left column content (column width minus padding on either side) */
        left:31%;           /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
    }
    .footer .social {
        width:21%;          /* Width of right column content (column width minus padding on either side) */
        left:85%;           /* Please make note of the brackets here:
                        (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
    }

.social {
    margin: 5px 9px;
    padding: 5px 3px;
    width: 30%;
    border: thin black;
}

.twitter {
    margin: 5px 9px;
    padding: 5px 3px;
    width: 30%;
    border: thin black;
}
.blog {
    margin: 5px 9px;
    padding: 5px 3px;
    width: 30%;
    border: thin black;
}
.twitter li, .blog li{
     font-size:11px;
	line-height:1.3;
	list-style-type:none;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
}
div#fulltestimonials{
    display: block;
}

div#fulltestimonials li{
    display: block;
    margin-right: 100px;
    margin-left: 100px;
    padding: 5px 5px 5px 5px;
    list-style-type: none;
    margin-bottom: 10px;
}

blockquote.testimonials{
    border:1px solid #D4D4D4;
    margin:15px 0 15px 20px;
    padding:10px 20px 20px;
    float: left;
}
div#testimonials-list{
    padding: 10px 10px;
    width: auto;
    font-size: smaller;
	background: url('../images/testimonials-wordcloud.jpg') no-repeat center right;
}
div#testimonials-list li{
    list-style-type: square;
    padding: 5px 5px;
    margin-right: 40px;
    font-weight: bold;
}
div#testimonial-word-cloud{

    padding: 20px 20px;
    border: 1px solid #CECECE;
    text-align: center;
    float; right;        
}
.textmiddle{ vertical-align:middle;}
.small-text{
    font-size: xx-small;
    color: #999E9E;
    font-family: verdana;
    text-align: right;
}
.small-text a{
    text-decoration: none;  
    font-size: xx-small;
    color: #999E9E;
    font-family: verdana;
    
}
.contact{
    font-size: 150%;
    font-weight: bolder;
    list-style-type: none;
    width: 99%;
    text-align: left;
    vertical-align:middle;
    padding: 5px 5px;
}
.contact li{
    border: 1px solid #CECECE;
    background: #FEFEFE;
    margin-bottom: 5px;
    padding: 2px 2px;
}
.contact img{
    text-align:left;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right:5px;
    margin-left: 0px;
    padding: 2px 2px;
}
.client-list li{
    display: block;
    margin-right: 30px;
    margin-left: 50px;
    padding: 5px 5px 5px 5px;
    list-style-type: none;
    margin-bottom: 5px;
    float:left;
    width: 40%;
    
}
.client-list img{
    margin-right: 30px;
    padding: 5px 5px;
    border: 1px solid black;
}
.client-list a{
    text-decoration: none;
    width: auto;
}
p.fact-file{
    font-family: helvetica;
    font-size: inherit;
    font-weight: bold;
    color: #AEAEAE;
    line-height: 2em;
    margin: 0;
    padding: 1px 1px;
}
.dark{
    
    color: #1E1E1E;
}/* --> */
div#__ss_2219230{
    padding-left: 30px;
    margin-left: 30px;
}
div#__ss_466696{
    padding-left: 30px;
    margin-left: 30px;
}
.about div p{
    padding: 10px 10px;
}
#about-me{
    float: left;
    width:65%;
    padding-right: 20px;
    padding-top: 5px;
}
