
/**************************************************************/
/* BEGIN The styles below are to reset default browser 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.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END The styles above are to reset default browser styles */




/******************/
/* Redefined Tags */
/******************/
p {
	margin-bottom: 1em;	
}

ul {
	padding-left: 30px;	
	width: 75%; 
}

li {
	list-style: disc;	
	margin-bottom: .5em;
}

h3 {
	color: #747476;
	margin-bottom: 1em;	
	font-size: 16px;
}

h4 {
	margin-bottom: .5em;	
} 


/*****************/
/* IDs for pages */
/*****************/
#ORMEBody {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .02em;
	color: #183A7A;
	margin-top: 20px;
}

#outerContainer {
	width: 900px;
	margin-left: 10px;
}

/* Header Styles */
#topMenu {
	height: 65px;
	border: 1px solid white;
}

#header {
	width: 900px;
	height: 50px;	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .02em;
	font-size: 14px;
}

#header a {
	color: #183A7A;
}

#header a:hover {
	color: #747476;	
}

#links {
	height: 50px;
	width: 900px;
	margin-top: 30px;
	background: #FFF url(../images/headerBackground.png) no-repeat;
}

/********************************/
/* ADDED FOR IE 6 COMPATIBILITY */
/********************************/
#headerTable {
	background: #FFF url(../images/headerBackground.png) bottom no-repeat;
	height: 50px;	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .02em;
	font-size: 14px;
}

#headerTable a {
	text-decoration: none;
	color: #183A7A;
}

#headerTable a:hover {
	color: #747476;	
}

#topLeft {
	width: 420px;
	text-align: right;
	vertical-align: bottom;
}

#topLeft ul li {
	float: left;
	padding: 0px 7px;
	height: 16px;
	list-style: none;
}

#topLeft li a {
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
} 

 #topLeft li a:hover {
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #747476;
}

#topRight {
	width: 220px;
	text-align: left;
}

#bottomCell {
	height: 27px;
}


/**************************/
/* END IE 6 COMPATIBILITY */
/**************************/






#links a {
	text-decoration: none;
}

#specialLinks {
	float: right;
	height: 40px;
	width: 250px;
	margin-top: -16px;
}

#specialLinks ul li {
	list-style: none;
}

#headerNav {
	float: right;
	height: 20px;
	width: 500px;
	margin-top: 6px;
}

#headerNav ul li {
	float: left;
	padding: 0px 7px;
	height: 16px;
	list-style: none;
}

#headerNav li a {
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
} 

 #headerNav li a:hover {
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #747476;
}

/* Side menu styles */
#sideMenu {
	width: 160px;
	float: left;
	min-height: 300px;
}

#verticalMenu {
	font-size: 12px;
}

#verticalMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#verticalMenu li a {
	display: block;	
	height: 18px;
	padding: 3px 0px 2px 5px;
	light-height: 18px;
	text-decoration: none;
	color: #747476;
	width: 147px;	
}

#verticalMenu li a:hover {
	color: #FFF;
	background-color: #747476;
	width: 147px;		
}

/* Content styles */
#contentContainer {
	width: 730px;
	float: left;
	min-height: 500px;
	border-left: 3px solid orange;	
}

#content {
	margin-left: 16px;	
	font-size: 13px;
}

/* Footer styles */
#footerContainer {
	clear: both;
	width: 900px;
	height: 50px;
	padding-top: 20px;
}

#footer {
	padding-top: 10px;
	border-top: 1px solid #F2C83D;
	text-align: center;
	color: #747476;
	font-size: 12px;
}

/* Special Styles */
#signatureContainer {
	width: 700px;
}




/*********************/
/* Classes for pages */
/*********************/
.orangeText {
	color: #F2C83D;
}

.grayText {
	color: #747476;
}

.smallLink {
	font-size: 12px;
	font-style: italic;	
}

.profile {
	clear: left;
}

.profile img {
	float: left;	
	margin-right: 15px;
	width: 150px;
	margin-bottom: 2em;
	border: 1px solid #183A7A;
}

.section {
	margin-bottom: 2em;	
}

.subHead {
	font-style: italic;	
}

.signature {
	float: left;
	margin-right: 50px;
}