/*	This is the master css of the website where all css code should go.
	NOTE: If you are using individual css for each page this should only contain the items you want to be constant throughout the website.
*/
body{font-family:Arial, Verdana, Helvetica, sans-serif;	font-size:12px; background:url(/styles/stylesets/corians-june2012/images/BG.jpg) center center fixed no-repeat;}
a:link, a:visited{text-decoration:none;}
a:hover, a:active{text-decoration:underline;}
h1, h1 a:link, h1 a:visited, h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited, h4, h4 a:link, h4 a:visited, h5, h5 a:link, h5 a:visited, h6, h6 a:link, h6 a:visited, .title, .boxtitle{margin-bottom:10px; font-family:"Trebuchet MS", Arial, Verdana, serif; font-size:18px; font-weight:normal;}
#container{background:#FFFFFF; width:1000px; margin-left:auto; margin-right:auto; border-radius:20px; box-shadow:0px 0px 20px #000000;}
#header{}
#navbar{ background:url(/styles/stylesets/corians-june2012/images/navbar.jpg) center no-repeat; width: 1000px; height: 50px;}
#quicklinks{background:#efefef; border:1px solid #cfcfcf;}
#quicklinks ul{list-style:none;}
#quicklinks li{display:inline;}
#contentmask{ background:url(/styles/stylesets/corians-june2012/images/default_02.png) center repeat-y;}
#contentbox{width:788px; margin-left:auto; margin-right:auto; float:right; padding:6px;}
#sidebar{width:188px; margin-left:auto; margin-right:auto; float:left; padding:6px;}
#footer{clear:both;}
#copytext{padding:3px; color:#000000; font-size:10px; text-align: right; background:url(/styles/stylesets/corians-june2012/images/default_03.jpg) center no-repeat; width:994px; height:57px;}
#copytext a:link, #copytext a:visited{color:#000000;}
.list_row1{border-bottom:1px solid #e7e7e7; background-color:#f9f9f9; border-top:1px solid #e7e7e7; line-height:20px;}
.list_row2{background-color:#ffffff; line-height:20px;}
.list_row3{border-bottom:1px solid #efefef; background-color:#f9f9f9; border-top:1px solid #ffffff; line-height:20px;}
.highlight, .list_row1:hover, .list_row2:hover{background-color:#efefef;}
#nav li{display:inline; list-style:none; padding:0px 10px;}
#nav{text-align:center;}
#footnav{ text-align:center; margin:30px 0px 0px 0px;}