/* CSS Document */
*
{
	margin:0;
	padding:0;
}
	
body
{
	margin:0 auto;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	color:#525252;
	width:100%;
	background-color: #FFFFFF;
}
	
a, a:visited, a:active
{
	color:#000000;
	text-decoration:underline;
	margin: 0px;
}
	
a:hover, a:focus
{
	color:#CC0000;
	text-decoration:underline;
	margin: 0px;
}
	
/*p
{
	line-height:1.5em;
	margin-bottom:1.6em;
	text-align:left;
}*/
p
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.5em;
    text-align:left;
}

h1
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 15pt;
    color:#525252;
    text-align: left;
    margin-bottom: 5px;
}

h2
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 10pt;
    color:#525252;
    text-align: left;
}	

h3
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 10pt;
    color:#525252;
    text-align: left;
    margin-bottom: 7px;
}
	
div
{
    /*border: solid 1px black;*/
    margin: 0px;
}

img
{
    border: 0px;
}


/***********************Menu Styling***************************/
#menu
{
    /*border: solid 2px orange;*/
    list-style-type: none;
    padding: 0 0 2px 0;
    /*line-height: 0px;*/
}

/*standard menu settings*/
.allmenu a:link, .allmenu a:visited
{
    margin: 0 0 3px 0;
    display: block;
    width: 219px;
    height: 55px;
}

/*specific menu images*/
#menu1 a:link, #menu1 a:visited
{
    background: url(../../images/pink_3button.jpg) bottom left no-repeat;
}

#menu2 a:link, #menu2 a:visited
{
    background: url(../../images/green_3button.jpg) bottom left no-repeat;
}

#menu3 a:link, #menu3 a:visited
{
    background: url(../../images/orange_3button.jpg) bottom left no-repeat;
}

#menu4 a:link, #menu4 a:visited
{
    background: url(../../images/purple_3button.jpg) bottom left no-repeat;
}

#menu5 a:link, #menu5 a:visited
{
    background: url(../../images/teal_3button.jpg) bottom left no-repeat;
}

/*apply hover style to all menu*/
#menu a:hover
{
    background-position: 0 -115px;
}
/*****************Menu styling end*****************/

#navigation
{
    /*border: solid 2px teal;*/
    background-color: #FFFFFF;
    position: relative;
}

#mainimage
{
    /*border: solid 2px yellow;*/
    position: relative;
}

#container
{
    /*border: solid 2px green;*/
	width:800px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	/*background: #FFFFFF url(/images/lightblue_logobottomhalf.jpg) no-repeat bottom right;*/
}

#content
{
    /*border: solid 2px yellow;*/
    margin-bottom: 5px;
}

#contentleft
{
    /*border: solid 2px red;*/
    position: relative;
    float: left;
}

#contentright
{
    /*border: solid 2px purple;*/
    position: relative;
    margin-left: 225px;
    background-color: #FFFFFF;
    width:570px;
}

#teasers
{
    /*border: solid 2px teal;*/
    position: relative;
    float:right;
    width: 170px;
    margin-left:10px;
}

#clearer
{
    clear:both; 
    height:1px;
    font-size: 1px;
}

#rightimage img
{
    margin: 20px 0 20px 0;
}

/*****************Footer styling*****************/
#footer
{
    /*border: solid 2px red;*/
    /*width: 100%;
    float: left;*/
    clear: both;
}

#footlinks
{
    /*border: solid 2px yellow;*/
    text-align: right;
    margin: 3px 0 3px 0;
}

#links li
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    display: inline;
    margin: 0 10px 0 10px;
}

#links ul
{
    list-style-type:circle;
}
/*****************Footer styling end*****************/


#rightimage
{
    /*border: solid 2px teal;*/
    position: relative;
    float:right;
}

/* *********************************************************************************************************** */
