/* screen styles for 200ok */

body {
    font-family: "Gill Sans", Verdana, sans-serif;
	color: #333333;
	background-color: #99CC99;
    height:100%;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
    font-size:100%;
}

#header {
    background-color: #333333;
}

/* css 
http://www.mezzoblue.com/tests/revised-image-replacement/
*/
#logo {
	width: 184px;
	height: 119px;
	position: relative;
	padding: 20px 0px 20px 155px;

}

#logo a {
	background: url(/images/200ok_logo.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#logo a {
	text-decoration: none;
	border-bottom: 0px;
}

#left_col {
    float:left;
    width:375px;
    margin: 0px 0px 0px 150px;
    line-height: 130%;
}

#right_col {
    float:left;
    width:185px;
    line-height: 130%;
    margin:0px 0px 0px 25px;
}

#left_col h2 {
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size:1.25em;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom:4px;
    color:#008040;
}

#right_col h2 {
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size:1em;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom:2px;
    color:#008040;
}

#left_col p {
    font-size:1em; 
    padding-left:5px;   
}

#right_col p {
    font-size:.8em;
    padding-left:5px; 
    color:#777777;
}

#container {
	background-color: #FFFFFF;
	margin-top:5px;
	background-color:#FFFFFF;
	overflow: hidden;
	padding:25px 0px 25px 0px;

}

#container p {
	margin: 5px 0px 15px 0px;
}


/* anchors must be in this order per W3C */

a:link {
	color: #009933;
	text-decoration:none; 
}    

a:visited {
	color: #009933;
	text-decoration:none;
}      

a:hover{
	color: #009933;
    text-decoration: underline;    
}     

a:active {
	color: #009933;
    text-decoration: underline;    
} 


/* footer */

#footer {
	clear:both;
	border-top: 2px #CCCCCC solid;
	background-color: #99CC99;
	padding: 10px 0px 25px 150px;
}

#footer p {
    color: #008040;
    font-size:1em;
    margin:5px 0px 0px 0px;
}

/* contact form */

td.label {
    vertical-align: top;
    width:75px;
}

#dont_send {
    margin:15px 0px 15px 75px;
    font-size: .625em;
}

#sent_success {
    font-size:1.5em;
}

/* twitter styles */

#twitter_h2 {
    padding:0px 25px 0px 0px;
    margin:45px 0px 0px 0px;
    width:135px;
    line-height: 130%;
    background-image: url('../images/little_tweet.png');
    background-position: right;
    background-repeat: no-repeat;
}

#twitter_div {
    color:#777777;
    margin: 0 0 15px 0;
}

#twitter_update_list li  {
    padding:2px 0px 2px 10px;
    font-size: .8em;
}

#twitter-link  {
    margin:10px 0px 0px 0px;
    color:#AAAAAA;
    display:block;
    text-align:right;
    border-bottom: 0px;
}

#twitter-link:hover  {
    margin:10px 0px 0px 0px;
    border-bottom: 0px;
    color: #009933;
}

#extensions-notice {
    margin: 0px 0px 25px 150px;
    padding: 15px;
    width: 600px;
    background-color: #FFFFCC;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 3px #999999;
    -moz-box-shadow: 3px 3px 3px #999999;
}

#extensions-problem {
    margin: 0px 0px 25px 150px;
    padding: 15px;
    width: 600px;
    background-color: #990000;
    color: #FFFFFF;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 3px #999999;
    -moz-box-shadow: 3px 3px 3px #999999;
}
