
@import url("css/menu.css");

*
{
font-family:Arial,sans-serif;
font-size:x-small;
}

body
{
background-color:white;
margin:auto;
text-align:center;   
}

h1
{
	font-family:Arial,sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#262626;
	text-align:left;	
}

h2
{
	font-family:Arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:-7px 0;
	padding:0;
	color:#005673;
	text-align:left;	
	font-style:italic;
}

h3
{
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-left:20px;
	color:#005673;
	text-align:left;	
	font-style:italic;
}


h4
{
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#005673;
	text-transform:lowercase;
	border-bottom:1px gray dotted;
	text-align:left;
	margin-bottom:10px;
	text-indent:0;
}



div#wrapper
{
background: url("back_home.png") repeat-x top center; 
}

div#subwrapper
{
background: url("back_sub.png") repeat-x top center; 
}


div#container
{
position:relative;
margin:auto;
width:865px;
z-index:0;
border:0px;
height:100%;
text-align:left;   
}

div#subcontainer
{
position:relative;
margin:auto;
width:865px;
z-index:0;
border:0px;
height:100%;
text-align:left; 
}


div#header
{
height:284px;
width:865px;
background: transparent url('happycouple.jpg') no-repeat scroll right 68px;
}

div#header p
{
 font-size:12px;	
}

div#subheader
{
height:127px;
}

div#subheader h2
{
	position:absolute;
	left:273px;
	top:105px;
	font-size:22px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:black;
}

div.hometitlearea
{
	position:absolute;
	top:120px;
	width:525px;

}

div#content h3
{
	font-size:20px;
	text-transform:lowercase;
	margin:0;
	padding:0px 0px 0px 18px;
	color:#005673;
}


.TertiaryNav
{
	margin:0;
	padding:0;
	position:absolute;
	right:5px;
	top:0px;
}

.tertiarynav a
{
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	color:white;
	text-decoration:none;	
	margin-top:0;
}

.tertiarynav a:hover
{
	margin:0;
	padding:0;
	color:white;
}

.tertiarynav a:visited
{
	margin:0;
	padding:0;
	color:white;
}


.tertiarynav a:active
{
	margin:0;
	padding:0;
	color:white;
		text-decoration:underline;
}


.logo
{
margin:0px 0px 0px 55px;
}

div#mainnav
{
position:absolute;
left:260px;
top:18px;
/*
text-align:center;
float:right;
padding-top:5px;
*/
}

div#content
{
position:relative;

}

div.contentback
{

}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane
{
padding:0px; 
margin:0px; 
}

.contentedge
{

}

.ContentPane
{
margin-top:20px;
margin-right:20px;
	border-left: 2px black solid;
}


.ContentPane-Full
{
padding:0px; 
margin:0px; 

margin-top:20px;
}


.LeftPane
{

padding:0px 20px 0px 0px; 
width:235px; 
margin:0px;
}

.RightPane
{
padding:0px 0px 0px 0px; 
width:240px; 
margin:0px;
}


div#subpane
{
float:left;
width:540px;
margin:0px 10px 0px 10px;
}

div#navbar-home
{
	margin:0;
	padding:0;
	background: white url("back_subnav.png") no-repeat scroll center bottom;
	padding-left:20px;
	margin-bottom:20px;
}


div#navbar
{
	margin:0;
	padding:0;
	background: white url("back_subnav.png") no-repeat scroll center bottom;
	padding-left:10px;
	padding-bottom:100px;
}

div#navbar-home p
{
	text-align:center;
	font-size:10px;
	width:210px;
	margin:0;
	padding:0;
	
}

div#footer
{
	border-top:3px #C0C0C0 solid;
	clear:both;
	clear:top;
	padding:20px;
}


/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Vertical Menu */
#HouseMenuNav
{
    /* menu wrapper div */
    border-top: solid 1px #003;
    border-bottom: solid 1px #003;
    margin-bottom: 10px;
    background:#c8d585;
    width:210px;
}
#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}
#HouseMenuNav a
{
    /* all links within the menu wrapper */
}
#HouseMenuNav li
{
    /* all list items */ /* -- Border around each menu item -- */
    border-bottom: 1px solid #ED9F9F; /* added for opera browser to remove bullets on lists */
    list-style: none;
}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #711515;
    border-right: 1px solid #711515;
    background-color: #5b7600;
    color: #FFF;
    text-decoration: none; /* added for opera */
    font-size: 100%;
}
#HouseMenuNav li a:hover
{
    background-color: #711515;
    color: #FFF;
}
#HouseMenuNav ul ul
{
    /* second level menu items */
    margin-left: 12px;
}
#HouseMenuNav ul ul li
{
    border-bottom: 1px solid #711515;
    margin: 0; /* remove the bullets from the sub menu */
    list-style: none;
}
#HouseMenuNav ul ul a:link, #HouseMenuNav ul ul a:visited
{
    background-color: #ED9F9F;
    color: #711515;
}
#HouseMenuNav ul ul a:hover
{
    background-color: #711515;
    color: #FFF;
}

/* =====================================
    END STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* -------------tweaking event list view */

table.ListDataGrid
{
font-size:10px;
}

table.ListDataGrid a
{
font-size:12px;
}

table.ListDataGrid tr
{
margin-bottom:12px;
}




