@charset "utf-8";
body  {
	padding: 0;
	margin: 0 auto;
	width:100%;
	background-color: #005A7D;
	background-image:url(images/background_repeat2012.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	/*	display: table;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005376;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-attachment:fixed;
	background-position:center top;
	text-align: center;
}
hr {
	color: #333;
	background-color: #333;
	height: 1px;
}
.layout #wrapperAll {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	border:none;
	padding: 0;
}
.layout #wrapperTop {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border:none;
	padding: 0;
}
.layout #wrapperBase {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border:none;
	padding: 0;
}
.layout #wrapperOuter {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	border:none;
	padding: 0 10px;
	background-image:url(images/content_repeat.png);
	background-repeat:repeat-y;
}
.layout #wrapper {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:0;
	margin: 15px auto;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.content {
background-image:url(images/content_repeat2012.png);
	/*background-color:#FFFFFF;*/
	background-repeat:repeat;
	background-attachment: scroll;
	background-position: left top;	/*border: 1px solid #CCC;*/	
	overflow: hidden;
}
.layout #content2 {
	width:960px;
	/*background-image:url(images/watermark.jpg);*/
	background-position: bottom right;
	background-repeat:no-repeat;
	margin-right:40px;
}
.layout #header {
	/* [disabled]background: #DDDDDD; */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	left:0px;
	top:0px;
	width:1000px;
	height:100px;
	clear: both;
	background-image:url(images/header2012.png);
	background-repeat:no-repeat;
	background-position: top;
	/* [disabled]background-color:#FFFFFF; */
} 
/* MAIN MENU*/
.layout #mainmenu{
	height:30px;
	background-image:url(images/mainmenu2012.png);
	background-repeat:no-repeat;
	background-position:left top;
	/*background-color:#742337;*/
	width: 960px;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
.layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #620026;
}
.layout #headerText {
	width:auto;
	height:32px;
	padding-top:218px;
	text-align:center;
	color:#CCCCCC;
}
.layout #headerText h1 {
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
	text-align:center;
	color: #CCCCCC;
}

