/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#050C29;
	color: #333;
	font: 12px arial, verdana, sans-serif;
	}

#outside-container {
	background:white url(/images/body-bg.jpg) repeat-x;
	}
	
#container {
	width:774px;
	margin:0 auto;
	}


#header {
	position:relative;
	height:158px;
	background:url(/images/header-logo.gif) left 27px no-repeat;
	border-bottom:4px solid white;
	}

#content-container {
	padding: 10px 0;
	}
	
#main-content {
	width:510px;
	float:left;
	}
	
#sidebar-right {
	width:238px;
	float:right;
	}

	
#footer {
	width:774px;
	margin:0 auto;
	padding:20px 0;
	color:#B5DAE2;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header-search {
	position:absolute;
	top:13px;
	right:0;
	height:23px;
	width:150px;
	padding:2px 0 0 15px;
	background:url(/images/header-search-bg.png) no-repeat;
	}
	
	#header-search input {
		float:left;
		width:88px;
		height:15px;
		background:white;
		border:none;
		margin-right:5px;
		}
		
		#header-search input.search-button {
			float:left;
			width:auto;
			height:15px;
			background:none;
			border:none;
			color:white;
			text-decoration:underline;
			font-size:10px;
			margin-right:0;
			cursor:pointer;
			}
#header-nav {
	position:absolute;
	bottom:0;
	right:0;
	}
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

.locations {
	padding:10px 10px 40px 10px;
	background:#F2F2F2 url(/images/locations-bg.jpg) 50% 98% no-repeat;
	border-top:6px solid #C2C9CF;
	color:#333;
	margin-bottom:13px;
	}
	
	.locations h2 {
		color:#0099cd;
		font:bold 16px arial;
		margin-bottom:10px;
		}
		
		.locations li {
		padding-bottom:6px;
		margin-bottom:6px;
		border-bottom:1px solid #0099cd;
		background-image: none;
		}
#sidebar-right a:link,
#sidebar-right a:visited {
	color:#0099cd;
	font-size: 110%;
}
#sidebar-right a:hover,
#sidebar-right a:active {
	color:#770000;
}
.useful-links {
	height:43px;
	width:215px;
	padding:132px 0 0 23px;
	margin-bottom:13px;
	background:url(/images/useful-links-bg.jpg) no-repeat;
	}

.member-login {
	height:43px;
	width:215px;
	padding:132px 0 0 23px;
	margin-bottom:13px;
	background:url(/images/member-login-bg.jpg) no-repeat;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

#main-content a,
#main-content a:link,
#main-content a:visited {
	color: #0099cd;
	font-weight: bold;
	}

#main-content a:hover {
	text-decoration: underline;
	}
#main-content a:active {
	background-color: #0099cd;
	color: #fff;
	}

#main-content h1,#main-content h2,#main-content h3,#main-content h4,#main-content h5,#main-content h6 {
	
	}
	
#main-content h1 {
	margin-top: 12px;
	margin-bottom: 12px;
	font:bold 25px arial;
	color:#0099cd;
	}

#main-content h2 {
	margin-bottom:10px;
	font:bold 16px arial;
	color:#0099cd;
	}

#main-content h3 {
	margin-bottom:10px;
	font:bold 14px arial;
	}

#main-content p {
	line-height:1.5;
	margin-bottom:10px;
	}

#main-content hr {
	border: none;
	height: 1px;
	background-color: #333;
	}

#main-content img {
	border: 1px solid #777;
	margin: 3px 5px 0 0;
 	padding: 2px;
	}



#main-content ul {
	padding: 5px 20px;
	}
#main-content ul li {
	background-image: url(/images/bullets.jpg);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left: 20px;
	padding-bottom: 5px;
	}

#main-content ul li ul li {
	background-image: url(/images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
	padding-bottom: 5px;
	}
#main-content ol {
	padding: 5px 20px;
	}
#main-content ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 0px;
	padding-bottom: 5px;
	}
#main-content blockquote {
	margin-bottom: 10px;
	padding:10px 10px 10px 10px;
	background-color: #D2E9EF;
	border-top:6px solid #0099cd;
	}
#main-content blockquote li {
	list-style-type: disc;
	background-image: none;
	padding-left: 0;
	}

.homepage_table {
	clear: both;
	width: 100%;
	border:1px solid #C2C9CF;
	border-top:6px solid #C2C9CF;
	background:#F2F2F2;
	padding:12px;
}
.homepage_table td {
	vertical-align: top;
	padding: 5px;
}

.homepage_table td form {
margin: 0;
padding: 0;
}

.homepage_table td form fieldset {
margin-bottom: 3px !important;
padding-bottom: 0 !important;
}

.homepage_table tr td h2 a img {
	border: none !important;
}
#main-content .homepage_table tr td ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#main-content .homepage_table tr td ul li {
background-image: none;
padding-left: 5px;
margin-top: 15px;
}
.index-block {

	}
	
	#main-content .index-block h2 {
		color:#5C6D74;
		margin-bottom:14px;
		}
		
	#main-content .index-block h2 a {
		padding-left:8px;
		}
	
	#main-content .index-block img {
		padding: 0;
		margin: 0;
		border:1px solid #C2C9CF;
		margin-bottom:10px;

		}
	
	#main-content .index-block h2 img {
		border:0;
		margin-bottom:0;
		}
	
	#main-content .block-left {
		width:224px;
		float:left;
		height:170px;
		margin-bottom:0;
		}
	
	#main-content .block-right {
		width:224px;
		float:right;
		height:170px;
		margin-bottom:0;
		}
	
	#main-content a.more-link {
		padding-left:12px;
		background:url(/images/more-bg.gif) left 50% no-repeat;
		color:#5E6C75;
		font-weight:bold;
		}
		
	#main-content a.more-link:hover {
		text-decoration:underline;
		}
		
		
		
	#main-content a.contact-link {
		padding-left:12px;
		background:url(/images/more-bg.gif) left 50% no-repeat;
		color:#B00203;
		text-decoration:underline;
		font-weight:bold;
		}
	
	#main-content a.contact-link:hover {
		text-decoration:none;
		}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

.footer-left {
	float:left;
	width:50%;
	}

.footer-right {
	float:right;
	width:50%;
	text-align:right;
	}

.footer-right a.alt-link {
	color:#B5DAE2;
	padding:10px 0 10px 20px;
	background:url(/images/alt-link-bg.gif) left 50% no-repeat;
	}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
.wlNote {
font-size: 10px;
font-weight: bold;
text-align: right;
}
	


