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

body {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	color: #545454;
	background-image: url(images/mainbckgd.jpg);
	background-repeat:repeat-x;
	}
/* text tags */	
H1 {
	color: #648bc6;
	font-size:90%;
	padding-right:30px;
	font-weight: lighter;
	line-height:30px;
	}
	
H2 {
	color: #1e3e91;
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-stretch:extra-expanded;
	
	}
	
H3 {
	color: #cdcdcd;
	font-size:90%;
	padding-left:10px;
	font-weight: lighter;	
	}

.red {
	color: #be0d0d;
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-stretch:extra-expanded;
	
	}

.blue {
	letter-spacing: .03em;
	color: #4b80d2;
	font-size:90%;
	}
	
.smalltext {
	font-size:11px;
	color:#666666;
	}
.date {
	color:#4b80d2;
	}
	
/* cell formats */


.sidecell {
	border: 1px solid #1e3e91;

	}
.leftcontent {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size:88%;
	}
	
.rightcontent {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
	}

.maincontent {
	padding-left:15px;
	padding-right:10px;
	padding-top: 10px;
	}
.maincontentbk {
	font-size:85%;
	background-color:#E77E4F;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #666666;
	}
	
.footer {
	font-size:11px;
	line-height:25px;
	text-align:center;
	}
	
	
/* tag formats */
	
ul {
	line-height:30px;
	padding-left:35px;
	font-size:14px;
	letter-spacing:.02em;
	}

.ulsm {
	line-height:20px;
	padding-left:10px;
	font-size:11px;
	list-style-type: none;
	color: #676767;
	}
	
/*links*/	

a:link  {
	color:#4774b8;
	text-decoration:underline;
	font-weight:bold;
	}
a:visited {
	color:#163b6d;
	text-decoration:underline;
	font-weight:bold;
	}
a:active {
	color:#6aa81a;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	color:#6aa81a;
	text-decoration:underline;
	font-weight:bold;
	}
	

a.foot:link {
	color:#b4bdb1;
	text-decoration:none;
	}
a.foot:visited {
	color:#000000;
	text-decoration:none;
	}
a.foot:active {
	color:#3165a0;
	text-decoration:none;
	}
a.foot:hover {
	color:#3165a0;
	text-decoration:none;
	}	

a.int:link {
	color:#b4bdb1;
	text-decoration:none;
	font-weight:lighter;
	}
a.int:visited {
	color:#000000;
	text-decoration:none;
	font-weight:lighter;
	}
a.int:active {
	color:#3165a0;
	text-decoration:none;
	font-weight:lighter;
	}
a.int:hover {
	color:#3165a0;
	text-decoration:none;
	font-weight:lighter;
	}	
		
/* backgrounds */

#wrapper {
	background-image:url(images/wrapperbckgd3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

#wrapper2 {
	background-image:url(images/wrapperbckgd2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
#wbackground {
	background-attachment: scroll;
	background-image: url(images08/webwframe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#gbackground {
	background-attachment: scroll;
	background-image: url(images08/graphicwframe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#conbackground {
	background-attachment: scroll;
	background-image: url(images08/contactwframe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#pbackground {
	background-attachment: scroll;
	background-image: url(images08/portfoliowframe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#cbackground {
	background-attachment: scroll;
	background-image: url(images08/companywframe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