.layout #LHS {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #488fc2;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px; /* T R B L */
	text-align:center;
}
.layout #HomeRHS {
	float:right;
	padding-left:15px;
	padding-top:10px;
	width:275px;
	margin: 0;
	padding-right: 0px;
}
.layout #HomeRHS img {
	/*border:2px solid #990000;*/
}
.layout #RHS {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding: 0 10px; /* padding keeps the content of the div away from the edges */
	font-size:12px;
	width:290px;
	display:block;
}
.layout #RHS br {
	line-height:5px;
	padding:0;
}
.layout #RHS hr {
	line-height:5px;
	padding:0;
}
.box1 {
	background-color: #EBEBEB;
	background-image:url(images/RHS_bckgrnd1.jpg);
	background-repeat:repeat;
	padding: 5px;
	color: #FFF;
	text-align:center;
}
.box1 h1{
	color: #FFF;
	font-size:13px;
	text-align:center;
	text-transform: uppercase;
	margin-top:0;
}
.box2 {
	background-color: #EBEBEB;
	background-image:url(images/RHS_bckgrnd2.jpg);
	background-repeat:repeat;
	padding: 5px;
	text-align:center;
}
.box2 h1{
	margin-top:0;
	font-size:13px;
	text-align:center;
	text-transform: uppercase;
}
.layout #mainContent {
	margin: 0 10px 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 15px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:14px;
	min-height:900px;
	float:right;
	min-width:640px;
	width:640px;
} 
.layout #mainContent a:link {
	color: #F06A27;
	text-decoration:underline;
}
.layout #mainContent a:visited {
	color: #163C4F;
	text-decoration:underline;
}
.layout #mainContent a:hover {
	color: #ED913D;
	text-decoration:underline;
}
.layout #mainContent a:active {
	color: #F06A27;
	text-decoration:underline;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #01A7D1;
	padding:1%;
	margin:0;
}
h2 {
	font-size: 19px;
	font-weight: bold;
	line-height:19px;
	color: #01A2CC;
	padding:1%;
	margin:0;
}
h3 {
	font-size: 18px;
	line-height: 10px;
	font-weight:bold;
	color: #0188AF;
}
.layout #mainContent .banner{
	/*	background-color: #8B2942;
	background-repeat:repeat;
	color: #FFF;
	text-transform:uppercase;
*/	padding: 0px;
	font-weight:bold;
	margin-bottom:0;
}
.layout #mainContent .banner p{
	padding-bottom:0;
	margin-bottom:0;
}
.layout #mainContent .box {
/*	background-color: #CCCC98;
	background-image:url(images/main_bckgrnd.jpg);
	background-repeat:repeat;*/
	padding: 5px;
}
.layout #mainContent .box li{
	/*line-height:18px;*/
	padding-bottom: 10px;
}
.layout #footer {
	width:auto;
	background-image:url(images/footer2012.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:287px;
	/* [disabled]background-color:#01a3cd; */
}
.layout #footerText {
	height:30px;
	vertical-align:middle;
	text-align:left;
	text-indent:20px;
	font-size:12px;
	width: auto;
	padding:20px 0 0 0;
	color: #FFF;
	/* [disabled]bottom:0; */
	/* [disabled]position:absolute; */
	/* [disabled]display:block; */
}
.layout #footerText p{
	padding:0;
	margin:0;
}
.layout #footer a:link {
	color: #CDF1FC;
	font-weight:bold;
	text-decoration:none;
}
.layout #footer a:visited {
	color: #EFEFE7;
	font-weight:bold;
	text-decoration:none;
}
.layout #footer a:hover {
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
}
.layout #footer a:active {
	color: #333;
	font-weight:bold;
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.highlight {
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
	color: #620026;
	text-align:center;
}
.highlight2 {
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
	color: #620026;
	text-align:left;
	font-style:italic;
}
.data {
	font-size: 11px;
	text-align:center;
}
.imgBorder {
	border-width:1px;
	border-color:#8B2942;
	border-style:solid;

}
.imgFloatLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imgFloatRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.imgFloatLeftBorder {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 2px #999999;
}
.imgFloatRightBorder {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:solid 2px;
	border-color: #019EC7;
}
#sidemenuadmin {
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #FFFFFF;
	padding-bottom:5px;
}
#sidemenuadmin a:link {
font-size:11px;
font-weight:bold;
color: #FFFFCC;
background-image:url(images/nav.jpg);
background-repeat:no-repeat;
background-position:top;
}
#sidemenuadmin a:visited {
font-weight:bold;
color: #FFFFCC;
background-image:url(images/nav.jpg);
background-repeat:no-repeat;
background-position:top;
}
#sidemenuadmin a:hover{
font-weight:bold;
color: #666666;
background-image:url(images/nav_over.jpg);
background-repeat:no-repeat;
background-position:top;
/*background-color: #FF99CC;*/
}
.layout .newsfeed {
	min-height:300px;
	/*	padding:15px;
	background-color:#CCCC98;
	width:300px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
.layout .newsfeed h1 {
	font-weight:bold;
	font-size:24px;
	color:#000;
	padding-bottom:12px;
}
.layout .newsfeed h2 {
	font-weight:bold;
	font-size:12px;
	line-height:11px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-decoration:none;
	color:#000;
}
.layout .newsfeed p {
	padding: 0 0px;
	margin:0 2px;
	line-height:12px;
}
.layout .newsfeed a:link {
	text-decoration:none;
	color:#CCC;
}
.layout .newsfeed a:visited {
	text-decoration:none;
	color:#CCC;
}
.layout .newsfeed a:hover {
	text-decoration:none;
	color:#FFF;
}
.smaller {
	font-size:11px;	
}
#graphicdesignImages {
	width: 260px;
	float:right;
	padding-right: 5px;
	margin-right: 15px;
}
#graphicdesignImages img {
border: none;
padding-bottom:5px;
}
#portfolioWebsites table{
	width:inherit;
	height:auto;
	text-align: left;
	background-color:#FFFFFF;
	border: thin solid #A3ADD1;
	padding: 5px;
	vertical-align:middle;
}
#portfolioWebsites tr{
	background-color:#FFFFFF;
	padding: 5px;
}
#hosting table, tr, td, th {
	border: none;
/*	margin: 0;
	padding: 0;*/
}
#portfolioWeb {
	width:inherit;
	height:auto;
	text-align: left;
	background-color:#CFD5E7;
	border: thin solid #A3ADD1;
	color: #000066;
	padding: 5px;
}
#portfolioWeb img {
border: thin solid #A3ADD1;
float: left;
margin-right: 6px;
}
#portfolioGraphic {
clear: right;
text-align:center;

}
#portfolioGraphic img{
text-align:center;
	border: thin solid #A3ADD1;
	margin: 5px;
}
#portfolioGraphic2 {
clear: right;
text-align:center;

}
#portfolioGraphic2 img{
	text-align:center;
	border: none;
	margin: 10px;
}
#servicesform {

}
#servicesform img{
text-align:center;
float:none;
margin:0;
}
.homedetail {
	float:left;
	border-right:dashed 1px #D8D2C4;
	width:147px;
	padding:3px 5px;
	margin:0;
	height:auto;
	/*background-color:#F5F3EF;*/
	/* [disabled]background-color:#206A85; */
	font-size:12px;
	color:#ECECC1;
}
.homedetail p {
	line-height:17px;
	padding:10px 0;
	margin:0;
}
.layout #mainContent .homedetail a:link {
	color:#FFF;	
}
.layout #mainContent .homedetail a:visited {
	color:#FFF;	
}
.layout #mainContent .homedetail a:hover {
	color:#FFF;	
}
.homedetail h2 {
	margin:0;
	font-weight:bold;
	font-size:13px;
	line-height:32px;
	vertical-align:middle;
	display:block;
	text-align:center;
	width:100%;
	/* [disabled]background-color:#F06827; */
	padding:2px 2px;
	color:#F08227;
}
.homedetailimg {
	text-align:left;
}
.homedetail h2 a:link {
	color:#FFF;	
}

