/****** ##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: #ffffff url(../images/template/bg.jpg) top repeat-x;
		border: none; 
		height: 100%;
		width: 100%;
	}
	
	
	body,table, tr,td {
		font-family: Verdana, Verdana, Geneva, sans-serif;
		font-size: 12px;
		color: #002288; 
	}
	
	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 {
		color: #0055dd;
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
		color: #001177;
	}
	
	a:hover {
		text-decoration: none;
		color: #444400;
	}
	
	a:active {
		text-decoration: none;
		color: #003399;
	}

	a:focus { outline: none; }
		


/*end*/

	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Container Styles
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
	
	/* Site Container */	
	#centerCon {
		text-align: center;
		height: 100%;
		width: 100%;
		
	}
	
	
	
	/* Site Container */	
	#siteCon {
		position: relative;
		
		margin: auto;
		padding: 0px; 
		width: 100%;
		height: 100%;
		min-height: 100%;
		min-width: 100%;
		border: none;
		overflow: visible;
	}
	
	div > #siteCon {
		height: auto;
		width: auto; 
	}
	



		
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Menus
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/		
		
		
	/* Top Menu */
	
		#topMenuCon {
			position: relative;
		
			height: 24px; 
			text-align: right;
			
		}	
		
			#topMenuCon a{
				display: block; 
				float: right; 
				line-height: 23px; 
				height: 23px; 
				width: 75px;
				text-align: center; 
				border-left: 1px solid #ffffff; 
				border-right: 1px solid #004487; 
				color: #004487; 
			}
			
			
			#topMenuCon a:hover {
				color: #0066a9; 
				background: url(../images/template/link_hover.jpg) 5px repeat-x;
			}
			
			#topMenuCon .dummy {
				width: 10px; 
				border-left: none; 
			}
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Header
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
		#headerCon {
			position: relative;			
			display: block; 
			
			height: 111px; 
			background: url(../images/template/logo.jpg) top left no-repeat;
			
		}	
		
		

		#tagLineCon {
			width: 800px;
			margin: auto; 
			font-size: 18px; 
			text-align: center; 
		
			height: 60px;
			line-height: 60px; 
		}
			
		
			
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Body
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	

		
	
		#centerBodyCon {
			position: relative;
			
		}	

		
			#bodyCon {
				
				text-align: left;
				width: 800px; 
				margin: auto; 
			}
			
				
				#bodyCon img {
					border: 1px solid #666633; 
				}
				
				#col1, #col2 {
					text-align: justify; 
					
					padding: 5px; 
					float: left; 
					
				}
				
				#col1 {
					width: 355px;
				}
				
				#col2 {
					text-align: right; 
					width: 430px;
					padding-right: 0px; 
				}
				
				
				.img2set {
					width: 49%; 
					float: left;
					text-align: center; 
					
					
				}
			
			
				#band {
					clear: both; 
					margin-top: 12px;
					height: 150px; 
					width: 800px; 
				}
			
		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 {
			clear: both; 
			margin: auto; 
			
			margin-top: 30px; 
			width: 100%;
			height: 20px;
			line-height: 20px; 
			
			color: #555555;			
			text-align: center;
		 	font-size: 11px; 
		}	
		
		
		
		
		
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	h1,h2,h3,h4,h5,h6 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 0px; 
		margin: 0px;
		margin-bottom: 10px; 
		margin-top: 15px; 
		color: #003399;
	}
	
	h1 {
		font-size: 14px; 
		color: #ffffff; 
		margin-top: 4px;
		margin-bottom: 25px; 
		font-weight: normal; 
		text-align: center; 
	}
	h2 {
		font-size: 13px; 
	}
	h3 {
		font-size: 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.	
*/
 

