/* GlobalVac Styles */


/* -----------------------------------

Main Body Styles

----------------------------------- */


body {
	background-color:#FFFFFF;
	padding:0px;
	margin-top:20px;
	font-family:Tahoma;
	font-size:11px;
	color:#424242;
	}

.title_16 { 	
	font-size: 16px;
	font-weight:bold;
	font-family:Tahoma;
	margin:0;
	padding-bottom:10px;
	}
						
.title_14 {
	font-size: 14px;
	font-weight:bold;
	font-family:Tahoma;
	margin:0;
	padding-bottom:10px;
	}

.title_12 {
	font-size: 12px;
	font-weight:bold;
	font-family:Tahoma;
	margin:0;
	padding-bottom:10px;
	}

.blue  {
	color: #005B90;
	}

.grey  {
	color: #424242;
	}

hr {
	color: #CCCCCC;
	background-color:#CCCCCC;
	height: 1px;
	border:0px;
}

.spacer { 
	width: 10px;
	height:10px;
}

.hline {
	background-color:#CCCCCC;
	height:1px;
}

p {
	margin:0px;
	padding-bottom:10px;
}

ul {
	padding-top: 0;
	padding-bottom: 0;
}

/* -----------------------------------

Header Styles

----------------------------------- */

.header {	
	width:auto;
	height: 40px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #424242; 
}

.header #left {	
	width: 170px;
	height: 40px;
	float: left; 
}

.header #right { 
	width: auto;
	height: 40px;
	float: right;
	vertical-align:bottom;
}

/* -----------------------------------

Footer Styles

----------------------------------- */

.footer { 
	width: 800px;
	height:80px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #424242; 
	padding:10px;
	vertical-align:top;
	border-top:1px solid #CCCCCC;			
}

/* -----------------------------------

Navigation Styles

----------------------------------- */

.navigation {	
	width: 800px;
	height:30px;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
	border:1px solid #CCCCCC;
}


/* -----------------------------------

Home Page Content Styles

----------------------------------- */

.content_boxes {
	width: 800px;
	height:200px;
	padding:0px;
	margin:0px;
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
}

.boxes {
	width:25%;
	height:200px;
	padding:10px;
	vertical-align:top;
}

.grey_line {
	border-right:1px solid #CCCCCC;
}

.home {
	width: 800px;
	height:auto;
	padding:0px;
	margin:0px;
}


.home #left {
	width: 40%;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	border-right:1px solid #CCCCCC;
	vertical-align:top;
}

.home #right {
	width: 60%;
	height:auto;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}

/* -----------------------------------

Page Content Styles

----------------------------------- */

.content_box {
	width:180px;
	border:1px solid #cccccc;
	background-color: #eeeeee;
	padding:10px;
	vertical-align:top;
	text-align:right;
}

.content  {	
	vertical-align:top;
	width: auto;
	height:350px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.content_blts {
	list-style:disc;
	background-color:#eeeeee;
	margin-left:10px;
}

/* -----------------------------------

Link Styles

----------------------------------- */


a {
	font:11px Tahoma;
	color:#51A597;
	font-weight:normal;
	text-decoration:underline;
	}

a:hover {
	font:11px Tahoma;
	color:#51A597;
	font-weight:normal;
	text-decoration:none;
	}

.blue a {
	text-decoration:underline;
	color: #005B90;
	}
	
.blue a:hover {
	text-decoration:none;
	color: #005B90;
	}

.grey a {
	text-decoration:underline;
	color: #424242;
	}

.grey a:hover {
	text-decoration:none;
	color: #424242;
	}

.title_16 a { 	
	font-size: 16px;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:underline;
	}

.title_16 a:hover { 	
	font-size: 16px;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:none;
	}

.title_14 a { 	
	font-size: 14px;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:underline;
	}

.title_14 a:hover { 	
	font-size: 16px;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:none;
	}

.title_12 a { 	
	font-size: 12px;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:underline;
	}

.title_12 a:hover { 	
	font-size: 12px;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:none;
	}

.header	a { 
	font-family: Tahoma;
	font-size: 10px;
	color:#51A597;
	font-weight:normal;
	text-decoration:underline;
}

.header	a:hover	 {	
	font-family: Tahoma;
	font-size: 10px;
	color:#51A597;
	font-weight:normal;
	text-decoration:none;
}

.footer	a { 
	font-family: Tahoma;
	font-size: 10px;
	color:#005B90;
	font-weight:bold;
	text-decoration:underline;
}

.footer	a:hover	 {	
	font-family: Tahoma;
	font-size: 10px;
	color:#005B90;
	font-weight:bold;
	text-decoration:none;
}

