* {
  margin: 0px;
  padding: 0px;
} /* Ensure all elements have no padding or margin*/


body {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center; /* Hack for IE5/Win */
    background: #FFFFFF url(../img/body-gradient.png) repeat-x top;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%;
	overflow: auto;
}

p {background-color: transparent; color: #000000; font-size: 1.3em; line-height: 1.4em; text-align:left; padding: 0px 0px 10px 0px;}

.navigation a, .navigation a:link
{
  color: #FFFFFF;
  background-color: transparent;
  border: none;
}

.navigation a:visited
{
  color: #FFFFFF;
  background-color: transparent;
  border: none;
}

.navigation a:hover
{
  color: #A8CDF7;
  background-color: transparent;
  border: none;
}

.navigation a:active, .navigation a:focus
{
  color: #FFFFFF;
  background-color: transparent;
  border: none;
}

.img_left {float: left; padding: 0px 5px 5px 0px; border: 0px none;}
.img_right {float: right; padding: 0px 0px 5px 5px; border: 0px none;}

.clear_left {clear:left;}
.clear_right {clear:right;}
.clear_both {clear:both;}

.wrapper { margin: 4px 1% 5px 1%; padding: 10px; border: none;}

.header {
  width: 100%;
  height: 114px;
  background-image: url(../img/m_c_header_1x114.png);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

.logo { width: 406px; height: 114px; float: left; border: none;  }

.mainimage {
  width: 507px;
  height: 160px;
  float: right;
  margin-left: 1%;
}

.mainimage2 {
  width: 507px;
  height: 364px;
  float: right;
  margin-left: 1%;
}

.mainimage3 {
  width: 507px;
  height: 177px;
  float: right;
  margin-left: 1%;
}

.mainimage4 {
  width: 507px;
  height: 213px;
  float: right;
  margin-left: 1%;
}

.navigation {
	margin: 0px auto 20px auto;
	padding: 8px 0px 0px 0px;
	height: 30px;
	text-align: center;
	background-color:transparent;
	color: #B6C7DB;
	background-image:url(../img/navigation_gradient4.png);
	background-repeat:repeat-x;
	}

.navigation ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

.navigation li {
	display: inline;
	font-size: 1.2em; /* Navigation Menu Font Size */
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.content h1{
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #0E2F5E;
    margin-bottom: 2%;
    text-transform: uppercase;
}

.content h3{
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #0E2F5E;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.content ul {
	list-style-image: none;
	list-style-type: square;
    margin: 20px;
}
.content li {background-color: #FFFFFF; color: #0E2F5E; font-size: 11px; padding-top: 3px; padding-bottom: 3px;}

.portfolio_list ul {
	list-style-image: none;
	list-style-type: square;
    margin: 20px;
}
.portfolio_list li {background-color: #FFFFFF; color: #000000; font-size: 1.1em; padding-top: 3px; padding-bottom: 3px;}

.footer { width: auto; height: 0.9em; overflow: hidden; border-top: 3px solid #0E2F5E; position: relative; bottom: -50px; left: 1px; padding-top: 1%; padding-bottom: 1%; margin-bottom: 1%; background-image: url(../img/navigation_gradient.png); background-position: right; background-repeat: repeat-y;}
.footer p {
  font-size: 1em;
}

.darkblue {background-color: #FFFFFF; color: #0E2F5E;}

.flash_example {
  border: none;
  float: left;
  margin-right: 10px;
}

.portfolio_box{
  border: 1px solid #000;
  float: left;
  margin-right: 20px;
  padding:10px 10px 10px 10px;
  width: 320px;
  background-image:url(../img/body-gradient_inverted.png);
  background-repeat:repeat-x;
  background-position:bottom;
  }
  
.portfolio_image{
	float:left;
	margin: 0px 10px 10px 0px;
}


.box_right {
	float: right; 
	margin: 0px 0px 0px 20px;
	padding:10px 10px 10px 10px;
	border: 1px solid #000;
	background-image:url(../img/body-gradient_inverted.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}

#contactFormArea {border: none;}

label {
	display: block;
	padding-top: 10px;}
legend {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

fieldset {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
}

a, a:link
{
  color: #0E2F5E;
  background-color: transparent;
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

a:visited
{
  color: #000000;
  background-color: transparent;
}

a:hover
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a:active, a:focus
{
  color: #565656;
  background-color: transparent;
  border-bottom-width: 1px;
}

.plain_link {border: 0px none !important;}
