/* LAYOUT STYLES ++++++++++++++++++++++++++++++++++++++++++++++++++ */

body { 
	position: absolute;
	margin: 0px; 
	top: 0px; 
	left: 0px;
	padding: 0px;
	background: url('../images/bground.gif') repeat-y top left;
	background-color: #f4f0e5;
	}

#logo { 
	position: absolute;
	width: 203px; 
	height: 93px; 
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background: url('../images/logo.jpg') repeat-y top left;
	}
	
#navigation { 
	position: absolute;
	width: 203px; 
	height: 220px; 
	top: 93px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #48677f;
	}
	
#nav a {
	position: relative;
	background-color: #d40007;
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF; 
	border-bottom-style: solid; 
	top: 0px;
	left: 0px;
	width: 193px; 
	height: 25px; 
	font-family: 'Verdana'; 
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold; 
	line-height: 25px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	}	
		
	#nav a:hover 
	{background-color: #821014;
	text-decoration: none;}	
	
#navOn {
	position: relative;
	background-color: #821014;
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF; 
	border-bottom-style: solid; 
	top: 0px;
	left: 0px;
	width: 193px; 
	height: 25px; 
	font-family: 'Verdana'; 
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold; 
	line-height: 25px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	}
	
#bullets { 
	position: absolute;
	width: 175px;  
	top: 315px;
	left: 13px;
	padding: 0px;
	margin: 0px;
	background-color: #b6c2cc;
	}

	#bullets li { 
	font-family: 'Verdana'; 
	font-size: 9px;
	color: #821014;
	font-weight: normal; 
	line-height: 13px;
	padding: 0px;
	margin-left: -12px;
	margin-bottom: 8px;
	margin-right: 10px;
	text-decoration: none;
	}
	
#header-image { 
	position: absolute;
	width: 765px; 
	height: 208px; 
	top: 93px;
	left: 203px;
	padding: 0px;
	margin: 0px;
	background-color: #f4f0e5;
	}
	
#header-text { 
	position: absolute; 
	top: 103px;
	left: 620px;
	width: 335px;
	padding: 0px;
	margin: 0px;
	}
	
#header-image-index { 
	position: absolute;
	width: 765px; 
	height: 400px; 
	top: 93px;
	left: 203px;
	padding: 0px;
	margin: 0px;
	background-color: #f4f0e5;
	}
	
#header-text-index { 
	position: absolute; 
	top: 103px;
	left: 675px;
	width: 335px;
	padding: 0px;
	margin: 0px;
	}
	
#about-us { 
	position: absolute;
	width: 425px;  
	top: 355px;
	left: 223px;
	padding: 0px;
	margin: 0px;
	}
	
#content { 
	position: absolute;
	width: 675px;  
	top: 315px;
	left: 223px;
	padding: 0px;
	margin: 0px;
	}
	
#footer { 
	position: relative;
	width: 745px;
	height: 40px;
	top: 0px;
	left: 0px;
	padding-left: 20px;
	margin-left: -20px;
	background-color: #f4f0e5;
	font-family: "Verdana";
	font-size: 10px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #48677f;
	}	

/* FONT STYLES ++++++++++++++++++++++++++++++++++++++++++++++++++ */

p {
	font-family: "Verdana";
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	}

.bold {
	font-family: "Verdana";
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: italic;
	color: #333333;
	text-decoration: none;	
	margin-top: 40px;
	}
	
.med-blue {
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	text-transform: normal;
	color: #48677f;
	text-decoration: none;
	}

.red {
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #821014;
	text-decoration: none;
	}

.big-blue {
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #48677f;
	text-decoration: none;
	}

.blue {
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: regular;
	font-variant: normal;
	text-transform: none;
	color: #48677f;
	text-decoration: none;
	margin-bottom: 5px;
	}