/*
screen.css
last modified:  04/16/2009
last validated: 04/16/2009
created by:     Eric Christopherson ( http://echristo.com/ )

=====================

A. Main
	1. Tags
	2. Structure
	3. Footer
B. Page Spedific
	1. Contact Page
		i. 3-Column Structure
	2. Client Page
		i. Client Anchor
	3. Side Bar
C. Page Helpers
E. Misc

=====================




====================== MAIN ====================*/

/* TAGS */

A:visited {color:#004577}  
A:link {color:#004577}
A:hover {color:#8E965A} 

dt{
 font-weight:bold;
}

dd{
 padding-left:15px;
}

h1{
 font: 300% Georgia, "Times New Roman", Times, serif;
 color: #004577;
}

h2 {
 font-family:Georgia,"Times New Roman",Times,serif;
 font-size:350%;
 color: #004577;
 font-weight:normal;
 line-height:0.6em;
 margin:5px 0 0 0;
 padding-bottom:0;
 padding-top:0;
}

h4 {
 padding-top:5px;
 color:#004577;
}

hr {
 border: 0;
 color: #FFF;
 background-color: #FFF;
 height: 2px;
 width: 170px;
 margin:0 20px 0 20px;
}

img{
 border:0px;
}

p{
 padding-top:10px;
 margin:2px;
}

ul{
 margin-left:35px;
}



/* STRUCTURE */

* {
 padding: 0; 
 margin: 0; 
}

html{ 
height:100%;
} 

body {
 height:100%;
 font: 12px Verdana, Helvetica, sans-serif;
 line-height:1.5em;
 color:#231F20; 
 text-align: center;
 padding-top:10px;
 background:#DAD7C8 url(../img/bg.jpg) repeat-x top;
}

#container{
 width:960px; 
 margin-left:auto; 
 margin-right:auto;
 border:4px solid #FFF;
}
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
} 
 
#header{
 position:relative; 
 height:30px;
 background: #DBD7C8 url(../img/header_blocks.jpg) no-repeat right;
 font-size:90%;
 color:#FFF;
 padding:4px 2px 1px 4px;
} 

#header p{
 margin:0px;
 padding:0px;
}

#main{
 position:relative; 
 height:280px;
 background: #DBD7C8 url(../img/main_paris.jpg) no-repeat; /*default incase javasript does not run*/
 width:100%;
} 

#navbarmenu{

} 

#wrapper{
 background:url(../img/bg_body.jpg) repeat-y;
 height:100%;
}

#maincol{
 background-color: #FFF;
 float: left;
 display:inline; 
 position: relative; 
 width:725px;
 padding-bottom:10px;
 height:100%
}

#sidecol{
 float:right;
 clear:right;
 display:inline;
 position:relative;
 width:220px;
 margin-left:5px;
}

#sidecol_hp{
 float:right;
 clear:right;
 display:inline;
 position:relative;
 width:225px;
}


/* FOOTER */

#footer {
 width:960px;  
 margin-left:auto; 
 margin-right:auto;
 text-align:left;
 background:#476893 url(../img/bg_footer.jpg);
 border-top: 4px solid #004577;
 border-bottom: 4px solid #FFF;
 float:left;
 clear:both;
 /*height:145px;*/ /*orig before twit and link'd icons*/
 height:180px;
}

#footer a{
 color:#FFF;
}

#footer a:hover{
 color:#004577;
} 

#footleft{
 margin: 0 0 0 2px; /*top right bottom left*/
 padding: 8px 0 0 0;
 color: #FFF;
 float:left;
 list-style-type: none;
 display: block;
 font-size: 90%;
}

#footleft ul li {
 margin: 0 1px 0 0;
 padding: 0;
}

#footright{
 margin: 0 2px 0 0;
 padding: 0px 0 0 0;
 color: #FFF;
 float:right;
 font-size: 90%;
}

#copyright{
 margin: 0;
 padding: 0 0 10px 0;
 width:960px;  
 margin-left:auto; 
 margin-right:auto;
 clear:both;
}
 
#copyright p{
 color: #666;
 font-size: 80%;
 text-align:center;
}
#copyright span{
 padding-left:20px;
}

#copyright span img{
 vertical-align:middle;
}

#copyright a{
 color: #333;
}

#copyright a:hover{
 color: #000000;
}

/*==================== PAGE SPECIFIC ====================*/

/*HOME PAGE*/

#factsheet{
 background:url(../img/factsheet.jpg) no-repeat;
 width:500px;
 height:89px;
 margin-top:20px;
 padding-bottom:100px;/*40*/
}

#factsheet UL{
 display: block;
 list-style-type:none;
 font-size: 85%;
 padding-left:80px;
 padding-top:50px;
}

.icon{
 vertical-align:middle;
}

#tagcloud {vertical-align:bottom;}

