/* EVERYPAGE CSS */

body {
background-color: #CCCCCC;
background-image: url('/background.jpg');
background-repeat: repeat-x; 
margin-top:0;
margin: 0;
padding: 0;
}

.title {
background-image: url('/title_bg.jpg');
height:37px;
width:770px;
color:#FFFFFF;
font-size:14px;
vertical-align:middle;
background-repeat: repeat-x;
text-align:right;
}

.smtitle{
font-size:18px;
color:navy;
font-weight:bold;
font-family:Tahoma, Verdana, 'Sans Serif';
}	

.clear {
clear: both;
}

a:link {
color: red;
}

a:visited {
color: red;
}

a:hover {
color: blue;
text-decoration:none;
}

a:active {
color: red;
}

#page {
background-color:#f6f5f2;
text-align:left;
width: 770px;
height:100%;
margin: 0 auto;
margin-left: 0 auto;
margin-right: 0 auto;
color: #000000;
font-size: 12pt;
font-family: Calibri, Arial, sans-serif;
}

#header {
width:770px;
height:364px;
background-image: url('images/sp_home_top.jpg');
padding:0px;
margin:0px;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	width: 263px;
	height: 25px;
	float: left;
}

#header h1 a span {
	display: none;
}

#header2 {
width:770px;
height:197px;
background-image: url('images/sp_others_top.jpg');
padding:0px;
margin:0px;
}

#header2 h1 {
	margin: 0;
}

#header2 h1 a {
	display: block;
	width: 263px;
	height: 25px;
	float: left;
}

#header2 h1 a span {
	display: none;
}


.padit {
padding:10px;
}

.clear {
clear: both;
}

.bold {
font-weight:bold;
}

img {
border:0px;
}

#homeleft {
width:385px;
height:380px;
float:left;
background:#253a57;
}

#homeright {
width:385px;
height:380px;
float:right;
background:#bbcde2;
color:#000000;
}

#contactleft {
width:385px;
height:100%;
float:left;
color:#000000;
}

#contactright {
width:385px;
height:100%;
float:right;
color:#000000;
}

#titleleft {
width:385px;
height:37px;
text-align:left;
float:left;
color:#FFFFFF;
background-image: url('/title_bg.jpg');
background-repeat: repeat-x;
}

#titleright {
width:385px;
height:37px;
text-align:right;
float:right;
color:#FFFFFF;
background-image: url('/title_bg.jpg');
background-repeat: repeat-x;
}

.divider {
background:#FFFFFF;
width:770px;
height:4px;
float:right;
}

a.dark:link {
color: yellow;
}

a.dark:visited {
color: yellow;
}

a.dark:hover {
color: white;
text-decoration:none;
}

a.dark:active {
color: white;
}

a.port:link {
color: navy;
font-size:10pt;
}

a.port:visited {
color: navy;
font-size:10pt;
}

a.port:hover {
color: #006699;
text-decoration:none;
font-size:10pt;
}

a.port:active {
color: #006699;
font-size:10pt;
}

.portTitle {
width:122px;
height:25px;
background-image: url('port_title.jpg');
padding:0px;
margin:0px;
}

.portBorder {
width:122px;
padding:0px;
margin:0px;
border-style:solid;
border-width:1px;
border-color:#b2b2b2;
}

#copyright {
height:12px;
font-size:10px;
text-align:center;
font-family:arial, verdana;
background-color:#6280b3;
color:#FFFFFF;
}


.stylelight{
padding:2px;
border-style:dashed;
border-width:1px;
border-color:#CCCCCC;
background-color:#CDD3E3;
margin:2px;
}

.styledark{
padding:2px;
border-style:dashed;
border-width:1px;
border-color:#CCCCCC;
background-color:#DAE1F3;
margin:2px;
}

.dashborder{
padding:10px;
border-color:#2b3544;
border-style:dashed;
border-width:1px;	
}

/* CSS for JavaScript Image Viewer in Portfolio Area */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}