﻿/* CSS layout */
body
{
	margin: 0;
	padding: 0;
	width: 819px;
	margin: 0 auto 0 auto;
	background-color: #FFF0B3;
	background-image: url('images/greenbackground.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#484848;
}

.loginForm
{
	width:200px;
}

#logo
{
	background-image: url('images/iacaw-logo.jpg');
	background-repeat: no-repeat;
	height: 45px;
	width: 190px;
}

#head #title
{
	background-image: url('images/title.jpg');
	background-repeat: no-repeat;
	height: 24px;
	width: 779px;
}


#shadowWrapper, #shadowWrapperTop
{
	padding-left: 20px;
	padding-right: 20px;
}

#shadowWrapper
{
	background-image: url('images/contentshadow.jpg');
	background-repeat: repeat-y;
}

#shadowWrapperTop
{
	background-image: url('images/topshadow.jpg');
	background-repeat: no-repeat;
}

#shadowWrapperBottom
{
	
	background-repeat: no-repeat;
	height: 17px;
	width: 100%;
	clear:both;
}



#head
{
	height: 67px;
	background-image: url('images/iacaw-header.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
}

#masthead
{
	height: 164px;
	background-color: gray;
	background-image:url('images/logo.jpg');
}

#image1
{
	width: 380px;
	height: 164px;
	background-color: green;
	float: left;
	border-right: 2px solid white;
	background-image: url('images/image1.jpg');
	background-repeat: no-repeat;
}

#image2
{
	width: 397px;
	height: 164px;
	background-color: green;
	background-image: url('images/image2.jpg');
	background-repeat: no-repeat;
	float: right;
}

#top_nav
{
	height: 35px;
	background-color: #FFAC13;
	border-top: 2px solid white;
	padding-top: 5px;
}

#container
{
	min-width: 600px;
	background-color: #fff;
}

#left_col
{
	width: 200px;
	float: left;
	background-color: orange;
}

#right_col
{
	width: 200px;
	float: right;
}

#page_content
{
	margin-left: 200px;
	margin-right: 200px;
}

#footer
{
	clear: both;
	background-color:#999999;
	background-image: url('images/gray-footer-background.jpg');
	background-position:top;
	background-repeat:repeat-x;
	height: 167px;
}

.line
{
	height: 5px;
	background-image: url('images/horizontal-bar.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.info
{
	font-style: italic;
	font-size: 0.9em;
	color: #FFFFFF;
}

.sectionTitle
{
	font-size: 1.3em;
	font-weight: bold;
	color: Gray;
	width: 100%;
	border-bottom: 1px dashed gray;
	text-align: center;
	padding: 2px 0 2px 0;
	margin-bottom: 2px;
}

#top_nav
{
	background-image: url('images/navigationbackground.jpg');
	background-repeat: repeat-x;
}

#footer #address
{
	text-align:center;
	color:#000;
}
#address
{
	margin-top:10px;
}

#welcomeImage
{
	float:right;
	margin:5px;
	margin-right:10px;
}