/* CADWorx University 2010 Default Stylesheet
-----------------------------------------------------*/
html * {
	margin: 0;
	padding: 0;
	}
a:link {
	color: #126f93;
	}
a:visited {

	}
a:hover {

	}
a:active {

	}
body {
    background: #224e71 url(../i/bbg3.png) center center fixed no-repeat;
    color: #444;
    font: 72% arial, helvetica, sans-serif;
	}
blockquote {
	border-top: dotted 1px #ccc;
	font-family: georgia, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 150%;
	min-height: 50px;
	padding: 16px 6px 4px;
	}
blockquote p {
	margin: 0;
	padding: 0;
	}
blockquote .author {
	clear: both;
	display: block;
	text-align: right;
	}
h1 {
    color: #f60;
    font-size: 1.2em;
    margin: 12px auto;
	text-align: left;
	text-transform: uppercase;
    }
h2 {
    clear: both;
    color: #369;
    font-size: 1.2em;
    margin-bottom: 0;
    }
h3 {
	font-size:1em;
	font-weight: bold;
    margin-bottom: 8px;
	}
hr {
    clear: both;
    color: #ccc;
    margin: 0 0 6px 0;
    }
.center {
	text-align: center;
	}
.even {
	background: #ffe;
	}
.author {
	color: #369;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em !important;
	font-style: normal;
	}
.author strong {
	color: #369;
	}
table.agenda {
    border-collapse: collapse;
    border-top: solid 1px #112b6e;
    border-right: solid 1px #112b6e;
    margin-bottom: 12px;
    width: 100%;
    }
table.agenda h2 {
    color: #fff;
    margin: 0 0 0 137px;
    }
table.agenda td {
    border-bottom: solid 1px #112b6e;
    border-left: solid 1px #112b6e;
    padding: 6px;
    }
table.agenda tr td strong {
    border: none;
    color: #112b6e;
    display: inline;
    font-size: 1em;
    margin: 0;
    width: auto;
    }
table tr td img {
    display: inline;
    }
table tr td input {
    margin-bottom: 6px;
    }
.red {
	color: #f00;
	}

/* CONTAINER
-----------------------------------------------------*/
#container {
	background: #fff;
    border: solid 12px #fff;
    height: auto;
    margin: 0 auto;
    text-align: left;
    width: 926px;
	}

/* HEADING
-----------------------------------------------------*/
#heading {
	background: #112b6e;
    height: 120px;
    margin: 0 auto;
    width: 950px;
	}
#heading p {
	color: #fff;
	float: right;
	font-size: 1.2em;
	margin: 45px 14px 0 0;
	text-align: right;
	}
#top {
	background: #112b6e;
	height: 6px;
	margin: 15px auto 0 auto;
	width: 950px;
	}
#top ul {
	height: 50px;
	list-style: none;
	}
#top li {
	float: left;
	height: 50px;
	}
#top li a {
	border-right: solid 1px #126f93;
	color: #ddeeff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 34px;
	padding: 16px 16px 0;
	text-decoration: none;
	}
#logo {
	background: url(../i/cu2.gif) no-repeat;
	clear: left;
	float: left;
	height: 59px;
	margin: 30px 0 15px 15px;
	text-indent: -200000px;
	width: 288px;
	}
#logo a {
	display: block;
	height: 50px;
	text-indent: -200000px;
	width: 197px;
	}
#header {
	clear: both;
	height: 290px;
	margin-bottom: 0;
	}

/* NAVIGATION
-----------------------------------------------------*/
#nav {
    float: left;
    height: auto;
	margin-top: 0;
	min-height: 400px;
    padding-bottom: 12px;
    width: 218px;
	}
#nav img {
    border: none;
    margin: 12px 0;
    padding: 0;
    }
#nav ul {
    border-top: dotted 1px #ccc;
	list-style: none;
	height: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 0;
	}
#nav li {
    border-bottom: dotted 1px #ccc;
    font-size: .9em;
	height: auto;
	width: 218px;
	}
#nav li a {
	display: block;
	height: 19px;
	padding: 5px 0 0 4px;
	text-decoration: none;
    text-transform: uppercase;
	width: 214px;
	}
#nav a:link {
	background: #fff;
	color: #126f93;
	}
