/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

img, div, a, input, p, h1 { behavior: url(http://www.peacock.ie/iepngfix.htc) }

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	line-height: 1.5em;
	background: #97B0B2;
}

h1, h2, h3, p, ul{
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:  italic;
	line-height: 1.5em;
}

.3_col{
	width: 365px;
}

#menu p, #menu ul{
	color:  white;
}

#logo{
	margin: 0 0 0 15px;
	width:  177px; height: 85px;
	postion: absolute;
	top:  0; left: 15px;
}

#logo h1{
	margin:  0; padding:  0;
}

#logo h1 a:link, #logo h1 a:active, #logo h1 a:visited, #logo h1 a:hover{
	display: block;
	width: 134px;
	height: 110px;
	background: url(peacock.png) 0 50% no-repeat;
	text-indent:-9999px;
}

.icon{
	width: 41px; height:  80px;
	position: absolute;
	right:  30px; top: 0;
	background: url(icon.png) 0 0 no-repeat;

}

body.section-1 {}
body.section-2 {}
body.section-3 {}

a:link, a:active, a:visited{ text-decoration: none; color: #FFFFFF; background: url(link_ul.gif) bottom left repeat-x;}
a:hover { background: transparent; color:  #F4F4F4;}

a img { border: none; }

.whitetext{
	color: white;
}

#menu {
    width: 177px;
    top: 110px; left: 15px;
    position: absolute;
}

#menu ul {
	list-style: none;
	margin: 0 0 1.5em 0;
}

#menu ul li.section-title { }

#content {
    position: absolute;
    top: 110px; left: 205px;
}

#content ul{
	margin-left:  1.5em;
}

.container {
    padding: 0;
}

#content p { width: 555px; margin-bottom: 1.5em; color: #333333;}

#content img { margin-bottom: 1.5em; border:  2px solid #cddee0;}

.hr{
	background: url(hr_ul.gif) repeat-x 0 50%;
	width:  3em; line-height:  1.5em;
	margin: 0 0 1.5em 0; padding: 0;
}

p {
    margin: 0 1.5em 1.5em 0;
}

/* My Comment 
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
*/
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 555px; margin: 0; padding: 0 0 1.5em 0; }

#once { clear: left; }
