body{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    margin-left:-2px;
    background-color:white;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-y;  
    background-position:center top;
    font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;

}

#main-container{
    position: relative;
    width: 981px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;    
}  

#container{
    float: left;
    width: 980px;
    background-image: url(/images/header.jpg);
    background-repeat:no-repeat; 
    border-right: 1px solid white;
}


#topimage{
    float:left;
    width: 600px;
    height:274px; 
    margin-top:5px;
}

#content{  
    float: left;
    width: 980px;  
    margin: 0px;
    padding: 0px;
    background-color: white;
}

/* ********************************* NAV SECTION **************************** */	
#nav {
    float: left;
    width:980px;
    margin: 0px;
    padding: 0px;
    margin-top:125px;
    margin-left: 0px;
    margin-right: auto;
    height:25px;
    z-index: 1000;
}

#nav ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;	
	padding-left: 0px;
	list-style: none;
}

#nav ul li {   
	float:left;
	margin:0px;
	padding: 0px;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #8ba6c1;		
	height: 20px;
	text-align:left;
	
}
		
#nav ul li a{
    font-family: Arial, Futura, "Century Gothic" ,Arial,Tahoma,Sans-Serif;
    font-size:16px;
    color: white;  
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
}
	
#nav ul li a:hover {
	color: #51412e; 
}

#nav li:hover {
	color: #f46e10; 
}




h1 {
	font-weight: bold;
    color: #000000; 
	font-size:18px;
	text-align: left;
	
}
		
h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	color:#333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2b687c;
	font-size:12px;
}		

/* Reserved for Main Nav */
h4 {
	font-size: 17px;
	font-weight: bold;
	color: #660202;
	padding: 0px;
	margin:0px;
}

/* Reserved for Sub Nav */
h5{
	font-size: 18px;
	font-weight: normal;
	width: 190px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #482c0d;
}

h5 a{
	text-decoration: none;
	color: #482c0d;
}

/* ************************ MAIN FOOTER *************************** */
#footer{
    clear: both;
    width: 980px;       
    margin: 0px;
    padding: 0px; 
    background-color:white;
    border-top: 1px solid black;
    height: 40px;    
}

#footer a {
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: orange;
	font-size:12px;
	text-decoration: none;
}
		
#footer a:hover {
	color: #2b687c;
    text-decoration: underline;
}

/* ******************** END MAIN FOOTER ************************ */



/* ******************************** MAIN CMS AREA ************************************* */


#cmsarea-home
{
  clear:both;
  float: left;
  width: 980px;

}

#cmsarea-home-header
{
    position: relative;
    font-weight: bold;
    color: #000000;
    font-size: 28px;
    text-align: left;
    width: 970px;
    background-color: white;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    height: 38px;
    padding-left: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#cmsarea-home-inner 
{
    float:left;
    padding:0 20px 20px 20px;
    width:940px;
}

#cmsarea-home-footer{
    position: relative;
    padding: 0px;   
}

#cmsarea-home-text{   
    width: 910px;
    min-height: 320px;
}

#cmsarea-home-text p   {
    color: #51412e;
    font-size: 1.0em;
    text-align: justify;
    margin-bottom:5px;
    padding-top: 0px;
}

#cmsarea-home-text a
{
    color: #006699;
    font-size: 1em;
    text-decoration: none;
    text-align: justify;
}
#cmsarea-home-text li   {
    color: #666666;
    font-size: 1em;
    margin-left:15px;
  
}
#cmsarea-home-text ul   {

}

#cmsarea-home-text a:hover
{
    color: #00A8F9;
}

#cmsarea-home-text img{

    border  : 1px solid gray;

}



a#image-left
{
    float:left;
    width:190px; 
    height:130px;
    background-image: url(/images/wedding-functions.jpg);
    background-repeat:no-repeat; 
    margin-top:0px;
    margin-left:0px;
    padding: 0px;
}
a#image-left:hover {
    background-image: url(/images/wedding-functions-over.jpg);
    background-repeat:no-repeat; 
}
a .alt { display: none; 
}
