/****** ##LOG: 
Author:  Dan Urquhart
Version: 1.0

This template has been made to be as simple to use as possible. Everything does have a place! Make sure you put things where they need to be.

Some rules:

-try not make multiple references o single elements: keeping all the stlyes of an element in one place keeps it from getting over styled or overlooked. 
-try to comment on what does what

Created: March 2007
******/
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			IMPORTANT BODY TAGS!!!!
||
||			***PUT THE BODY TAGS HERE AND NOT IN THE MAIN FILES!!***
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	html {
		border: none; 
		margin: 0px; 
		padding: 0px; 
		
	}

	body {		
		
		text-align: center;
		margin: 0px;
		padding: 0px; 
		background: #e3e5de url(../images/template/bg.gif) top center;
	}
	
	
	body,table, tr,td, input, text-area {
		font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		
		
		
	}
	
	p {
		margin: 0px; 
		padding: 0px; 
		margin-top: 5px; 
		
	}
	
/*		
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			LINKS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
* When adding links make sure you include all 4 link stages 
	(normal,hover,visited,visited:hover)
*/
	
	
/*		
	THE FOLLOWING STYLES ARE FOR ALL LINKS ON THE SITE!!!
*/
	a:link {
		color: #666666;
		text-decoration: none;
		
	}
	
	a:visited {
		text-decoration: none;
		color: #777777;
		
	}
	
	a:hover {
		text-decoration: none;
		color: #666666;
		font-weight: bold; 
	}
	
	a:active {
		text-decoration: none;
		color: #666666;
		font-weight: bold; 
	}


	a:focus { outline: none; }		


/*end*/

	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Container Styles
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
	
	/* Site Container */	
	#centerCon {
		text-align: center;
		
	}
	
	
		
		/* Site Container */	
		#siteCon {
			position: relative;
			text-align: right; 
			width: 800px; 
			padding-top: 70px; 
		}
		
		
			#pageCon {
				background: #ffffff url(../images/template/shadow.gif) bottom center repeat-x;			
				width: 650px;
				float: right; 
				height: 427px; 
				
				border-style: solid; 
				border-width: 0px 1px 0px 1px; 
				border-color: #aaaaaa;
				
				
				
			}
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Header
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
		#headerCon {
			position: relative;
			
			height: 100px;
			
			background: #686a6c; 
			color: #ffd204; 
			
		}	
		
			#headerCon h1 {
				color: #ffd204; 
				font-size: 9px; 
				font-weight: normal; 
				
				float: left; 
				padding: 25px 0px 0px 25px; 
				
				
				
				position: relative; 
				top: 40px; 
				
				
			}
		
		
			#logoCon {
				display: block; 
				float: right; 
				
				height: 100px; 
				width: 100px; 
				
				background: #ffd204 url(../images/template/logo.gif) center center no-repeat; 
			}	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Menus
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/		
		
		
	/* Top Menu */
	
						
				
	/* Side Menu */			
	
		#sideMenuCon {
		
			padding-right: 10px; 
			width: 136px;
			float: right;
			text-align: right;
			position: relative; 
			top: 100px;  
			
			line-height: 14px; 
		}	
		
		
			
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Body
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	

		
	
		#centerBodyCon {
			position: relative;
		
		}	

			
			#flashcontainer {
				width: 650px; 
				height: 427px; 
				float: left; 
						
			}
			
			
			#mainImg {
				float: left; 
			}	
					
			#bodyCon {
				position: relative;
				text-align: justify;
				
				width: 250px; 
				float: right; 
				
				
				
				top: 45px; 
				height: 235px; 
				overflow: hidden; 
				
				line-height: 14px; 
				
			}
			
				#bodyCon h1 {
					background: #ffd204;
					height: 30px; 
					line-height: 30px; 
					padding-left: 10px; 
					
					
				}
			
			#rightSpace {
				width: 36px; 
				height: 280px; 
				float: right; 
				
			}
			
				#scroll {
					margin: auto; 
					position: relative; top: 219px; 
					width: 16px; 
					height: 61px; 
					background: url(../images/template/scroll.gif) bottom center no-repeat;
					
				}
				
					#up, #down {
						display: block; 
						width: 16px; 
						height: 16px;
						
					}
					
					#up {
						
					}
					
					#down {
						position: relative; top: 18px; 
					}
			
			
		form {
			margin: 0px; 
			padding: 0px; 			
		}
	
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Footer
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
		
		#footerCon {
			
			width: 650px; 
			float: right; 
			text-align: center; 
			clear: both;
			
		}	
		
		
		
		
		
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	h1,h2,h3,h4,h5,h6 {
		font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
		padding: 0px; 
		margin: 0px;
		margin-bottom: 10px; 
		margin-top: 0px; 
		color: #666666;
	}
	
	h1 {
		font-size: 9px; 
		text-transform: uppercase; 
	}
	h2 {
		font-size: 9px; 
	}
	h3 {
		font-size: 9px; 
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			ADDITIONAL STYLES
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]



		
	/* Small Text */		
		.smallText, .textSmall {
		font-size: smaller;
		}
		
	/* Required Text */	
	/* Use to denote user alert text. eg required fields in forms, this should be set smaller than the normal font*/	
		.textReqd, .requiredStar {
		color: #ff0000;
		font-size: 0.8em;
		}		
		
	
	/* Footer Text */	
		.textFooter {
		font-size : 0.8em;
		color: #000000;
		font-weight: bold;
		}	
	
	
		.highlight {
			color: #ee0000;
		}
	

	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			OTHER STYLES - MODIFIERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
	
	
	
/* Horizontal Rule */
	hr {
		background-color: #000000; 
		border: 0px; 
		height: 1px;
		color: #000000;
	}			
	
/* Unordered List */	
	ul {
		color: #999999;
		list-style-type : disc;
		text-indent: 0px;
		
		padding: 0px 20px 0px 20px; 
		
	}
	
	li {
		
		color: #999999;
	}
	
/* Ordered List */	
	ol {
		color: #000000;
	}
	
/* Add cursor to elements */
	.cursor { cursor: pointer; }
	
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			QUICK STYLES - MODIFIERS
||			Use these instead of inlines to make sure the same style works across the whole site
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/		
	
	
/* Clear Both VERY IMPORTANT */	
	.clearBoth {
		clear: both;	
	}
	
/* Style / Border Images */	
	.styleImg {
		border: 2px solid #333333;
		padding: 2px;
	}		
	
/* Float Left */	
	.floatLeft {
		float: left;
	}
	
/* Pad Left */
	.paddLeft {
		margin-left: 4px;
	}
	
/* Pad Right */
	.paddRight {
		margin-right: 12px;
	}

	
	
	
	

		
/*
If you are putting somthing into this sytle sheet page then it more than
likely has a home. 
				
don't simple include it at the bottom of the page.
				
Have a look at the page and look for the proper place for the variable that 
you are including.
				
If you can not find a place that looks right for the variable you are including
then create a spot for it somewhere that seems to fit and remember to include a 
header for your new section as well as remembering to comment what your variable 
is used for.	
*/
 
