/* Eric Meyer's Reset styles */
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,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

body {
    font-size: 62.5%;      /* Reset base size to 14px */
    line-height: 1.429em;  /* Reset line-height to 20px */
    }

body, input, textarea, select, label {
    	font-family: Helvetica, Verdana, Arial, sans-serif;
    }

body {
	color:#232323;
	background-image: url(../images/background.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #ad1e1e;
}
/*Structure*/
#wrapper {
	background-image: url(../images/contentbg.png);
	background-position: center top;
	background-repeat: repeat-y;
	width:992px;
	margin:0 auto;
	padding:0;
}
#innerwrapper {
	width:956px;
	height:auto;
	margin:0 auto;
}
#header {
	background-color:#fff;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	width:956px;
	height:127px;
	margin:0 auto;
	padding:0;
}
#header img {
	float:left;
	border:0;
}
#divider {
	background-repeat: no-repeat;
	background-image: url(../images/divider.jpg);
	height:26px;
	text-align:right;
}
#divider .date {
	line-height:26px;
	color:#f1f1f1;
	font-size:1.2em;
	padding:5px 20px;
}
#menu {
	width:600px;
	padding:0 21px;
	text-align: center;
}
#mediabar {
	width:956px;
	height:275px;
	margin:0 auto;
	padding:0;
}


#content {
	font-size:1.2em;
	width:936px;
	margin:0 auto;
}
#footer {
	background-color:#000064;
	color:#fff;
	position: relative;
	margin:0 auto;
	width:956px;
	height:30px;
	margin:0 auto;
}
#footer a, #footer a:visited {
	font-size: 1.05em;
	padding-left: 15px;
	padding-bottom: 0;
	padding-right: 15px;
	padding-top: 0;
	color:#fff;
	text-decoration:none;
	line-height:30px;
}
#footer a:hover {
	color:#6699cc;
}
#footer .copyright {
	line-height: 30px;
	text-align: right;
	font-size: 9px;
	padding-left: 150px;
}
#subfooter {
	background-color: #ffffff;
	margin:0 auto;
	width:956px;
}
#subfooter li {
	float:left;
	display:inline;
	width:220px;
	text-align:center;
}
#subfooter li img {
	margin:0 auto;
}
#sidebar {
	width:300px;
	padding-left:5px;
	margin-top:15px;
	float:left;
}

/*Default Tags*/
a, a:visited {
	color:#c12026;
	text-decoration:none;
}
a {
	color:#fe0000;
}
h1 {
	line-height:1.8em;
	font-size:1.4em;
	color:#c12026;
}
h1 a, h1 a:visited {
	color:#c12026;
	text-decoration:none;
}
h1 a:hover {
	color:#fe0000;
}
h2 {
	font-size:1.2em;
	color:#000064;
	margin:5px 0;
}
h3 {
	font-size:1.1em;
	color:#333333;
	margin:5px 0;

}
p {
	line-height:1.2em;
}
img {
	border:0;
	padding:0;
	margin:0;
}
form, button {
	border:0;
	margin:0;
	padding:0;
}

/* Classes */

.lavaLamp {

    height: 32px;
    background-color: white;
    overflow: hidden;
    /*border: 1px solid gray;*/
	position:relative;
}
.lavaLamp li {
    float: left;
    list-style: none;
}
.lavaLamp li.back {
    border-bottom: 3px solid #cc3333;
    height: 25px;
    position: absolute;
    z-index: 8;

}
.lavaLamp li a {
    font: 14px arial;
    text-decoration: none;
    color: #333;
    outline: none;
    text-align: center;
    top: 7px;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 10;
    display: block;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}   
