/*////////////////////////////////////////////////////
//
//                GLOBAL STYLES
//
// SITE: VAH
// AUTHOR: MARC JONES, ICEBOMB
// VERSION: 1.0
// CREATED: 23 APR 09
// LAST UPDATED: 13 MAR 11
//
////////////////////////////////////////////////////*/

html, body {
	margin: 0px auto;
	height:100%; /* needed for container min-height */
}
body {
	text-align: center;
	font-size: 65%;
}
h1, h2, h3, h4, h5, h6, p, li, label, a, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
}

/* LAYOUT :: MAIN ELEMENTS */
#shell {
	width: 940px;
	text-align: center;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(img/shell_bg.jpg);
	background-repeat: repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
#topBar {
	margin: 0px;
	margin-right: 20px;
	margin-left: 20px;
	width: 900px;
	height: 50px;
	background-image: url(img/searchbox_bg.jpg);
	background-repeat: no-repeat;
}
#mastHead {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 900px;
	height: 170px;
	background-image: url(img/masthead_bg.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 900px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	overflow: hidden;
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
}
#wrapper,
#wrapper2 {
	width: 900px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
#wrapper {
	background-image: url(img/wrapper_bg.jpg);
}
/* LAYOUT :: OTHER ELEMENTS */
#mainContent {
	width: 650px;
	margin: 0px;
	float: left;
	overflow: hidden;
	text-align: left;
	background-image: url(img/maincontent_bg.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sideBar {
	width: 250px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	background-image: url(img/sidebar_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#introBox {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 900px;
	height: 248px;
	background-image: url(img/introbox_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
/* MENU :: TOP (HORZ) MENU - USING BG IMAGES */
#topMenu {
	width: 900px;
	overflow: hidden;
	height: 30px;
	background-image: url(img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#topMenu li {
	float: left;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-left: 1px;
}
#topMenu li a {
	display: block;
	height: 30px;
	background-position: 0px 0px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #213385;
}
#topMenu li a:hover {
	background-position: 0px -30px;
}
#topMenu li a.active {
	background-position: 0px -60px;
	color: #FFFFFF;
}
#topMenu li #home {
	background-image: url(img/tm-home_a.jpg);
	width: 57px;
}
#topMenu li #events {
	background-image: url(img/tm-community_a.jpg);
	width: 128px;
}
#topMenu li #news {
	background-image: url(img/tm-news_a.jpg);
	width: 54px;
}
#topMenu li #meetings {
	background-image: url(img/tm-meetings_a.jpg);
	width: 72px;
}
#topMenu li #forum {
	background-image: url(img/tm-forum_a.jpg);
	width: 59px;
}
#topMenu li #blog {
	background-image: url(img/tm-news_a.jpg);
	width: 54px;
}
#topMenu li #resources {
	background-image: url(img/tm-resources_a.jpg);
	width: 82px;
}
#topMenu li #community {
	background-image: url(img/tm-community_a.jpg);
	width: 128px;
}
#topMenu li #links {
	background-image: url(img/tm-links_a.jpg);
	width: 52px;
}
#topMenu li #about {
	background-image: url(img/tm-about_a.jpg);
	width: 71px;
}
#topMenu li #contact {
	background-image: url(img/tm-contact_a.jpg);
	width: 84px;
}
#topMenu li #services {
	background-image: url(img/tm-resources_a.jpg);
	width: 82px;
}
/* CONTENT :: ELEMENTS */
#mastHead .logo {
	width: 900px;
	height: 170px;
	background-image: url(img/vah_logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
}
/* -- */
#topBar #fontCol {
	width: 690px;
	height: 40px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#topBar #fontCol .fontButton1,
#topBar #fontCol .fontButton2 {
	width: 30px;
	height: 30px;
	border: none;
	background-color: #8d9dd0;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 2px;
	float: left;
}
#topBar #fontCol .fontButton1 {
	font-size: 0.9em;
}
#topBar #fontCol .fontButton2 {
	font-size: 1.1em;
}
#topBar #fontCol .fontSize {
	background-image: url(img/icon_fontsize.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 30px;
	text-indent: -5000px;
	text-align: left;
	background-position: 5px 0px;
	width: 40px;
	background-color: #d5dced;
}
#topBar #fontCol .fontSize:hover {
	background-position: 5px -30px;
	text-decoration: none;
}

/* -- */
#topBar #searchCol {
	width: 210px;
	height: 40px;
	float: left;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#topBar #searchCol .searchField {
	width: 165px;
	border: 1px solid #8d9dd0;
	color: #333333;
	margin: 0px;
	padding: 0px;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	float: left;
}
#topBar #searchCol .searchButton {
	width: 30px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #8d9dd0;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* -- */
#footer #quickLinks {
	width: 250px;
	overflow: hidden;
	float: left;
	color: #616783;
	text-align: left;
}
#footer #quickLinks h2 {
	color: #616783 !important;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 15px;
}
#footer #quickLinks ul {
	margin: 0px;	
}
#footer #quickLinks li {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 17px;
}
#footer #quickLinks a {
	color: #616783;
	text-decoration: none;
}
#footer #quickLinks a:hover {
	color: #3b3e4f;
}
#footer #legalCol {
	width: 650px;
	overflow: hidden;
	float: left;
}
#footer #legalCol p {
	margin: 15px;
	color: #616783;
	text-align: right;
}
#footer #legalCol p.small {
	margin: 15px;
	color: #616783;
	text-align: right;
}
#footer #legalCol a {
	color: #616783;
}
#footer #legalCol a:hover {
	color: #3b3e4f;
}
#legalCol img {
	margin: 0 0 0 20px;
}
#legalCol img.first {
	margin: 0 0 0 5px;
}


/* FONT SIZES - TO HELP DOZY BROWSERS! */
h1,
#ctaRow h2,
#footer #quickLinks h2 {
	font-size: 2em;
}
p {
	line-height: 1.4em;
}

#introBox h2,
#mainContent h2,
#sideBar h2 {
	font-size: 1.8em;
}

#ctaRow h3,
#mainContent h3,
.blockLink {
	font-size: 1.6em;
}

#mainContent h4 {
	font-size: 1.4em;
}

#ctaRow h4,
#ctaRow p,
#ctaRow a.baseLink,
#topMenu li,
#topBar #searchCol .searchField,
#footer #quickLinks li,
#mainContent p,
#mainContent .moreLink,
#mainContent ul li,
#sideBar p,
#sideBar label,
#sideBar .textInput,
#sideBar .selectMenu,
#sideBar .buttonInput,
.generalForm label {
	font-size: 1.2em;
}

#breadcrumb li,
#footer #legalCol p {
	font-size: 1.1em !important;
}

#mainContent ul li li,
.generalForm .textArea,
#mainContent .creditImg p {
	font-size: 1em;
}
#footer #legalCol p.small {
	font-size: 0.9em !important;
}
.blockLink .subText {
	font-size: 0.7em;
}

