/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th, td, tr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/* SITE STRUCTURE CSS */


table td img a{
	border-style: none;
	
}


#wraper {
	font-family: "Myriad Pro", Myriad, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333;
	border: 1px solid #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 750px;
}

#header {
border-bottom:1px solid #FFF;	
}

#topNav {
        width:100%;
        text-align:center;
		background-color:#4D5458;
		padding-top:5px;
}



#topNav ul li{

position: relative;
display: inline;
float: left;	
}

#topNav ul li a{
display: block;
width: 123px; /*Width of top level menu link items*/
padding: 2px 0px;
text-decoration: none;
background-color:#4d5458;
color:#FFF;
font: 10px Tahoma;
border:1px solid #4d5458;
}

#topNav ul li a:hover{
border:1px solid #FFF;
/*background: url(../images/mainnav_on.gif) center center repeat-x;*/
color:#ffffff;	
}

#footer {font-size:11px; text-align:center; color:#231F20;}

#Nav2 {
        width:98%;
        text-align:center;
		background-color:#FFFFFF;
		padding-top:15px;
		padding-bottom:15px;
		margin-left:7px;
}



#Nav2 ul li{

position: relative;
display: inline;
float: left;
}

#Nav2 ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 0px;
text-decoration: none;
background-color:#FFFFFF;
color:#4D5458;
font: 10px Tahoma;
border:1px solid #FFFFFF;
}

#Nav2 ul li.active a{
display: block;
width: 123px; /*Width of top level menu link items*/
padding: 2px 0px;
text-decoration: none;
background-color:#FFFFFF;
color:#4D5458;
font: 10px Tahoma;
font-weight:bold;
}

#Nav2 ul li a:hover{
border:1px solid #4D5458;
/*background: url(../images/mainnav_on.gif) center center repeat-x;*/
color:#4D5458;	
}

#Nav2 ul li.active a:hover{
	border:1px solid #ffffff;

}

#sidebar {
	float:left;
    width:380px;
    }

#main {
    float:right;
    width:370px;

    }
	
.innercontent {
margin:20px;	
}

.innercontent2 {
margin:20px;
text-align:right;
}

.innercontent2 img {
	border:1px solid #333;
}

.innercontent2 H2{
	letter-spacing:.4em;
}

#home{
text-align:center;
padding:10px;
}

#home a{
	text-decoration:none;
	color:#4D5458;
	letter-spacing:.4em;
	font-size:16px;
	padding:5px;
}

#home a:hover {
	border:1px solid #4D5458;
}

	
.clear {
clear:both;	
}






/*special CSS*/

#thephoto {
}

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;
}

#photoholder{
	text-align:center;
	border-bottom:1px solid #ffffff;
}

.feature {
	list-style:square;
	
}
.feature2 {
	list-style:square;
	padding-left:25px;
	padding-top: 10px;
	padding-bottom:10px;
	
}

h1 {
margin-bottom: 10px;	
}

a:link {
	color:#231F20;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.dev {
	font-size:10px; font-style:italic;
}



