@charset "utf-8";
/* CSS Document */

.body {
height:100%;
background-image:url(images/layout/full-background.jpg);
background-repeat:repeat-x;
background-color:#e0e0e0;
margin: 0px 0px 0px 0px;
}

.bottom_bg {
	background-image:url(images/layout/bottom_bg.jpg);
	background-position:0% 100%;
	background-repeat:repeat-x;
}

p
{
font-family:Segoe UI, Arial, Verdana;
font-size:11px;
line-height:14px;
color:#000000;
text-align:left;
vertical-align:top;
}

.main-content p {
	font-size:15px;
	line-height:20px;
}

.main-content a img {
	border:none;
}

p a {
color:#03F;
text-decoration:none;
}

p a:hover {
color:#03F;
text-decoration:underline;
}

.bookmark_link:hover {
	text-decoration:underline;
}

h1
{
padding:0px 0px 0px 0px;
font-family:Segoe UI, Arial, Verdana;
font-size:24px;
color:#851a20;
text-align:left;
}

h2
{
font-family:Segoe UI, Arial, Verdana;
font-size:18px;
color:#851a20;
text-align:left;
}

h3
{
font-family:Segoe UI, Arial, Verdana;
font-size:18px;
line-height:10px;
color:#851a20;
text-align:left;
}

h4 {
	font-family:Segoe UI, Arial, Verdana;
font-size:14px;
line-height:2px;
color:#000;
text-align:left;
}

.container
{
width:100%;
margin-left:auto;
margin-right:auto;
}

.outer
{
width:1200px;
}

.portfolio {
	width:700px;
	display:block;
	float:left;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom: 1px #000 solid;
}

/* HEADER SECTION START */

.header
{
width:1200px;
height:303px;
}

.title
{
width:1200px;
height:60px;
background-image:url(images/layout/title-background.jpg);
background-repeat:repeat-x;
margin:0px;
padding:0px;
}

.title-logo
{
width:800px;
height:60px;
padding-left:20px;
text-align:left;
vertical-align:top;
}

.title-text
{
padding-left:10px;
padding-right:10px;
}

.title-text p
{
margin-top:7px;
margin-bottom: 5px;
font-family:Segoe UI, Arial, Verdana;
font-size:16px;
color:#ffffff;
}

.title-text p a
{
font-family:Verdana, Arial;
font-size:14px;
color:#ffffff;
text-decoration:none;
}

.title-divider
{
width:1px;
background-image:url(images/layout/title-divider.jpg);
}

.div_up {
	background-image:url(images/layout/divider_upper.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:100%;
	width:386px;
}

.div_mid {
	background-image:url(images/layout/divider_mid.jpg);
	background-repeat:repeat-y;
	height:100%;
	width:70px;
}

.banner
{
width:1200px;
height:156px;
background-image:url(images/layout/banner-creativity.jpg);
background-repeat:no-repeat;
}

.menu
{
width:1200px;
height:87px;
background-image:url(images/layout/menu-background.jpg);
background-repeat:no-repeat;
}

/* MAIN SECTION START */

.main
{
width:1200px;
height:555px;
background-color:#e0e0e0;
background-image:url(images/layout/main-background.jpg);
background-repeat:repeat-x;
}

.main-content
{
width:794px;
vertical-align:top;
padding-left:10px;
}

.main-divider
{
width:70px;
height:100%;
vertical-align:top;
}

.main-aip
{
width:386px;
vertical-align:top;
padding-right:10px;
background-image:url(images/layout/divider_mid.jpg);
background-repeat:repeat-y;
background-position:top left;
}

.aip_table {
	padding-top:20px;
	margin-left:70px;
}

.aip_table img {
	margin: 0px 0px 10px 0px;
	border:none;
}

.main-base
{
width:1200px;
height:15px;
background-image:url(images/layout/main-base.jpg);
background-repeat:repeat-x;
}

.news_section {
	vertical-align:top;
	height:350px;
	background-image: url(images/layout/news_bg.jpg);
	padding: 8px 20px 0px 20px;
}

.rule {
	height:1px;
	border-bottom: 1px solid #666;
}

.news_link {
	padding-top:10px;
}

.news_link img {
	padding-right:10px;
}

.news_link p a {
	color:#00F;
	text-decoration:none;
	font-size:14px;
}

.news_link p a:hover {
	text-decoration:underline;
}

.news_link h2 {
	display: inline;
}

.news_link h2 a {
	color:#00F;
	text-decoration:none;
}

.news_link h2 a:hover {
	text-decoration:underline;
}

.news_link span {
	display:inline;
	font-size: 10px;
}

.contact_address p {
	font-size:14px;
	line-height:20px;
}

/*CONTACT FORM STYLES */
.submitbutton {
	width:200px;
	height:40px;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#000;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/submitup.jpg) repeat-x left top;
}

.submitbutton:hover {
	cursor:pointer;
	border:inset 1px #ccc;
	background:#999;
	color:#333;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/submitup.jpg) repeat-x left top;
}

.form_field {
	font-size:14px;
	font-family:Segoe UI, Arial, Verdana;
}

.form_text input {
	background-image:url(images/text_area.jpg);
	background-repeat:repeat-x;
	background-color:#e0e0e0;
	color:#000;
	border: 1px solid #666;
	width: 250px;
	font-family:Segoe UI, Arial, Verdana;
	font-size:14px;
	padding: 10px 10px 10px 10px;
}

.form_text textarea {
	width:330px;
	font-family:Segoe UI, Arial, Verdana;
	font-size:14px;
	padding:5px 5px 5px 5px;
	background-image:url(images/text_area.jpg);
	background-repeat:repeat-x;
	background-color:#e0e0e0;
	color:#000;
	border: 1px solid #666;
}
/* SERVICES SECTION START */

.services
{
width:1200px;
height:187px;
background-image:url(images/layout/services-background.jpg);
background-repeat:repeat-x;
}

.services-content
{
width:250px;
height:167px;
padding:0px 10px 0px 10px;
vertical-align:top;
}

.services-content p
{
font-family:Segoe UI, Arial, Verdana;
font-size:12px;
color:#ffffff;
text-align:left;
}

.services-divider
{
width:39px;
height:187px;
background-image:url(images/layout/services-divider.jpg);
background-repeat:no-repeat;
}

/* FOOTER SECTION START */

.footer
{
width:1200px;
height:90px;
background-image:url(images/layout/footer-background.jpg);
background-repeat:no-repeat;
}

.footer p
{
font-family:Segoe UI, Arial, Verdana;
font-size:14px;
text-align:center;
line-height:16px;
}

.footer p a {
	color:#000;
}

.footer p a:hover {
	color:#000;
}
