/* CSS Document */

/* **************************************************************************** */
/* GLOBAL PAGE ATTRIBUTES														*/
/* **************************************************************************** */	

html {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #92c1df;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../../images/universal/page_background.jpg);
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
} 

body{
	margin: 30px 0 30px 0;
	padding: 0;
	text-align: center;
	background-color: #92c1df;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../../images/universal/page_background.jpg);
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
} 

#page{
	margin: 0 auto 0 auto;
	width: 770px;
	background-color: #ffffff;
	background-image: url(../../images/universal/main_background.gif);
	text-align: left;
}

/* **************************************************************************** */
/* GLOBAL TEXT ATTRIBUTES														*/
/* **************************************************************************** */	

h1, h2, h3, h4, h5, h6, p, ul, li {
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}

p, ul, li {
	font-size: small;
	}
	
h1{
	margin: 0;
	padding: 0;
	font-size: x-large;
	font-weight: lighter;
	color: #000000;
	}

h2{
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: large;
	font-weight: lighter;
	color: #000000;
	}

h3{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	}

hr {
	margin: 10px 0 10px 0;
	display: block;
	text-align: center;
	width: 100%;
	border: none;
	border-top: 1px #cccccc solid;
	height:1px;
	}

/* **************************************************************************** */
/* MASTHEAD																		*/
/* **************************************************************************** */	

#masthead{
	clear: both;
	width: 770px;
	height: 93px;
	background-color: #ffffff;
	background-image: url(../../images/universal/masthead_background.gif);
	margin: 0;
	}

#masthead p {
	text-align: right;
	padding: 13px 12px 0 0;
	}
	
/* **************************************************************************** */
/* NAVBAR																		*/
/* **************************************************************************** */	

#navbar {
	clear: both;
	width: 770px;
	height: 33px;
	background-color: #ffffff;
	background-image: url(../../images/universal/navbar_background.gif);
	font-size: medium;
	text-align: center;
	margin: 0;
	} 

#navbar td {
	padding: 4px 0 0 0;
	}

#nav_select a:link, #nav_select a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

#nav_select a:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #000000;
}

#nav_home a:link, #nav_home a:visited, 
#nav_risks a:link, #nav_risks a:visited, 
#nav_benefits a:link, #nav_benefits a:visited, 
#nav_workplace a:link, #nav_workplace a:visited, 
#nav_resources a:link, #nav_resources a:visited,
#nav_events a:link, #nav_events a:visited,
#nav_blog a:link, #nav_blog a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0066cc;
	}

#nav_home a:hover, 
#nav_risks a:hover, 
#nav_benefits a:hover, 
#nav_workplace a:hover, 
#nav_resources a:hover,
#nav_events a:hover,
#nav_blog a:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #0099cc;
}

/* **************************************************************************** */
/* MAIN																			*/
/* **************************************************************************** */	

#main {
	padding: 10px 20px 20px 20px;
	}

/* **************************************************************************** */
/* CONTENT																		*/
/* **************************************************************************** */	

#content{
	float: left;
	width: 730px;
	margin: 0;
	padding: 0;
	}

#content p {
	line-height: 22px;
	}

#content a, #content a:visited {
	color: #0066cc;
	text-decoration:none;
	}

#content a:hover {
	color: #0099cc;
	text-decoration:underline;
}

#content img.image_left {
	float: left;
	margin: 0 20px 10px 0;
}

/* **************************************************************************** */
/* FOOTER																		*/
/* **************************************************************************** */	

#footer{
	clear: both;
	width:770px;
	height: 64px;
	background-image: url(../../images/universal/footer_background.gif);
	text-align: right;
	color: #1b3400;
	font-size: x-small;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 8px 10px 0 0;
	margin: 0;
	}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #0066cc;
	}

#footer a:hover {
	text-decoration:none;
	color: #0099cc;
}

/* **************************************************************************** */
/* SUPPORT FOR "SKIP NAVIGATION" FUCTION										*/
/* **************************************************************************** */	

.hide {display: none;}

/* **************************************************************************** */
/* TABLE FORMATTING "ALL"														*/
/* **************************************************************************** */	

#content table {
	border-collapse: collapse;
	margin: 5px 0 15px 0;
}

#content td {
	padding: 4px;
	font-size: small;
	text-align: left;
}

/* **************************************************************************** */
/* FORMS FORMATTING																*/
/* **************************************************************************** */	

fieldset {
	background:#92c1df;
	border:1px outset #92c1df;
	margin-bottom:10px;
	width:370px;
	padding-top:20px;
	font-size:small;
}

p.legend {
	background:#DED983;
	border:1px outset #DED983;
	padding:4px 10px;
	width:300px;
	position:relative;
	margin:10px 0 -16px 10px;
	font-size: large;
	font-weight: lighter;
	color: #000000;
}

input[type="submit"], input[type="reset"] {
	background:#DED983;
	}

/* **************************************************************************** */
/* CLUBS FORMATTING																*/
/* **************************************************************************** */	

fieldset h2 {
	margin-top: 0;
}

fieldset.club_fieldset_light {
	background:#ffffff;
	margin:0;
	width:663px;
	padding: 10px;
	font-size:small;
	border: none;
}

fieldset.club_fieldset_dark {
	background:#e7eff2;
	margin:0;
	width:663px;
	padding: 10px;
	font-size:small;
	border: none;
}

/* **************************************************************************** */
/* FORMS FORMATTING																*/
/* **************************************************************************** */	

form fieldset {
	background:#e7eff2;
	border:none;
	margin-bottom:10px;
	width:680px;
	padding:10px;
	font-size:small;
}

p.legend {
	background:#DED983;
	border:1px outset #DED983;
	padding:4px 10px;
	width:400px;
	position:relative;
	margin:10px 0 -16px 10px;
	font-size: large;
	font-weight: lighter;
	color: #000000;
}

input[type="submit"], input[type="reset"] {
	background:#DED983;
	}

/* **************************************************************************** */
/* BLOGS FORMATTING																*/
/* **************************************************************************** */	

h3.blog_title {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: x-large;
	font-weight: lighter;
}

h4.blog_authordate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	}

h4.blog_authordate a:link,
h4.blog_authordate a:visited,
h4.blog_authordate a:hover  {
	text-transform: uppercase;
	padding: 0 20px 0 0;
	}
