/*************** RCS COLORS *************
Reds: DarkRed: #8B0000, firebrick: ##B22222, #9E261D
Blues: lightsteelblue: #B0C4DE, cornflowerblue: #6495ED, #2168A7
Grays: Gray: #808080, DarkGray: #A9A9A9, #333333 (darkgray is lighter than gray. go figure)

NOTE: Home page has its own CSS sheet that overwrites the 'sub page' styles in this page.
*/
/************** html and global styles ***********/
html, 
body { 
	min-height: 100%;
	border: 0px;
	margin: 0;
	padding: 0;
}

body {
	margin: auto;
	text-align: center;
	font-family: 'Century Gothic', Verdana, Sans-serif;
	font-size: .8em;
	background: #FFF url(/media/sub_bg_stripes.gif) no-repeat 50% 68px;
}

.clearBoth { clear:both;}

.testBox {
	border: 2px dotted red;
	width:100%:
	padding: 10px;
	font-size: small;
	background: #fff;
	clear: both;
	margin-left: 230px;
}
#page {
	width: 941px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: transparent url(/media/sub_bg.jpg) no-repeat left top;
	min-height: 100%;
	text-align: left;
	padding-right: 5px;
	position: relative;
}

h3, h4, h5, p {
	color: #333333;
}

h4.subtitle {
	font-weight: normal;
}

h4 img {
	margin-right: 10px;
	float: left;
}
p.wisequote {
	font-weight: bold;
}
p.wisequote:first-letter
{
	font-size: 200%; 
	float: left;
}
p.wisequote cite {
	display: block;
	text-align: center;
}

body.subpage h4, h5 {
	margin: .2em 0;
}

#content h4.wisequote,
h3.wisequote {
	text-transform: lowercase;
	margin-bottom: 10px;
}

h5 {
	text-transform: capitalize;
}

.warning,
a:link,
a:visited {
	color: #B22222;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:hover,
a:active{
	color: Red;
	font-weight:bold;
	text-decoration:underline;
}

a img { border: 0 }

.caption {
	font-size: 80%;
	font-family: Verdana, Tahoma, sans;
	margin: 0;
}

.caption a {
	font-weight: normal;
}
.small {
	font-size: xx-small;
}

hr {
	border: 0px;
	background: url(/media/hrule.gif) repeat-x left top;
	height: 5px;
}

hr.alt {
	border: 0px;
	background: url(/media/princ_divider.jpg) no-repeat 70%;
	height: 5px;
	clear: both;
}

ul {
	list-style-type: square;
	list-style-image: url(/media/bullet-redcard.gif);
}

label,input { display: block;}
label { font-weight: bold; font-size: 90%;}

address { font-style: normal; }

.margin {
	padding-left: 107px;
}

.name {
	color: #8B0000;
	font-size: 125%;
}

/************************************** BANNER **************/
#banner {
	height: 78px;
	overflow: hidden;
}
#banner h1,
#banner h2 {
	text-align: center;
	display: none;
}

#banner #flashbanner {
	text-align: right;
	position: relative;
	left: -20px;
	top: 1px;
}

body.home #banner #flashbanner {
	position: relative;
	left: 0px;
	top: 0px;
}

#banner #homeLink {
	display: block;
	width: 150px;
	height: 105px;
	position: absolute;
	top: 10px;
	left: 80px;
	z-index: 1000;
}

#banner #homeLink a {
	display: block;
	height: 100%;
	width: 100%;
}

#banner #homeLink a span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/************************************** TOP NAV **************/
#nav1 { 
	text-align: center; 
float: right;
}
#nav1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav1 li {
	float: left;
	margin: 0px 4px;
	background: #b22222 url(/media/tab_red_top.gif) no-repeat right top;
}

#nav1 li a {
	display: block;
	color: white;
	background: transparent url(/media/tab_red_right.gif) no-repeat right bottom;
	padding-right: 2px;
	position: relative;
	top: 3px;
}

#nav1 li a strong {
	display: block;
	font-weight: normal;
	background: transparent url(/media/tab_red_bottom.gif) no-repeat left bottom;
	/*total padding: add in from li and a above*/
	padding: 0px 7px 4px 9px;
}


#nav1 li.current {
	background: #6495ED url(/media/tab_blue_top.gif) no-repeat right top;
}


#nav1 li.current a {
	background: transparent url(/media/tab_blue_right.gif) no-repeat right bottom;
}

#nav1 li.current a strong {
	background: transparent url(/media/tab_blue_bottom.gif) no-repeat left bottom;
}

/************************************** Content **************/
#content {
	float: left;
	width: 100%;
	background: transparent url(/media/body_bg.jpg) no-repeat 160px 100%;
	padding-bottom: 50px;
	min-height: 450px;
}

#content h3 {
	margin: 0;
}
#content h3.pageTitle {
	margin: 1em auto 1em 220px;
}

#content h3.wisequote:first-letter {
	font-size: 200%;
}
#content h3.wisequote {
	margin-left: 300px;
	text-align: right;
	font-weight: normal;
}

#content h3.wisequote strong {
	text-transform: capitalize;
	font-weight: normal;
}
/************************************************************/
/*  NOTE: all width/layout of the content area sub sections */
/*  is handled within the xcolumn.css docs. Pages give them-*/
/*  selves that layout individually in the PHP. DO NOT add  */
/*  layout here!!!                                          */
/************************************************************/


/************************************** SUB1: generally left nav **************/
#sub1 ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sub1 ul li {
	padding: 1em 0;
}

#sub1 .current {
	background: url(/media/current_arrow.gif) no-repeat right center;
}

#sub1 li a {
	padding-left: 40px;
	display: block;
}

/************************************** SUB2 **************/

#sub2 h3 {
	margin-left: 0px;
}

/*to fix flash demo reel overflow wrapping in IE*/
body.Portfolio #sub2 {
	position: relative; 
}
#flashDemoReel {
	position: absolute;
	left: 0px;
	top: 0px;
}
/************************************** SUB3: generally left nav **************/
#sub3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub3 li {
	float: left;
}

#sub3 .current {
	background: url(/media/current_arrow.gif) no-repeat right center;
}

#sub3 dt {
	float: left;
	margin-right: 5px;
	line-height: 105%;
}

#sub3 dd {
	margin-left: 10px;
	margin-bottom: 15px;
}

#sub3 li.current a {
	color: #2168A7;
}

#sub3 li.current a img {
	border: 2px solid #2168A7;
}

#sub3 li a:hover {
	text-decoration: none;
}

/************************************** Footer **************/
#footer { 
	text-align: center; 
	clear: both;
	background: url(/media/faded_line.jpg) no-repeat center bottom;
	padding: 3px 0px;
	margin-left: 160px;
}

#footer p {
	margin: 3px;
}

#footer ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 10px;
}