@charset "utf-8";
/* CSS Document */


/* General styles */
	body {
        	margin:0;
	        padding:0;
        	border:0;			/* This removes the border around the viewport in old versions of IE */
	        width:100%;
	        background:#fff;
	        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:90%;
		overflow: hidden;

    	}
	
/* Header styles */
	#header {
		position: fixed;
		top:0;
		left: 0;
		height: 70px;
		overflow: hidden;
		z-index: 31;
	        clear:both;
	        float:left;
	        width:100%;
	background-attachment:fixed;
	background-image: url(http://www.leader-lines.com/dev10/designer/images/newhead-back-v10.png);
	background-repeat:repeat-x
	
	}
	


/* Footer styles */
	#footer {
		display: block;
		position: fixed;
		bottom: 0;
		height: 15px;
	        clear:both;
        	float:left;
	        width:100%;
		border-top:1px solid #000;
		overflow: hidden;
		padding:0;
	        margin:0;
	}

	* html #footer {display:none;}


/* Single Cointainer */
.singlemask {
		position:absolute;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		top: 70px;
		left:0;
		bottom: 15px;
		padding: 0 20px;
	
		overflow: auto;		/* This chops off any overhanging divs */
		
	overflow-x:hidden;
	}

/* column container */
	.colmask {
		position:absolute;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		top: 70px;
		left:0;
		bottom: 15px;
		clear:both;
		float:left;
	        width:100%;				/* width of whole page */
		overflow: auto;		/* This chops off any overhanging divs */
		overflow-x:hidden;

	}


/* devco 3 column settings */
	.devco {
		background:#fff;    	/* Right column background colour */
	}

	.devco .colmid {
	        float:left;
        	width:200%;
	        margin-left:-255px; 	/* Width of right column */
        	position:relative;
	        right:100%;
        	background:#fff;    	/* Centre column background colour */
	}

	.devco .colleft {
        	float:left;
	        width:100%;
	        margin-left:-50%;
	        position:relative;
	        left:520px;         	/* Left column width + right column width */
        	background:#fff;    	/* Left column background colour */
	}

*html .colleft {padding: 0 10px 0 0;}

	.devco .col1wrap {
        	float:left;
		width:50%;
		position:relative;
		right:225px;        	/* Width of left column */
		padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	
	.devco .col1 {
	        margin:0 310px 0 240px;     	/* Centre column side padding: Left padding = left column width + centre column left padding width Right padding = right column width + centre column right padding width */
       		position:relative;
		left:200%;
		overflow:hidden;

	}
*html .col1 {margin:0 255px; padding-left: 10px; }

	.devco .col2 {
        	float:left;
	        float:right;			/* This overrides the float:left above */
	        width:225px;        	/* Width of left column content (left column width minus left and right padding) */
        	position:relative;
		right:5px;         	/* Width of the left-had side padding on the left column */
		padding: 10px;border: dashed 1px black; margin-left: 10px;text-align: center;
    	}



    .devco .col3 {
		float:left;
	        float:right;			/* This overrides the float:left above */
        	width:225px;        	/* Width of right column content (right column width minus left and right padding) */
	        margin-right:20px;  	/* Width of right column right-hand padding + left column left and right padding */
	        position:relative;
	        left:50%;
		padding: 10px;border: dashed 1px black; margin-left: 10px;text-align: center;
	    }




#ptitle {
	position: fixed;
	z-index:1;
	left: auto;
	right: auto;
	width: 100%;
	top: 25px;
	height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
* html #ptitle {position:absolute;}



/* Menubar Holder */

.menubar1 {
	margin: 0px 0px 0px 0px;
}

#menubar {
	position: absolute;
	
	left: 22px;
	top: 5px;
	height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	
}
* html #menubar {position:absolute;}

#menubar-right {
	position: absolute;
	right: 25px;
	width: 100px;
	z-index:1;
	top: 5px;
	height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: right;
}
* html #menubar-right {position:absolute;}


.gadget_title{
font-family: Arial, Helvetica, sans-serif;
text-align:center; 
font-size: 12px; 
color: #FFFFAE;
line-height: normal;
font-weight: normal;
font-variant: small-caps;
background-color: #4A2500;
border-bottom: solid #aaaaaa 1px;
padding: 1px 0;
}

.gadget_box{
background-color: #ffffe1;
width: 222px;
border: solid 1px #aaaaaa
}


/* Normal Links for White BG */

a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #000; 
	text-decoration: none;
	font-size: 12px;
}
	
a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #000; 
	text-decoration: none;
	font-size: 12px;
}
	
a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #000; 
	text-decoration: none;
	font-size: 12px;
}
	
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}


/* Alt Links for Non-White BG */

a.alt:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #fff; 
	text-decoration: none;
	font-size: 12px;
}
	
a.alt:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #fff; 
	text-decoration: none;
	font-size: 12px;
}
	
a.alt:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #fff; 
	text-decoration: none;
	font-size: 12px;
}
	
a.alt:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}



/* OLDER PAGES */

/* Page Container expect footer */

#container {
 	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
 	 position:fixed; 
 	 top:70px;
 	 left:0px;
 	 bottom:20px; 
 	 right:0px; 
 	 overflow:auto; 
 	 background:#fff;
	  padding: 5px;
 	 text-align:left;

margin: 0px 0px 0px 0px;

 	 }
 
* html #container {height:100%; width: 100%;}

/* Set Single Column Page */

#page {margin: auto; display:block; width: 96%; border:0px solid #000; background:#fff; padding: 0px;}
#page-wrapper {margin: auto; display:block; border:0px solid #000; background:#fff; padding: 0px;}

#subpage {margin: auto; display:block; width: 96%; border:0px solid #000; background:#fff; padding: 0px;}

#sidebar {position: relative; float: right;  top:0px; margin: 0; display:block; width:315px; height:160px; padding: 0px 0px 0px 0px;
	}

#sidebarleft {position: relative; float: left; top:0px; margin: 0; display:block; width:315px; height:160px; padding: 0px 0px 0px 0px;
	}

h3 {font-size:14px; font-family: Tahoma, Geneva, sans-serif;}


/* Set the header */

#head {
	display: block;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 70px;
	background-attachment:fixed;
	background-image: url(http://www.leader-lines.com/dev10/designer/images/newhead-back-v10.png);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	overflow: hidden; 

	
}
* html #head {position: absolute;}


/* Set for Footer */

#foot {
	position: fixed; 
	bottom: 0px; 
	display: block;
 	left:0px;
	width:100%; 
 	height: 15px; 
	
 	text-align: center; 
  }
* html #foot {display: none;}

* html #footer {display: none;}
.columnone {width:48%; float:left; text-align:justify; margin-right: 1%}
.columntwo {width:48%; float:left; text-align:justify; margin-left: 1%;}

hr {clear:both; border:0; height:1px; color:#888; background-color:#888;}

.req{	
	margin-top: 3px;
	font-size: 130%; 
	border: 1px #ff0000;
	border-style: none none dotted none;
	}

.unreq{	
	margin-top: 3px;
	font-size: 130%; 
	border: 1px #000000;
	border-style: none none dotted none;
	}

.tarea{		
	border-style: dotted;
	}





