@import url(menus.css);

body {
 color: #000;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 13px;
 padding: 0;
 margin: 0;
 background-color: #e1e1e1;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>basic structure*/

#wrapper {
 background-color: #212121;
 margin: 0 auto;
 width: 956px;
 text-align: left;
 /*border-left: 4px solid #333;
 border-right: 4px solid #333;
 border-bottom: 4px solid #333;
*/}


#head {
 height: 90px;
 background-color: #000;
 padding: 10px 10px 0 0;
}

#head_left {
 width: 520px;
 float: left;
}

#logo {
 width: 210px;
 height: 40px;
 margin: 0 10px;
}

#menu {
 height: 25px;
 margin: 25px 0 0 8px;
}

#head_right {
 width: 425px;
 height: 90px;
 float: left;
 text-align: right;
}

#topmenu {
 width: 195px;
 height: 85px;
 float: left;
 margin: 0 0 0 90px;
}


#search {
 width: 135px;
 float: left;
}

#search .inputbox {
 font-size: 11px;
 padding: 0 0 0 6px;
 vertical-align: top;
 margin: 0 2px 0 0;
 width: 100px;
 height: 14px;
 background-color: #b5b5b5;
 color: #404040;
 border: none; 
}


#autodesklogo {
 width: 135px;
 height: 30px;
 margin: 30px 0 0 0;
 float: right;
}


#flashbanner {
 margin: 15px 0 10px 15px;
 height: 330px;
 width: 925px;
}

#banners {
 height:95px;
}

.banneritem {
 float: left;
 margin: 8px;
}

#main_content {
 padding: 10px;
 height: 100%;
 min-height: 100%;
}

#grey_hr {
 border-top: 2px solid #646464;
 width: 930px;
}

/*>>>>>>>news>>*/

#newsevents {
 height: 150px;
 width: 595px;
 float: left;
 margin: 15px 15px 0 0;
 padding: 10px;
 background-color: #000;
 color:#fff;
}

.hr {
 border-bottom: 1px dotted #666;
 margin: 15px 0;
}


#newsitems {
 padding: 5px 5px 5px 0;
 margin-top: 10px;
 font-size: 11px;
}


/*>>>>>>>quicklinks>>*/

#homepagequicklinks {
 width: 300px;
 margin: 15px 0 15px 0;
 float: left;
}

.quicklinkimg {
 width: 300px;
 height: 38px;
 display: block;
 background-color: #000;
 margin: 0 0 6px 0;
}

#footer {
 text-align: left;
 font-size: 10px;
 padding: 10px 0 0 10px;
 height: 50px;
 background-color: #000;
 clear: both;
 color: #fff;
}

#footer_left {
 width: 420px;
 float: left;
 height: 50px;
 margin-right: 360px;
}

#footer_right {
 float: left;
 width: 200px;
 height: 50px;
 text-align: right;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>articles*/



/*.moduletable-blank {
 margin: 10px 0 0 0;
}

.article_row {
 margin: 0;
 padding: 0;
}

.article_column p{
 margin: 0;
 padding: 0;
}

.article_column {
 width: 430px;
 height: 200px;
 float: left;

}

.article_separator1 {
 height: 200px;
 float: left;
 margin: 0 50px 0 0;
}

#main_content ul{
 padding: 0;
 margin: 20px 0 0 5px;
 list-style: none;
}

.readon {
 line-height: 50px;
}


*/




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>module stuff*/

.chronoform {
 display: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>images*/

img {
 border: none;
}

.title {
 margin-bottom: 20px
}

.rss {
 margin: 0 0 -2px 10px;
}

.news_events_thumbs {
 margin: 0px 15px 15px 0px; 
 float: left;
}

#footer img {
 margin: 0 5px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>text*/

/*h1.componentheading {
 font-family: 'Trebuchet MS', Helvetica;
 font-size: 18px;
 margin: 0 0 15px 0;
 font-weight: normal;
 color: #347b34;
}
*/


#newsevents b {
 font-size: 12px;
 color: #cc0000;
 margin: 0;
 padding: 0;
}

h4 {
 margin: 0;
 padding: 0;
}

.newsitemtitle {
 font-size: 12px;
 margin: 0;
 padding: 0; 
}



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>links*/

a:link, a:visited {
 color: #118888;
 text-decoration: none;
} 

#topmenu a:link, #topmenu a:visited {
 color: #959595;
 text-decoration: none;
} 

#topmenu a:hover{
 color: #fff;
 text-decoration: none;
} 


a:hover {
 color: #118888;
 text-decoration: underline;
}