.lavaLamp li a:hover {
	color: #000064;
}
.lavaLamp li a.current {
	font: 14px arial;
	color: #000064;
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
    border: none;
}
.errormessage {
	background-color:#efb4b5;
	border:1px solid #b80808;
	color:#b80808;
	padding:5px;
	margin:15px 0;
	width:500px;
}
.successmessage {
	background-color:#ccffcc;
	border:1px solid #006600;
	color:#006600;
	padding:5px;
	margin:15px 0;
	width:500px;
}
.notice {
	background-color:#f1f1f1;
	border:1px solid #cccccc;
	font-size:1.0em;
	color:#000064;
	padding:2px;
	margin:5px auto;
	width:900px;
	text-align:center;
}
.homebox {
	width:300px;
	padding:5px;
	margin-top:15px;
	float:left;
}
.homebox p {
	margin-bottom:5px;
}
.sidebar {
	width:300px;
	padding:5px;
	margin-top:15px;
	float:left;
}
.sidebar p {
	margin-bottom:5px;
}
.page {
	width:600px;
	padding:5px;
	margin-top:15px;
	float:left;
}
.newsitem {
	margin-bottom:25px;
}
.centerimg {
	margin:0 auto;
    display:block;

}
.projectthumbs {
	background-color:#ffffff;
	border:1px solid #e4e4e4;
	padding:4px;
	width:120px;
	height:120px;
	margin:5px 5px;
}
.project-list{
	background-color:#ffffff;
	border:1px solid #f1f1f1;
 	width:95%;
 	height:100px;
 	padding:5px;
 	margin:5px auto;
}
.project-list h3{
	width:500px;
	margin:2 80px;
}
a.project-list-image:link, a.project-list-image:active, a.project-list-image:visited {

}
.project-list-image img {

	background:url("../images/sprite-dropshadows.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:79px;
	margin:0 16px 0 0;
	padding:1px 4px 4px;
	width:78px;
}
.featured-project{
	background-color:#d7ddef;
	border:1px solid #000064;
 	width:95%;
 	height:100px;
 	padding:5px;
 	margin:0 auto;
}
.featured-project h3{
	width:500px;
	margin:2 80px;
}
.news {
	background-color:#faf9f7;
	border:1px solid #cacaca;
}
.news a, .news a:visited {
	color:#b1aa88;
}
.news a:hover {
	color:#b1aa88;
}
.newsheading {
	color:#151515;
	font-weight:bold;
}
.newsdate {
	color:#000064;
}
.news ul  {
	list-style-type:none;
	padding:0;	
}
.news li  {
	padding: 2px; 
}

.linkslist {
	width:600px;
	padding:0;
	margin:0;
}
p .linkslist {
	font-size: .9em;
    padding:5px 5px;
    margin:0;
}

.linktitle {
	font-size:1.2em;
 	font-weight:bold;
 	color:#000064;
}
.linkurl {
	font-size: .9em;
	font-weight:bold;
	color:#c11111;
}
.linkdesc {
	color:#000;
	font-size: .9em;
	width:500;
}
.serviceslist {
	width:600px;
	padding:0;
	margin-bottom:25px;
}
.servicelisting {
	font-size: .9em;
   padding:0 15px;
   margin:0;
}
.servicename {
	margin-left: 5px;
	line-height: 1.2em;
	font-size: 1em;
 	font-weight:bold;
 	color:#000064;
}

.servicedesc {
	color:#000;
	font-size: 1.08em;
	width:500;
}
.affiliatelist {
	width:600px;
	padding:0;
	margin:0;
}
.affiliatelist img {
	border:1px solid #ddd;
	float:right;

}
.affiliatelist p {
	padding:5px 5px 55px 0;
}
.affiliatename {
	font-size:1.2em;
 	font-weight:bold;
 	color:#000064;
}
.affiliateurl {
	font-size: .9em;
	font-weight:bold;
	color:#c11111;
}
.affiliatedesc {
	color:#000;
	font-size: .9em;
	width:500;
}

.rowcolor {
	background-color:#f7f8fd;
}
.rowcoloralt {
	background-color:#d7ddef;
}
.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}
#projectsbox {
	width: 300px;
	margin-top:15px;
	float:right;
}

#projectbox img {
	border:0;
	padding:0;
	margin:0 auto;

}

#contactform label {
	font-weight:bold;
	width:100px;
	margin:5px 25px 5px 10px;
	
}
#contactform input {
	margin:5px 25px;
}

#contactform textarea {
	margin:5px 25px;
}
.row {
	width:600px;
	height:10px;
}
.inputtext {
	border:1px solid #333;
	padding:2px;
}
.submit {
	margin:5px 0 5px 500px;
}

.button {
	border:1px solid #d7ddef;
	background-color: #000064;
	color:#fff;
	padding:5px;
}
.button:hover{
	border:1px solid #000064;
	background-color: #d7ddef;
	color:#000064;
}
.spacer {
	clear:both; 
	height:50px;
}

/* My Form  */
.myform{
margin:0 0 25px 0;
width:500px;
padding:14px;
}

/* Contact Form */
#contactform{
	border:solid 2px #000064;
	background:#d7ddef;
}
#contactform h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#contactform p{
	font-size:11px;
	color:#666666;
	margin-bottom:10px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#contactform label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#contactform .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#contactform input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#contactform textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#contactform button{
	clear:both;
	margin-left:300px;
	width:125px;
	height:31px;
	background:#666666 url(../images/formbutton.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