#nav a:visited {
	background: #fff;
	color: #126f93;
	}
#nav a:hover {
	background: #def;
	color: #f93;
	}
#nav a:active {
	background: #fff;
	color: #126f93;
	}
#nav a#regLink {
	color: #f30;
	}
#nav a#current {
	color: #333;
	}
#nav li ul {
    border-top: none;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	}
#nav li li {
    border-bottom: none;
	}
#nav li li a {
	display: block;
	height: 19px;
	padding: 5px 0 0 18px;
	text-decoration: none;
    text-transform: uppercase;
	width: 200px;
	}
#nav #register {
	background: #f93;
	box-shadow: 1px 2px 2px #999;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-top: 2px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
	}
#nav #register:link {
	background: #f93;
	color: #fff;
	box-shadow: 1px 2px 2px #999;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	}
#nav #register:active {
	background: #f93;
	color: #fff;
	box-shadow: 1px 2px 2px #999;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	}
#nav #register:hover {
	background: #f60;
	color: #fff;
	box-shadow: 1px 1px 1px #999;
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	}
#nav #register:active {
	background: #f60;
	color: #fff;
	box-shadow: 1px 1px 1px #999;
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	}

/* MAIN CONTENT
-----------------------------------------------------*/
#main {
    float: left;
    padding: 12px 0 0 16px;
    min-height: 720px;
    width: 684px;
	}
#main img {
	border: double 3px #eee;
	}
#main p {
	line-height: 150%;
	margin-bottom: 20px;
	}
#main p#tagline {
	color: #112b6e;
	font: bold 1.4em 'trebuchet ms', arial, sans-serif;
	margin: 12px 0;
	text-align: center;
	text-transform: uppercase;
	}
#main ul {
	margin: 12px 0 12px 16px;
	}
#main li {
	line-height: 150%;
	}
#main strong {
	color: #112b6e;
	}
#main .right {
    float: right;
    margin: 3px 0 0 6px;
    }
#main .left {
    float: left;
    margin: 3px 6px 0 0;
    }
#main .postit {
	background: url(../i/postit-middle.jpg) repeat-y;
	margin-left:8px;
	}
#main .postit a {
	color: #00f;
	text-decoration: none;
	}
#main .postit p {
	padding-left: 24px;
	width: 600px;
	}
#main .postit strong {
	color: #f00;
	}
#main .postit .top {
	background: url(../i/postit-top.jpg) no-repeat;
	display: block;
	height: 29px;
	width: 100%;
	}
#main .postit .bottom {
	background: url(../i/postit-bottom.jpg) no-repeat;
	display: block;
	height: 28px;
	width: 100%;
	}
#main .postit-short {
	background: #ffa;
	border: double 3px #f3f390;
	float: right;
	margin: 0 -5px 0 8px;
	padding: 8px 8px 0 8px;
	width: 173px;
	}
#main .postit-short a {
	color: #00f;
	text-decoration: none;
	}
#main .postit-short p.button {
	text-align: center;
	}
#main .postit-short p.button img {
	border: none;
	}
#main .postit-short strong {
	color: #f00;
	}
#brochure {
	background: #224f71 url(../i/brbg.jpg) center top;
	border: double 3px #fff;
	margin: 10px -5px 0 0;
	padding: 6px 8px 4px 8px;
	width: 163px;
	}
#brochure p {
	margin: 8px 0;
	}
#brochure p img {
	margin: 2px 0 0 0;
	}
#brochure a {
	background: transparent !important;
	color: #fff !important;
	display: block;
	text-align: center;
	text-decoration: none;
	}
#main #coade-software {
	border: none;
	clear: none;
	float: right;
	margin: 0 0 0 8px;
	}

/* FOOTER
-----------------------------------------------------*/
#footer {
	background: #112b6e;
	clear: both;
	color: #fff;
	height: 300px;
    margin: 0 auto;
	width: 950px;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer p {
	float: left;
	font-size: 1em;
	margin-top: 13px;
	margin-left: 18px;
	}
#footer p img {
	margin-top: 13px;
	}
#footer ul {
	color: #fff;
	float: left;
	list-style: none;
	margin-top: 8px;
	margin-right: 20px;
	width: 210px;
	}
#footer li {
	border-bottom: dotted 1px #fff;
	padding: 10px 0;
	}
