@charset "utf-8";
html {
			height: 100%;
		}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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: #CCCCCC;
	height: 100%;
}
.redbar {
	background-color: #990000;
	height: 4px;
	width:100%;
	padding:0;
	display:block;/*Needed for I.E. Also, I.E. 6 needs a comment tag inside the div to display properly.*/
	}
#header-container {
	width: 100%;
	margin:0;
	text-align: center;
}
#content-container-outer {
	width: 100%;
	margin:0;
	text-align: center;
	background:#000000;
	padding:10px 0 10px 0;
}
#content-container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	
}
 
#header {
	padding: 0 10px 0 20px;
	height:72px;
	text-align: left;
	background-image:url(images/redbar.gif);
	background-repeat:repeat-x;
	background-position:bottom;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	left:8px;
}

#footer {
	padding: 0 10px;
	text-align: right;
	background-image:url(images/redbar.gif);
	background-repeat:repeat-x;
	/*background-position:top;*/
} 
#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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	}

.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;
}
/****** Next is the Spry Album****** */
#centerimage {
	height: 300px;
	width: 300px;
	float:right;
	margin:10px 0 0 5px;
	display: inline;
} 



/****** BEGIN topmenu styles****** */
 #navlist
{
margin:0 0 0 60px;
padding: 0 0 17px 10px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 10px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	font-size: 10px;
}
.greytextmedium {
	color: #999;
}


#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
/*border-bottom: 1px solid #990000;*/
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navcontainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 520px;
	text-align: center;
}

#navlist a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #990000;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 316px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 4px 4px 4px;
	height: 370px;
}
#maincontent {
	margin: 0;
	padding: 0 20px 20px;

} 

/****** Next is the Spry Album****** */

img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}

#thumbContainer {
    width:316px;
    height: 200px;
	float: left;
	margin:10px 0 0 20px;
	display: inline;
    }
#description {
	float: left; /* since this element is floated, a width must be given */
	width: 316px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 15px 0; /* padding keeps the content of the div away from the edges */
	margin-left: 20px;
}


/*****padding for print portfolio page*********/
.padding-preview {
	padding: 58px 0 58px 0;
}
/******Form Button and Fields******/
.btn
{
	color: #ccc;
	background-color: #333;
	border: 1px solid #990000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
  
}
.btn:hover
{ border: 1px solid #ffcc00;

}
a.btn
{
	color: #ccc;
	background-color: #333;
	border: 1px solid #990000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-right:5px;
	padding:0px 3px 3px 3px;
	display: inline;
  
}
a.btn:hover
{ border: 1px solid #ffcc00;

}
td.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #999999;
}

input.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #999999;
}
textarea.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #999999;
}
select#subject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #999999;
}
select#time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #999999;
}		
option[selected] { 
	background-color: #660000;
	color:#ffffff; 
	}	
select#subject option[selected] {
    background-color: #660000;
    color: white;
}		
/*****Blank Button (Sprite-Rollover graphic)****/

a.blank_btn  {
	 background:#ffffff url(images/blank_btn.gif) no-repeat 0px  0px ; 
	 display:block; 
	 height:18px;
	 width:91px;
	 text-align:center;
	 border: solid 1px #336699; 
	 }

a.blank_btn:hover { 
	background: #ffffff url(images/blank_btn.gif) no-repeat 0px  -18px;
	border: solid 1px #ff0000;
	 }
	 
/*****Submit/Clear Buttons (Sprite-Rollover graphic)****/	 
a.submit_btn {
	 background:#cccccc url(images/submit_btn.gif) no-repeat 0px  0px ; 
	 display:block; 
	 height:16px;
	 width:61px;
	 text-align:center; 
	 }

a.submit_btn:hover { 
	background: #cccccc url(images/submit_btn.gif) no-repeat 0px  -16px;
	
	 }

a.clear_btn  {
	 background:#cccccc url(images/clear_btn.gif) no-repeat 0px  0px ; 
	 display:block; 
	 height:16px;
	 width:48px;
	 text-align:center;
	 
	 }

a.clear_btn:hover { 
	background: #cccccc url(images/clear_btn.gif) no-repeat 0px  -16px;
	
	 }		
/******Padding*********/
.padding5 {
	padding:5px;
}
/*********Font Styles************/
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.whitehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtboldred13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.redhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
}
.txtboldblue13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000cc;
}
.greytext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ccc !important;
}
/*******Background********/
.redbkd {
	background-color: #cc0000;
}
.whitebkd {
	background-color: #ffffff;
}
.darkgreybkd {
	background-color: #333333;
}
/******Border Styles*******/
.redborder {
	border: 1px solid #660000;
}
/******Text-align*********/
.textalignleft {
	text-align:left;
}	
.textaligncenter {
	text-align:center;
}	
/*****Margins************/
.margintop10 {
	margin-top:10px;
}
.margintop60 {
	margin-top:60px;
}
.marginbottom20 {
	margin-bottom:20px;
}
