/* @override 
	http://localhost:9017/css/pentagon.css
	http://pentagon.radardesign.com/css/pentagon.css
*/

body {
	background: #eee url(../img/logo-tile.png);
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1.5;
}

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}


h1 {
	font-family: Arial, sans-serif;
	font-size: 31px;
	margin-bottom: 8px;
	margin-right: 30px;
	color: #999999;
	font-weight: normal;
}

h1 strong, h2 strong, h3 strong {
	color: #5a5a5a;
	font-weight: normal;
}

#home h1 {
	font-size: 44px;
	line-height: 1;
	margin-bottom: 10px;
}

p {
	margin: 5px 0 10px 0;
}

h2 {
	font-family: Arial, sans-serif;
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-right: 30px;
}

p.intro {
	font-family: Arial, sans-serif;
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-right: 30px;
}

p.readmore {
	font-size: 10px;
	color: #999;
}

p.error {
	color: red;
	font-size: 11px;
	margin: 0;
}

h3 {
	font-family: Arial, sans-serif;
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-right: 30px;	
}

h4 {
	background-color: red;
	text-align: center;
	color: #ffffff;
	padding: 3px 0;
	font-size: 13px;
}

#promo {
	display: block;
	height: 336px;
}

#homepromos {
	float: left;
	margin-top: 20px;
	/*background-color: #ddd;*/
}

.homepromo {
	float: left;
	padding-right: 23px;
	margin-right: 23px;
	border-right: 1px dotted #cccccc;
}

.homepromolast {
	float: left;
}

a {
	text-decoration: none;
	color: #ff0b02;
}

a:hover {
	text-decoration: underline;
}

.button {
	clear: both;
	background-color: #9c101d;
	color: #ffffff;
	font-size: 10px;
	display: inline;
	float: right;
}

.button a {
	color: #ffffff;
	display: block;
	padding: 5px 15px;
	margin: 0;
}

#shadows {
	position: relative;
	margin: 0 auto;
	width: 774px;
	/*outline: 1px solid red;*/
	padding: 0 24px;
	background: url(../img/shadows-trans.png) no-repeat 0 90px;
}

#container {
	position: relative;
	width:744px;
	background-color: #fff;
	/*outline: 1px solid green;*/
	padding: 175px 0px 10px 30px;
}

#autodesk #container {
	width: 750px;
	padding: 175px 0px 10px 24px;
}

#autodeskcontent {
	margin-right: 25px;
}

#header {
	position: absolute;
	left: -325px;
	top: 0;
}

#nav {
	float: left;
	width: 715px;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
}

#nav li {
	float: left;
	margin: 0 19px;
	color: #999999;
	font-size: 13px;
}

#nav li a {
	text-decoration: none;
	color: #999999;
}

#nav li a:hover, #nav li a.selected, #nav li.nav_active a {
	color: #ff0b02;
}

#column1 {
	width: 340px;
	float: left;
}

#column2 {
	width: 340px;
	float: right;
	margin-right: 33px;
}

#productcontent {
	float: left;
	width: 500px;
	margin-right: 50px;
}

#productlist {
	/*outline: 1px solid red;*/
	float: left;
	width: 160px;
}

#content ul {
	margin: 0 20px 20px 20px;
	padding: 0 20px;
	list-style: disc;
}

#content ul li p {
	padding: 0;
	margin: 0 0 5px 0;
}

.module {
	clear: both;
	padding: 10px 0;
}

#events_module {
	/*outline: 1px solid red;*/
	width: 710px;
	margin-top: 190px;
	border-top: 1px dotted #ddd;
}

#packages {
	float: left;
	margin-bottom: 20px;
}

.pack {
	float: left;
	width: 160px;
	font-size: 11px;
	margin: 0 25px 20px 0;
}

.pack img {
	margin: 0 0;
}

.pack .button {
	margin: 0 25px;
}

#people_module {
	clear: both;
}

.person {
	float: left;
	width: 220px;
	font-size: 11px;
	margin: 0 25px 20px 0;
}

.person img {
	margin: 10px 0;
}

.title {
	font-weight: bold;
	margin: 0;
}

.listitem {
	width: 400px;
}

.date {
	font-size: 11px;
	padding: 0;
	margin: 10px 0 0 0;
}

#map {
	width: 400px;
	height: 300px;
	margin: 0 50px;
	float: right;
	border: 1px solid #999;
}

#footer {
	clear: both;
	color: #666;
	font-size: 11px;
	padding: 15px 0 0 0;
}

#footer a {
	color: #666;
	
}

/* @group News */

.newsstory {
	float: left;
	width: 500px;
	margin-right: 30px;
}

/* @end */

/* @group Events */

#eventsmain {
	width: 500px;
	float: left;
	/*outline: 1px solid red;*/
}

#eventsnav {
	float: right;
	width: 160px;	
	/*outline: 1px solid green;*/
	padding: 0 20px 0 0;
}

#eventsnav table {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 10px 5px;
	/*float: left;*/
}

#eventsnav  th, #eventsnav td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 11px;
	text-align: center;
			/*background-color: #f7f5e6;*/

}

table#zoom_table td {
	border: 0;
}

th {
	padding: 5px 0;
	/*background-color: #fff;*/
}

th.calhead {
	/*background-color: #000;*/
	/*color: #fff;*/
	font-weight: bold;
}

div.calcontent, div.calnocontent {
	display: block;
	padding: 2px 4px;
}

div.calnocontent {
		background-color: #fff;
		color: #5b5348;
}

div.today {
	background-color: #b3d5ff;
	font-weight: bold;
}

div.calcontent {
	background-color: #ff0b02;
}



div.calcontent a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #ffffff;
}

div.calcontent a:hover {
	color: #000000;
}

#calnav {
	/*outline: 1px solid blue;*/
	width: 150px;
	padding: 10px 5px 0 5px;
}

#calnav a {
	font-size: 10px;
	/*background-color: #ff7c00;*/
	color: #ff0b02;
	font-weight: bold;
	/*padding: 2px 5px;*/
	/*display: inline;*/
	text-decoration: none;
	text-transform: uppercase;
}

#calnav a:hover {
	text-decoration: underline;
}

#calnav a#currentlink {
	margin: 0 14px;
}

#subnav {
	float: right;
	width: 170px;
	margin-right: 30px;
}

/* @end */

/* @group Contact */

label {
	margin-top: 10px;
	display: inherit;
	font-size: 11px;
}

input, textarea {
	width: 230px;
	font-size: 13px;
	color: #666666;
	border: 1px solid #999999;
	padding: 5px 3px;
}

#submit {
	width: 238px;
	color: #666;
	border: 1px solid #999;
}

/* @end */

