/******************************************************************************
Filename:        /global/ screen.css
Project:        C-Matt, Inc
Purpose:        Site-wide Styles
Date            Developer    Description
6/29/2009        wch         Version 1.0
******************************************************************************/

/******** BEGIN:  SITE-WIDE STYLES ********/

html, body{margin:0; padding:0; background:#323031; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#062072;}
body{padding-bottom:20px;}
div{margin:0; padding:0;}
p{margin:0 0 18px 0; font-size:14px; line-height:18px;}
a{color:#062072; text-decoration:none;}
a:hover{color:#0950C7;} 
a:active{}   
img{border:none;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.tleft{text-align:left;}
.tright{text-align:right;}
.largeText{font-size:16; font-weight:bold;}

h1,h2,h3,h4{margin:0; padding:0; font-size:14px; font-weight: normal; letter-spacing:0.035em; color:#062072;}
h1{font-size:24px;}
h2{font-size:21px;}
h3{font-size:18px;}
h4{font-size:11px;}

span.hidden{display:none}

/******** END:  SITE-WIDE STYLES ********/


/******** BEGIN:  MAIN STRUCTURE STYLES ********/
/* wrapper, container, content container, and content */
#siteWrapper{width:980px; margin:0 auto 0 auto; padding:35px 0 0 0; background:#323031;}
#wrapper{background: url("/images/underconstruction/page-bg.gif") 0 0 repeat-y;}
#container{background:url("/images/underconstruction/pageTop-bg.gif") 0 0 no-repeat; }
#contentContainer{padding:55px 45px 50px 45px; background: url("/images/underconstruction/pageBottom-bg.gif") 0 100% no-repeat;}
#content{height:400px; padding-top:15px;/* background:#9900CC;*/}
html > body #content{height:auto; min-height:400px;}
/******** END:  MAIN STRUCTURE STYLES ********/


/******** BEGIN:  UNDER CONSTRUCTION PAGE ********/
#leftside{width:250px;}
#underConstruction{width:540px; padding:35px 0 25px 0;}
#book{width:200px; margin:0 auto 0 auto; padding:60px 0 30px 0; text-align:center;}
#book p.anchorText{font-weight:bold; padding-top:10px;}
#contactInfo{padding-top:80px;}

/******** END:  UNDER CONSTRUCTION PAGE ********/
