/* CSS Document */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
}

#white_outer_box {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 675px;
	background-color:#FFFFFF;
}


#white_outer_box_ftp {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 775px;
	background-color:#FFFFFF;
}

.style1 {
	color: #006265
}

#black_inner_box {
	margin: 0px 20px 20px 20px;
	width: 860px;
	padding: 0px;
	height: 625px;
	background-color:#000000;
}

#black_inner_box_ftp {
	margin: 0px 20px 20px 20px;
	width: 860px;
	padding: 0px;
	height: 725px;
	background-color:#000000;
}

/*-----------------------------------------------
   Style items for page header
  -----------------------------------------------*/
#top_header {
	margin: 0px;
	color: #666666;
	font-size: 11px;
	padding: 12px 30px 0px 0px;
	height: 18px;
	vertical-align:middle;
	text-align:right;
}
#top_header a {
	color: #006265;
	text-decoration: none;
}
#logo_header {
	margin: 0px;
	padding: 5px 20px 0px 5px;
	font-size: 12px;
	background-color:#000000;
	text-align:right;
	font-style:normal;
}
#logo_header a {
	text-decoration: none;
}

/*-----------------------------------------------
   Style items for navigation
  -----------------------------------------------*/
  
.navigation {
	height: 530px;
	width: 120px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	float: left;
}
.navigation ul {
	text-align: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.navigation li {
	margin: 34px 0px 0px 0px;
	list-style: none;	
	padding: 0px;
}
.navigation li a {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	font-style:normal;
}
.navigation li a:hover {
	color:#61a4aa;
}
#active_nav {
	color: #61a4aa;
	text-decoration: none;
}
.navigation li img {
	
}

/*-----------------------------------------------
   Style items for main content
  -----------------------------------------------*/

#main_content_box {
	float:right;
	text-align: center;
	height: 530px;
	width: 700px;
	padding: 0px;
	font-size: 12px;
	/* background-color: #000000; */
	color: #ffffff;
	margin: 0px 10px 10px 0px;
	border:#FFFFFF solid 2px;
}

#main_ftp_box {
	float:right;
	text-align: center;
	height: 630px;
	width: 700px;
	padding: 0px;
	font-size: 12px;
	/* background-color: #000000; */
	color: #ffffff;
	margin: 0px 10px 10px 0px;
	border:#FFFFFF solid 2px;
}

#main_content_box h1 {
	color:#61a4aa;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	font-weight: normal;
	text-align:left;
}
#main_content_box h2 {
	color: #006265;
	font-style: none;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
#main_content_box h3 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	text-align: left;
}
#main_content_box p {
	text-align:left;
	font-size: 12px;
	color:#ffffff;
}
#main_content_box a {
	text-decoration: none;
	color:#FFFFFF;
}
#main_content_box a:hover {
	color:#61a4aa;
}
#main_content_box td {
	margin: 0px;
	padding: 10px;
}


/*-----------------------------------------------
   Style items for admin content
  -----------------------------------------------*/
#admin_content {
	width: 676px;
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 25px 0px 0px 25px;
}

.form_item {
	margin: 0px 0px 15px 0px;
}

/*-----------------------------------------------
   Style items for thumbnails
  -----------------------------------------------*/

#thumbnails {
	width: 130px;
	float: left;
	margin: 165px 0px 0px 10px;
	padding: 0px;
}
#thumbnails img {
	margin: 10px 10px 0px 0px;
	padding:0px;
	border: 1px solid #000000;
}
/*-----------------------------------------------
   Style items for portfolio content
  -----------------------------------------------*/

.folio_image {
	padding-top: 20px;
}

.folio_text {
	display:none;
	padding-top: 20px;
}

.folio_text h1 {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.folio_text h2 {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.folio_text p {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

/*-----------------------------------------------
   Style items for vertical portfolio content
   (not used in the current portfolio page, but
    is used in the "clickable" one.
  -----------------------------------------------*/

#large_image_vertical {
	margin: 30px 0px 10px 10px;
	padding: 0px;
	vertical-align:middle;
	float: left;
	width: 336px;
	height: 460px;
}
#info_vertical {
	margin: 130 10px 10px 0px;
	padding: 0px;
	float: right;
	width: 155px;
}

/*--------------------------------------------------------
   Style overrides for brand identities portfolio page
  --------------------------------------------------------*/
 #brand_content {
	height: 508px;
	padding: 10px 10px 10px 10px;
 }

 #brand_content p {
	color: #000000;
}

/*-----------------------------------------------
   Style items for about page content
  -----------------------------------------------*/

 #about_content {
 
	height: 508px;
/*
	background-color:#FFFFFF;
*/
	padding: 10px 10px 10px 10px;
	overflow: scroll;
	overflow-x: hidden;
 }

 #about_content p {
	color: #000000;
}
#about_content li {
	color:#000000;
	font-size: 12px;
	list-style: square;
}
#about_content a {
	color: #006265;
}
/*-----------------------------------------------
   Style items for page footer
  -----------------------------------------------*/

#footer {
	clear: right;
	color: #006265;
	margin-top: 3px;
	text-align: center;
}
#footer a {
	color: #006265;
	text-decoration: none;
}
#footer a:hover {
	color:#ffffff;
}