#cloud a.tag1 { font-size: 1.2em; font-weight: 600; }
#cloud a.tag2 { font-size: 1.0em; font-weight: 500; }
#cloud a.tag3 { font-size: 0.8em; font-weight: 400; }
#cloud a.tag4 { font-size: 0.7em; font-weight: 300; }
#cloud { padding: 2px; line-height: 1.5em; text-align: center;}
#cloud a { padding: 2px; }
#cloud { margin: 0; border: 1px solid #CCC; background-color:#EEE; }
#cloud li { display: inline; }

/* CONTACT PAGE */

input, textarea{
 font-family: 12px Arial, Helvetica, sans-serif;
 padding:2px;
 font-weight:bold;
 color:#999;
}
	
form label, form p.label {		
 font-weight: bold;
 display: block;
 color:#004577;
}

.button {
 font-size: 12px;  
 color: #FFF;
 height:26px;
 border: 1px solid #666; 
 background-color: #004577;
 cursor:pointer;
}

.redtxt {
 color: #FF0000;
}


/* CLIENT PAGE */

.client{
 float:left;
 clear:both;
}

.client IMG{
 width:173px;
 padding-left:5px;
 padding-right:5px;
 float:left;
 clear:left;
}

.client P{
 margin-top:0px;
 padding-top:0px;
 padding-left:5px;
 border-left:dotted 1px #CCC;
 width:530px;
 float:right;
 clear:right;
 vertical-align:top;
}

.client A{
 font-weight:bold;
}

A.whiteout {
 font-weight:normal;
 text-decoration:none;
 color:#004577;
}

A:hover.whiteout {
 color:#CCC;
}

/*++++ Client Anchor ++++*/

ul.anchors{

}

ul.anchors li{
 display: block;
 list-style-type:none;
 font-size: 85%;
}

.threeColumn{
 margin: 7px 0px 25px 0px;
 background-color: #EEE;
 color: #000;
 padding: 2px;
 border: 1px solid #CCC;
 float:left;
 width: 720px;
 clear: both;
}

.threeColumn .column1{
 width: 32%; 
 float: left; 
 margin: 3px 0 3px 0;
 border-right:dotted 1px #CCC;
}

.threeColumn .column2{
 width: 33%; 
 float: left; 
 margin: 3px 0 3px 0;
 border-right:dotted 1px #CCC;
}

.threeColumn .column3{
 width: 32%; 
 float: left; 
 margin: 3px 0 3px 0;
}

/*++++ End Client Anchor ++++*/



/* NEWS */

#newsitems {
 display: block;
 list-style-type:none;
 line-height:2.0;
}


/* SIDEBAR */

/*++++ Home Page ++++*/

.news{
 margin-left:10px;
}

.newsitemP{
 font-size: 80%;
}

.newsitemDate{
 font-weight:bold;
 font-size: 80%;
}

/*++++ Results ++++*/

#pscroller1{
 color: #004577;
 font-size:80%;
 font-weight:bold;
 width: 215px;
 height: 400px;
 border: 0px;
}

#pscroller1 a{
text-decoration:none;
}

#pscroller1 a:hover{
 color: #004577;
}

/*++++ Contact Us ++++*/

.contacts ul{ 
 font: 12px Arial, Helvetica, sans-serif;
 margin-left:15px;
 padding: 2px 3px 2px 3px; /*top right bottom left*/
 list-style-type:none;
}

.contacts li{ 
 margin: .5em 0;
 padding: 0;
 font-size: 80%; 
 line-height: 1.5; 	
}


/*==================== PAGE HELPERS ====================*/

#browseralert{
 display: none;
}

.bluetxt{
 color:#004677;
}

.top{
 text-align:right;
 padding-top:5px;
 padding-bottom:20px;
 clear:both;
}

ul.anchors-inline {
 margin: 7px 0px 7px 0px;
 background-color: #EEE;
 color: #000;
 padding: 5px;
 border: 1px solid #CCC;
}

ul.anchors-inline li {
 display: inline;
 font-size: 85%;
}

 
/*==================== MISC ====================*/

/*Float containers fix: http://www.csscreator.com/attributes/containedfloat.php*/ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/*PRINTER STYLES*/ 
/*------------------------------------------------------- */

@media print {
#header P{font-size:18px}
#main{display:none}
#navbarmenu{display:none}
#maincol{width:670px}
.threeColumn{width:650px}
.anchors-inline{width:650px}
.client{/*width:650px*/}
.client IMG{
 width:173px;
 padding-left:5px;
 padding-right:5px;
 float:left;
 clear:left;
}
.client P{
 margin-top:0px;
 padding-top:0px;
 padding-left:5px;
 border-left:dotted 0px #CCC;
 width:670px;
 float:left;
 clear:left;
 vertical-align:top;
}
#footright{display:none}
#copyright{display:none}
}