/* css style */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, input {margin:0; padding: 0}
ul { list-style: none; }
body { background-color: #f2f2f2; font: 12px arial; background-repeat: repeat-x }
img { border: 0 }
*:focus{ outline: none }

/*global classes*/
.white { color: #fff }
.center{ text-align: center }
.catch{ overflow: hidden; zoom: 1 }
.left{ float: left }
.right{ float: right }
.clear{ clear: both }
.font16 { font-size: 16px }
.font11{ font-size: 11px }

/*site body*/
#sitebody{ width: 746px; margin: 35px auto }

/*flags*/
#flags { padding: 10px 0; text-align: right }
#flags ul{ width: 750px; margin-left: auto; margin-right: auto; padding:10px 0; text-align: right }
#flags li { display: inline }
#flags li a { text-decoration: none}

/*site hehader*/
#header { background-repeat: repeat-x; background-position: top center; height: 245px }
#header #flashbox { height: 144px; text-align: center ; margin-top: -3px }

/*site main*/
#main { height: 320px; background-repeat: repeat-x; border-bottom: 1px solid #000 }
#main .separator{ width: 3px; height: 320px; float: left; background-repeat: no-repeat }

/*left side*/
#leftbox{ float: left; height: 320px; width: 406px }
#leftbox img{ padding-top: 20px }
#leftbox p{ padding-bottom: 8px }

/*email collection box*/
#emailfrm{ width: 300px; margin: 0 auto }
#emailfrm #email{ border: none; border-top: 2px solid #000; width: 300px; height: 20px; padding: 2px; font-size: 14px }
#emailfrm #terms, #emailfrm label{ float: left; line-height: 17px; height: 17px; padding-left: 5px }
#submit{ margin-top: 10px }

/*right side*/
#rightbox{ float: right; padding: 4px 10px 3px 4px }
#rightbox div.right_content{ margin: 10px 8px 3px; width: 301px; height: 144px; }

/*bottom banners box*/
#bottombox{ height: 67px; background-repeat: repeat-x; padding: 3px 19px 0 }
#bottombox .first{ margin-right: 12px }

/*bottom links*/
#bottomlinks{ height: 22px; line-height: 22px; color: #fff; background-repeat: repeat-x }
#bottomlinks li{ padding: 0 3px; display: inline }
#bottomlinks a{ color: #fff; text-decoration: none }
#bottomlinks a:hover{ text-decoration: underline }

/*site footer*/
#footer{ padding-top: 10px }
#footer p.copyright{ color: #304546 }
#footer p.icons{ padding: 10px 5px }
#footer p.disclaimer{ padding: 0 30px 10px; font-size: 11px; color: #949494 }
#footer p.disclaimer a{ color: #484848 }