/*RESET THE DEFAULT BROWSER STYLES*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dd, dd, dt, li, img, form, input, blockquote, table, td, tr, th, tbody, thead, tfoot{
    margin: 0px;
    padding: 0px;
}
img{
    border: none;
}
body{
    background-color: #e1e1e1;
    font-size: 10px;
    font-family: verdana, arial, sans-serif;
}
a{
    color: #ff6600;   
}
div#wrap{
    width: 960px;
    margin: 15px auto;
    background-image: url(../img/bg_mid.gif);
    background-repeat: repeat-y;
    background-color: #fff;
}
div#header{
    width: 960px;
    height: 98px;
    background-image: url(../img/bg_curve_top.gif);
    background-repeat: no-repeat;
}
div#logo{
    float: left;
    margin: 30px 0px 0px 11px;
}
div#callout_header{
    float: right;
    margin: 12px 7px 0px 0px;
}
div#banner{
    width: 955px;
    margin: 0px auto;       
}
div#mainnav{
    width: 953px;
    height: 32px;
    background-image: url(../img/bg_mainnav.gif);
    background-repeat: no-repeat;
    border-top: solid 2px #000;
    margin: 0px 0px 0px 5px;
}
div#mainnav ul li{
    position: relative;
	z-index:999999;
}
div#mainnav ul li ul{
    position: absolute;
    background-color:#000;
    display: none;
    top: 12px;
    left:0px; 
	z-index:999999;
}
div#mainnav ul li:hover ul{
    display: block;
}
div#mainnav ul li ul li{
    padding: 10px 10px;
    width:inherit;
    margin:0;
    border-top:solid 1px #666;
    width: 100px;
}
div#content{
    width: 960px;
	padding:0;
	border-top:none;
	border-bottom:none;
}
div#text h1{
    font-family: "Sabon LT Std", serif;
    color: #ff6600;
    font-size: 180%;
    margin: 0px 0px 20px 0px; 
}
div#text h2{
    font-size: 120%;
}
div#text h3{
    font-size: 110%;
}
div#text p{
    font-size: 120%;
    line-height: 18px;
    margin: 0px 0px 10px 0px;
}
div#text ul li{ 
    margin: 5px 5px 5px 18px;
    font-size: 120%;
    line-height: 18px
}
div#text ul li ul{
	margin: 5px inherit;
}
div#text ul li ul li{
    font-size: 100%;
    line-height:inherit;
}   
div#mainnav ul li{
    list-style-type: none;
    float: left;
    margin: 8px 10px 0px 10px;
}
div#text ol li{ 
    margin: 5px 0px 5px 22px;
    font-size: 120%;
    line-height: 18px
}
div#text ol li ol li{
    font-size: inherit;
    line-height:inherit;
} 
div#text dl dt{ 
    margin: 5px 5px 5px 0px;
    font-size: 120%;
    line-height: 18px;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../img/Q.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
div#text dl dd{ 
    margin: 5px 5px 5px 0px;
    font-size: 120%;
    line-height: 18px;
	padding-left: 18px;
	background-image: url(../img/A.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
div#text form label{
    display: block;  
    margin: 10px 0px 5px 0px;  
}
div#text form textarea{
    width: 300px;
    height: 100px;
}
div#text form .buttons{
    margin: 15px 0px 0px 0px;
}
div#text form label.inline{
    display: inline;
    margin: 0px;
    padding: 0px;
}
div#mainnav ul li a{
    color: #fff;
    text-decoration: none;
}
div#mainnav ul li a:hover{
    color: #ff6600;
    text-decoration: underline;
}
div#mainnav ul li a:hover span{
    text-decoration: none;
}
div#mainnav ul li.active a{
    color: #ff6600;
    text-decoration: underline;
}
div#leftcol{
    width: 660px;
    margin: 25px 0px 0px 2px;
    float: left;
}
div#text{
    padding: 0px 0px 0px 10px;
}
div#toolbar{
    width: 643px;
    height: 18px;
    background-image: url(../img/bg_toolbar.gif);
    background-repeat: no-repeat;
    margin: 40px 0px 0px 10px;
    padding-left: 5px;
}
div#toolbar img{
    margin-left: 5px;
    vertical-align:middle;
}
div#comments{
    margin: 10px 0px 0px 10px;
    border-bottom: dashed 1px #666;
    padding: 0px 0px 10px 0px;
    color: #666;
}
div#comments .comment{
    margin: 0px 0px 10px 0px;
}
div#comments .comment h3{
    padding: 5px;
    font-size: 100%;
    font-weight: bold;
    border-top: solid 1px #666;
    background-color: #e1e1e1;
    height: 10px;
}
div#comments .comment h3 span{ 
    display: block;
    text-align: right;
}
.left{
    display: block;
    float: left;
}
.right{
    display: block;
    float: right;
}
div#comments .comment p{ 
    margin: 5px 0px;
}
div#comments .button{
    background-color: #666;
    border: none;
    color: #fff;
    padding: 3px 25px;
}
div#forms{
    width: 653px;
    margin: 20px 0px 0px 10px;
    color: #666;
}
div#forms div.box{
    width: 298px;
    height: 121px;
    background-image: url(../img/bg_box.gif);
    background-repeat: no-repeat;
    margin: 0px 6px 0px 0px;
    padding: 5px;
    float: left;
    line-height: 150%;
}
div#forms div.box h3{
    font-size: 120%;
}
div#forms div.box form{ 
    margin: 10px 0px 0px 0px;
}
div#forms div.box form .textbox{ 
    width: 212px;
    height: 26px;
    border: solid 1px #666;
    float: left;
}
div#forms div.box form .button{ 
    width: 78px;
    height: 28px;
    float: left;
    border: solid 1px #666;
    background-color: #666;
    margin: 0px 0px 0px 5px;
    color: #fff;
    font-size: 100%;
    cursor: pointer;
}
div#rightcol{
    width: 273px;
    float: right;
    margin: 0px 10px 0px 0px;
}
div#callout_emil{
    width: 263px;
    height: 433px;
    background-image: url(../img/bg_callout_emil.gif);
    background-repeat: no-repeat;
    padding: 5px;
    position: relative;
    overflow: hidden;
}   
div#callout_emil img#up{
    position: absolute;
    top: 5px;
    left: 249px;
}
div#callout_emil img#down{
    position: absolute;
    bottom: 0px;
    left: 249px;
}
div#callout_emil img{
    float: left;
    margin: 0px 5px 5px 0px;
}
div#callout_emil{
    line-height: 18px;
}
div#callout_emil #callout_emil_text h2{
    font-weight: normal;
    font-size: 10px;
}
div#callout_emil #callout_emil_text h2 strong{
    font-size: 120%;
}
div#callout_emil #callout_emil_text h2 span{
    font-size: 100%;
}
div#callout_emil #callout_emil_text p{
	margin: 10px 0px;
}
div#footer{
    width: 955px;
    height: 29px;
    background-image: url(../img/bg_footer.gif);
    background-repeat: no-repeat;
    margin: 25px 2px 0px 2px;
}
div#footer p{  
    float: left;
    margin: 8px 0px 0px 10px;
}
div#footer p#footernav{ 
    margin-left: 317px;
    color: #fff;
}
div#footer p#footernav a{ 
    color: #fff;
    text-decoration: none;
}
div#bootom_curve{
    width: 960px;
    height: 10px;
    background-image: url(../img/bg_curve_bottom.gif);
    margin: 10px 0px 0px 0px;
}
input#CommentUsername{
    display: block;
}
div#archives{
margin: 30px 0px 0px 0px;
}
div#archives h3{
	color: #ff6600;
}
div#archives a{
	color: #000;
}
div#archives a:hover{
	color: #ff6600;
}
div#archives ul{
	margin-left:14px;
}
div#archives li{
	list-style-type: square;
	margin: 5px 0px;
	color: #ff6600;
}
/*CLASSES*/
div.clear{
    clear: both !important;
}
.name{
    text-align: right;
    padding-right: 5px;
    font-style: italic;
}
span.para{
display: block;
margin: 5px 0px;
}
table.form td{
	padding: 3px 0px;
}
div.blurb{
	width: 253px;
	height: 127px;
	background-image: url(../img/bg_blurb.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding: 10px;
}
p.datestamp{
	color:#666666;
	border-top: dotted 1px #666;
	padding: 2px;
	font-size:100% !important;
}