/* reset */

@import url('reset.css');

/* general */

body{
	background: #5a030c url(img/bg.gif) repeat-x;
	font-family: Arial, helvetica, sans-serif;
	font-size: 62.5%;
}

p{
	line-height: 16px;
	margin-bottom: 16px;
}
a{
	color: #489bc2;
	font-weight: bold;
	text-decoration: none;

}

a:hover{
	text-decoration: underline;

}


h1, h2, h3, label{
	display: block;
	font-size: 1.4em;
	color: #c1272d;
	line-height: 16px;
	margin-bottom: 16px;
}
td {
	
	background: #d3676c;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 4px 4px;
    text-decoration: none;
}


td.alt {

	background: #efc9ca;
	color: #c1272d;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
}

td.top {
    background: #8bd3f5;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;

}

fieldset input{
	width: 350px;
	margin-bottom: 15px;
}

div#sidebar fieldset input{
	width: 220px;
	margin-bottom: 15px;
}

div#sidebar fieldset input.button,
fieldset input.button{
	display: block;
	width: 80px;
}

div#wrapper{
	background: url(img/bg-map.png) no-repeat;
	width: 900px;
	margin: 0 auto;
}

div.clear{
	clear: both;
}

/* header */

div#header{
	position: relative;
	width: 778px;
	margin: 0 auto;
	height: 411px;
	background: url(img/top-banner.png) no-repeat;
}


/* navigation */

div#navigation{
	position: absolute;
	overflow: hidden;
	top: 133px;
}

div#navigation li{
	display: block;
	float: left;
	background: url(img/menu.png);
	height: 30px;
}

div#navigation li a{
	display: block;
	text-indent: -9000px;
	width: 100%;
	height: 100%;
}

div#navigation li#home{
	width: 72.5px;
}

div#navigation li#about{
	width: 102px;
	background-position: -73px 0px;
}

div#navigation li#destinations{
	width: 125px;
	background-position: -175px 0px;
}

div#navigation li#projects{
	width: 107px;
	background-position: -300px 0px;
}

div#navigation li#contact{
	width: 115px;
	background-position: -407px 0px;
}

div#navigation li#dates{
	width: 158px;
	background-position: -522px 0px;
}

div#navigation li#join{
	width: 97px;
	background-position: -681px 0px;
}

/* over states */

div#navigation li#home:hover{
	background-position: 0px -30px;
}

div#navigation li#about:hover{
	background-position: -73px -30px;
}

div#navigation li#destinations:hover{
	background-position: -175px -30px;
}

div#navigation li#projects:hover{
	background-position: -300px -30px;
}

div#navigation li#contact:hover{
	background-position: -406px -30px;
}

div#navigation li#dates:hover{
	background-position: -522px -30px;
}

div#navigation li#join:hover{
	background-position: -681px -30px;
}


/* icons */

div#icons{
	position: absolute;
	overflow: hidden;
	top: 90px;
	right: 0px;
}

div#icons li{
	display: block;
	float: left;
	background-image: url(img/icons.png);
	height: 34px;
}

div#icons li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

div#icons li#arrows{
	width: 65px;
	background-position: 0px -34px;
}

div#icons li#globe{
	width: 38px;
	background-position: -65px 0px;
}

div#icons li#camera{
	width: 40px;
	background-position: -103px 0px;
}

div#icons li#cross{
	width: 40px;
	background-position: -143px 0px;
}

/* icons overs */

div#icons li#globe:hover{
	background-position: -65px -34px;
}

div#icons li#camera:hover{
	background-position: -103px -34px;
}

div#icons li#cross:hover{
	background-position: -143px -34px;
}


/* box */ 

div#top-box{
	width: 100%;
	height: 247px;
	background: url(img/box-bg.png) no-repeat;
	position: absolute;
	top:163px;
}

div#top-box #flash-banner{
	display: block;
	float: left;
	margin: 10px 10px;
}

