@charset "utf-8";

/* CSS Reset */
* {
	margin:0; 
	padding:0;
}

body {
	background-color: #6A93BF;   /* blue color */
}

#container {
	position: relative;
	width: 1000px;
	height: 800px;
	margin: 0 auto 0 auto; /* centers the main container with a top margin of 20 */
	background: url(../images/reflections_bg.jpg) no-repeat 0 0;
}

/**************************************** HEADER *************************************/
#header {
	position:relative;
	width: 1000px;
	height: 250px;
	
}

#header h1 {
	width: 200px;
	height: 250px;
	background: url(../images/web_logo.png) no-repeat 0 0;
	text-indent: -9999px;
	float: right;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header_slideshow {
	position: absolute;
	width: 800px;
	height: 250px;
	float: right;
}

#header_slideshow img {
	border: none;
}

/********************************  NEWS CONTAINER ************************************/
#news_container {
	position: relative;
	width: 200px;
	height: 550px;
	float: left;
	background: url(../images/news_bar.jpg) no-repeat 0 0;
}

#news_container p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#news_container hr {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

/********************************  MAIN CONTENT ************************************/
#main_container {
	position: relative;
	float: left;
	width: 600px;
	height: 550px;
}

#main_left {
	position: relative;
	float: left;
	width: 400px;
	height: 550px;
}

#main_left img {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
}

#main_left p {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #7498c1;
}

#main_right {
	position: relative;
	float: right;
	width: 200px;
	height: 550px;
}

#main_right img {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#main_right h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	color: #7498c1;
}

/********************************  SERVICES ************************************/
#services_container {
	position: relative;
	float: left;
	width: 580px;
	height: 550px;
	margin-left: 10px;
}

#services_container h1 {
	width: 360px;
	height: 100px;
	background: url(../images/services_header.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#services_container p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7499c1;
}

#services_menu_download {
	position: absolute;
	top: 500px;
	left: 90px;
	float: left;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	/*background: #e0e0e0;*/
	background: #c6c9e7;
}
ul.tabs li a {
	text-decoration: none;
	color: #3076c4;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	/*background: #ccc;*/
	background: #c6c9e7;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.tab_content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7499c1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tab_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7499c1;
	padding-top: 10px;
	padding-bottom: 10px;
}





/********************************  ABOUT ************************************/

#about_container {
	position: relative;
	float: left;
	width: 580px;
	height: 550px;
	margin-left: 10px;
}

#about_container h1 {
	width: 360px;
	height: 100px;
	background: url(../images/about_header.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#about_container p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7499c1;
	padding-top: 9px;
	padding-bottom: 9px;
}

.image_opening {
	float: right; 
	margin: 0 0 1em 1em;
}


/********************************  SIDEBAR ************************************/
#sidebar_container {
	position: relative;
	width: 180px; /* this allows items to line up right with logo graphic */
	height: 550px;
	float: right;
}

ul.sidemenu {
	margin-top: 20px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
}

ul.sidemenu li {
	border-bottom: 1px solid #7498c1;
	padding-top: 7px;
	padding-bottom: 7px;
}

ul.sidemenu li a {
	display: block; /*this allows me to click anywhere inside the square to activate link, not just div */
	text-decoration: none;
	font-weight: bold;
}

ul.sidemenu li a:hover {
	display: block;
	background-color: #7498c1;
	color: #FFFFFF;
}

#sidebar_container p {
	margin-top: 35px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*****************************  FOOTER ***********************************************/

#footer {
	position: relative;
	margin: 10px auto 0 auto; /* centers the main container with a top margin of 20 */
	width: 1000px;
	height: 50px;
}

#text_footer {
	width: 1000px;
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

a:link {
	text-decoration:none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
}
