/*NOTES ---------------------------------

Insert notes here

UPDATE INFO ------------------------

Revision number: 1.2.1
Last updated: 8 Oct 2007
Last update made by: James MacFarlane

CONTENTS ---------------------------

=1: Reset all elements to a common value
=2: Default classes
=3: Accessibility
=4: Default Styles
=5: Layout Styles
=6: Unique Layout Styles
=7: Unique styles
*/

/* -- =1: reset all elements to a common value ----------------------------------------------------- */
body{background-color:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
li {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
q:before,q:after{content:"'";}


/* -- =2: default classes -------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.kern {letter-spacing:0.01em;}
.paddingtop {padding-top:5px;}

/* -- =3: accessibility ---------------------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }

/* -- =4: Default Styles --------------------------------------------------------------------------- */
body{font-size:11px;font-family:arial, verdana, tahoma, helvetica;line-height:1.7;font-weight:bold;}

h1 { font-size: 1.8em; padding:0px; margin:0px; font-weight:bold; color:#000 }

h2 { font-size: 1.6em; padding:0px; margin:0px; font-weight:bold; color:#000 }

h3 { font-size: 1.4em; padding:0px; margin:0px; font-weight:bold; color:#000 }

h4 { font-size: 1.2em; padding:0px; margin:0px; font-weight:bold; color:#000 }

p {padding:0px; margin:0px;}

a {text-decoration:none;color:#fff}

li {color:#fff;}

/* -- =5: Layout Styles ---------------------------------------------------------------------------- */
html{
	background-color:#808080;
}

body{
	width: 800px;
	margin: 0px auto !important;
	background: url(../images/bj.jpg) no-repeat;
}

#header{
	height:75px;
	background: url(../images/headerImg.jpg) no-repeat;
}

#header h1{
	float:left;
	color:Red;
	font-size:2.5em;
	font-weight:bolder;
	padding-right:250px;
	padding-left:290px;
}

#header h2{
	float:left;
	color:Red;
	font-size:1.2em;
	padding-left:293px;
}

#nav{
	height:22px;
	background: url(../images/nav_tile.jpg) repeat-x;
	text-align:center;
}

#nav ul{
	margin-left:95px;
	padding-top:1px;
}

#nav li{
	float:left;
}

#nav a{
	padding-top: 2px;
	float: left;
	display: block;
	width: 100px;
	height: 18px;
	color: #000;
	border: solid 1px transparent;
}

#nav a:hover{
	background: url(../images/nav_tileHover.jpg) repeat-x;
	border:solid 1px white;
}

#nav a.selected{
	border-right:solid 1px #801f15;
	border-left:solid 1px #801f15;
	background: url(../images/nav_tileSelected.jpg) repeat-x;
}

#content{
	height:445px;
	padding-top:20px;
}

#contentContact{
	height:460px;
	padding-top:10px;
}

#contentHome{
	padding-top:30px;
	height:290px;
	padding-top:30px;
}

.content p{
	margin-left:95px;
	width:350px;
	padding-right:15px;
	color:#fff;
}

.content h1{
	margin-left:95px;
	font-size:1.3em;
	color:#000;
}

.leftContent ul{
	padding-top:10px;
	margin-left:95px;
}

.leftContent li{
	list-style:disc inside;
}

#footer{
	height:25px;
	background-color:#b54931;
	text-align:center;
}

#footer p{
	padding-top:4px;
	color:#fff;
}


/* -- =6: Unique Layout Styles -------------------------------------------------------------------------- */

/*---------HOME------------------*/

.home{
	height:290px;	
}

#secondNav{
	height:145px;
}

#secondNav ul{
	padding-top:15px;
	margin-left:80px;
}

#secondNav li{
	display:block;
	float:left;
	padding-right:16px;
}

#secondNav a{
	text-align:center;
	display:block;
	width:95px;
	color: #FFF !important;
	text-decoration:none;	
}

#secondNav a:hover{
	text-decoration:underline;	
}

#secondNav img{
	border:1px solid #801f15;
	margin:0px auto;
	display:block;
	width:83px;
	height:85px;
	background-color:blue;
}

#secondNav img:hover{
	border:1px solid #fff;
}

/*---------SERVICES------------------*/

.leftContent{
	float:left;
}

#servicesNav{
	padding-bottom:15px;
	padding-left:67px;
	height:22px;
	text-align:center;
}

#servicesNav ul{
	padding-top:2px;
}

#servicesNav li{
	float:left;
	border-right:solid 1px #801f15;
}

#servicesNav a{
	float:left;
	display:block;
	padding-left:10px;
	padding-right:10px;
	font-size: 10px !ie;
	height:20px;
	color:#000;
	background: url(../images/nav_tile.jpg) repeat-x;
}

#servicesNav a:hover{
	background: url(../images/nav_tileHover.jpg) repeat-x;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

#servicesNav a.selected{
	background: url(../images/nav_tileSelected.jpg) repeat-x;
}

/*---------DOWNLOADS------------------*/

/*---------LINKS------------------*/

.links ul{
	padding-top:0px;
}

.linksus h3{
	padding-top:10px;
	font-size:1.1em;
	margin-left:95px;
}

/*---------CONTACT US------------------*/

#ContactLeft ul{
	margin-left:95px;
}

#message p{
	line-height:1;
	margin-left:0px;
	color:#fee300;
	font-size:1.1em;
	width:500px;
}

#ContactLeft{
	width:400px;
	float:left;
	padding-bottom:10px;
}

#ContactLeft li{
	color:#fff;
	line-height:1.4;
}

#RightContact{
	width:400px;
	padding-bottom:10px;
	float:left;
}

#RightContact li{
	color:#fff;
	line-height:1.4;
}

#RightContact p{
	margin-left:0px;
}

#contact{
	margin-left:95px;
}

.headerBlack{
	color:#000;
}

p.red{
	color:#fff;
}

select{
	font-size: 1.1em;
	border: 1px solid #d1c19f;
	padding: 3px;
	width: 192px;
	background: #faf3e3;
}

label {
	font-size: 1.1em;
	display: block;
	padding: 5px 0px 2px 0px;
	color: #000;
}

input {
	font-size: 1em;
	border: 1px solid #d1c19f;
	padding: 3px;
	width: 180px;
	background: #faf3e3;
}

input.button {
	border:none;
	margin-top:5px;
	width: 100px;
	padding:5px 5px 5px 5px;
}

input.button:hover {
	background-color:#000;
	color:#fff;
}

input:focus {
	border: 1px solid #371606;
}

textarea {
	font-size: 1.2em;
	border: 1px solid #d1c19f;
	background: #faf3e3;
	padding: 3px;
	width: 360px;
	height: 100px;
	margin-right: 300px;
}

/* -- =7: Unique classes -------------------------------------------------------------------------- */

.DomRightImg{
	border:1px solid #801f15;
	display:block;
	width:272px;
	height:263px;
	background-color:red;
}

.AdobeImg{
	margin-left:95px;
	padding-top:20px;
	padding-right:10px;
	border:none;
}

.leftContent a{
	text-decoration:underline;
}

.leftContent a:hover{
	text-decoration:none;
}

/*-------------------------------------------------------------------------------------------------------------*/
                                                     /*CSS END*/
/*-------------------------------------------------------------------------------------------------------------*/
