/* Reset styles
--------------------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline: 			0;
	font-size: 			100%;
}
html
{
	width:100%;
	height:100%;
}
body {	
	background-color: 	#181818;
	color: 				#ffffff;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	height:				100%;
	width:				100%;	
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote,
form, ul, ol, dl, address {
	margin: 			10px 0px;
}

li, dd, blockquote {
	margin-left: 		5%;
}
fieldset, form, legend {
	padding: 			.5em;
}

ul ul {
	margin: 			1em 0;
}
ol ol {
	margin: 			1em 0; 
	list-style-type: 	lower-alpha;
}

/* Standard elements
--------------------------------------------------------------------------------------------------------------------------------------------- */

h1 {
	font-size: 			1.0em;
}
h2 {
	font-size: 			1.0em;
	color:				#575757;
}
h3 {
	font-size: 			1.0em;
	color:				#575757;
}
h4, h5, h6 {
	font-size: 			1.0em;
	color:				#575757;
}

p  {
	font-size: 			0.8em;
}


a:link {
	color:				#ff6500;
	text-decoration:	underline;
}
a:visited {
	color:				#ff6500;
}
a:active {
	color:				#ff6500;
}
a:hover {
	color:				#fff;
	text-decoration:	none;
}





/* General purpose classes
--------------------------------------------------------------------------------------------------------------------------------------------- */

#myexpression_flash
{
	background-color:#c0c0c0;
	width:100%;
	height:100%;
}

.blueTitle, .highlight
{
	color:#4e81a5;
}
.p
{
	margin:10px;
	display:block;
}
.greyTitle
{
	color:#525151;
}

#popup
{
	color:#333;
	background:#ffffff;
	background: rgba(255, 255, 255, 0.5);	
}

#popup_image
{
	float:left;
	padding: 20px;
	background-color:#FFF;
}
#holder
{
	width:400px;
	float:left;
}
#popup_header_holder
{
	float:left;
	padding:10px 20px 10px 20px;
	background-color:#FFF;
}
#popup_header
{
	padding:0px 20px 20px 20px;
	margin-left:20px;
}
#popup_content_holder
{
	margin-top:70px;
	padding:0px 20px 20px 20px;
	color:#000;
}
#popup_content
{
	
}
.resetText
{
	margin:0px;
	padding:0px;
}


#center
{
	margin-left:auto;
	margin-right:auto;
	width:1350px;
}

#navigation
{
	float:left;
	width:230px;
	margin-top:156px;
}

#navigation ul
{
	list-style:none;
}
#navigation ul li
{
	margin-bottom:20px;
	background-color:#252525;
	width:200px;
	padding:12px 0 12px 15px;
}
#clientlounge
{
	padding-left:30px;
}
#navigation ul li a
{
	text-decoration:	none;
	color:				#ff6500;
}
#navigation ul li a:hover {
	color:				#ffffff;
}

#navigation ul li a.selectedNav
{
color:				#ffffff;
}



#content
{
	width:1074px;
	float:left;
}

#heading
{
	margin-top:20px;
	text-align:center;
	width:1074px;
}
#blurb
{
	margin-top:35px;
	text-align:center;
}
#photos, #imageholder
{
	margin-top:25px;
	text-align:center;
}


	
#footer
{
	margin-left:auto;
	margin-right:auto;
	width:260px;
}
