@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
} 

p {
	margin: 0 0 10px 0;
	text-align: justify;
}

#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(images/header.jpg);
	height: 116px;
} 
h1 {
	font-size: 24px;
	font-family: 'Trajan Pro';
	padding-bottom: 10px;
	padding-top: 10px;
}
#top_nav {
	float: right;
	width: 249px;
}
#menu {
	background-image: url(images/nav_back.jpg);
	float: right;
	height: 43px;
	width: 702px;
	margin-top: 25px;
}

li {
	list-style-type: disc;
	list-style-position: inside;
}

/* Sidebar Styling */
.underlinemenu{
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #000000; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: black;
	color: #CA2027;
}
#mainContent  {
	width: 580px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent_page  {
	width: 680px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	margin-left: 0px;
} 
#gallery {
	width: 700px;
	float: right;
}

#masthead {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ca2027;
	height: 283px;
}
#masthead_gallery {
	height: 1px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-image: url(images/sidebar_back.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
}
#sidebar1 li {
	list-style-type: none;
}

#sidebar2  {
	width: 216px;
	background-image: url(images/sidebar_back.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar2    ul li {
	list-style-type: none;
}
#sidebar2     ul     li a  {
	color: #A70303; /*custom bullet list image*/
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	width: 216px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}
#sidebar2 p {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#sidebar2     ul     li a:visited  {
	color: #A70303;
	list-style-type: none;
}
#sidebar2     ul     li a:hover  { /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
	list-style-type: none;
	width: 216px;
}

#bodyfix  {
	padding: 0 10px 0 20px;
} 
#footer {
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
}
#footer_content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#copyright {
	width: 400px;
	float: right;
}

#footer_logos {
	width: 273px;
}



#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

