/*
YUI Reset version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

textarea.small,
input.small {
	width: 50px;
}

textarea.medium,
input.medium {
	width: 170px;
}

textarea.large,
input.large {
	width: 300px;
}

textarea.extralarge,
input.extralarge {
	width: 600px;
}

img {
	border-bottom: 1px solid white;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

body, html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_grad.gif);
    background-repeat: repeat-x;
    background-color: white;
    font-size: 10px;
}

/* links */
a {
  color: #000000;
}
a:hover {
	text-decoration: none;
}
h1 {
    font-weight: bold;
	font-size: 18px;
	padding: 6px;
	background-color: #BFCF00;
	text-indent: 150px;
	color: white;
    
}

#logo {
	padding: 5px;
	text-align: left;
	margin-left: 50px;
	background-color: #DAD8B8;
}

#text   {
	font-size: 11px;
	text-align: left;
	line-height: 18px;
    margin: 10px 2px 10px 160px; 
	width: 370px;
	line-height: 1.4em;
}

#contactInfo {
    margin-top: 20px;
    font-weight: bold;
}

#lp {
	width: 150px;
	float: left;
	top: auto;
	background-color: #CCCCCC;
	padding: 4px 0px 0px 0px;
}

#lpSecondary {
    padding-top: 20px;
    background-color: white;
    text-align: center;   
}

#logos {
	clear: both;
}

#footer {
	padding: 2px;
	text-align: center;
	clear: both;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: #6980ab;
	height: 6px;
}
#credit {
	font-size: 10px;
	text-align: center;
	height: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #BFCF00;
}

#mainwrapper {
	margin: 0px auto;
	width: 900px;
	background-color: white;
	border: 1px solid #BFCF00;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
}


#rhpics {
	width: 350px;
	float: right;
	position: relative;
}

#tags {
	color: #333333;
	padding-left: 10px;
}

#tags li {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 5px 10px;
    padding-right: 7px;
}

#icons {
    background-color: white;
    padding: 20px 3px 3px 3px;
    text-align: center;
}

#contactHolder  {
    border: 2px solid #999;
}
    
    #contactHolder td {
        padding: 3px;
        margin: 3px;
        vertical-align: top;
    }
    
    #contactHolder th.header {
        padding: 5px;
        text-align: center;
        background-color: #999;
        color: white;
        font-weight: bold;
    }
    
    #contactHolder tr {
        border: 1px solid #efefef;
    }
