/** / REDEFINED HTML TAGS / **/

div {
	border: 0px solid #666 !important;
	}

body	{
	color: #000;
	background: url(../images/bg/bg_main.gif) left top repeat-y;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	}
	
#home	{
	background: url(../images/bg/bg_home.gif) left top repeat-y;
	}
	
#popup	{
	background: none;
	background-color: #FFF;
	padding: 20px;
	}
	
#detect	{
	background: none;
	background-color: #888;
	padding: 20px;
	color: #CCC;
	}
	
#flash	{
	margin-top: 15px;
	background: none;
	background-color: #666;
	}
	
h1, h2, h3, h4, h5, h6, p, ul, li	{
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-weight: normal;
	line-height: 22px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	}
	
h1 {
	font-size: 16px;
	}
	
h2 {
	font-size: 12px;
	margin: 18px 0px 8px 0;
	}
	
p {
	font-size: 12px;
	padding-top: 12px;
	}
		
ul, li {
	font-size: 12px;
	}
	
img {
	border: 0;
	}
	
a {
	color: #C00;
	}	


a:link, visited {
	text-decoration: underline;
	}
	
a:hover, active {
	text-decoration: none;
	}
    


/** / CONTAINER AND BODY CONTENT / **/	

#navigationcontainer {
	background: url(../images/bg/nav_main.gif) left top repeat-x;
	background-color: transparent;
	width: 684px;
	margin-left: 154px;
	}

#navigationcontainerhome {
	background: url(../images/bg/nav_home.gif) left top repeat-x;
	background-color: transparent;
	width: 684px;
	margin-left: 154px;
	}


/** / CONTAINER AND BODY CONTENT / **/	
	
#contentcontainer {
	background: none;
	background-color: transparent;
	margin-left: 154px;
	padding: 58px 0 40px 0;
	}

#contentcontainerhome {
	background-color: transparent;
	margin-left: 154px;
	padding: 58px 0 40px 0;
	}

#container {
	width: 842px;
	}




/** / MAIN NAV / **/

#primarynavigation {
	background: none;
	background-color: transparent;
	padding: 62px 0 0 140px;
	}

#primarynavigation ul li {
	display: inline;
	}
	
	
	

/** / TEXT CONTENT TREATMENT / **/

#primarycontent {
	width: 440px;
	margin-left: 140px;
	}
	
#primarycontenthome {
	width: 440px;
	color: #FFF;
	margin-left: 140px;
	}	
	
#primarycontenthomex {
	background: url(../images/common/logo_xmark_white.gif) left bottom no-repeat;
	background-color: transparent;
	width: 440px;
	margin-left: 180px;
	padding-bottom: 220px;
	}




/** / SIDEBAR TREATMENT / **/

#primarysidebar {
	background: url(../images/common/divider_sidebar_red.gif) no-repeat;
	background-color: transparent;
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 184px;
	float: left;
	}
	
#primarysidebarhome {
	background: url(../images/common/divider_sidebar_home.gif) no-repeat;
	background-color: transparent;
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 184px;
	float: left;
	}
	
#primarysidebarproject {
	background: url(../images/common/divider_sidebar_gray.gif) no-repeat;
	background-color: transparent;
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 184px;
	float: left;
	}
	
#primarysidebarproject ul li {
	display: inline;
	}
	
	
	
/** / POPUP TREATMENT FOR HOMEPAGE / **/	
	
#primarycontentpopup {
	width: 420px;
	}
	
	
	
/** / TWO COLUMN TREATMENT FOR STAFF PAGES / **/
	
#staffcol1 {
	float: left;
	width: 200px;
	}
	
#staffcol1 p {
	line-height: 18px;
    margin: 0 0 5px 0;
	}
	
#staffcol2 {
    margin: 0 0 22px 220px;
	width: 200px;
	}
	
#staffcol2 p {
	line-height: 18px;
    margin: 0 0 5px 0;
	}




/** / PROFILE TREATMENT FOR STAFF PAGES / **/
	
.profileimage {
	float: left;
	margin: -22px 10px 5px 0;
	}
	
.profile {
	margin-top: 36px;
	}
	
	
	

/** / CLASSES / **/

.contentlist {
	list-style-position: inside;
	list-style-type: square;
	}
	
.boldtext {
	font-weight: bold;
	}
	
.italictext {
	font-style: italic;
	}
	
.alignright {
	text-align: right;
	}
	
.graytext {
	color: #444;
	}
