/****** ##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;
		height: 100%; 
		width: 100%;
	}

	body {		
		text-align: center;
		margin: 0px;
		padding: 0px; 
		background: #222222 url(../images/template/bg.gif) fixed top center repeat-x;
		border: none; 
		height: 100%;
		width: 100%;
		color: #ffffff; 
	}
	
	
	body,table, tr,td, input, textarea {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 13px;
	}
	
	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: #dddddd;
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
		color: #cccccc;
	}
	
	a:hover {
		text-decoration: none;
		color: #ffffff;
	}
	
	a:active {
		text-decoration: none;
		color: #ffeeee;
	}


	a img {border: none; }
	
	
	a:focus { outline: none; }
		


/*end*/

	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Container Styles
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
	
	/* Site Container */	
	#centerCon {
		text-align: center;
		height: 100%;
		width: 100%;
		
	}
	
	
	
	/* Site Container */	
	#siteCon {
		position: relative;
		background: #222222 url(../images/template/pagebg.gif);
		margin: auto;
		padding: 0px; 
		width: 800px;
		height: 100%;
		min-height: 100%;
		border: none;
		overflow: visible;
		
		border-style: solid; 
		border-color: #666666; 
		border-width: 0px 1px 0px 1px; 
		
		
	}
	
	div > #siteCon {
		height: auto;
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Header
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
		#headerCon {
			position: relative;
			width: 800px;
			height: 157px;
			
			background: url(../images/template/header.jpg) top center no-repeat;
			text-align: center; 
			
			border-bottom: 1px solid #333333; 
		}	
		
		
		
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Menus
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/		
		
		
		#homeLink {
			display: block; 
			width: 500px; 
			height: 70px; 
			position: relative; 
			top: 50px; 
			margin: auto; 
			
			
		}
		
	/* Top Menu */
	
		#topMenuCon {
			position: relative;
			width: 800px;
			text-align: center;
			top: 52px; 
			font-size: 14px; 
			
		}	
		
			#topMenuCon a {
				color: #ffffff; 
				width: 55px;
				
				margin: 2px; 
				margin-top: 0px; 
				margin-bottom: 0px; 
			}
			
			#topMenuCon a:hover {
				color: #dddddd;
				/*text-transform: uppercase; 
				margin: 0px; 
				font-size: 11px; */
			}
		
		
			
			
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Body
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	

		
	
		#centerBodyCon {
			margin-bottom: 0px; 
			height: auto; 
		}	

					
			#bodyCon {
				position: relative;
				text-align: left;
				padding: 20px;
				padding-top: 30px; 
				
				
			}
			
			
			#bodyCon img {
				margin: 20px; 
				/*margin-top: 0px; */
				
				border: 1px solid #333333; 
			}
			
			
			
			
			
			.table {
				padding: 20px 0px 20px 0px; 
				clear: both; 
				width: 100%; float: left; 
			}
			
				#bodyCon .table img {
					display: block; 
					margin: 0px auto 5px auto; 
					padding: 0px; 
				}
				
				.tableRow {
					clear: both; 
					
				}
				
					.tableCell {
						float: left; 
						width: 25%;				
						text-align: center; 
						margin-bottom: 20px; 
					}
					
				
			
			
		form {
			margin: 0px; 
			padding: 0px; 			
		}
		
		input, textarea {
			/*border-left: 1px solid #000055;
			border-top:  1px solid #000055;
			border-right: 1px solid #aaaaff;
			border-bottom: 1px solid #aaaaff;
			background: #dddddd;
			*/
		}
	
		
		.submit {
			/*background: #ffffff;
			border-left: 1px solid #aaaaff;
			border-top:  1px solid #aaaaff;
			border-right: 1px solid #000055;
			border-bottom: 1px solid #000055;
			*/
		}
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Footer
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
		
		#footerCon {
			width: 800px;
			height: 20px;
			line-height: 20px; 
			clear: both;
			
			text-align: center;			
			border-top: 1px solid #333333; 
			
			padding-top: 20px;
			
			color: #777777; 
			
		}	
		
		
			#footerCon a {
				color: #777777; 
			}
			
			#footerCon a:hover {
				color: #cccccc; 
			}
			
			
		
		
		
		
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	h1,h2,h3,h4,h5,h6 {
		font-family: Helvetica, Arial, sans-serif;
		padding: 0px; 
		margin: 0px;
		margin-bottom: 10px; 
		margin-top: 15px; 
		color: #ffffff;
	}
	
	h1 {
		margin-top: 0px; 
		font-size: 16px; 
	}
	h2 {
		font-size: 14px;
		padding-left: 20px; 		
	}
	h3 {
		font-size: 12px; 
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			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;
		}		
		
	
	

	

	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			OTHER STYLES - MODIFIERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
	
	
	
/* Horizontal Rule */
	hr {
		background-color: #333333; 
		border: 0px; 
		height: 1px;
		color: #333333;
	}			
	
/* Unordered List */	
	ul {
		color: #ffffff;
		list-style-type : disc;
	}
	
/* Ordered List */	
	ol {
		color: #ffffff;
	}
	
/* 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;
	}
	

	
	
	
	

		
/*
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.	
*/
 

