/* GENERAL ***********************************/
html * { padding: 0; margin: 0; }
body {
	background: url('../img/layout.int.backstripe.2.gif') #d7dee3 top left repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}

h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", Times, serif; }
/* font size */
h1 { font-size: 4.0em; }
h2 { font-size: 3.2em; font-weight: normal; }
h3 { font-size: 2.0em; font-weight: normal; }
h4 { font-size: 1.8em; font-weight: normal; }
p,li,td { font-size: 1.5em; }
/*.layouttable td { font-size: 1.0em; }*/
legend { font-size: 1.2em; margin-bottom: 15px; color: #999; }

/* margins and padding */
h1, h2, h3 { margin-bottom: 10px; color: #00487d; }
h4 { margin-bottom: 10px; }
p, ul, ol, table { margin-bottom: 15px; }
li { margin-left: 25px; margin-bottom: 8px; }
th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }
.layouttable td { padding: 10px 5px; }
fieldset { 
	padding: 10px; margin-bottom: 25px;
	border-width: 1px;
	border-color: #999;
	border-style: solid; 
}


/* colors */
a, a:visited { color: #5489b0; text-decoration: none; }
a:hover { text-decoration: underline; }



/* LAYOUT *************************************/
.hug {
	position: relative;
	width: 755px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}
.center { text-align: center; }
.clear { clear: both; height: 1px; }
hr { clear: both; }



/* HEADER ***************************************/
#header {
	position: relative;
	height: 140px;
	background-color: #fff;
}
#logo {
	position: absolute;
	width: 184px; height: 171px;
	top: 0; left: 10px;
	margin: 0;
	background: url('../img/logo.gif') top left no-repeat;
}
#logo a {
	display: block;
	width: 184px; height: 171px;
}
#logo a span { display: none; }
#address {
	padding: 59px 0 0 0;
	margin: 0;
	text-align: right;
	color: #333;
}
#address p { margin: 0; }

#navbar {
	height: 59px;
	background: url('../img/bluestripe.background.jpg') top left no-repeat;
	margin-bottom: 36px;
}


.topnav {
	list-style: none;
	float: right;
}
.topnav li {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	text-transform: lowercase;
	background-color: #fff;
	height: 31px;
	font-size: 10pt;
}
.topnav li.last {
	background: url('../img/nav_right.gif') #fff bottom right no-repeat;
}
.topnav li.first {
	width: 20px;
	padding: 0;
	background: url('../img/nav_left.gif') #fff bottom left no-repeat;
}



/* FOOTER ***************************************/
#footer { 
	clear: both;
	border-top-width: 1px; border-top-style: solid; border-color: #fff;
	padding-top: 10px;
	margin-top: 20px;
}
#footer p {
	font-size: 10pt;
}
#footerleft {
	width: 250px;
	float: left;
}
#footerright {
	width: 250px;
	float: right;
	text-align: right;
}
#copyright {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
#adminfooter {
	text-align: center;
}


/* MAIN ******************************************/
#main { padding-bottom: 20px; }
#main ul {
	list-style: none;
}
#main ul li {
	margin: 0 0 10px 0;
	padding-left: 15px;
	background: url('../img/arrow.bullet.gif') no-repeat;
	background-position: 0 5px;
	font-size: 1.2em;
}
#main h3 {
	border-bottom-width: 2px; border-bottom-style: solid;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#divider {
	background: url('/insource/img/divider.gif') repeat-y;
	background-position: 260px 0;
	width: 755px;
}


/* GENERAL DETAIL ********************************/
.pagetitle {
}
.editdata { }
.editdata p { 
	clear: both; 
	float: right; 
	width: 100%;
	margin: 8px 0 8px -100px;
}
.editdata .item, .editdata .error_message {
	display: block;
	margin-left: 100px;
}
.editdata .label {
	float: left; 
	width: 95px;
	text-align: right;
	padding-top: 3px;
}
.editdata .long { width: 240px; }
.editdata .short { margin-left: 245px; }
.editdata textarea { width: 600px; height: 400px; }
.editdata textarea.smallta { width: 350px; height: 150px; }

#imageuploadinstr ol { margin-bottom: 0; }

.adminlink { color: #de8318; }
.adminlink a, .adminlink a:visited, #sidebar .adminlink a, #sidebar .adminlink a:visited  { 
	font-size: 10pt;
	color: #de8318;
	font-weight: normal;
	text-transform: lowercase;
}
.linkthispage {
	padding-left: 15px;
	color: #e6a65b;
	font-size: 10pt;
}
#flashMessage { 
	font-size: 11pt; 
	padding: 2px; 
	color: #000; 
	background-color: #de8318; 
}




/* EDITOR *****************************************/
body.mceContentBody {
	background-color: #d7dee3;
	text-align: left;
	padding: 5px;
}
body.mceContentBody ul {
	list-style: none;
}
body.mceContentBody ul li {
	margin: 0 0 3px 0;
	padding-left: 15px;
	background: url('../img/arrow.bullet.gif') no-repeat;
	background-position: 0 5px;
	font-size: 1.2em;
}


#imagelist { border-collapse: collapse; }
#imagelist td {
	padding: 5px;
	border-top-width: 1px; border-top-style: solid; border-color: #fff;
}


/* HOME ********************************************/
/*
#logohome {
	width: 427px; height: 167px;
	margin: 30px 0 15px 0;
	background: url('../img/logo.large.gif') top left no-repeat;
}
#logohome span { display: none; }

#homecontinue {
	width: 256px; height: 68px;
	margin: 15px;
}
#homecontinue a {
	display: block;
	width: 256px; height: 68px;
	background: url('../img/homecontinue.gif') top left no-repeat;
}
#homecontinue a span { display: none; }
*/



/* STEPS *******************************************/
/*
#repairexamples { 
	margin-right: 30px;
}
#repairexamples img {
	margin-bottom: 30px;
}
*/

/* FAQ ***********************************************/
/*
#faq td {
	padding-bottom: 40px;
}
*/
