﻿	#content            { width: 96%; min-height: 400px; margin: 20px auto 50px auto;} 
	#content p          { margin: 10px 0 20px 0;} 
    #content ul         { list-style: none; list-style-image:url(../../img/listitem.png);}
    #content li         { line-height: 22px; vertical-align: text-top;}

	#content .right		{ width: 14%; margin-right: 1%; float: left; text-align: right;}
	#content .right li	{ list-style: none;}
	#content .right a	{ display: block; margin-bottom: 10px;}

    #content .contentimg     { width: 500px; height: 300px; position: relative; z-index: 5; display: block; margin: 0px 0 10px 20px;}
    #content .contentimg img { width: 500px; height: 300px; border: none; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; border: 1px solid #999;}
    #content .contentimg img:hover { border: 1px solid #09F; box-shadow: 0px 5px 15px rgba(0, 153, 255, .5)}

    #content .search        { font-family: Arial; margin-bottom: 20px;}
    #content .search a      { color: #10A;}
    #content .search a:hover{ text-decoration: underline;} 
    #content .search dt     { min-width: 280px; line-height: 24px; overflow:hidden; font-size: 18px; }
    #content .search dd     { margin: 0; font-size: 12px; line-height: 18px;}
    #content .search span   { color: #F00;}
    #content .search .footer a      { color: #070;}
    #content .search .modified      { color: #999; float: right; font-style: italic;}
    .contact                { width: 100%; height: auto; max-width: 400px; min-width: 280px; max-height: 650px; min-height: 400px;}
    #content address        { min-width: 200px;}

    @media all and (max-width: 1024px) {
        #content address        { display: none;}
    }

    @media all and (max-width: 800px) {
        #content .contentimg     { width: 200px; height: 133px; position: relative; z-index: 5; display: block; float: right; margin: 0 0 10px 20px;}
        #content .contentimg img { width: 200px; height: 133px; border: none; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; border: 1px solid black;}
        #content address        { display: none;}
    }

    @media all and (max-width: 450px) {
        #content .imgholder     { display: none;}
        #content img            { display: none;}
        #content .contentimg    { display: none;}
        #content address        { display: none;}
    }