/******Oakdean Styles**********/

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-family: helvetica, arial, sans-serif;
	color: #666666;
	font-size: 16px;
	text-align:center;
	width:100%;
 }

#container {
    width: 920px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#right {
    width: 700px;
    float: right;
    padding-top: 5px;
    position: relative;
    padding-bottom: 30px;
}

#head {
    margin-left: -23px;
}

#head img {
    position: relative;
    z-index: 10;
}

#left {
    width: 200px;
    float: left;
    padding-bottom: 30px;
}

#left img {
    border: none;
    position: relative;
    z-index: 5;
}

/******************navigation*************/

#nav {
    margin-top: 20px;
    /*padding-top: 23px;*/
    width: 200px;
    /*background-image: url(../images/nav_top.png);
    background-position: top left;
    background-repeat: no-repeat;*/
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

#nav ul {
    width: 200px;
    /*background-image: url(../images/nav_bottom.png);
    background-position: bottom left;
    background-repeat: no-repeat;*/
    padding-bottom: 26px;
    /*margin-left: 5px;*/
}

#nav ul li {
    list-style-type: none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    /*background-image: url(../images/list_bg.png);
    background-repeat: no-repeat;*/
}

#nav a:link, #nav a:visited {
    color: #fff;
    text-decoration: none;
    /*padding-left: 10px;*/
    background-image: url(../images/list_bg.png);
    background-repeat: no-repeat;
    height: 40px;
    line-height: 40px;
    width: 180px;
    display: block;
}

#nav a:hover {
    color: #ff6600;
}


/***********horizontal navigation***********/

#hor_nav {
    width: 650px;
    height: 60px;
    position: absolute;
    top: 133px;
    left: 5px;
    list-style-type: none;
    float: left;
}

#hor_nav li {
    list-style-type: none;
    display: inline;
    width: 100px;
    height: 60px;
}

#hor_nav li a:link, #hor_nav li a:visited {
    height: 60px;
    width: 100px;
    border-left: #fff groove 2px;
    border-right: #fff groove 2px;
    line-height: 60px;
    float: left;
    text-align: center;
    color: #fff;
    margin-left: -2px;
    text-decoration: none;
    font-weight: bold;
}

#hor_nav li a:hover {
    background-image: url(../images/hover_bg.png);
    background-repeat: repeat-x;
}

/******************content****************/

h1 {
    color: #ff6600;
    font-size: 22px;
    font-weight: normal;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 40px;
    margin-bottom: 10px;
}

p {
    margin-left: 10px;
    margin-bottom: 15px;
    margin-right: 40px;
}

.highlight {
    font-weight: bold;
    color: #ff6600;
}

.points {
    margin-left: 20px;
    list-style-image: url(../images/bullet.png);
}

.points_l, .points_r {
    margin-left: 20px;
    list-style-image: url(../images/bullet.png);
    width: 310px;
}

.points li, .points_r li, .points_l li {
    margin-left: 22px;
    list-style-image: url(../images/bullet.png);
    padding-left: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.points li span, .points_r li span, .points_l li span {
    font-weight: normal;
}

.points_l {
    float: left;
}

.points_r {
    float: right;
    margin-right: 30px;
}

p a:link, p a:visited {
    color: #ff6600;
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

/***************slideshow*****************/

#intro {
    width: 650px;
    height: 300px;
    position: relative;
    margin-left: 10px;
    margin-bottom: 20px;
}

#slideshow {
    width: 450px;
    height: 300px;
    z-index: 3;
}

#slideshow img {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 450px;
    height: 300px;
}


#caption {
    width: 200px;
    height: 290px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 300;
}

#caption p {
    width: 140px;
    height: 290px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: top left;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding-left: 40px;
    padding-top: 5px;
    
}

#frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 650px;
    background-image: url(../images/large_frame.png);
    z-index: 150;
}

#prev, #next {
    position: absolute;
    width: 45px;
    height: 44px;
    z-index: 310;
}

