body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-image:url(../images/bkblue.jpg);
	line-height:15px;
	margin-top:0;
}
.banner {
    font-family: Georgia,"Nimbus Roman No9 L",serif;
	color:#079BBC;
	font-size: 19px;
}
h1, h1.banner {	font-size:2em;
	margin-top:2.25em;
	margin-bottom:1.125em;
	}
	
h3 {
	font-size:1.25em;
	font-weight:700;
	line-height:1.3;
	margin-top:1.25em;
	margin-bottom:0.625em;
	color:#88547A;
}
h4 {font-size:1.125em;
color:#59715B;}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, .full h1 {
margin-top:0;
}
p {
	margin-top:1.313em;
	margin-bottom:1.313em;
	line-height:1.4;
	}
p:last-child {margin-bottom:0;}
li {
	margin:0.75em 0;
	}
small {font-size:0.875em;}
.aside {
position:relative;
float:right;
width:150px;
height:auto;
background-color:#8F7395;
padding:0.75em;
margin-left:20px;
margin-right:-75px;
margin-bottom:100px;
border:2px solid #fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; 
background: #8f7395; /* Old browsers */
background: -moz-linear-gradient(top, #8f7395 0%, #813891 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f7395), color-stop(100%,#813891)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8f7395 0%,#813891 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8f7395 0%,#813891 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #8f7395 0%,#813891 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7395', endColorstr='#813891',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #8f7395 0%,#813891 100%); /* W3C */
/*non-rgba compatible browsers */
-webkit-box-shadow: 4px 4px 8px 0 #000000;
-moz-box-shadow: 4px 4px 8px 0 #000000;
box-shadow: 4px 4px 8px 0 #000000; 
/*rgba compatible browsers */
-webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.6);
-moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.6);
box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.6); 
}
.aside h3 {
color:#FFF;
text-align:center;
}
/* START Form Styles */
form {}
fieldset {}
legend {}
input {}
button {}
datalist {}
optgroup {}
option {}
label {
	font-size:0.75em;
	}
