@import url(liquidcorners.css);

body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:10pt;
	color:#3e4f35;
}

img, #supportbox, #webdesignbox, #hostingbox, #developmentbox, #bottombox img { behavior: url(iepngfix.htc) }

#container {
	width:705px;
	margin:10px auto 10px auto;
	border:1px solid #000;
	background:#fff;
	position:relative;
}

#test
{
    border: solid 1px black;
}

#header
{
	background:url(images/iceback.png) no-repeat;
	width:705px;
	height:157px;
	position: relative;
	left: 0px;
	top:0px;
	color: White;
}

#header ul
{
    list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
	position:absolute;
	top:128px;
}

#header li
{
    float: left;
	background: none;
	padding: 0 5px;
	margin-bottom: 3px;
}

#header a
{
    display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 0 7px;
	line-height: 24px;
	height: 24px;
}

#header a:hover
{
    background: #73a4d0;
	border: 0;
	text-decoration:none;
}

#menu
{
    text-align: right;
    border-bottom:1px solid #000;
    padding: 2px;
}

#leftmenu
{
    float:left;
    vertical-align: top;
    padding-left: 12px;
    padding-right: 12px;
    color: White;
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 11px;
    width: 180px;
    height:206px;
    text-align: left;
    background-color: #5c88b1;
    min-height: 400px;
}

span.linksep { display: none; }

#maincontentholder
{
    margin:10px;
    border: 1px solid green;
    height:1000px;
}

#content {
	width:880px;
	margin:0px;
	padding:10px;
	text-align:justify;
	float: left;
	min-height: 300px;
	backgound-image: url(/images/img.png);
}

#sitetoolscontent {
	width:650px;
	margin:10px;
	text-align:justify;
	float: left;
}

.contentheader
{
    background-image: url(/images/contentheader.png);
}


#content h2 {
	color:#3e4f35;
	font-size:14pt;
	padding-left: 5px;
	border-bottom: solid 0px #73a4d0;
	margin: 0px;
}

#content h3 {
	color:#3e4f35;
	font-size:10pt;
}

#rightmenu
{
    width: 130px;
    float: left;
    padding: 10px 0 0 15px;
}

.mainbox
{
    width:200px;
	height:150px;
	border:0px solid #73a4d0;
	margin:10px;
	float:left;
	display:inline;
	position:relative;
}

.mainbox span
{
    position:absolute;
    top:50px;
    padding-left: 7px;
    color: White;
    width: 180px;
    text-align: left;
}

.mainbox a:hover
{
    text-decoration: none;
    cursor: pointer;
}

#supportbox a
{
    background-image:url(/images/support.png); 
    display: block;
    width: 200px;
    height: 150px;
}

#supportbox a:hover
{
    background:url(/images/support.png) -200px -150px;
}

#webdesignbox a
{
    background-image:url(/images/webdesign.png);
    display: block;
    width: 200px;
    height: 150px;
}

#webdesignbox a:hover
{
    background:url(/images/webdesign.png) -200px -150px; 
}

#hostingbox a
{
    background-image:url(/images/hosting.png);
    display: block;
    width: 200px;
    height: 150px;
}

#hostingbox a:hover
{
    background:url(/images/hosting.png) -200px -150px;
}

#developmentbox a
{
    background-image:url(/images/development.png);
    display: block;
    width: 200px;
    height: 150px;
}

#developmentbox a:hover
{
    background:url(/images/development.png) -200px -150px; 
}

.rightbox
{
    width:150px;
	height:100px;
	border:1px solid #73a4d0;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;   
}

#bottombox
{
    background: url(/images/bluerectback.png) no-repeat;
    width:850px;
    height:180px;
    position:relative;
    padding: 25px 25px 0px 15px;
    
}

#links
{
    margin-right: 120px;
}

#bottombox p
{
   margin-right: 120px; 
}

#fader
{
    margin-right: 120px;
}

.contactbox
{
    width: 290px;
    float:left;
}

.star
{
    position:absolute;
    top:-20px;
    left:770px;
    float: right;
    width: 190px;
    height: 140px;
    border: 0;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:238px;
	padding:0px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:230px;
	background:top left no-repeat #f2f7e9;
	color:#3e4f35;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}



#footer {
	clear:both;
	border-top:1px solid #000;
	background:#73a4d0;
	padding:10px;
	color:#3e4f35;
	font-size:8pt;
	text-align:left;
	height:5px;
	position: relative;
	left: 0px;
	vertical-align:top;
}

#copyright
{
    display:inline;
}

#address
{
	text-align:right;
	font-size: 8pt;
	position:relative;
	left:0px;
	top:-15px;
	padding-right:10px;
}

a {
	color:#73a4d0;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.pagetitle
{
    font-size: 25px;
    font-weight: bold;
    text-decoration:underline;
    text-align: center;
}

#testing
{
    height: 1px;
    color: #ab8687;
}

.supportpageheader
{
    color: #ab8687;
    padding: 0;
    height: 20px;
}

.webdesignpageheader
{
    color: #a2b093;
    padding: 0;
    height: 20px;
}

.hostingpageheader
{
    color: #9b8c66;
    padding: 0;
    height: 20px;
}

.developmentpageheader
{
    color: #8696ac;
    padding: 0;
    height: 20px;
}

.standardpageheader
{
    color: #73a4d0;
    padding: 0;
    height: 20px;
}

.centerpage
{
    text-align:center;
}

.nocenterpage
{
    text-align:left;
    width: 50%;
    border: 1px dashed #cccccc;
}

table.centerpage {margin-left:auto; margin-right:auto;}


#EditPageHeader span
{
    padding:10px;
}

.nopadding
{
    padding:0;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

/*Issue status styles*/
.unopened 
{
    background-color: #ccccff;
    text-decoration: none;
}

.opened 
{
    background-color: #ccffcc;
    text-decoration: none;
}

.unreproducable 
{
    background-color: #ffcccc;
    text-decoration: none;
}

.awaitingclientfeedback 
{
    background-color: #ffe7cc;
    text-decoration: none;
}

.awaitingclientapproval 
{
    background-color: #ffffcc;
    text-decoration: none;
}

.closed 
{
    background-color: white;
    text-decoration: none;
}

.removed 
{
    background-color: white;
    color: Gray;
    text-decoration: line-through;
}


.opened:hover,.unopened:hover,.unreproducable:hover,.awaitingclientfeedback:hover,.awaitingclientapproval:hover,.closed:hover,.removed:hover
{
	background: #316ac5;
	color: White;
	cursor: pointer;
	cursor: hand;
}

.gridHeader 
{
    background-color: #7e8fb2;
    color: White;
    white-space: nowrap;
}

.filesize
{
    width: 60px;
    text-align: right;
    white-space: nowrap;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 60em; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.sidebox2
{
	padding: 5px;
	border: solid 1px #000;
    background-image: url(images/tableback.png);
    background-position: right;
    background-repeat: repeat-y;
}

.hostingtable td
{
	padding: 5px;
	border: solid 1px #efefed;
}

.portfolio_image
{
    width: 33%;
    padding-top:20px;
    float: left;
}

.portfolio_image_left
{
    width: 33%;
    padding-top:20px;
    float: left;
}

#SiteMapDiv
{
    border-bottom: dashed 1px #4c7ba7;
    padding-bottom: 5px;
}