/*
---------------------------------------------------
Layout styles for Agathos of Columbia website
Author: Mark A. Chouanard
Updated: 09/09/2007
---------------------------------------------------
*/

html {
	height: 100%;
	}
	
	
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	} 	
	
#mainPage {
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	} 
			
#subPage {
	background-image: url(../images/bg_sub.jpg);
	background-repeat: repeat-x;
	} 		
	
#mainContainer {
	width: 765px;
	margin: 0px auto;
	}	

#header {
	height: 60px;
	background-color: #252e47;
	}	
	
#userTools {
	float: right;
	padding:  20px 0 0 0;
	width: 181px;
	text-align: right;
	}		
	
#userTools form {
	height: 15px;
	margin: 0;
	}
	
#userTools fieldset {
	border: none;
	padding: 0;
	margin: 0;
	height: 15px;
	}	
	
#userTools form input.field {
	border-top: 1px solid #7b7b49;
	border-right: 1px solid #c8c81a;
	border-bottom: 1px solid #c8c81a;
	border-left: 1px solid #7b7b49;
	height: 12px;
	background: #384673;
	color: #ffff00;
	width: 90px;
	font-size: 70%;
	}
	
#userTools form input.search {
	vertical-align: middle;
	}
	
	
#flashMain {
	height: 250px;
	}	
#flashSub {
	height: 95px;
	}	
	
#imagery {
	width: 765px;
	}
	
.clearBoth {
	clear: both;
	}
	
.clearLeft {
	clear: left;
	}
	
#contentContainer {
	width: 765px;
	margin-top: 6px;
	text-align: left;
	}
#content {
	float: none;
	padding: 30px 30px 40px;
	width: 765px;
	}	
html>body #content {
	padding: 6px;
	}	
	
#content table td {
	color: #000000;
	font-size: 70%;
	line-height: normal;
	vertical-align: top;
	}

#content table td table {
	font-size: 140%;
	}
	
#content table td ul {
	font-size: 100%;
	}
	
#content td p {
	font-size: 110%;
	line-height: 130%;
	}
	
img.right {
	padding: 0 0 15px 15px;
	float: right;
	}	
.center {
	text-align: center;
	}
	
.topPad {
	padding-top: 15px;
	}
	
#footer {
	height: 24px;
	background-color: #E6E6E6;
	}

#mainMenu {
	height: 24px;
	background-color: #E6E6E6;
	width: 765px;
	}
	
		
div.column {
	float: left;
	width: 250px;
	overflow: hidden;
	}

div.widthSetting {
	width: 100% !important;
	}
	
div.last {
	margin-top: 20px !important;
	}	


div.hr {
	height: 15px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 25px;
	}	
div.hr hr {
	display: none;
	}	
.imgRight {
	float: right;
	padding: 0 0 15px 15px;
	}	
.imgLeft {
	float: left;
	padding: 0 15px 15px 0;
	}	
.clearPaddingMargin {
	padding: 0 !important;
	margin: 0 !important;
	}

#header h1 {
	margin: 0;
	padding: 0;	
	width: 388px;
	height: 96px;
	float: left;
	}
	
#header h1 a {
	background: url(../images/general/hdr_regent.gif) no-repeat;
	text-decoration: none;
	border: none;
	display: block;
	overflow: hidden;
	width: 388px;
	height: 96px;
	text-indent: -999em;
	}
	

#content h1 {
	font: 120% Arial, Helvetica, sans-serif;
	color: #064b51; /* old green color was #6b7d0b;*/
	letter-spacing: 0.01em;	
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content h2 {
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #5d5d5d; /* #404040; */
	letter-spacing: 0.01em;
	}
	
#content h3 {
	font: bold 80% Arial, Helvetica, sans-serif;
	color: #660c0a;
	}		
	
#content h4 {
	color: #494949;
	font-size: 80%;
	font-weight: bold;
	}
	
	

span.divider {
	color: #d3d3d3;
	}
	
#footer p {
	width: 765px;
	margin: 0px auto;
	font-size: 60%;
	color: #6E6E6E;
	padding-top: 4px;
	text-align: center;
	}
	
#footer a:link, #footer a:visited {
	color: #000066;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #b9b659;
	}
	

noscript {
	font: bold 120% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	letter-spacing: 0.01em;
	}
	
noscript a:link, noscript a:visited {
	color: #a6b16d;
	}
	
.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
.note {
	color: #8e100c;
	}
	
.normal {
	color: #000000;
	font-size: small;
	}
	
.headerLabel {
	color: #000066;
	font-size: small;
	font-weight: bold;
}

.headerLabelLarge {
	color: #000066;
	font-size: medium;
	font-weight: bold;
}

.headerLabelTable {
	color: #ffff00;
	font-size: small;
	font-weight: bold;
}

.footerMotto {
	color: #000000;
	font-size: x-small;
}

.footerMottoBold {
	color: #000066;
	font-size: x-small;
	font-weight: bold;
}


