/*
Theme Name: Internal
Theme URI: http://rskuklimited.com
Description: Theme to match RSK website design
Version: 1.0
Author: Robert Fargo


*/

@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


ul{
list-style:square
}

ul.menu {
				list-style: none;
				font-size: 10px;
				width: 125px;
				padding: 0px;
				margin: 0px;
			}

			ul.menu a {
				color: #FFF;
				text-decoration: none;
				display: block;
				padding: 5px 5px 5px 10px;
				width: 125px;
				background: #97a697;
			}
		
		

			ul.menu span {
				color: #FFF;
				text-decoration: none;
				display: block;
				padding: 5px 5px 5px 10px;
				width: 125px;
				background: #97a697;
			}
			
			ul.menu a:hover {
				text-decoration: none;
				background: #5a6f5e;
			}
			
			ul.menu li {
				border-bottom: 1px solid #FFF;
				float: left;
				position: relative;
			}
			
			
ul.menu li ul.menu {
				list-style: none;
				position: absolute;
				left: 140px;
				top: 0;
				display: none;
				width: 125px;
				border-left: 1px solid #FFF;
			}
			ul.menu li ul.menu a {
				color: #FFF;
				text-decoration: none;
				display: block;
				padding: 5px 5px 5px 10px;
				width: 225px;
				background: #97a697;
			}
			
			ul.menu li ul.menu a:hover {
				text-decoration: none;
				background: #5a6f5e;
			}
			
			ul.menu li:hover ul { display: block; }

.container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

img.left{
float:left;
}

.header {
	background: #97a697;
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}


.header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 45px 10px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:right;
	}
	
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #AAAAAB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 125px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size:12px;

} 


.mainContent h2{
border-bottom: 1px dotted #ccc;
	font: 95%;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;

}

.mainContent h4, p, h3{
	margin-left: 20px;
}

.meta{
	margin-left: 20px;
}

.lftresume{
width:70%;
text-align:justify;
float: left;
	margin-right: 8px;
}

.rtresume{
	width:70%;
	text-align:justify;
	float: right;
	margin: 15px 0px 15px 0px;

}

.footer {
	padding: 0px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:rgb(151,166,151);
	
}
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: 10px;
	text-align:center;
	color:#FFFFFF;
	}
	
	a{color:#004200;}
	
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 15px 0px 15px 0px;
}

	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
margin: 25px 0px 15px 20px;}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold{ font-weight:bold;}





.services{
	margin-left:60px;
	table-layout:auto;
	width:550px;
	list-style:square;
}
	

