@charset "utf-8";
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Text Styles + Misc */

#nav {
	
	font-size:12px;
	color:#8ad0eb;
	text-align:left;
	position:relative;
	right:10%;
	float:right;
	bottom:-103px;
	font-weight:bold;

}
body {

	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;

}

h1 {

	text-indent:-9990px;
	background-image:url(images/ALPHAguernsey.png);
	background-repeat:no-repeat;
	width:405px;
	height:53px;
	top:75px;
	left:150px;
	position:relative;
}

h2 {
	
	font-size:14px;
	font-weight:bold;

}

#footerquote1 {
	
	position:absolute;
	left:50%;
	width:200px;

}

#footerquote2 {
	
	width:200px;
	right:8%;
	position:absolute;

}

a:link{
	text-decoration:underline;
	color:#8ad0eb
}

a:hover{
	text-decoration:none;
	color:#2d344d;
}
a:visited{
	text-decoration:underline;
	color:#6ea6bc;
}


#header p {
	position:absolute;
	left:10%;
	top:143px;
	font-size:14px;
	height:36px;
	text-align:center;
}

#header a:hover {
	
	text-decoration:none;
	color:#FFF;
	
}
/* Layout */

#header {

	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	background-color:#2d344d;
	text-align:center;
	width:100%;
	height:181px;
	color:#FFF;

}

#container {

	margin-left:10%;
	margin-right:10%;
	text-align:center;
}

#footer {

	background-color:#2d344d;
	color:#FFFFFF;
	padding: 15px 5px 5px 5px;
	text-align:left;
	height:100px;
	margin-top:30px;

}

#sidebar {
	
	float:right;
	width:27%;
	position:relative;
}



/* Classes */

.contact {
	
	position:relative;
	left:54px;
	
}


.sidebaritem {

	border:#d1d2d4 solid 1px;
	padding: 5px 5px 5px 5px;
	text-align:left;
	position:relative;
	margin-top:10px;
	hieght:100%;
}

.contentitem{
	
	border:#d1d2d4 solid 1px;
	padding: 5px 5px 5px 5px;
	text-align:left;
	position:relative;
	top:10px;
	width:70%;
	margin-top:10px;
}

.contentimp{

	border:#d1d2d4 solid 2px;
	padding: 5px 5px 5px 5px;
	text-align:left;
	position:relative;
	top:10px;
	width:70%;
	margin-top:10px;
}

.phil {
	
	float:left;
	position:absolute;
	margin-left:10%;
	width:300px;
}

.hometab {
	
	background-image:url(images/tab.jpg);
	background-position:top left;
	position:absolute;
	height:36px;
	width:86px;
	left:10%;
	top:147px;
}

.signuptab {
	
	background-image:url(images/tab.jpg);
	background-position:top right;
	position:absolute;
	height:36px;
	width:86px;
	left:18.5%;
	top:147px;
}