html { width: 100%; }

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:14px;
	background: #ff9;
}

/* containers - thanks to http://www.alistapart.com/articles/flexiblelayouts/ and http://www.inknoise.com/experimental/layoutomatic.php */


#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#banner {
	position: relative;
	width: 100%;
	background: #FF7F00;
}

#navbar {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #c1b3d7;
}

#subnavbar {
	position: relative;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
}

#inner-container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
  
#sidebar-l {
	float: left;
	width: 240px;
}

#middle-column {
	float: left;
	width: 350px;
	padding-left: 10px;
}
  
#sidebar-r {
	float: left;
	width: 200px;
	padding-left: 10px;
}
  
#footer {
	clear: both;
	width: 100%;
	height: 40px;
	padding: 10px 0px 5px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #c1b3d7;
	margin-bottom: 0px;
}


/* modules */

#module-head {
	margin-bottom: 0px;
	padding: 5px 15px 5px 15px;
	background: #FF7F00;
}

#module-1 {
	margin-bottom: 10px;
	padding: 15px 15px 5px 15px;
	background: #ff6;
}


/* drags divs down to contain floated images - thanks to http://positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    class: clearfix floatholder;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* image styles */

img {
	border: none;
	overflow: hidden;
}

img.inset {
	border: none;
	float: left;
	margin: 0px 15px 5px 0px;
	overflow: hidden;
}

img.feature {
	margin: 0px 0px 0px 0px;
}

/* normal link styles */

a:link {
	color: #FF7F00;
	text-decoration: none;
}

a:visited {
	color: #FF7F00;
	text-decoration: none;
}

a:hover {
	color: #630;
	text-decoration: none;
	background-color: #fc3;
}

a:active { 
	color: #FF7F00; 
	text-decoration: none;
}

/* banner link styles */

a.banner:link {
	text-decoration: none;
	background-color: #f60;
}

a.banner:visited {
	text-decoration: none;
	background-color: #f60;
}

a.banner:hover {
	text-decoration: none;
	background-color: #f60;
}

a.banner:active {
	text-decoration: none;
	background-color: #f60;
}

/* nav link styles */

a.nav {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	padding: 1px 10px;
	min-width: 75px;
	text-transform: uppercase;
}

a.nav:link {
	color: #630;
	text-decoration: none;
}

a.nav:visited {
	color: #630;
	text-decoration: none;
}

a.nav:hover { 
	color: #900;
	text-decoration: none;
	background-color: #99c;
}

a.nav:active { 
	color: #630; 
	text-decoration: none;
}

/* subnav link styles */

a.subnav {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

a.subnav:link {
	color: #FF7F00;
	text-decoration: none;
}

a.subnav:visited {
	color: #FF7F00;
	text-decoration: none;
}

a.subnav:hover { 
	color: #900;
	text-decoration: none;
	background-color: #c1b3d7;
}
  
a.subnav:active { 
	color: #FF7F00; 
	text-decoration: none;
}


/* footer link styles */

a.footer {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

a.footer:link {
	color: #900;
	text-decoration: none;
}

a.footer:visited {
	color: #900;
	text-decoration: none;
}

a.footer:hover { 
	color: #630;
	text-decoration: none;
	background-color: #99c;
}
  
a.footer:active { 
	color: #900; 
	text-decoration: none;
}


/* text styles */

h1 {											/* page titles */
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #630;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
}

h2 {											/* headings */
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #630;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-weight: normal;
}

h3 {											/* quotes */
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #630;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #630;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #630;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
}

p.subnav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FF7F00;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
}

p.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #630;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align:left;
}

p.right {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #630;
	margin-top: 10px;
	text-align: right;
}

ol, ul {
	margin-left: 2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #630;
	margin-top: 0px;
	text-align:left;
}

li {
	margin-top: 0px;
	text-align:left;
}

blockquote {
	margin-left: 1;
	margin-right: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #630;
	margin-top: 0px;
	text-align:left;
}