/*input[type="text"], input[type="password"], select , textarea {*/
input:not([type="button"]):not([type="submit"]), select , textarea {

	width: auto;
	border: 1px solid rgb(187,189,192);
	color: rgb(38,21,4);
	padding: 0.25em 0.5em;
	margin:0.25em;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(255,255,255) 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(25%,rgb(255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 25%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 25%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgb(238,238,238) 0%,rgb(255,255,255) 25%); /* W3C */
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	}
input:focus, textarea:focus, select:focus {outline:1px solid rgb(0,102,255);}
input[type="button"], input[type="submit"] {
	cursor: pointer;
	padding:0.5em;
	font-weight:bold;
	color:rgb(255,255,255);
	border:none;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	background-color: rgb(71,93,63);
	}
input[type="button"]:hover, input[type="submit"]:hover {
	background-color:rgb(184,151,84);
	}
keygen {}
textarea {width:100%;}
output {}
progress {}
meter {}
/* End Form Styles */
.pagewrapper {
    width: 985px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
}
.full {
padding:0 30px;
}

.banner .sub {
	color:#079BBC;
	font-size: 12px;
	font-weight: bold;
}
.highland_content {
padding-top:30px;
}
.content .banner {
   padding: 5px 0 5px 0;
   line-height: 18px;
}
.content .left {
    float: left;
    width: 574px;
    margin: 22px 0 0 2px;
    padding: 0 20px 4px 30px;
}
.newslist {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
}
.newslist img {
    float: left;
}
.newslist p {
    margin: -16px 0 0 34px;
    padding-bottom: 22px;
    line-height: 13px;
}

.right .newslist p {
    margin: -12px 0 0 30px;
}

.newslist .banner {
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 2px 0 0 8px;
	line-height: 14px;
	width: 90%;
}
.content .left .banner img {
    border: 0;
    margin-left: 2px;
    vertical-align: middle;
}
.content .right {
    float: right;
    width: 300px;
    margin: 22px 2px 0 0;
    border-left: 1px solid #CCCCCC;
    padding: 0 30px 10px 20px;
}
.content .right .banner {
    margin-left: 4px;
}
.content .right .portsnap div {
    text-align: center;
}
.launchlist {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.launchlist .icons .icon img {
    border: 0;
}
.launchlist .icons .icon,
.launchlist .titles .title {
    float: left;
    width: 33%;
}
.content .right .plink {
    text-align: center;
    float: left;
    width: 100%;
    margin: 24px 0 18px 0;
}
.content .clink {
    text-align: right;
    margin-top: -10px;
}
.content .clink .banner {
    font-size: 12px;
}
.content .right .plink .banner {
    font-size: 12px;
}
.content .right .hr {
    height: 1px;
    border-top: 1px solid #CCCCCC;
}
.portfoliogrid {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0;
    margin-top: 10px;
}
.ecommgrid {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0;
    margin-top: 10px;
}/** HEADER **/
.header {
    background-image: url(../images/header_bg.jpg);
    color:#000000;
    font-weight: bold;
    height: 202px;
}
.header .banner {
	color:#663300;
	font-size: 18px;
	font-weight: bold;
	float: right;
	width: 660px;
	margin: 24px 9px 0 0;
	padding:0 0 3px 0;
}
.header .caption {
	color:#FFFFFF;
	float: right;
	width: 660px;
	max-height: 75px;
	margin: 17px 13px 0 0;
	overflow: hidden;
}
.header .headerlogo {
	border: 0;
	float: left;
}
/** END HEADER **/
/** FOOTER **/
.footer {
    background-color: #000000;
    text-align: center;
}
.footer .copy {
    margin: 2px 0 0 0;
    height: 18px;
    width: auto;
    padding-left: 0;
}
.footer .copy li {
    display: inline;
	color: #FFFFFF;
	font-weight: bold;
	font-size:10px;
	padding-right: 0;
}
.footer .flashheader {
    background-image: url(../images/flash_header.jpg);
    background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 95px;
}
.footer .flashheader .banner {
	color:#006699;
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: auto;
	margin: 24px 0 0 150px;
	letter-spacing: 4px;
}
.footer .flashheader .caption {
	color:#003366;
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: auto;
	margin: -10px 0 0 190px;
}
.flashcontainer {
    background-color: #203B52;
    color: #FFFFFF;
    height: 300px;
}
/** END FOOTER **/
/** LINKS - GENERAL **/
a:link {
    color: #669933;
    text-decoration:none;
}
a:visited {
    color: #0066FF;
    text-decoration:none;
}
a:hover {
    color: #003366;
    text-decoration:none;
}
a:active {
    color: #669933;
    text-decoration:none;
}
a:visited:hover {
    color: #003366;
}
/** END LINKS - GENERAL **/
/** LINKS - NAVIGATION **/
.nav {
    background-image: url(../images/menu_bg.jpg);
    background-repeat: repeat-x;
	height: 26px;
	text-align: center;
	padding-top: 13px;
}
.nav .links {
    margin: 0;
    width: auto;
    padding-left: 0;
}
.nav .links li {
    display: inline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
}
.nav .links a:link,
.transMenu .item {
	color: #FFFFFF;
	text-decoration:none;
}
.nav .links a:hover {
	color: #3399FF;
	text-decoration:none;
}
.nav .links a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.nav .links a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.nav .links a:visited:hover {
	color: #3399FF;
	text-decoration:none;
}
/** END LINKS - NAVIGATION **/
/** TRANSMENU - NAVIGATION **/
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}
.transMenu .content {
	position: absolute;
}
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.transMenu .top .items {
	border-top:none;
}
.transMenu .item {
    text-decoration: none;
	text-align: left;
	font-weight: bold;
	border: none;
	cursor: pointer;
	cursor: hand;
}
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity:.95;
	filter: alpha(opacity=95);
}
.transMenu .shadowRight {
	position: absolute;
	z-index: 3;
	top: 3px;
	width: 2px;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
}
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
}
.transMenu .item img {
	margin-left: 10px;
}
.transMenu .item.hover {
    background: #000000;
}
/** END TRANSMENU - NAVIGATION **/
/** LINKS - HEADER **/
.header .links {
	float: right;
	width: auto;
}
.header .links li {
    display: inline;
    margin-right: 5px;
    color: #000000;
}
.header .links a:link {
	color: #000000;
	text-decoration:none;
}
.header .links a:hover {
	color: #669933;
	text-decoration:none;
}
.header .links a:active {
	color: #000000;
	text-decoration:none;
}
.header .links a:visited {
	color: #000000;
	text-decoration:none;
}
.header .links a:visited:hover {
	color: #669933;
	text-decoration:none;
}
.clearboth {
    padding:0;
    margin:0;
    clear: both;
}
/** END LINKS - HEADER **/

.h2 { 
	line-height: 35px; 
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.social {
	margin-top: 20px;
}

.social .socialText,
.social .socialTextLast {
	float:left;
	width:24%;
	border-right: 1px solid black;
	text-align: center;
}

.social .socialTextLast {
	border-right: 0;
}

.social .socialImage {
	float:left;
	width:24%;
	text-align: center;
	margin-top: 5px;
}
.highland_form {
width:610px;
padding:2em;
border:1px dotted #ccc;
background-color:#FcFcFc;
margin-left:270px;
}
