@charset "utf-8";

/*//////////////////////////
// OROMOCTO VET HOSPITAL CSS
// DESIGNED BY: JMEDIA.CA
///////////////////////////*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272627;
}
body {
	background-color: #6ecac9;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #62b1ac;
}
h1 {
	font-size: 24px;
	color: #62b1ac;
}
h2 {
	font-size: 18px;
	color: #272627;
}
h3 {
	font-size: 12px;
	color: #272627;
}

img {border: 0;}

address {font-style: normal;}

img.photo {border: 1px solid #224545;}

table td {}

a:link {
	color: #0033CC;
}

a:hover {
	color: #0066CC;
}

a:visited {
	color: #6633FF;
}

a:active  {
	color: #0066CC;
}

/*//// IDs /////////////////////////////*/

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 780px;
}

#header {
	height: 258px;
	background: #5abfbc url(../images/header.jpg) no-repeat 0 0;
}

#navigation {
	height: 38px;
	background: #D4F1EF url(../images/nav_full_bg.gif) no-repeat 0 0;
	text-align: center;
	padding-left: 15px;
}

#navigation ul {
	margin: 0;
	padding: 0;

}

#navigation ul li {
	float: left;
	list-style: none;
	margin: 0 8px;
}

#navigation ul li a {
	display: block;
}

#navigation ul li a:hover, #navigation ul li.active a {
	border-bottom: 4px solid #0F0E0C;
}

#cols {
	clear: left;
	background-image: url(../images/cols_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#sidebar {
	float: left;
	position: relative;
	width: 207px;
	background-color: #fcfefe;
	
}

#logo {
	position: relative;
	top: 0;
	height: 304px;
}

#news {
	position: relative;
	top: 0;
	background:url(../images/news_bg.jpg) no-repeat 0 0;
	height: 289px;
}

#news h1.news {
	text-align: center;
	font-size: 16px;
	color: #62b1ac;
	padding: 2em 1em 0 1em;
	margin: 0;
}

#news div.news-item {
	padding: 0 1em;
	font-size: 11px;
}

#content {
	position: relative;
	margin-left: 207px;
	width: 523px;
	padding: 25px 25px 25px 25px;
	min-height: 743px;
	background: #8ad8d7 url(../images/content_bg.jpg) no-repeat 0 0;
	line-height: 1.5em;
	
}

#content ul { 
	margin-left: 0.75em;
	padding-left: 0.75em;
}

#footer {
	clear: left;
	margin-top: 1em;
	font-size: 10px;
	text-align: right;
	color: #2F2F2F;
}



