@charset "utf-8";

/* sidebar collumn */
#maincontent-main-sidebar {
	margin-top: 10px;
	width: 290px;
	margin-right: 20px;
	float: right;
	margin-left: 10px;
}

/* Class used to style image on the left side of mainContent */
.main-image-left {
	padding: 5px;
	border: 1px solid #bcbbba;
	background-color: #e6e7eb;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Class used to style image on the left side of mainContent */
.main-image-right {
	padding: 5px;
	border: 1px solid #bcbbba;
	background-color: #e6e7eb;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* sidebar element */
.sidebar {
	margin-bottom: 20px;
	height: auto;
	width: 290px;
}

/* Top rounded corners of sidebar element */
.sidebar-bg-top {
	width: 290px;
	height: 10px;
	background-image:url(bg-sidebar-top.jpg);
	background-repeat: no-repeat;
}

/* Bottom rounded corners of sidebar element */
.sidebar-bg-bottom {
	width: 290px;
	height: 10px;
	background-image: url(bg-sidebar-bottom.jpg);
	background-repeat: no-repeat;
}


/* Sidebar element main section */
.sidebar-main {
	width: 288px;
	background-color: #ebecef;
	border-right: 1px solid #c8c7c6;
	border-left: 1px solid #c8c7c6;
	height: auto;
	padding-bottom: 10px;
}

/* Styling used for image which is used as a header of sidebar elemtn */
.img-sidebar-header {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 8px;
}

/* Small image icons in quick contact sidebar */
.img-sidebar-contact {
	margin-left: 20px;
	float: left;
	margin-right: 20px;
}

/* Every single one line of contact info in quick contact sidebar */
.sidebar-contact-line {
	padding-bottom: 3px;
}

/*Contact info in quick contact sidebar */
.sidebar-contact-info {
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-top: 0px;
	line-height: 16px;
}

/* General sidebar text */
.sidebar-text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 18px;
	text-align: justify;
	margin-right: 20px;
}
/* CSS Document */

html, body, div, span, applet, object, iframe, hi, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}
#outerwrapper {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
	height: 148px;
	width: 100%;
}

a, a:link {
	color: #02436B;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #02436B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0172B8;
	text-decoration: underline;
}
a:focus {
	color: #0172B8;
}
a:active {
	color: #02436B;
}
#nav {
	height: 35px;
	background-image: url(blockdefault.gif);
}

#content {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contentwrapper {
	background-color: #FFFFFF;
	width: 880px;
}
#footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	background-color: #02436B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0077C2;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0077C2;
}
