@charset "UTF-8";
/* CSS Document */

body{ background-image:url(../images/back.jpg); background-repeat:repeat-x; background-color:#000000; font-family:"Trebuchet MS", Arial;}

li{ list-style:none;}

#wrapper{ width:980px; height:auto; margin:0 auto; background-color:#FFFFFF; background-image:url(../images/topstripes.jpg); background-repeat:repeat-x; background-position:top;}

#wrapper .space{ height:30px; line-height:12px;}

#header{ height:291px; background-image:url(../images/topbanner.jpg); position:relative;}

#header .phrase1{ position: absolute; font-size:32px; width: 366px; height: 109px; left: 200px; top: 80px; }

#header .phrase2{ position: absolute; font-size:22px; color:#990000; font-weight:500; left: 250px; top: 190px; width: 367px; }

#header .phrase3{ position: absolute; font-size:28px; color:#FFFFFF; left: 63px; top: 254px; }

#header .callbox{ position:absolute; left: 684px; top: -69px; font-size:28px; text-align:center; width: 216px; }

#mainbody{ height:411px; background-image:url(../images/middleback.jpg); }

#mainbody .right{width:475px; height:auto; float:left;}

#mainbody .left{width:380px; height:auto; float:left; margin-left:10px;}

#mainbody .ck{ width:20px; height:16px; padding:5px;}





#box{ width:250px; height:380px; float:left; padding:10px; margin-right:25px; background-color:#f0f0f0;}

#box2{ width:550px; height:380px; float:left; padding:10px; margin-right:25px; background-color:#f0f0f0;}

#box .title{ height:20px; background-image:url(../images/mm1.jpg); color:#FFFFFF; padding:12px;}

#box2 .title{ height:20px; background-image:url(../images/mm1.jpg); color:#FFFFFF; padding:12px;}


#box .content{ font-size:13px;}

#message{ font-size:11px; margin-top:25px; padding-left:25px;}


#footer{ float:left; width:980px; height:30px; background-image:url(../images/topstripes.jpg); margin-top:25px;}

#footer .copy{ font-size:11px; float:left; width:470px; padding:10px;}


.clear{ clear:both;}


/*form*/

.cssform p{
width: auto;
clear: left;
margin: 0;
padding: 5px 0 15px 0;
padding-left: 210px; /*width of left column containing the label elements*/

}

.cssform label{

text-align: right;
float: left;
margin-left: -185px; /*width of left column*/
width: 180px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