.homedetail2 {
	float:left;
	width:147px;
	padding:3px 5px;
	margin:0;
	height:auto;
	/*background-color:#F5F3EF;*/
	/* [disabled]background-color:#206A85; */
	font-size:12px;
	color:#ECECC1;
}
.homedetail2 p {
	line-height:17px;
	padding:10px 0;
	margin:0;
}
.layout #mainContent .homedetail2 a:link {
	color:#FFF;	
}
.layout #mainContent .homedetail2 a:visited {
	color:#FFF;	
}
.layout #mainContent .homedetail2 a:hover {
	color:#FFF;	
}
.homedetail2 h2 {
	margin:0;
	font-weight:bold;
	font-size:13px;
	line-height:32px;
	vertical-align:middle;
	display:block;
	text-align:center;
	width:100%;
	/* [disabled]background-color:#F06827; */
	padding:2px 2px;
	color:#FFF;
}
.homedetail2 img {
	text-align:left;
}
.homedetail2 h2 a:link {
	color:#FFF;	
}



.detailOuter {
	border-left:dashed 1px #D8D2C4;
	width:auto;
	height:auto;
	background-color:#F5F3EF;
	float:none;
}
.detailOuter div {
	background-color:#F5F3EF;
}
.detail {
	float:left;
	width:320px;
	border-right:dashed 1px #D8D2C4;
	padding:20px 20px;
	margin:0;
	font-size:12px;
	height:100%;
}
.detail h1 {
	margin:0;
	font-weight:bold;
	font-size:13px;
	text-align:left;
}
.table {
	background-color:#F5F3EF;
	border-left:dashed 1px #D8D2C4;
}
.table td{
	border-right:dashed 1px #D8D2C4;
}
.tableweb h2{
	color:#4c3f2f;
}
.tableheader {
	color:#FFF;
	background-color:#14394B;
}
.webportfolioimg {
	float:left;
	padding: 6px;
	border: 1px solid #CCC;	
}
.form {
	background-color:#EDEBE4;
	padding: 5px 15px 10px 15px;
}
.layouttable h1{
	font-size:19px;
	line-height:19px;
	color:#FFF;
}
.layouttable table {
	background-color:#EDEBE4;
	/*padding: 5px 15px 10px 15px;	*/
}
.layouttable td {
	padding:0px 10px;
	margin:0;
}
.textwhite {
	color: #FFF;	
}
.submit {
	background-color:#226987;
	color:#FFF;
	border:2px solid #666;
	padding:3px 8px;
	font-weight:bold;
	font-size:14px;
}
.submit:hover {
	background-color:#40A4CE;
	cursor:pointer;
}
.subscribeinput {
	padding:3px 8px;
	background-color:#EAEAEA;
	border:1px solid #093;
	color:#999;
	font-size:12px;
	font-weight:bold;
	border:none;
	outline:none;
	line-height:14px;
	text-align:center;
}
.subscribesubmit {
	background-color:#163F53;
	color:#FFF;
	border:1px solid #4C6600;
	text-transform:uppercase;
	padding:2px 5px;
	font-weight:bold;
	font-size:11px;
}
.subscribesubmit:hover {
	background-color:#1F6982;
	border-color:#000;
	cursor:pointer;
}
.domaininput {
	padding:3px 8px;
	background-color:#EAEAEA;
	border:1px solid #CCC;
	color:#999;
	font-size:12px;
	font-weight:bold;
	border:none;
	outline:none;
	line-height:14px;
	text-align:left;
}
.highlightsuccess{
	color:#096;
	font-weight:bold;
}
.error{
	color:#C00;
	font-weight:bold;	
}
.fatfooter{
	width:960px;
	height:200px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 20px 0px 20px;
	margin-top:0px;
	text-align:left;
	border:none;
	/* [disabled]background-image:url(images/fatfooter2012.png); */
	background-position:bottom right;
	background-repeat:no-repeat;
	line-height:1;
}
.fatfooterlinkbox {
	padding:0 15px;
	color:#FFF;	
	font:80%/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
}
.fatfooterlinkbox h1{
	font-size:100%;
	line-height:1.5;
	color:#D3AE4B;
	font-weight:normal;
	margin-bottom:3px;
}
.fatfooterlinkbox h1 a:link {
	color: #D3AE4B;
	font-weight:bold;
	text-decoration:none;
}
.fatfooterlinkbox h1 a:visited {
	color: #D3AE4B;
	font-weight:bold;
	text-decoration:none;
}
.fatfooterlinkbox h1 a:hover {
	color: #E1CE80;
	font-weight:bold;
	text-decoration:none;
}
.fatfooterlinkbox a {
	line-height:1.5;
}
.fatfooterlinkbox a:link {
	color: #FFF;
	text-decoration:none;
	line-height:1.5;
}
.fatfooterlinkbox a:visited {
	color: #FFF;
	text-decoration:none;
	line-height:1.5;
}
.fatfooterlinkbox a:hover {
	color: #D3AE4B;
	text-decoration:none;
}
.fatfooterlinkbox a:active {
	color: #FFF;
	text-decoration:none;
}
.featureboxes {
	padding-left:10px;
	color:#FFF;
}
.layout #mainContent .featureboxes a:link {
	color: #FC6;
	text-decoration:underline;
}
.layout #mainContent .featureboxes a:visited {
	color: #FC6;
	text-decoration:underline;
}
.layout #mainContent .featureboxes a:hover {
	color: #F90;
	text-decoration:underline;
}
.layout #mainContent .featureboxes a:active {
	color: #F90;
	text-decoration:underline;
}
.featurebox h2 {
	font-size:20px;
	text-align:center;
	color:#FFF;
	line-height:20px;
	vertical-align:middle;
	display:block;
	padding:0 0 10px 0;
	margin:0;
}
.featurebox p {
	padding:0 10px;
	margin:5px 0;
	font-size:13px;
}
.featurebox {
	background-image:url(images/featurebox.png);
	width:200px;
	height:275px;
	float:left;
	padding:10px 10px 10px 0px;
}
.featurebox img {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
label {
	font-size:13px;
	width: 50px;
	padding-right:5px;
	display:block;
	float:left;
	text-align:right;
	line-height:20px;
	vertical-align:middle;
	color:#E2E2E2;
}
.interest {
	padding:10px 0 0 0;	
}
.interest label {
	width: auto;
	padding-right:0px;
	display:block;
	float:none;
	text-align:left;
	padding:0;
	margin:0;
	padding-left:35px;
	line-height:15px;
}
.form_enquire h1 {
	background-image:none;
	font-size:160%;
	margin:0;
	padding:0;
	color:#E2E2E2;
}
.form_enquire form{
	padding:0;
	margin:0;	
}
.form_enquire{
	font-size:100%;
	margin:0;
	margin-right:10px;
	padding:10px;
	color:#e2e2e2;
	line-height:1.0;
	border:1px solid #F6751A;
	background-color:#00435d;
	background-image:url(images/box_repeat2012.png);
	background-repeat:repeat-x;
	background-position:bottom;
	/*z-index:5000;
	position:absolute;*/
	width:270px;
}
.submit {
	background-color:#F6751A;
	color:#FFF;
	border:1px solid #e7cca5;
	padding:0px;
	text-transform:uppercase;
	padding:3px 5px;
	font-weight:bold;
	font-size:12px;
}
.submit:hover {
	background-color:#E91F1F;
	cursor:pointer;
}
.bulletheight li{
	padding:3px 0;	
}