@charset "UTF-8";
/* CSS Document */

body{
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-bottom:2px;
	background-color: #f9f9ef;
	background-image: url(images/body_bg_y.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}

h1{
	color:#F9F6E5;
	font-size:30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 2px 2px 2px #555;
	line-height:10%;
	letter-spacing: 1px;
	font-style: normal;
}

h2{
	color:#243846;
	font-size:16px;
}

p {
	text-indent: 1.5em;
	line-height:150%;
	color: #FFF;
	text-decoration: none;
}

p.mainBody:first-letter{ 
	font-size:125%;
	color: #003;
}

p.small{
	line-height:70%;
}

p.smaller{
	line-height:30%;
	font-size:12px;
	text-indent:0.75em;
	color: #666;
}

a.foot{
	color:#666;
	text-decoration: underline;
}

A:visited{
	color: #333;
	text-decoration: none;
}

img.map{
		border-radius: 15px;
		border: solid 1px #333;
		//padding:2px;
		//float:left;
}

img.floatRight{
	float:right;
}

#tableBox{
	background-color: #B5DAE2;
	border-radius: 5px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 1px solid #666;

}

/* #tableDrop{
	border-radius: 5px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	width: 900px;
	z-index: 1;	
} */

#navMenu{
	padding-top:20px;
		background: #A0C1CC;
	/*border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;*/
	font-size:16px;
	font: Tahoma, Tahoma, sans-serif;
	text-shadow: 2px 2px 2px #000;
	color: #FFF;
	letter-spacing: 1px;
}

#footerBox{
	background-color: #A0C1CC;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	//padding-top:5px;
}

#footer{
	background:#A0C1CC url(images/TextBackground.png);
	border-radius: 15px;
	padding-left:5px;
	color:#000;
	border:solid 1px #777;
	width:600px;
}

#footerLeft{
	background-color: #A0C1CC;	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	//padding-top:5px;
	padding-bottom:5px;
}

#mainContent{
	background: #A0C1CC url(images/BackgroundTest.png) repeat-x;
	padding-top:15px;
	padding-right:5px;
	color: #003;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}

#mainContentText{
	
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

	border: solid 1px #888; */
	
	
}

.box{
    width:550px;
	height:auto;

 
}
 
.drop-shadow {
    position:relative;
    float:left;

    padding:10px;
margin: 0x 30px 30px 30px;
    background:#ffffff url(images/Backgroundgradient.png) repeat-x;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;

}
 
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.drop-shadow p {
    font-size:16px;
    font-weight:normal;
		color: #666;

}
 
 
.lifted {
	-moz-border-radius:4px;
	border-radius:4px;
	color: #666;
}
 
.lifted:before,
.lifted:after {
    bottom:15px;
    left:10px;
   
    height:20%;
    max-width:550px;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        -webkit-transform: skew(-15deg) rotate(-6deg);
        -moz-transform: skew(-15deg) rotate(-6deg);
        -ms-transform: skew(-15deg) rotate(-6deg);
        -o-transform: skew(-15deg) rotate(-6deg);
        transform: skew(-15deg) rotate(-6deg);
 }
}
 
.lifted:after {
    right:10px;
    left:auto;
        -webkit-transform: skew(15deg) rotate(6deg);
        -moz-transform: skew(15deg) rotate(6deg);
        -ms-transform: skew(15deg) rotate(6deg);
        -o-transform: skew(15deg) rotate(6deg);
        transform: skew(15deg) rotate(6deg);
}


#mainContentRight{
	background: #A0C1CC url(images/Sidebar.png) no-repeat;
}

#mainContentLeft{
	background: #A0C1CC url(images/BackgroundTest.png) repeat-x;
	
	
}

#mainContentBox{
	padding-top:10px;
	background: #A0C1CC;
}

#mainContentHeader{

	padding:0px;
}


#menuBox{
	padding-left:10px;
	margin-left:10px;
}

#headerBox{
	background-color:#000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#headerDivider{
	background:#000 url(images/HeaderDivider.png) no-repeat;
	border-radius:0px;
}

#flashBox{
	padding:0px;
	padding-top:2px;
	padding-left:1px;
}

#footerText{
	font-size:10px;
	color: #666;
}

#footerLinks{
	padding-right:10px;
	text-decoration:underline;
	color: #666;
}

#footerLinks p {
	padding-right:10px;
	text-decoration:underline;
	color: #666;
}

#image_Back{
	background:url(images/SidebarBackground.png);
	border-radius:1px;
	padding:10px;
	border:solid 1px #666;
}
	
