/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                         */

body
{
    font: 16px arial;
	margin: 0; 
    padding: 0;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 14px arial; color:#5675A5  ; text-decoration: none; margin-bottom:0;margin-top:0;} 
a:active {font: bold 14px arial; color: #5675A5; text-decoration: none;}
a:visited {font: bold 14px arial; color: #5675A5; text-decoration: none;}
a:hover {font: bold 14px arial; color: #AF0020; text-decoration: underline;}
dl:hover {background:#F3F7FD;border: 1px solid gray;}
a.anc:hover {font-weight: bold; font-size:18px; color: black; text-decoration:none;}
/*this one changes the mouseover or hover state of the link*/

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #5675A5;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    width: 780px;
}

.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    background-color: #5675A5;
    color: #D9E1ED;
	border: solid 1px #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 28px;
	padding: 1px 20px 1px 20px;
}
.title3
{
    background-color: #5675A5;
	height: 35px;
color: #D9E1ED;
border: solid 1px #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 16px;
	padding: 0px 5px 5px 20px;
      
}
.title2 
{
    color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
padding :0;

}
.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #5675A5;
	font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 1px 20px 0px 20px; /* keeps text off the borders */
	font-face: Arial;
    font-size: 12px;
    padding: 0px;
    margin-top: 30;
    margin-bottom:0;
}

.contentleft
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
    width: 25%;
	
    float: left;
	font-face: Arial;
    font-size: 12px;
    padding: 0px;
	margin: 0px;
}


.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 140px;
    height: 600px; /* remove this to allow different-sized sidebars */
    background-color: #D9E1ED;
    color: #444444;
    font-weight: normal;
    padding: 2px 0px 2px 0px;
	
}

.thumbnail
{
       width: 255px;
       float: left;
       background-color: #D9E1ED;
}

.map
{
	width: 60%;
	height: 400px;
	float: right;
	border: solid 1px #5675A5;
	padding: 1px;
	margin: 1px
    margin-bottom: 1px;
	overflow:hidden;
}	
.message
{
position:absolute;
right:0%;
top:170px;
border: solid 3px #5675A5;
margin-bottom : 0; 
width: 326px;
padding : 0px;
font-size:12px;
}
.sidebaritem
{
    width: 16%;
    background-color: #D9E1ED;
    color: #444444;
    border: solid 1px #5675A5;
    font-size: 10px;
    padding: 2px;
    margin-bottom: 3px;
    float: right;

}
.horiz
{
    color: #4B1A95;
    font-weight: bold;
font-size: 14px;
	width: 15%;
	float: left;
	text-align: center;
}
.horiz1
{ 
    width:60%;
    height:20px;
    background-color:yellow;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#D9E1ED;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}
h1
{
        font-size: 18px;
	font-face: arial;
        font-weight: bold;
        text-align: center;
        margin-top: 0; 
        margin-bottom: 0; 
        padding:0; 
        color:black 
}
h2
{
        font-size: 18px;
	font-face: arial;
        font-weight: bold;
        text-align: left;
        margin-top: 0; 
        margin-bottom: 0; 
        padding:0; 
        color:blue 
}
h4
{
        font-size: 14px;
	font-face: arial;
        font-weight: normal;
        margin-top: 0; 
        margin-bottom: 0; 
        padding:0; 
}
h5
{
margin-bottom:0;
margin-top:0;
}