@charset "utf-8";
/* CSS Document */

#default_content	{
	width:900px;
	height:300px;
	background-image:url(images/default_page_image.jpg);
	background-repeat:no-repeat;
}

#default_content a	{
	text-decoration:none;
}

#default_content a:link	{color:#111f68; }
#default_content a:visited	{color:#111f68; }
#default_content a:hover	{color:#ee7e10; text-decoration:underline; }
#default_content a:active	{color:#ee7e10; text-decoration:underline; }

#default_content p	{
	padding-left:400px;
	padding-right:100px;
	padding-top:25px;
	color:#666;
}

#work_content	{
	width:900px;
	height:263px;
	background-image:url(images/work_gradient.png);
	background-repeat:repeat-x;
}

#featured	{
	width:900px;
	height:40px;
	background-image:url(images/nav_gradient.jpg);
	background-repeat:repeat-x;
}

#featured p	{
	font-size:22px;
	color:#eee;
	padding-left:50px;
	margin:0px;
	padding-top:5px;
}

#featured_col_left	{
	width:450px;
	float:left;
}

#featured_col_left a	{
	text-decoration:none;
}


#featured_col_left a:link	{color:#ee7500; }
#featured_col_left a:visited	{color:#ee7500; }
#featured_col_left a:hover	{color:#eee; }
#featured_col_left a:active	{color:#eee; }

#featured_col_right	{
	width:450px;
	float:right;
}

#featured_col_right a	{
	text-decoration:none;
}

#featured_col_right a:link	{color:#ee7500; }
#featured_col_right a:visited	{color:#ee7500; }
#featured_col_right a:hover	{color:#eee; }
#featured_col_right a:active	{color:#eee; }

#featured_col1	{
	width:200px;
	float:left;
	text-align:center;
	margin-left:50px;
	padding-top:25px;
	font-size:14px;
	color:#eee;
}


#featured_col2	{
	width:200px;
	float:right;
	text-align:center;
	padding-top:25px;
	font-size:14px;
	color:#eee;
}

#featured_col3	{
	width:200px;
	float:left;
	text-align:center;
	padding-top:25px;
	font-size:14px;
	color:#eee;
}

#featured_col4	{
	width:200px;
	float:right;
	text-align:center;
	margin-right:50px;
	padding-top:25px;
	font-size:14px;
	color:#eee;
}

.highlight	{
	color:#ee7e10;
}

