/* Eastwood Comprehensive - Style Sheet */

/* Formatting of Standard Tags */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
	}
	
body {
	background-image:none;
	background-repeat:repeat-y;
	background-color:#545272;/* #d6d5dd;	*/
	font-family: Arial;
	font-size:12px;
	
	}
blockquote {
	margin-top: 1em;
	margin-left: 4em;
	margin-right:4em;
	margin-bottom:1em;}

h1 {
	font-family: Arial;
	font-size: 17px;
	font-weight:bold;
	color:#000000;
	margin-top: 1em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 13px;
	color:#222222;
	margin-top: 1em;
	margin-bottom: 0em;
	}
h3 {
	font-size: 12px;
	color:#444444;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-right:5px;
	}

img {
	border:none;
	padding:3px;
	clear:both;
}


p {
	margin-top:0em;
	margin-bottom:1em;
	margin-left:5px;
	margin-right:5px;
		
	line-height:1.5em;
	text-align:justify;
}


/* MAIN BODY AND SIDEBAR POSITIONS and Formatting */
/* IDs */
  #headerwrapper 
    {
        margin:0px; 
        padding:0px; 
        width: 1200px;
        background-color: #802A2B;
        background-image:url(/build_images/adverts_default.jpg);
        background-repeat:no-repeat;
    }
    #bannerflash
    {
        float:left;
     /* position:absolute;
        top:0px;
        left:0px; */
        width:640px;
        height: 60px;
        display:inline;
        }
    #clockflash
    {
     /* position:absolute;
        top: 0px;
        left:690px; */
        margin-left:20px;
        width:60px;
        height: 60px;
        display:inline;
    }

#header1 {position: absolute; top: -34px; height:60px; left: 0px; z-index: 0;}
#header2 {position: absolute; top:15px; left: 0px; z-index: 0;}
#headeruser {position:absolute; top: 3px; right: 0px; z-index:0;}

#main {
	position:absolute; top: 102px; left: 20.5%; right: 25%;
	background-color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 11px; border: solid 1px black;
}
.main {
	position:absolute; top: 220px; left: 160px; width: 650px; z-index:50; bottom:0px;
    color:#000000;
    background-color:#FEFBF2;
    font-family : Arial;
	font-size: 12px;
	margin-left:0px;
	margin-right:0px;
    padding:2px;
	border-style:dashed;
	border:0px;
	border-left:1px;
	}
#main ul {margin-left: 20px;}	
#main li {margin-left: 20px;}	

#mainhome1 
{
    position:absolute; top: 102px; left: 0%; width: 36%; margin:2%; padding:3px;
	}
#mainhome2 
{
    position:absolute; top: 102px; left: 40%; right: 25%; margin:2%; padding:3px;
	
	}

#singlebox {position:relative; top:102px; width:78%; left:10%; right:10%; padding:10px; background-color:White; border:solid 1px black}
#fullname {position:absolute; top: 102px; height:15px; left:0px; width: 20%; overflow:hidden; border: solid 1px bloack; background-color:White; }
#sidebar {
	position:absolute; top:120px; left:0px; width: 20%;
	/* background-color:#FEFBF2; border: solid 1px black; color:#000000; color:#990000;*/
	padding-left:2px;
   
    font-family: Tahoma;
	font-size: 11px;
	
	line-height:1.5em;
	
	}
#sidebar ul {margin-left:10px}
#sidebar li {list-style-type:disc}
#sidebar h1 {
	font-size:12px;
	line-height:1.5em;
	margin-top:1em;
	margin-bottom:0em;
	
	}
#sidebar a 
{
    letter-spacing:0.05em;
	color:#1E5A9E;
}
#sidebar a:hover {
	color:#ff3333;
}

#rightbar {
	position:absolute; top: 102px; width: 21.5%; right:3%; z-index:10;
	color:#000000;
    font-family: trebuchet ms;
	font-size: 12px;
}
	
	

/* Top Menu Formatting */
#nav {
	position:absolute; top:60px; left: 0px; right:0px; width:1280px; z-index:40;
	background-image:url(/build_images/menu_bar.jpg);
	background-repeat:repeat-x;
	background-color:#9a98ac;
	border-style:dashed;
	border:0px;
	border-bottom:0px;
	border-right:0px;
	padding-left:10px;
	}
#nav ul {margin:0px;}
#nav li {
	list-style-type:none;
	text-align:left;
	float:left;
	line-height:0.9;
	padding-top:17px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	border-style:none;
	border:0px;
	border-left:0px;
	/*width:80px;*/
	}
#nav a 
{
    letter-spacing:0.05em;
    font-family: Arial;
    font-size: 11px; 
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
    }
#nav a:link {
	color: #ffffff;
	text-decoration: none;
    }
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
    }
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
    }
#nav a:active {
	color: #ffffff;
	text-decoration: none;
    }
    #nav li:hover {background-color:#802b2b;
	}

/* Style Classes */
/* ============= */
    .emphasize {
	font-family: trebuchet ms;
	font-size: 12px;
	font-style:italic;
	color: #3091ff;
	}
.footer {
	display:block;
	margin-top:40px;
	border-style:dashed;
	border: 0px;
	border-top:1px;
	font-size:10px; 
	text-align:left;
	}