div#top-box #box-menu{
	display: block;
	float: right;
	width: 248px;
	margin: 10px 0px;
}

div#top-box #box-menu li{
	display: block;
	margin-bottom: 0px;
}

div#top-box #box-menu li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

div#top-box #box-menu li#medical-link{
	width: 248px;
	height: 33px; 
	background:url(img/tab-medical.png) no-repeat;
}

div#top-box #box-menu li#nursing-link{
	width: 248px;
	height: 33px; 
	background:url(img/tab-nursing.png) no-repeat;
}

div#top-box #box-menu li#physiotherapy-link{
	width: 248px;
	height: 53px; 
	background:url(img/tab-physiotherapy.png) no-repeat;
}

div#top-box #box-menu li#dentistry-link{
	width: 248px;
	height: 33px; 
	background:url(img/tab-dentistry.png) no-repeat;
}

div#top-box #box-menu li#paramedic-link{
	width: 248px;
	height: 33px; 
	background:url(img/tab-paramedic.png) no-repeat;
}

div#top-box #box-menu li#radiography-link{
	width: 248px;
	height: 44px; 
	background:url(img/tab-radiography.png) no-repeat;
}

/* overs */

div#top-box #box-menu li#medical-link:hover{
	background:url(img/tab-medical-on.png) no-repeat;
}

div#top-box #box-menu li#nursing-link:hover{
	background:url(img/tab-nursing-on.png) no-repeat;
}

div#top-box #box-menu li#physiotherapy-link:hover{
	background:url(img/tab-physiotherapy-on.png) no-repeat;
}

div#top-box #box-menu li#dentistry-link:hover{
	background:url(img/tab-dentistry-on.png) no-repeat;
}

div#top-box #box-menu li#paramedic-link:hover{
	background:url(img/tab-paramedic-on.png) no-repeat;
}

div#top-box #box-menu li#radiography-link:hover{
	background:url(img/tab-radiography-on.png) no-repeat;
}

/* main */

div#main{
	display: block;
	overflow: hidden;
	width: 778px;
	margin: 20px auto;
	background: white;
}

div#main p{
	color: #666666;
	font-size: 1.2em;
}

/* left col */

div#main div#left-col{
	width: 496px;
	float: left;
	margin: 13px;
	/*background-color: aqua;*/
}

div#left-col div#posts{
	overflow: hidden;
	margin-bottom: 20px;
}

div#left-col div#posts div{
	display: block;
	float: left;
	width: 	237px;
	margin-right: 10px;
	margin-bottom: 20px;
}



div#left-col div#posts div.post-thumb{
	display: block;
	float: left;
	width: 	237px;
	height: 170px;
	margin-right: 10px;
}

div#left-col div#posts div.post-thumb img{
	margin-bottom: 5px;
}


div#left-col p span{
	font-weight: bold;
	color: #c1272d;
}

div#left-col ul.color-list li{
	color: #c1272d;
	font-size: 1.2em;
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}


/* sidebar */

div#main div#sidebar{
	width: 237px;
	float: right;
	margin-right: 13px;
	margin-top: 13px;
	/*background-color: red;*/
}

div#main div#sidebar img.side-banner{
	margin-bottom: 20px;
}

div.strips{
	margin-bottom: 20px;
}

div.strips li:first-child{
	background: url(img/first-stripe.gif)
}

div.strips li{
	background: #d3676c;
	padding: 5px;
	text-indent: 10px;
}

div.strips li.light-strip{
	background: #efc9ca;
}

div.strips li.light-strip a{
	color: #c1272d;
}



div.strips li a{
	text-decoration: none;
	font-size: 1.2em;
	color: #FFF;
	
}

/* footer */

div#footer{
	display: block;
	overflow: hidden;
	width: 778px;
	margin: 20px auto;
}

div#footer p{
	font-size: 1.1em;
	color: #d1d1d1;
}

div#footer a{
	color: #cc6b6f;
	text-decoration: none;
}
















