/* 

STYLE SHEET FOR TRAVEL MEDICAL CLINIC WEB SITE
Created by Troy Ricci
www.travelmedicalclinic.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #CCCCCC;
	background-image: url(../imgs/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}
#centre {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

		
#masthead {
	height: 235px;
	background-image: url(../imgs/passport.jpg);
	background-repeat: no-repeat;
		}
		
#logo {
		}
		
#navContainer {
	height: 35px;
	background-image: url(../imgs/nav_bg.jpg);
	background-repeat: repeat-x;
	line-height: 35px;
		}

#content {
	margin-top: 30px;
		}
#sub_col h1 {
	color: #0000FF;
}

#sub_col {
	width: 220px;
	float: left;
	padding-left: 25px;
	font-size: 12px;
}
#sub_col p {
	background-image: url(../imgs/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

#sub_col ul {margin:0 0 15px 0;}

#sub_col li {
	background-image: url(../imgs/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	font-weight: bold;
}

#sub_col li a {
	color: #FF0000;
}
#main_col {
	margin-left: 25px;
	width: 500px;
	float: left;
}
#main_col p {
	text-align: justify;
	margin-bottom: 15px;
}
.disclaimer {
	font-style: italic;
	color: #F43103;
	font-size: 11px;
}

#main_col ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#main_col li {
	background-image: url(../imgs/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
#main_col ul.checklist li {
	background-image: url(../imgs/hole.gif);
	margin-left: -15px;
	font-size: 14px;
}
#main_col .column {
	width: 200px;
	float: left;
	padding-right: 48px;
}

#main_col li a {
	color: #FF0000;
}

#check {
	width: 475px;
	margin-bottom: 35px;
	border: 1px solid #CCCCCC;
	padding: 15px;
	font-size: 14px;
}
#check td {
	width: 245px;
	margin-bottom: 15px;
}

#footer {
	width: 800px;
	margin-bottom: 75px;
		}


.separator {
		clear: both;
		height: 0;
		}
#footer a.footerlogo {
	float: right;
	margin-right: 315px;
	margin-top: 25px;
}


/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navigation {
		}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../imgs/pipe.gif);
	background-repeat: no-repeat;
	background-position: right;
		}
#navigation a:hover {
	background-image: url(../imgs/hover.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#navigation ul {
	margin-left: 7px;
		}

*:first-child+ html #navigation li {
	float:left;
		}

* html #navigation li {
	float:left;
		}

/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 18px;
	color: #006600;
	margin-bottom: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
		}


h2 {
	color: #F13102;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
		}

h3 {
	font-size: 18px;
	color: #F43103;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
		}

#sub_col h3 {margin-top:0;}
		
h4 {
	font-size: 8px;
	color: ;
	text-align: center;
	font-style: ;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
		}

p {

		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
#map {
	height: 300px;
	width: 500px;
	margin-top: 15px;
	border: 1px solid #FF0000;
}
#footer .link {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	display: block;
	width: 180px;
	margin-left: 340px;
	font-size: 16px;
}
#footer p {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-left: 30px;
	font-size: 16px;
}
