﻿* {
	/*overwrite all default browser settings*/
	margin: 0;
	padding: 0;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
}

body {
	padding: 0;
	margin:	0;
	margin-top: 35px;

	/*part 1 of centering hack*/
	text-align: center;	
}

 /* Global Link Settings
--------------------------------*/
a, a:visited {		
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #CC0000;
}

.active {
    color: #CC0000;
    font-weight: bold;
}

img {
	border: 0;
	display: block;
}

p {
    line-height: 14px;
    margin-bottom: 10px;
}

h1 {
    color: #CC0000;
    font-weight: bold;
    margin: 0 0 12px 0;
}

h2 {
    color:Black;
    font-weight: bold;
    margin: 0 0 12px 0;
}

h3 {
    color: #CC0000;
    font-weight: bold;
    margin: 0 0 4px 0;
}

.highlight {
   color: Gray;
   font-weight: bold; 
}

 /* Global Layout Settings
--------------------------------*/

#container {
	width: 783px;
	padding: 0;
	position: relative;
	text-align: left; /*part 2 of centering hack*/
	margin: 0 auto; /*part 2 of centering hack*/
}

#pageheader_top {
    height: 27px;
    background: url(../images/siteframe_top.gif) center no-repeat;
}

#pageheader_content {
    height: 52px;
    padding: 8px 50px 8px 60px;
    background: url(../images/siteframe_black_bg.gif) center repeat-y;
}

#submenu {
    height: 25px;
    background: url(../images/siteframe_gray_bg.gif) center repeat-y;
    padding: 0 49px 0 59px;
}

#maincontent {
    height: 390px;
    padding: 40px 55px 40px 65px;
    background: url(../images/siteframe_white_bg.gif) center repeat-y;
}

#pagefooter {
    height: 32px;
    background: url(../images/siteframe_bottom.gif) center repeat-y;
}

#footercontent {
    margin-top: 15px;
    text-align: center;
}

#imgLogo {
    float:left;
	margin-top:3px;
}

#menubar {
    height: 7px;
    width: 380px;
    float: right;
    margin: 15px 0 0 0;
}

#menubar input, #menubar img {
    display: inline;
    float: left;
}

#menubar img {
	margin:0px 2px;
	}

#brandScroller 
{
    float:left;
    margin-left: 5px;
}

#brandScroller input,
#brandScroller img
{
    float:left;
    margin-top: 9px;
}

.scrollerimg 
{
    margin-left: 11px;
}

#leftcolumn {
    width: 250px;
    float:left;
}

#rightcolumn {
    width: 391px;
    height: 391px;
    float: right;
    background: url(../images/window_bg.gif) center no-repeat;
}


/* CONTENT PAGES
---------------------------------------------*/

#left_content {
    margin-top: 30px;
}

#left_content_lower {
    margin-top: 60px;
}

#nonScrollTextFrame {
    margin: 40px;
    text-align: left;
    height: 315px;
}

/* SCROLLER SYSTEM
---------------------------------------------*/
#textFrame {
	position:relative;
	left: 35px;
	top: 30px;
	height:325px;
	overflow:hidden;
}

#textFrame_content {
	position:relative;
}

#scrollContainer {
	position: absolute;
	top: 180px;
	right: 35px;
	height: 342px;
	width: 20px;
	padding: 5px 0 5px 0;
	overflow:hidden;
}

#scrollBar {
	position: relative;
	left: 8px;
	width: 1px;
	height: 342px;
	xxxxbackground:#FF9900;
}

#scroller {
	position:absolute;
	height: 19px;
	width: 18px;
	margin: 0 0 0 -1px;
	xxxxbackground-image: url(../images/scroller_knob.gif);
	xxxxbackground-repeat:no-repeat;
}

#scrollUpArrow {
	position: absolute;
	top: 510px;
	right: 42px;
	height: 9px;
	width: 10px;
	background-image: url(../images/uparrow_black.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index: 100;
}

#scrollUpArrow:hover {
	background-image: url(../images/uparrow_red.gif);
}

#scrollDownArrow {
	position: absolute;
	top: 525px;
	right: 42px;
	height: 9px;
	width: 10px;
	background-image: url(../images/downarrow_black.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#scrollDownArrow:hover {
	background-image: url(../images/downarrow_red.gif);
}

/* PORTFOLIO PAGES 
---------------------------------------------*/

#portfolio_menu {
    float:right;
}

#header_logo {
    position: absolute;
    bottom: 335px;
    left: 51px;
	margin-left:10px;
}

#portfolio_overview {
    position: absolute;
    top: 337px;
    width: 250px;
}

#mini_nav
{
    position: absolute;
    top: 450px;
}

#mini_nav ul
{
    font-weight: bold;
    list-style-type: none;
}


/* CUSTOM CLASSES 
---------------------------------------------*/


/* These clasees set the alignment of items
within the art box on the portfolio pages */

.bowmanClothing
{
    margin: 34px 0 0 0;
}



#MapDirections {
	margin:27px 0px 0px 28px;
	}