.media {
	padding:2em;
	text-align:center;}
.pageheading {
	background-color:#4983c0;
	background-image:url(/build_images/pageheading_bar.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:0em;
	margin-bottom: 2px;	
	margin-left:0px;
	margin-right:0px;
	letter-spacing:0.4em;
	text-align:left;
	width:100%;
	
	font-family: Trebuchet ms;
	font-size:11px;
	font-weight:bold;
	}	

.clubheading 
{   background-color:#bb2211;
	background-image:url(/build_images/clubheading_bar.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	padding-left: 2%;
	padding-right:3%;
	margin-top:0em;
	margin-bottom: 2px;	
	margin-left:-5px;
	margin-right:0px;
	letter-spacing:0.4em;
	text-align:left;
	width:96%;
	
	font-family: Trebuchet ms;
	font-size:13px;
	font-weight:bolder;
}

.greenheading
{   background-color:#11961c;
	background-image:url(/build_images/greenheading_bar.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:0em;
	margin-bottom: 2px;	
	margin-left:0px;
	margin-right:0px;
	letter-spacing:0.4em;
	text-align:left;
	width:100%;
	
	font-family: Trebuchet ms;
	font-size:11px;
	font-weight:bold;
    
    }

.redblock {color:#FF0000}

.item
{   
    clear: both;
	display:block;
	
	overflow:visible;
    width:90%;
	border:1px; border-color:Black;
   
    border-style:solid; 
    padding:3px;
    margin-bottom:5px;
    margin-top:5px;

    font-size:16px;
    font-weight:bolder;
    text-decoration: none;
    
    background-color:#802a2b;
   /* background-image:url(/build_images/icons/folder_larger.png); 
    background-repeat:no-repeat; */
    
    margin:3px; 
    padding-left:30px;
    color:#ffffff;
}

a.folderitem
{   
    clear: both;
	display:block;
	
	overflow:visible;
    width:90%;
	border:1px; border-color:Black;
   
    border-style:solid; 
    padding:3px;
    margin-bottom:5px;
    margin-top:5px;

    font-size:16px;
    font-weight:bolder;
    text-decoration: none;
    
    background-color:#802a2b;
    background-image:url(/build_images/icons/folder_larger.png); 
    background-repeat:no-repeat; 
    
    margin:3px; 
    padding-left:30px;
    color:#ffffff;
}
.container 
{
  clear: both;
	display:block;
	overflow:visible;
    width:96%;
	border:1px;
    border-left:1px; 
    border-style:solid; 
    padding:3px;
    margin-bottom:5px;
    margin-top:5px;
    background:#ffffff;
    font-size:12px;
	
    }
.rssfeedwide 
    {
	clear: both;
	display:block;
	overflow:visible;
    width:96%;
	border:1px;
    border-left:1px; 
    border-style:solid; 
    padding:3px;
    margin-bottom:5px;
    margin-top:5px;
    background:#FfFdF4;
    font-size:12px;
	
    }
.rssfeedwide a {font-size:12px;}
.rssfeedwide h1 {font-size:13px; margin-top:0px; }
.rssfeedwide h2 {font-size:12px; margin-top:0px; }

.rssfeedthin
    {
	overflow:hidden;
  /*  width:160px;*/
    border:0px; 
    border-style:solid; 
    padding:2px;
    margin-bottom:5px;
    margin-top:5px;
    background:#FfFdF4;
    font-size:10px;
    }
.rssfeedthin a {font-size:10px;}
.rssfeedthin h1 {font-size:11px; margin-top:0px; }
.rssfeedthin h2 {font-size:10px; margin-top:0px; }
.rssfeedthin img{padding:0px}
.popuppanel    
{
    text-align:left;
    position:absolute;
    top: 200px;
    left:250px;
    width: 280px;
    padding: 5px;
    padding-top:5px;
    

    border: 1px;
    border-style:solid;
    
    background-color:#eee;
    z-index:200;
}
li {list-style-type:disc; list-style-position:inside}
li.pdf {list-style-image:url(/build_images/icons/.pdf.png);}
li.doc {list-style-image:url(/build_images/icons/.doc.png);}
li.link {list-style-image:url(/build_images/icons/ie.png);}
li.folder {list-style-image:url(/build_images/icons/folder.png);}
li.folderopen {list-style-image:url(/build_images/icons/folder_open.png); vertical-align:text-bottom;}
li.folderopen a {color:Red}
.menu ul { 
	text-align:left;
	
	list-style-position:outside;
}

.menu li{margin-left:0em; padding-left:0px;
	margin-top:0em;
	margin-bottom: 0em;}
.menu a {margin-left:2px;}

.postit {background-color:#f6f28e; 
         border: solid 0px #ccc; 
         width:130px; height:80px; 
         background-image:url(/build_images/icons/page_curl.png);
         background-repeat:no-repeat; 
         background-position:right bottom; 
         padding: 10px;
         margin:5px; 
         font-family:Comic Sans MS; font-size:10px;}
        
/* Style Sheet Ends */

input 
{
    background-image:url(/build_images/button.jpg);
    color:#444444;
    margin:1px;
    font-weight:bold;
    }
