/******************************************************************************
* Global Custom Classes
******************************************************************************/

	html, body {
		background-color: #DFDFDF;

		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5550;	}
		
a.big, a.big:link, a.big:visited, a.big:hover {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #878A7E;
		text-decoration: underline;
		font-weight: bold;
	}
.body {
		background-color: #ffffff;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5e5550;	}
	
.div{	
		font-size: 11px;
		color: #5e5550;
	}	
	
h1 {
    font-size: 16px;
	font-weight:bold;
    color: #999999;
}

h2 {
    color: #666666; 
	font-size: 21px;
}

h3 {
    font-size: 16px;
	font-weight:bold;
    color: #999999;
	bottom-padding: 0px;
}

a.big, a.big:link, a.big:visited, a.big:hover {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 28px;
		color: #DBDCD8;
		font-weight: bold;
	}
	a.nav:link, a.nav:visited {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #DBDCD8;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 18px;
		text-decoration: none;
		display: inline;
	}
	
		a.nav:hover {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;

		font-weight: bold;
		text-transform: uppercase;
		line-height: 18px;
		text-decoration: none;
		display: inline;
	}
	
	a:link, a:visited {
   				  color: #B2010C;
 				  text-decoration: none;}
	
a:hover {
color: #878A7E;
text-decoration: underline;
}
	



	ul {
		margin-left: 0px;
		padding-left: 11px;
	}
	
		li {
			line-height: 22px;
	
			list-style-image:  url("images/bullet.gif");
		}



	p {
		line-height: 22px;
	}

	#homeimg    {		margin-left: 0px;
		padding-left: 11px;}
	
.footer {

		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
	}
	
	div.profile_photo {
    border: 1px solid #C7C7C7;
}

img.virb_image {
    border: 1px solid #C7C7C7;
    background: #FFFFFF;
}
    a:hover img.virb_image {
        background: #C7C7C7;
    }

div.module {
    border-top: 4px solid #F0F0F0;
    color: #7A7A7A;
}
div.module p {
    color: #7A7A7A;
    font-size: 11px;
}


div.profile_meta h2 {
    color: #666666; 
	font-size: 12px;
}

div.profile_photo {
    border: 1px solid #C7C7C7;
}

img.virb_image {
    border: 1px solid #C7C7C7;
    background: #FFFFFF;
}
    a:hover img.virb_image {
        background: #C7C7C7;
    }

div.module {
    border-top: 4px solid #F0F0F0;
    color: #7A7A7A;
}
div.module p {
    color: #7A7A7A;
    font-size: 11px;
}



div#body_container, div#profile_container {
	text-align: center;
}

div#body_container {
    padding: 35px 0;
}

div#profile_container {
    width: 920px;
    margin: 0 auto;
    padding: 35px 35px 10px 35px;
}

div#left_side {
	float: left;
    width: 720px;
    margin: 0 10px 35px 0;
}

div#right_side {
	float: left;
    width: 180px;
    margin: 0 0 35px 10px;
}

div.module {
    display: block;
    padding: 2px 15px 25px 0;
    text-align: left;
    line-height: 150%;}
	
	div.profile_photo {
    float: left;
    width: auto;
    padding: 10px;
    text-align: center;
}

    .profile_photo img {
        position: relative;
        display: block;
    }

div.profile_meta {
    float: left;
    padding: 15px;
}

    .profile_meta ul {
        margin: 10px 0 0 0;
    }
        .profile_meta ul li {
            float: left;
            padding: 0 10px 0 0;
        }

.clear {
    position: relative;
    clear: both;
}

/* Links
********************************************/


/** subMenu **/
#subMenu {
	background-color: #ffffff;
	width: 190px;
	display: block;
	padding: 0px 10px 9px 10px;
 	width:170px;
}
html>body #subMenu {
  	width:170px;
}
#subMenu a {
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	text-decoration: none;
	width: 170px;

	font-family: Verdana;
	font-size: 10px;
	padding-right: 10px;
  	width:160px;
	padding-right: 10px;
}
html>body #subMenu a {
  	width:160px;
	padding-right: 10px;
}
#subMenu a:hover {
	color: #878A7E;
}
#subMenu a.selected {
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: 165px 5px;
	color: #cd0067;
}
#subMenu a.work {
	font-weight: normal;
	color: #E381B4;
	text-transform: none;
	word-spacing: -1.4pt;
}
#subMenu a.work:hover {
	text-decoration: underline;
}
#subMenu a.workselected {
	background-image: url(../img/triangle.gif);
	background-repeat: no-repeat;
	background-position: 165px 5px;
	color: #cd0067;
	text-transform: none;
	letter-spacing: 0.1pt;
}
#subMenu a.workselected:hover {
	text-decoration: underline;
}