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

body {background-image: url(images/body-bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
#wrapper {width: 920px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0 10px;
	}
	
#insideWrap {width: 916px;
	border: 1px #666666 dotted;
	margin-top: -1px;
	padding: 0;
	}
	
a {color: #3d9bae;
	}
	
.r {
	color: #000000;
	text-decoration:none;
	}
	
.r:hover { 
	color: #000000; 
	text-decoration:underline;
}
	
/* HEADER */
#header {height: 21px;
	width: 100%;
	border-bottom: 1px #666666 dotted;
	font-size: .7em;
	}
	
#headGray {width: 233px;
	background-color: #717171;
	height: 16px;
	text-align: center;
	color: #FFFFFF;
	float: left;
	padding-top: 3px;
	margin-left: 3px;
	}
	
#headDate {float: right;
	width: 225px;
	padding-top: 3px;
	font-weight: 900;
	margin-right: 5px;
	text-align: right;
	}
	
#headIcons {margin-left: 250px;
	width: 230px;
	}
	
#headIcons img {margin: 0px;
	}
	
/* MAIN */
/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:913px;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		margin-left: 3px;
		font-size: .75em;
		padding-top: 1px;
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#ffffff;    	/* Right column background colour */
		border-bottom: 1px #666666 dotted;
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-195px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
	
    }
    .holygrail .colleft {
        float:left;
        width:100.2%;
        margin-left:-50%;
        position:relative;
        left:423px;         	/* Left column width + right column width */
        background: #f1f1f1;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:238px;        	/* Width of left column */
	     	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 184px 0 242px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	border-left: 1px #666666 dotted;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:225px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:3px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:196px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	.holygrail .col1b {
       margin:0 0 0 242px;
       position:relative;
       left:200%;
       overflow:hidden;
       border-left: 1px #666666 dotted;
    }
	
	
/*---- LEFT COLUMN ----*/
#login {position: relative;
	right: 5px;
	text-align:center;
	}
/* NAV */
#nav {position: relative;
	right: 5px;
	clear: both;
	}
#nav a{margin-bottom: 3px;
	}	


/*---- CENTER COLUMN ----*/
#topPhoto {position: absolute;
	left: 238px;
	z-index: 1;
	}
h2 {font-family: "Tahoma",Arial, Helvetica, sans-serif;
	font-weight: 100;
	}
	
h3 {color: #3d9bae;
	}
	
h4 {margin: 0;
	}

h5 {padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 12px;
	}
	
#centWrap {position: relative;
    margin-top: 220px;
	padding: 10px 15px 0px 15px;
	z-index: 11;
	}
#centWrap2 {margin-top:83px;
	padding: 10px 15px 50px 15px;
	border-right: 1px #666666 dotted;
	position: relative;
	z-index: 11111;
	}
#centWrapb {margin-top: 220px;
       border-top: 1px #666666 dotted;
       padding: 10px 15px 130px 15px;
    }
#inWrap {width: 600px;
       background-color: #FFFFFF;
	   position: relative;
       top: 100px;
    }
	
/*---- RIGHT COLUMN ----*/
#rightWrap {margin-top: 320px;
	}

#rightBox {border-top: 1px #666666 dotted;
	padding: 10px;
	background-image:url(images/registernow.gif);
	background-repeat:no-repeat;
	}
	
#rightBox2 {border-top: 1px #666666 dotted;
	padding-top: 10px;
	}
	
#rightBox3 {border-top: 1px #666666 dotted;
	padding: 10px;
	}
	
#rightBox4 {border-top: 1px #666666 dotted;
	padding: 10px;
	}

/* FOOTER */
#footWrap {background: #ffffff;
	clear: both;
	padding-top: 3px;
	padding-left: 3px;
	}

#footer {clear: both;
	background: #f1f1f1;
	font-size: 12px;
	height: 22px;
	padding-left: 125px;
	padding-top: 7px;
	margin-bottom: 3px;
	text-align: center
	}
	
#footer ul {list-style: none;	
	margin: 0;
	}
	
#footer li {display:inline;
	}
	
#footer a {color:#000000;
	text-decoration: none;
	}
	
#footer a:hover {color:#3d9bae;
	text-decoration: underline;
	}
	
#footWrapBot {background: #FFFFFF;
	height:20px;
	clear:both;
	width: 940px;
	margin: 0 auto;
	}

#footBot {background: #FFFFFF;
	position: relative;
	right: 1px;
	height:20px;
	width: 916px;
	margin: 0 auto;
	border-right: 1px #666666 dotted;
	border-left: 1px #666666 dotted;
	}