html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d5d5d5;
	font-size: 12px;
	background: url(images/webbg.jpg) top center no-repeat #000;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #7b9068;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.title {
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #fff;
	margin: 15px 0;
	clear: both;
	float: left;
	display: inline;
}

h1 {
	font-size: 36px;
	margin: 0px;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 28px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 32px;
	font-weight: bold;
}

ol, ul {
	width: 90%;
	list-style: disc;
	margin: 0 25px;
	clear: both;
	float: left;
	display: inline;
}

img {
	border: none;
}

hr {
	color: #e6e6e6;
	background-color: #e6e6e6;
	height: 2px;
	border: none;
}

p {
	width: 100%;
	margin: 10px 0;
	clear: both;
	float: left;
	display: inline;
}

.inputStyle {
	width: 220px;
	padding: 10px;
	color: #4d4d4d;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background: url(images/inputbg.jpg) repeat-x #e5e5e5;
	clear: both;
	float: left;
	display: inline;
}

.inputButtonStyle {
	width: 220px;
	padding: 10px;
	font-size: 13px;
	border: none;
	color: #fff;
	background: url(images/inputbuttonbg.jpg) repeat-x #000;
	clear: both;
	float: left;
	display: inline;
}

#fullWide {
	width: 100%;
	padding-bottom: 340px;
	float: left;
	display: inline;
}

#widthSetter {
	width: 970px;
	margin: 0 auto;
}

#navColumn {
	width: 140px;
	float: left;
	display: inline;
}

#navColumn h1 a {
	width: 140px;
	height: 178px;
	background: url(images/c3global_logo.png) top left no-repeat;
	margin-bottom: 5px;
	text-indent: -5555px;
	cursor: pointer;
	float: left;
	display: inline;
}

#nav {
    width:140px;
    height:252px;
    float: right;
    display: inline;
}

#nav a {
    color:#FFF;
}
    	
/* navigation
--------------------------------------------------------------------------------*/
#nav ul {
    width:140px;
    height:252px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float:left;
    position:relative;
}

#nav ul li a {
    display:block;
    float:left;
    width: 140px;
    height:42px;	
    background-image: url(images/navbar.png);
    text-indent:-6000px;
}
    
/* up */
#nav li#home a { background-position: 0px 0px; }
#nav li#leadership a { background-position: 0px -42px; }
#nav li#benefits a { background-position: 0px -84px; }
#nav li#community a { background-position: 0px -127px; }
#nav li#contact a { background-position: 0px -169px; }
#nav li#events a { background-position: 0px -210px; }

    
/* over */
#nav li#home a:hover { background-position: -140px 0px; }
#nav li#leadership a:hover { background-position:-140px -42px; }
#nav li#benefits a:hover { background-position:-140px -84px; }
#nav li#community a:hover { background-position:-140px -127px; }
#nav li#contact a:hover { background-position:-140px -169px; }
#nav li#events a:hover { background-position:-140px -211px; }

.navover {
	background-position: 0px -140px;
}

.subnav {
	width: 520px;
	background: #373737;
	padding: 10px;
	margin: 10px 0;
	float: left;
	display: inline;
}

#slidedeck_frame {
    margin-top: 10px;
    border-top: 2px solid #d4d4d4;
    background: #d4d4d4;
    width: 536px;
    height: 260px;
    padding: 2px;
}

#slidedeck_frame dl { margin: 0; }
#slidedeck_frame .slidedeck {
    width: 536px;
    height: 260px;
    margin-left: 2px;
}

#slidedeck_frame dl { margin: 0; }			
.slidedeck dd {
	padding: 10px 15px;
	border-right: 5px solid #d7d7d7;
	color: #333;
	background: url(images/slides.png) bottom left #d7d7d7 repeat-x;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(images/spines.png) top left #d7d7d7;
	color: #505050;
}
.slidedeck dt:hover {
	color: #000;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url(images/corner.png);
	width: 12px;
	height: 25px;
}

#mainContent {
	width: 780px;
	min-height: 500px;
	background: url(images/bodybg.jpg) top left repeat-x #141414;
	margin-top: 4px;
	padding: 20px 20px 50px 20px;
	float: left;
	display: inline;
}

.bannerImage {
	margin-bottom: 10px;
}

.leftColumn {
	width: 540px;
	float: left;
	display: inline;
}

.rightColumn {
	width: 220px;
	margin-left: 20px;
	float: left;
	display: inline;
}

.picRight {
	float: right;
	padding: 0 0 15px 15px;
}

.picLeft {
	float: right;
	padding: 0 15px 15px 0;
}

.quote {
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	float: left;
	display: inline;
}

#footer {
	width: 780px;
	margin-left: 140px;
	padding: 20px;
	color: #e2e2e2;
	background: url(images/footercolorbar.png) top center no-repeat #000;
	float: left;
	display: inline;
}

#footer a:link, #footer a:visited {
	color: #d2e387;
	text-decoration: underline;
}

#contactForm {
	width: 520px;
	margin: 20px auto;
	padding: 0;
	background-color: #FFF;
	float: left;
	display: inline;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

.event_holder {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #cfcfcf;
	float: left;
	display: inline;
}

/* Form style */

label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 125px;
}

input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
   
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}

input.submit {
	cursor: pointer;
	border: 1px solid #222;
	background:#333;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

input.submit:hover {
	background:#444;
}

fieldset {
	padding:20px;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

span.required{
	font-size: 13px;
	color: #ff0000;

} /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message {
	float: left;
	display: inline;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('images/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin: 10px 0;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

#succsess_page {
	width: 95%;
	float: left;
	display: inline;
}

#succsess_page h1 {
	background: url('images/success.gif') left no-repeat;
	padding-left:22px;
}

