/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Colin Gourlay
      Author: Colin Gourlay
======================================*/

/**************************************/
/*              GLOBALS               */
/**************************************/
html {
	background-color: #eee;
	/*background-image: url("../img/white_bg.gif");*/
	color: #222; 
}

body {
	margin: 0;
}

p {
	text-align: justify;
}

.dark-box {
	background-color: #003366;
	color: #fff;
}

.dark-box a {
	color: #fff;
}

.light-box {
	background-color: #fff;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
}

.sidebar {
	background-color: #fff;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
	height: 100%;
	min-height: 100%;
}

.content {
	margin-left: 10px;
	margin-right: 10px;
}

/**************************************/
/*                 TOP                */
/**************************************/
#top {

}

#header {
	background-color: #eee;
}

#nav {
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fff;
}

#nav a {
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

#nav span {
	margin-right: 14px;
	font-size: 16px;
	font-weight: bold;
}

#nav a:link { text-decoration: none; color: #222; }
#nav a:visited { text-decoration: none; color: #222; }
#nav a:hover { text-decoration: none; color: #003366; }
#nav a:active, .container a:focus { text-decoration: none; color: #444; }

/**************************************/
/*               MIDDLE               */
/**************************************/
#middle {

}

#middle a:link { text-decoration: none; color: #003366; }
#middle a:visited { text-decoration: none; color: #003366; }
#middle a:hover { text-decoration: none; color: #7F9EAC; }
#middle a:active, .container a:focus { text-decoration: none; color: #7F9EAC; }


#middle .dark-box  a:link { text-decoration: none; color: #fff; }
#middle .dark-box  a:visited { text-decoration: none; color: #fff; }
#middle .dark-box a:hover { text-decoration: none; color: #eee; }
#middle .dark-box  a:active, .container a:focus { text-decoration: none; color: #eee; }

.contact {
	padding-top: 6px;
	padding-bottom: 6px;
}

/**************************************/
/*               BOTTOM               */
/**************************************/
#bottom {

}

#footer {

}

#footer .dark-box {
	padding-top: 6px;
	padding-bottom: 6px;
}

#footer .navlink {
	margin-right: 20px;
}

#footer .imglink {
	margin-right: 10px;
}

#footer img {
	margin-top: 3px;
	margin-bottom: -3px;
}

#footer a:link { text-decoration: none; color: #fff; }
#footer  a:visited { text-decoration: none; color: #fff; }
#footer a:hover { text-decoration: none; color: #eee; }
#footer a:active, .container a:focus { text-decoration: none; color: #eee; }

#footer .copyright {
	text-align: right;
}

/**************************************/
/*                 MISC               */
/**************************************/

.sidebar a {
	text-align: center;
}

.sidebar-header {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgb(96, 90, 79);
	background-color: #fff;
	color: #222; 
	background-image: url("../img/box_bg.jpg");
	background-repeat: repeat-x;
	font-size: 1.2em;
}

.sidebar-link {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgb(96, 90, 79);
	background-color: #222;
}

.current-link {
	background-color: #7F9EAC;
}

.sidebar-link a {
	font-weight: bold;
	width: 100%;
	color: #f5f5f5 !important;
}

.small {
	font-size: 80%;
}

.contact  a:link { text-decoration: none; color: #fff; }
.contact  a:visited { text-decoration: none; color: #fff; }
.contact a:hover { text-decoration: none; color: #eee; }
.contact  a:active, .container a:focus { text-decoration: none; color: #eee; }

img.icon {
	margin-top: 3px;
	margin-bottom: -3px;
}