
/***********************************************************
GENERAL RULES:
***********************************************************/
body
	{
	margin: 0;
	background: #fff url('/assets/img/page_bg.jpg') repeat-x;
	text-align:center;  /* centering for old-IE */
	}
body, td   /* default formatting */
	{
	color: black;
	font: 10pt tahoma;
	}
form
	{
	margin:0;
	padding:0;
	}
img, a img
	{
	border:0;
	}
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #4380CE;
	}
a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #365986;
	}
a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #365986;
	}
	
/***********************************************************
HEADER AREA:
***********************************************************/
div#wrapper
	{
	width: 934px;
	margin: 0 auto;  /* centering for non-oldIE */
	text-align:left;
	position: relative;
	}
	div#topmessage {position:absolute; left:300px; top:20px; font-weight: bold;}
h1
	{
    margin:0;
    padding:0;
	float: left;
	}
    h1 a {
    width: 309px; height: 51px;
	margin:12px; padding: 0;
	background: transparent url(/assets/img/logo.jpg) no-repeat;
	display: block;
	text-indent: -10000px;
    outline: none;
    }
	
div#clientlogin
	{
	width: 142px; height: 75px;
	/*background: #ebebeb url('/assets/img/clientlogin_bg.jpg');*/
	margin: 0 0 2px 5px;
	padding: 0 5px 0 5px;
	float: right;
	}
div#clientlogin label.clientlogin {	float: left; width: 59px; } 
div#clientlogin label.clientlogin span { font-size:8pt; }

div#header
	{
	width:933px;
	height: 80px;
	clear: left;
	}
div#headerL
	{
	display:block;
	height: 80px;
	float: left;
	}
div#headerR
	{
	display:block;
	height: 80px; width: 383px;
	float: right;
	}

/***********************************************************
TOP NAVIGATION MENU:
***********************************************************/
ul#navlist
	{ 
	width: 550px;
	padding:0;
	margin: 50px 0 0 0px;  /* location of menu */
	}
ul#navlist a
	{
	font: bold 8pt Tahoma;
	color: white;
	height:20px;
	position:relative;
	text-decoration:none;
	padding: 7px 18px;
	}
ul#navlist a.current, ul#navlist a.current:hover
	{
	background: url(/assets/img/menu_bg_a.jpg);
	}
ul#navlist a:hover
	{
	background: url(/assets/img/menu_bg_h.jpg);
	}
ul#navlist li
	{
	display: inline;
	list-style-type: none;
	padding-right: 2px;
	}
	
/***********************************************************
CONTENT AREA:
***********************************************************/
div#pagebody /* parent of #content and #sidecolumn */
	{
	clear: both;
	background-color: #fff;
	border-left: solid 1px #a7a7a7;
	border-right: solid 1px #a7a7a7;
	width: 932px;
	}
div#content
	{
	border: 0px solid black;
	width: 630px;
	padding: 10px;
	color: black;
	font: 10pt tahoma;
	display: block;
	float: left;
	background-color:white;
	}
div#content p, div#content li
	{
	font-family:georgia;
	}	

.clearer
	{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
	}	
.portfolio, .portfolio td
	{
	font-size:8pt;
	}
.smalltext
	{
	font-size:8pt;
	}
input
	{
	font-size:8pt;
	}
h2, h3, h4, h5, h6	{
	font-family: Myriad, Tahoma, "Gill Sans", "Century Gothic", "Trebuchet MS", arial, helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 4px;
	letter-spacing: 1px;
	font-size: 14pt;
	font-weight: bold;
	}
h2 {
	color: #EC9E46;
	}
h3 {

	}
div#content a img {border: solid 1px white; }
div#content a img:hover {border: solid 1px blue; }
	
/***********************************************************
SIDE COLUMN:
***********************************************************/
div#sidecolumn {
	display: block;
	float: right;
	width: 250px;
	padding: 0 7px;
	margin: 10px 7px;
	border-left: solid 3px #c9c9c9;
	font-family: Tahoma;
	font-size: 8pt;
    background-color: #fff;
	}
div#sidecolumn h2 {
	color: #869CCE;
	font-size: 11pt;
	letter-spacing: 0px;
	}
.falbum-thumbnail {
	float: left;
	margin: 1px;
	}
div#sidecolumn ul.connect img {
    margin-right: 4px;
}
    
/*div#delicious ul li {
	list-style-type: square;
	margin-left: 25px;
	color: #959595;
	}*/
/***********************************************************
FOOTER:
***********************************************************/
div#footer
	{
	clear:both;
	width: 934px;
	height: 102px;
	background: #365986 url('/assets/img/footer_big.jpg');
	border-bottom: 1px solid black;
	color: white;
	font: 8pt tahoma;
	}
div#footer a
	{
	color: white;
	}
div#footer span#footerleft
	{
	float: left;
	margin: 8px;
	}	
div#footer span#footerright
	{
	float: right;
	margin: 8px;
	color: white;
	}	
div#footer #feedicon {margin-bottom: -3px; margin-right: 2px;}

pre { overflow: auto; }