#prev img, #next img {
    border: none;
}

#prev {
    top: 128px;
    left: 5px;
}

#next {
    top: 128px;
    right: 205px;
}




/***************contact form*************/

#contact {
    width: 500px;
    margin-left: 60px;
    background-color: gray;
    background-image: url(../images/curve_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 20px;
}

#contact h3 {
    color: #fff;
    background-image: url(../images/curve_top.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 500px;
    padding-top: 10px;
    text-align: center;
}


#contact_form ul {
    background-image: url(../images/curve_body.png);
    background-repeat: repeat-y;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 500px;
    height: 260px;
}

#contact_form li {
	position: relative;
	width: 100%;
	float: left;
	clear: left;
	list-style-type: none;
	display: block;
}

#contact_form label {
	width: 120px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
    color: #ff6600;
    text-align: right;
}

#contact_form input, #contact_form textarea {
	float: right;
	width: 300px;
	margin-top: 4px;
	margin-bottom: 4px;
    margin-right: 40px;
	border: solid 1px #ff6600;
    background-color: #fff;
}

#contact_form textarea {
	height: 160px;
}

#contact_form input.subbtn {
	margin: 0;
	padding: 0;
	border: 0px solid #ff6600;
	cursor:pointer;
	height:30px;
	width:70px;
	float:right;
	text-decoration:none;
	color: #333;
	font-weight: bold;
	font-size:16px;
	text-align: center;
    background-color: #ff6600;
	line-height: 30px;
	font-family: arial, helvetica, sans-serif;
	margin-top: 4px;
    margin-right: 40px;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

.success {
    color: #333;
    font-weight: bold;
}

/****************accordion***************/

#accordion {
    width: 650px;
    margin-left: 10px;
    z-index: 200;
    position: relative;
}

#accordion h3 {
    width: 650px;
    height: 40px;
    margin-top: 10px;
    background-image: url(../images/accordion_bg.png);
    background-repeat: no-repeat;
    z-index: 200;
    position: relative;
    clear: both;
}

#accordion h3 a {
    width: 630px;
    height: 40px;
    display: block;
    font-size: 18px;
    padding-left: 20px;
    color: #666;
    text-decoration: none;
    line-height: 40px;
}

#accordion h3 img {
    border: none;
    margin-right: 10px;
}

#accordion div p {
    margin-bottom: 20px;
    margin-top: 10px;
    z-index: 200;
    position: relative;
    /*width: 230px;
    max-height: 300px;
    float: right;*/
}

/**********portfolio slideshow*********/

.port_slide {
    position: relative;
    width: 350px;
    height: 233px;
    float: left;
    z-index: 3;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.slideshow2 img {
    width: 350px;
    height: 233px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.port_slide .port_frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 233px;
    width: 350px;
    background-image: url(../images/frame_3.png);
    z-index: 150;
}

/*.prev, .next {
    position: absolute;
    width: 45px;
    height: 44px;
    z-index: 310;
    display: block;
}

.prev img, .next img {
    border: none;
}

.prev {
    
    top: 128px;
    left: 5px;
}

.next {
    
    top: 128px;
    right: 5px;
}*/



/******************footer***************/

#footer {
    width: 900px;
    clear: both;
    height: 100px;
    border-top: solid 1px #cccccc;
    padding-top: 15px;
}

#footer p {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin: 0 0 10px 10px;
    padding: 0;
}

#footer p span {
    color: #ff6600;
    font-weight: normal;
}

#footer p.sig {
    width: 300px;
    float: right;
    margin-right: 10px;
    text-align: right;
}

#footer p.contact {
    width: 500px;
    float: left;
}

#footer p a:link, #footer p a:visited {
    text-decoration: none;
    color: #333;
}

#footer p a:hover {
    color: #666;
}

#footer p.sig a:link, #footer p.sig a:visited {
    text-decoration: none;
    color: #ff6600;
}

#footer p.sig a:hover {
    color: #ff9933;
}

