/* EuroMcGuire CSS */

body {
	background:#EAEAEB none repeat scroll 0 0;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color:#609BB4;
	margin:0;
	padding:0;
	text-align:left;
	font-size:1.8em;
	line-height:1.3em;
	width:538px;
	margin:10px 0;
	border-bottom:1px solid #609BB4;
}
h2 {
	border-bottom:1px solid #609BB4;
	color:#609BB4;
	margin:0;
	padding:20px 0 0;
	font-size:1.1em
}
#content a:link {
	color:#000;
	text-decoration:underline;
}
#content a:visited {
	color:#9933CC;
	text-decoration:underline;
}
#content a:hover {
	color:#609BB4;
	text-decoration:underline;
}
#content a:active {
	color:#fff;
	text-decoration:underline;
}
#header {
	position:relative;
}
#headerLink {
	position:absolute;
	left:20px;
	bottom:5px;
	height:15px;
	width:60px;
	display:block;
}
#container {
	width:780px;
	padding:0;
	background-color:#fff;
	color:#000;
	margin:0 auto;
	border: 1px solid #000;
}
#content {
	width:565px;
	float:left;
	padding:10px;
	text-align:justify;
	line-height: 1.8em;
}
#sidebar {
	width:180px;
	float:left;
	padding:0 5px;
	color:#000;
	margin:20px auto;
}
#sidebar p {
	font-size:0.9em;
}

#sidebar .ig_reset {margin:0; padding:0;}

#sidebar a:link{color:#000; text-decoration:none;}
#sidebar a:visited{color:#000; text-decoration:none;}
#sidebar a:hover{color:#fff; background-color:#609BB4; text-decoration:none;}
#sidebar a:active{color:#fff; background-color:#609BB4; text-decoration:underline;}

#logo {
	padding:0px 70px;
}
#nav {
	width:780px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	list-style: none;
	width: 193px;
	text-align: center;
	margin: 0 1px 0;
	display:inline;
	padding: 0;
	line-height: 20px
}
#nav ul li a {
	display: block;
	background:#5381c5;
	color: #FFFFFF;
	text-decoration:none;
}
#nav ul li a:hover {
	background:#93b4e7;
}
.pics {
	height:  170px;
	width:   540px;
	padding: 0;
	margin:  0;
	overflow:hidden;
}
.pics img {
	padding: 0px;
	border:  1px solid #ccc;
	width:  538px;
	height: 164px;
	top:  0;
	left: 0
}
#footer {
	width:780px;
	color:#000;
	font-size:0.8em;
	margin:10px auto 10px;
	text-align:right;
}
/* Snippets */

#skipLink {
	display: block;
	padding: 10px 20px;
	position: absolute;
	top:0;
	left: -999px;
}
#skipLink:focus {
	left: 0;
}
input {
	vertical-align:middle;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.img {
	width:230px;
	padding:5px;
	background-color:#fff;
	float:right;
	margin:10px 0 0px 10px;
	border: 1px solid #609BB4;
}

.flag {padding:0 40px 10px; border:none;}

.hidden {display:none;}
