@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
/* CSS Document */

#top {
	background-color: #2D1600;
	width: 100%;
	height: 10px;
}

#header {
	background-image: url(../images/header_bg_blue.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 250px;
}
#header #client_login {
	padding: 0px;
	position: relative;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -26px;
	margin-left: auto;
	top: -15px;
	text-align: left;
	height: 26px;
}
#header #logo {
	width: 900px;
	height: 180px;
	background-image: url(../images/header_star_blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	text-align: center;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#content #content_left {
	float: left;
	width: 680px;
}
#content #content_left .banner {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 10px;
}
#content #content_left h1 {
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content #content_left .portfolio {
	ackground-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#content #content_left .portfolio h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 3px;
}
#content #content_left .portfolio img {
	background-color: #CCCCCC;
	padding: 3px;
}
#content #content_left .portfolio .portfolio_link  a:link, #content #content_left .portfolio .portfolio_link  a:visited{
	padding: 3px;
	background-color: #1B191A;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #content_left .portfolio .portfolio_link  a:hover, #content #content_left .portfolio .portfolio_link  a.active{
	background-color: #FFFFFF;
	color: #1B191A;
}
#content #content_left .portfolio .back_to_top a:link, #content #content_left .portfolio .back_to_top a:visited {
	padding: 3px;
	color: #1B191A;
	text-decoration: none;
	margin: 0px;
	float: right;
}
#content #content_left .portfolio .back_to_top a:hover, #content #content_left .portfolio .back_to_top a.active {
	background-color: #1B191A;
	color: #CCCCCC;
}




#content #content_right {
	float: right;
	width: 216px;
	margin: 0px;
	padding: 0px;
}
#content  #content_right  h2  {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content #content_right #menu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#content #content_right #menu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content #content_right #menu li a:link, #content #content_right #menu li a:visited{
	color: #1B191A;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/tiny_star.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#content #content_right #menu li a:hover, #content #content_right #menu li a.active{
	text-decoration: none;
	background-color: #D0E4EE;
}
#content  #content_right  #portfolio_thumbs  img {
	margin: 0px;
	padding: 3px;
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content  #content_right  #portfolio_list  ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#content #content_right #portfolio_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content #content_right #portfolio_list li a:link, #content #content_right #portfolio_list li a:visited {
	color: #1B191A;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/tiny_star.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content #content_right #portfolio_list li a:hover, #content #content_right #portfolio_list li a.active {
	text-decoration: none;
	background-color: #D0E4EE;
}








#footer {
	width: 100%;
	background-color: #1B191A;
	height: 250px;
	clear: both;
	margin-top: 10px;
}
#footer #footer_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #A28A7F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	padding-top: 10px;
}
#footer #footer_content a:link, #footer #footer_content a:visited{
	color: #A28A7F;
	text-decoration: none;
	padding: 1px;
	display: block;
}
#footer #footer_content a:hover, #footer #footer_content a.active{
	color: #FFFF99;
	text-decoration: none;
}
#footer #footer_content img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #footer_content h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #B3A86F;
}
#footer #footer_content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer #footer_content li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer  #footer_content .footer1 {
	width: 286px;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#footer #footer_content .footer2 {
	width: 286px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #575154;
	padding-left: 5px;
	padding-bottom: 10px;
}
#footer #footer_content .footer3 {
	width: 286px;
	float: right;
	margin-right: 0px;
	margin-left: 5px;
	border-left-width: thin;
	border-left-color: #575154;
	border-left-style: dotted;
	padding-left: 5px;
	padding-bottom: 10px;
}
