@charset "utf-8";
/* CSS Document */
html, body {
	padding: 0px;
	margin: 0px;
	background-color: #256CAC;
	background-image: url(../images/leftcolblackbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	border: none;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#clouds {
	background-image: url(../images/sky.jpg);
	background-repeat: no-repeat;
	background-position: 320px top;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	height: 250px;
}
#leftcol {
	height: 100%;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0px; /* for proper browsers */
	background-color: #000000;
	z-index: 0;
}
#leftcol #logo {
	position: relative;
	padding: 0px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
}

#pagetitle  {
	position: fixed;
	right: 0px;
	z-index: 0;
	bottom: 5px;
}
#corner {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/brcorner.png);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
td {
	padding: 2px;
}
#rightcol {
	width: 800px;
	height: 100%;
	position: absolute;
	margin: 0px;
	z-index: 1;
	padding: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	text-align: right;
}
#rightcolheader {
	height: 80px;
	text-align: right;
	position: relative;
	z-index: 100;
}
#rightcolheader #headerinfo {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	width: 480px;
	right: 0px;
	top: 40px;
}
#rightcol #roundedheader {
	height: 15px;
	width: 470px;
	position: relative;
	margin-left: 330px;
}

#rightcol #content {
	z-index: 10;
	margin-left: 330px;
	text-align: center;
	margin-top: 0px;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 450px;
	background-color: #ECECFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}
#loginform  {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	margin: 0px;
	padding: 0px;
}
#clientlogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#clientlogin   label {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#clientlogin  input {
	width: 70px;
	background-color: #EBEAFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 12px;
	color: #000000;
	height: 15px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 5px;
	padding: 0px;
}
#ontop {
	z-index: 10000;
}

#clientlogin  #submit {
	width: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 20px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#clientlogin  #submit:focus {
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.clear {
	clear: both;
}
#navbox {
	padding: 0px;
	position: absolute;
	z-index: 1000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 95px;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : 0px;
	width: 95px;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	top: 0;
	left: -999em;
	margin-left : 96px;
	margin-top : 0;
	}
	
	#nav li a {
	width: 100px;
	w\idth : 95px;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #256CAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	#nav li a:hover {
	color : white;
	background-color : #313131;
	border-right-color: #000000;
	}
	#nav li ul li a {
	width: 100px;
	w\idth : 95px;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-style: none;
	}
	
	#nav li ul li a:hover {
	color : white;
	background-color : #313131;
	}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#contactform {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	position: relative;
	width: 450px;
	margin: 0px;
	padding: 0px;
}
#contactform fieldset
{
	padding-top: 10px;
	border: 1px solid #000000;
	padding-bottom: 10px;
}

#contactform legend
{
	color: #000000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
} 
#contactform label
{
	width: 140px;
	float: left;
	text-align: right;
	display: block;
	clear: both;
	margin-bottom: 10px;
	margin-top: 3px;
}
#contactform  .textbox {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	width: 230px;
	margin-left: 5px;
}

#contactform   #submit
{
	float: left;
	color: #333333;
	border: 1px solid #000000;
	background-color: #D6D6D6;
	margin-left: 145px;
} 
#contactform #submit:hover {
	color: #000000;
	background-color: #C1C1C1;
}
#gearlist   ul  {
	background-color: #CCCCCC;
	background-image: url(../images/brcorner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#gearlist    ul   #header  {
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
#gearlist   ul   li  {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#clientlist {
	text-align: left;
}
#clientlist li {
	margin-top: 5px;
	margin-bottom: 5px;

}
#graphicdesign   {
	padding-left: 15px;
	margin-left: 15px;
}
#leftcolovertoright {
	position: relative;
	width: 320px;
	text-align: right;
	right: -10px;
	z-index: 10;
	margin-top: 20px;
}





#odd {
	background-color: #999999;
}
#even {
	background-color: #CCCCCC;
}
a:link,  a:visited  {
	color: #000000;
	text-decoration: underline;
}
a:hover,  a:active  {
	color: #333333;
	text-decoration: none
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.indeximgtable   {
	width: 450px;
	margin: 0px;
	padding: 0px;
}
ul.indeximgtable li {
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin: 0px;
}
