/*NORMALIZING*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe
{
    margin: 0;
    padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul
{
    list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var
{
    font-style: normal;
    font-weight: normal;
}

/*Removes border from fieldset and img*/
img
{
    border: 0;
}

a
{
    text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	background: #CCCC99;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/headerBKGR.jpg);
	background-repeat: no-repeat;
}
#wrapper{
	width: 900px;
	margin: 0 auto;
}
p {
	font-size: 13px;
	
}
h2{
	color:#48afad;
	font-size:20px;
	padding:0 0 10px 15px;
 	text-transform:uppercase;
 	font-family: trebuchet MS;
}
#holder {
	width: 730px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
	
	
}
#nav {
	width: 705px;
	padding-left: 25px;
	height: 54px;
	/*background-color: #339999;*/
	background-image: url(images/navBKGR.jpg);
	background-repeat: repeat-x;
}
#nav ul{
	height: 38px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#nav ul li{
display: inline;
margin: 10px 45px 0px 0px;
padding: 0px;
}

#nav a { 
	color: #cccc99;
	text-decoration: none;
	font-weight: bold;
	font-family:trebuchet MS;
	font-size: 20px;
}
#nav a:visited { 
	color: #cccc99;
	text-decoration: none;
	font-weight: bold;
	font-family:trebuchet MS;
	
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #fec200;
}

/*CONTENT*/
#content {
	float: left;
	width: 700px;
	padding: 15px 10px;
	border-left: 1px solid #CCCC99;
}
#wrapper.packages #content{
	padding: 15px 15px 15px 15px;
	width: 700px;
}
#content td{
	padding: 0 0 10px 0;

}
#content a:link { 
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited { 
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, #nav a:active, #nav a:focus {  
	color: #FF6633;
}
#content p {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#footer {
	background: #CCCC99;
	padding: 5px;
	border-top: 1px solid #CCCC99;
	font-size: 80%;
	color: #339999;
}

.clearing { 
     clear:both; 

}


img.special {padding: 0px 10px 0px 0px;}
#footer ul li
{
display: inline;
}

